2018-11-09 14:18:04,135 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-fraser-312 | | 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-11-09 14:18:04,141 - 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=khAZGuc7jtbWPYM8swF6VKJwX export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export no_proxy=,172.30.9.27,192.30.9.5 export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.27: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.5 export OS_REGION_NAME=regionOne 2018-11-09 14:18:04,141 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-11-09 14:18:04,143 - 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-11-09 14:18:04,160 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-11-09 14:18:07,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 14:18:07,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 14:18:07,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 14:18:07,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 14:18:07,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 14:18:07,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 14:18:07,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 14:18:07,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 14:18:07,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 14:18:07,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 14:18:07,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 14:18:07,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 14:18:07,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 14:18:07,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-11-09 14:18:07,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-007e9b97-7635-47f3-8da0-73378572f888 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:07,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-007e9b97-7635-47f3-8da0-73378572f888 2018-11-09 14:18:07,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:08,237 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e26cc4350704738a6db142300b0ec9c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9e26cc4350704738a6db142300b0ec9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/9e26cc4350704738a6db142300b0ec9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/9e26cc4350704738a6db142300b0ec9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/9e26cc4350704738a6db142300b0ec9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/9e26cc4350704738a6db142300b0ec9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/9e26cc4350704738a6db142300b0ec9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "75af1f2226c0418897a804d7f418d0ef"}, "audit_ids": ["bAThHbgXQkOYTkjUzAyejg"], "issued_at": "2018-11-09T14:18:08.000000Z"}} 2018-11-09 14:18:08,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:08,247 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:08,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:08,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af0747d0-e10f-4feb-8001-ac4f8d636d30 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/f4d6982d641640bf9cbf08024a930573"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f4d6982d641640bf9cbf08024a930573"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 14:18:08,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-af0747d0-e10f-4feb-8001-ac4f8d636d30 2018-11-09 14:18:08,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.506391048431s 2018-11-09 14:18:08,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 14:18:08,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}16841348a3459812b054914cb84278e99ba00639" -d '{"project": {"description": "Created by OPNFV Functest: connection_check", "enabled": true, "domain_id": "default", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}}' 2018-11-09 14:18:08,575 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:18:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-96cfb8e6-da2d-486d-9b0c-b2decd8124ae 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.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15"}, "enabled": true, "id": "1637b76e53864fdbbeafb54b4efc6a15", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}} 2018-11-09 14:18:08,575 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-96cfb8e6-da2d-486d-9b0c-b2decd8124ae 2018-11-09 14:18:08,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.228873968124s 2018-11-09 14:18:08,576 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-96cfb8e6-da2d-486d-9b0c-b2decd8124ae 2018-11-09 14:18:08,576 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36', 'id': u'1637b76e53864fdbbeafb54b4efc6a15', '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-11-09 14:18:08,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 14:18:09,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.429939031601s 2018-11-09 14:18:09,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:09,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9ebf57d-33d6-4d0e-b093-874586d53421 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0"}, "enabled": true, "id": "0928f31f7a694113bc5a72e2e93197b0", "options": {}, "domain_id": "default", "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36"}} 2018-11-09 14:18:09,161 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0 used request id req-f9ebf57d-33d6-4d0e-b093-874586d53421 2018-11-09 14:18:09,162 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0928f31f7a694113bc5a72e2e93197b0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36'}) 2018-11-09 14:18:09,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:09,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:09,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26e1dc74-3300-4181-a06e-26b6e417af6b Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:09,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-26e1dc74-3300-4181-a06e-26b6e417af6b 2018-11-09 14:18:09,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0764129161835s 2018-11-09 14:18:09,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:09,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:09,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e95760f3-4f25-4aaf-ba37-2d68b6d0c1b5 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:09,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e95760f3-4f25-4aaf-ba37-2d68b6d0c1b5 2018-11-09 14:18:09,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.082200050354s 2018-11-09 14:18:09,323 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 14:18:09,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 14:18:09,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" -d '{"role": {"name": "Member"}}' 2018-11-09 14:18:09,509 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:18:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-614d6c7e-143a-4bb5-99fb-c5b093fdcd61 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "daf4c643866e40e6bf9a70cb6377fe81", "links": {"self": "http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81"}, "name": "Member"}} 2018-11-09 14:18:09,509 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-614d6c7e-143a-4bb5-99fb-c5b093fdcd61 2018-11-09 14:18:09,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.185441017151s 2018-11-09 14:18:09,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:09,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-510ea794-2db0-489d-b875-0884a4da83fd Content-Encoding: gzip Content-Length: 144 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81"}, "domain_id": null, "name": "Member", "id": "daf4c643866e40e6bf9a70cb6377fe81"}} 2018-11-09 14:18:09,584 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81 used request id req-510ea794-2db0-489d-b875-0884a4da83fd 2018-11-09 14:18:09,585 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81'}, 'domain_id': None, 'human_id': None, 'id': u'daf4c643866e40e6bf9a70cb6377fe81', 'HUMAN_ID': False}) 2018-11-09 14:18:09,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:09,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:09,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7943bad-1b05-4ab7-8979-4dbee93d7419 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "daf4c643866e40e6bf9a70cb6377fe81", "links": {"self": "http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81"}, "name": "Member"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:09,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c7943bad-1b05-4ab7-8979-4dbee93d7419 2018-11-09 14:18:09,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.134391784668s 2018-11-09 14:18:09,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 14:18:09,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:09,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad93ab89-ac36-4cc7-a513-042dd8c3a86b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:18:09,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-ad93ab89-ac36-4cc7-a513-042dd8c3a86b 2018-11-09 14:18:09,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0785458087921s 2018-11-09 14:18:09,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 14:18:09,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:09,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0050e221-ad6e-4f1a-8494-4572e1886207 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "links": {"self": "http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0"}, "domain_id": "default", "enabled": true, "id": "0928f31f7a694113bc5a72e2e93197b0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:09,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0050e221-ad6e-4f1a-8494-4572e1886207 2018-11-09 14:18:09,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.145736932755s 2018-11-09 14:18:09,947 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0050e221-ad6e-4f1a-8494-4572e1886207 2018-11-09 14:18:09,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 14:18:09,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:10,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca85463d-ad27-44ab-8848-25f25d4c3f88 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15"}, "enabled": true, "id": "1637b76e53864fdbbeafb54b4efc6a15", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 14:18:10,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-ca85463d-ad27-44ab-8848-25f25d4c3f88 2018-11-09 14:18:10,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.153615951538s 2018-11-09 14:18:10,107 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-ca85463d-ad27-44ab-8848-25f25d4c3f88 2018-11-09 14:18:10,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 14:18:10,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=0928f31f7a694113bc5a72e2e93197b0&scope.project.id=1637b76e53864fdbbeafb54b4efc6a15&role.id=daf4c643866e40e6bf9a70cb6377fe81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:10,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84480977-4dde-4ff2-9bfb-b5080600012f Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=0928f31f7a694113bc5a72e2e93197b0&scope.project.id=1637b76e53864fdbbeafb54b4efc6a15&role.id=daf4c643866e40e6bf9a70cb6377fe81", "previous": null, "next": null}} 2018-11-09 14:18:10,198 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=0928f31f7a694113bc5a72e2e93197b0&scope.project.id=1637b76e53864fdbbeafb54b4efc6a15&role.id=daf4c643866e40e6bf9a70cb6377fe81 used request id req-84480977-4dde-4ff2-9bfb-b5080600012f 2018-11-09 14:18:10,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0894401073456s 2018-11-09 14:18:10,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 14:18:10,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15/users/0928f31f7a694113bc5a72e2e93197b0/roles/daf4c643866e40e6bf9a70cb6377fe81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:10,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-117ae2cc-0245-4cf6-acf0-75e6c4891927 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:10,477 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15/users/0928f31f7a694113bc5a72e2e93197b0/roles/daf4c643866e40e6bf9a70cb6377fe81 used request id req-117ae2cc-0245-4cf6-acf0-75e6c4891927 2018-11-09 14:18:10,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.27845287323s 2018-11-09 14:18:10,478 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36', 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': 'f2c99b13-cd9e-4637-82b3-50fbfcdbb2af', 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_7424f954-b1e6-45fb-957c-97f03ddb9d36', 'project_id': u'1637b76e53864fdbbeafb54b4efc6a15', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 14:18:10,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 14:18:10,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 14:18:10,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 14:18:10,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 14:18:10,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 14:18:10,480 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 14:18:10,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 14:18:10,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 14:18:10,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 14:18:10,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 14:18:10,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 14:18:10,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 14:18:10,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 14:18:10,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 14:18:10,481 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 14:18:10,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 14:18:10,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 14:18:10,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 14:18:10,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 14:18:10,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 14:18:10,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 14:18:10,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 14:18:10,484 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36', 'password': 'f2c99b13-cd9e-4637-82b3-50fbfcdbb2af', 'project_name': 'connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': '1637b76e53864fdbbeafb54b4efc6a15', 'project_domain_name': 'Default'} 2018-11-09 14:18:10,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:10,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:10,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78117f48-526f-4a5f-bb14-8735869f3335 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "daf4c643866e40e6bf9a70cb6377fe81", "links": {"self": "http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81"}, "name": "Member"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:10,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-78117f48-526f-4a5f-bb14-8735869f3335 2018-11-09 14:18:10,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0893790721893s 2018-11-09 14:18:10,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:10,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:10,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5163fd6-eaa2-4206-81b1-892946005bbf Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "daf4c643866e40e6bf9a70cb6377fe81", "links": {"self": "http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81"}, "name": "Member"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:10,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b5163fd6-eaa2-4206-81b1-892946005bbf 2018-11-09 14:18:10,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0786619186401s 2018-11-09 14:18:10,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 14:18:10,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:10,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ca70254-65d3-498f-b978-ab3f6b503110 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:18:10,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-1ca70254-65d3-498f-b978-ab3f6b503110 2018-11-09 14:18:10,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0782101154327s 2018-11-09 14:18:10,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 14:18:10,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:10,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60490b9f-31cf-4e54-aef8-d6fdedf8ecce Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "links": {"self": "http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0"}, "domain_id": "default", "enabled": true, "id": "0928f31f7a694113bc5a72e2e93197b0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:10,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-60490b9f-31cf-4e54-aef8-d6fdedf8ecce 2018-11-09 14:18:10,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.152824163437s 2018-11-09 14:18:10,887 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-60490b9f-31cf-4e54-aef8-d6fdedf8ecce 2018-11-09 14:18:10,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 14:18:10,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:10,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0acefda8-f073-4b03-82e8-0abb7bbc01a9 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15"}, "enabled": true, "id": "1637b76e53864fdbbeafb54b4efc6a15", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 14:18:10,976 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0acefda8-f073-4b03-82e8-0abb7bbc01a9 2018-11-09 14:18:10,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0829648971558s 2018-11-09 14:18:10,976 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0acefda8-f073-4b03-82e8-0abb7bbc01a9 2018-11-09 14:18:10,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 14:18:10,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=0928f31f7a694113bc5a72e2e93197b0&scope.project.id=1637b76e53864fdbbeafb54b4efc6a15&role.id=dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:11,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b753ceae-b039-4233-9f19-dc1b0d2822ed Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=0928f31f7a694113bc5a72e2e93197b0&scope.project.id=1637b76e53864fdbbeafb54b4efc6a15&role.id=dc4c46b2381347bd983d7d486ae3151d", "previous": null, "next": null}} 2018-11-09 14:18:11,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=0928f31f7a694113bc5a72e2e93197b0&scope.project.id=1637b76e53864fdbbeafb54b4efc6a15&role.id=dc4c46b2381347bd983d7d486ae3151d used request id req-b753ceae-b039-4233-9f19-dc1b0d2822ed 2018-11-09 14:18:11,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.131523132324s 2018-11-09 14:18:11,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 14:18:11,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15/users/0928f31f7a694113bc5a72e2e93197b0/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:11,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f673535-3da1-403d-9c58-2aa41667719b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:11,278 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15/users/0928f31f7a694113bc5a72e2e93197b0/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-8f673535-3da1-403d-9c58-2aa41667719b 2018-11-09 14:18:11,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.168162107468s 2018-11-09 14:18:11,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:11,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:11,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a59407ea-4117-4f97-b968-e4310a81af12 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "daf4c643866e40e6bf9a70cb6377fe81", "links": {"self": "http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81"}, "name": "Member"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:11,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-a59407ea-4117-4f97-b968-e4310a81af12 2018-11-09 14:18:11,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0843391418457s 2018-11-09 14:18:11,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 14:18:11,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-09 14:18:11,569 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:18:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91fdac43-365d-41ae-82dc-91654d8a977d Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "63130a1d9b974698b4a3eba7a70a998a", "links": {"self": "http://172.30.9.27:5000/v3/roles/63130a1d9b974698b4a3eba7a70a998a"}, "name": "heat_stack_owner"}} 2018-11-09 14:18:11,569 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-91fdac43-365d-41ae-82dc-91654d8a977d 2018-11-09 14:18:11,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.20477604866s 2018-11-09 14:18:11,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/63130a1d9b974698b4a3eba7a70a998a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:11,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81d9f39a-c759-4a96-8507-7f0d90abd293 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/63130a1d9b974698b4a3eba7a70a998a"}, "domain_id": null, "name": "heat_stack_owner", "id": "63130a1d9b974698b4a3eba7a70a998a"}} 2018-11-09 14:18:11,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/63130a1d9b974698b4a3eba7a70a998a used request id req-81d9f39a-c759-4a96-8507-7f0d90abd293 2018-11-09 14:18:11,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:11,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:11,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04a2fb54-8ba2-4f60-9c90-22094be9375b Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "63130a1d9b974698b4a3eba7a70a998a", "links": {"self": "http://172.30.9.27:5000/v3/roles/63130a1d9b974698b4a3eba7a70a998a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "daf4c643866e40e6bf9a70cb6377fe81", "links": {"self": "http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81"}, "name": "Member"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:11,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-04a2fb54-8ba2-4f60-9c90-22094be9375b 2018-11-09 14:18:11,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0764100551605s 2018-11-09 14:18:11,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 14:18:11,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:11,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3ac4bd0-ca15-4670-987e-134bed09ddeb Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:18:11,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-f3ac4bd0-ca15-4670-987e-134bed09ddeb 2018-11-09 14:18:11,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0825729370117s 2018-11-09 14:18:11,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 14:18:11,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:11,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea7e9cd6-30d1-4305-a333-fadbc28bc1f3 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "links": {"self": "http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0"}, "domain_id": "default", "enabled": true, "id": "0928f31f7a694113bc5a72e2e93197b0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:11,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ea7e9cd6-30d1-4305-a333-fadbc28bc1f3 2018-11-09 14:18:11,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0976679325104s 2018-11-09 14:18:11,982 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ea7e9cd6-30d1-4305-a333-fadbc28bc1f3 2018-11-09 14:18:11,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 14:18:11,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:12,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a1b00c1-1d31-44e5-a961-2fe8625c709d Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15"}, "enabled": true, "id": "1637b76e53864fdbbeafb54b4efc6a15", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 14:18:12,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1a1b00c1-1d31-44e5-a961-2fe8625c709d 2018-11-09 14:18:12,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0827600955963s 2018-11-09 14:18:12,071 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-1a1b00c1-1d31-44e5-a961-2fe8625c709d 2018-11-09 14:18:12,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 14:18:12,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=0928f31f7a694113bc5a72e2e93197b0&scope.project.id=1637b76e53864fdbbeafb54b4efc6a15&role.id=63130a1d9b974698b4a3eba7a70a998a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:12,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35cd3eb9-9f07-49da-9965-5191a66406ed Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=0928f31f7a694113bc5a72e2e93197b0&scope.project.id=1637b76e53864fdbbeafb54b4efc6a15&role.id=63130a1d9b974698b4a3eba7a70a998a", "previous": null, "next": null}} 2018-11-09 14:18:12,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=0928f31f7a694113bc5a72e2e93197b0&scope.project.id=1637b76e53864fdbbeafb54b4efc6a15&role.id=63130a1d9b974698b4a3eba7a70a998a used request id req-35cd3eb9-9f07-49da-9965-5191a66406ed 2018-11-09 14:18:12,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0824110507965s 2018-11-09 14:18:12,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 14:18:12,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15/users/0928f31f7a694113bc5a72e2e93197b0/roles/63130a1d9b974698b4a3eba7a70a998a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:12,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-062eefd2-756f-4bfa-97bf-bcad6c0746b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:12,313 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15/users/0928f31f7a694113bc5a72e2e93197b0/roles/63130a1d9b974698b4a3eba7a70a998a used request id req-062eefd2-756f-4bfa-97bf-bcad6c0746b5 2018-11-09 14:18:12,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.157902956009s 2018-11-09 14:18:12,314 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-09 14:18:12,314 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-09 14:18:12,315 - openstack_tests - INFO - OS Credentials = > 2018-11-09 14:18:12,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:12,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:12,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c643866e40e6bf9a70cb6377fe81", "name": "Member"}, {"id": "63130a1d9b974698b4a3eba7a70a998a", "name": "heat_stack_owner"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1637b76e53864fdbbeafb54b4efc6a15", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "id": "0928f31f7a694113bc5a72e2e93197b0"}, "audit_ids": ["5V_pjHn8TjOBnSYRWyDz8A"], "issued_at": "2018-11-09T14:18:12.000000Z"}} 2018-11-09 14:18:12,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f724a3c576957c055b45e7644758c738bf024b59" 2018-11-09 14:18:13,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b780db44-469a-467d-b945-a5776376efea Date: Fri, 09 Nov 2018 14:18:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:18:13,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-b780db44-469a-467d-b945-a5776376efea 2018-11-09 14:18:13,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f724a3c576957c055b45e7644758c738bf024b59" 2018-11-09 14:18:14,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9c763e3c-736a-4c6d-839d-3db5aa391608 Date: Fri, 09 Nov 2018 14:18:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 14:18:14,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff used request id req-9c763e3c-736a-4c6d-839d-3db5aa391608 2018-11-09 14:18:14,912 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-09 14:18:14,913 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-11-09 14:18:14,914 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,915 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,916 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,917 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,918 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,919 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,920 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,922 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,923 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,924 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:14,925 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:15,068 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-09 14:18:15,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:15,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c643866e40e6bf9a70cb6377fe81", "name": "Member"}, {"id": "63130a1d9b974698b4a3eba7a70a998a", "name": "heat_stack_owner"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1637b76e53864fdbbeafb54b4efc6a15", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "id": "0928f31f7a694113bc5a72e2e93197b0"}, "audit_ids": ["9NNqtxcUSlaNdxA5xmdmSw"], "issued_at": "2018-11-09T14:18:15.000000Z"}} 2018-11-09 14:18:15,439 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&name=foo -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8aecd53ecde9494f160a3bb5561659c208a92124" 2018-11-09 14:18:16,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 87 Content-Type: application/json X-Openstack-Request-Id: req-36c2f1ca-972f-4255-b370-f5fd0071cf55 Date: Fri, 09 Nov 2018 14:18:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=foo"} 2018-11-09 14:18:16,104 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&name=foo used request id req-36c2f1ca-972f-4255-b370-f5fd0071cf55 2018-11-09 14:18:16,105 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:16,106 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-09 14:18:16,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:16,520 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c643866e40e6bf9a70cb6377fe81", "name": "Member"}, {"id": "63130a1d9b974698b4a3eba7a70a998a", "name": "heat_stack_owner"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1637b76e53864fdbbeafb54b4efc6a15", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "id": "0928f31f7a694113bc5a72e2e93197b0"}, "audit_ids": ["pKTSJSzBSsS8_xx-bZtznA"], "issued_at": "2018-11-09T14:18:16.000000Z"}} 2018-11-09 14:18:16,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}3ec67c55bdce07ce27fb68fb003bd54400e37c10" 2018-11-09 14:18:16,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61a630e5-d706-4d42-af75-24422309af4c 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:16,673 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-61a630e5-d706-4d42-af75-24422309af4c 2018-11-09 14:18:16,678 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:16,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:16,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3ec67c55bdce07ce27fb68fb003bd54400e37c10" 2018-11-09 14:18:16,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87c929b5-04c1-41f5-8f01-6ae1e05835f7 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "links": {"self": "http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0"}, "domain_id": "default", "enabled": true, "id": "0928f31f7a694113bc5a72e2e93197b0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:16,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-87c929b5-04c1-41f5-8f01-6ae1e05835f7 2018-11-09 14:18:16,791 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:16,792 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-09 14:18:16,792 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:17,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c643866e40e6bf9a70cb6377fe81", "name": "Member"}, {"id": "63130a1d9b974698b4a3eba7a70a998a", "name": "heat_stack_owner"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1637b76e53864fdbbeafb54b4efc6a15", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "id": "0928f31f7a694113bc5a72e2e93197b0"}, "audit_ids": ["_gE7818lTS-zJetN7hP2BQ"], "issued_at": "2018-11-09T14:18:17.000000Z"}} 2018-11-09 14:18:17,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}92c46e99184bedaa443eb93a85ad88e6fa41b728" 2018-11-09 14:18:18,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d86cad56-3f79-4844-a369-79e27cf6b36f Date: Fri, 09 Nov 2018 14:18:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:18:18,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks used request id req-d86cad56-3f79-4844-a369-79e27cf6b36f 2018-11-09 14:18:18,287 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:18,772 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c643866e40e6bf9a70cb6377fe81", "name": "Member"}, {"id": "63130a1d9b974698b4a3eba7a70a998a", "name": "heat_stack_owner"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1637b76e53864fdbbeafb54b4efc6a15", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "id": "0928f31f7a694113bc5a72e2e93197b0"}, "audit_ids": ["8w4L13P4SdCleSGH3vNQuQ"], "issued_at": "2018-11-09T14:18:18.000000Z"}} 2018-11-09 14:18:18,775 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66758f0dec900449c69ed5ff08a062ce723997ad" 2018-11-09 14:18:19,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-275c71d7-4c6f-46b3-adb5-61e34870562c Date: Fri, 09 Nov 2018 14:18:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:18:19,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-275c71d7-4c6f-46b3-adb5-61e34870562c 2018-11-09 14:18:19,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}66758f0dec900449c69ed5ff08a062ce723997ad" 2018-11-09 14:18:20,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-89fa868b-568e-4030-9361-ca021c1200a2 Date: Fri, 09 Nov 2018 14:18:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 14:18:20,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff used request id req-89fa868b-568e-4030-9361-ca021c1200a2 2018-11-09 14:18:20,816 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:18:20,816 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:22,331 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.27:5000/v2.0/tokens 2018-11-09 14:18:22,349 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-11-09 14:18:22,349 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:18:22,350 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:22,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c643866e40e6bf9a70cb6377fe81", "name": "Member"}, {"id": "63130a1d9b974698b4a3eba7a70a998a", "name": "heat_stack_owner"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1637b76e53864fdbbeafb54b4efc6a15", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "id": "0928f31f7a694113bc5a72e2e93197b0"}, "audit_ids": ["Na33-V66Q0K6t97QTF7-tA"], "issued_at": "2018-11-09T14:18:22.000000Z"}} 2018-11-09 14:18:22,741 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d012216a0504eecd7e455575b88eb799372b21b5" 2018-11-09 14:18:23,501 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18: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-e2b1ab99-a3db-4962-acce-4a79842a4081 x-compute-request-id: req-e2b1ab99-a3db-4962-acce-4a79842a4081 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:18:23,501 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/detail used request id req-e2b1ab99-a3db-4962-acce-4a79842a4081 2018-11-09 14:18:23,502 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:18:23,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:23,963 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c643866e40e6bf9a70cb6377fe81", "name": "Member"}, {"id": "63130a1d9b974698b4a3eba7a70a998a", "name": "heat_stack_owner"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1637b76e53864fdbbeafb54b4efc6a15", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "id": "0928f31f7a694113bc5a72e2e93197b0"}, "audit_ids": ["SlE_uXJFTXSAO0xsx1eliQ"], "issued_at": "2018-11-09T14:18:23.000000Z"}} 2018-11-09 14:18:23,966 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}142e030ec8954bd7f74cd37229517a51b5ed24f4" 2018-11-09 14:18:24,772 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18: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-9ac577df-2ec0-4d4d-9cb2-9d08777dfcc4 x-compute-request-id: req-9ac577df-2ec0-4d4d-9cb2-9d08777dfcc4 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 132}, "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.3", "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": 177}, "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.8", "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-11-09 14:18:24,772 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-9ac577df-2ec0-4d4d-9cb2-9d08777dfcc4 2018-11-09 14:18:24,774 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 14:18:24,774 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:24,841 - keystoneauth.identity.v2 - DEBUG - Making authentication request to http://172.30.9.27:5000/v2.0/tokens 2018-11-09 14:18:24,858 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-11-09 14:18:24,859 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 14:18:24,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:25,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c643866e40e6bf9a70cb6377fe81", "name": "Member"}, {"id": "63130a1d9b974698b4a3eba7a70a998a", "name": "heat_stack_owner"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1637b76e53864fdbbeafb54b4efc6a15", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "id": "0928f31f7a694113bc5a72e2e93197b0"}, "audit_ids": ["SHfqV5zMQrSXsJwU2JGpGQ"], "issued_at": "2018-11-09T14:18:25.000000Z"}} 2018-11-09 14:18:25,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15/stacks? -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f669d6d99e4175953c93bf99e112ecbfd5c986c" 2018-11-09 14:18:26,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:25 GMT Server: Apache x-openstack-request-id: req-1cb1e1da-5489-4250-87de-e2eeb4f7a72d Content-Length: 14 Content-Type: application/json RESP BODY: {"stacks": []} 2018-11-09 14:18:26,179 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15/stacks used request id req-1cb1e1da-5489-4250-87de-e2eeb4f7a72d 2018-11-09 14:18:26,179 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:26,283 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-09 14:18:26,285 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:26,656 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "daf4c643866e40e6bf9a70cb6377fe81", "name": "Member"}, {"id": "63130a1d9b974698b4a3eba7a70a998a", "name": "heat_stack_owner"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1637b76e53864fdbbeafb54b4efc6a15", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/1637b76e53864fdbbeafb54b4efc6a15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "id": "0928f31f7a694113bc5a72e2e93197b0"}, "audit_ids": ["OyEyllGfSI6l16sHHEBJNQ"], "issued_at": "2018-11-09T14:18:26.000000Z"}} 2018-11-09 14:18:26,659 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d8b5235f1c4903acd1129bb6f1a5dfb4ffb00807" 2018-11-09 14:18:27,480 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:26 GMT Server: Apache x-compute-request-id: req-15a1d0bf-e4ed-4606-8051-f0cf3e477f5d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-15a1d0bf-e4ed-4606-8051-f0cf3e477f5d Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 14:18:27,480 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/1637b76e53864fdbbeafb54b4efc6a15/volumes/detail used request id req-15a1d0bf-e4ed-4606-8051-f0cf3e477f5d 2018-11-09 14:18:27,481 - 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 12.556s OK 2018-11-09 14:18:27,606 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 14:18:27,606 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:13 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-11-09 14:18:27,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:27,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:27,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-765cbdbc-bfdf-4ef5-ac7a-1a3dedfdfa6f Content-Encoding: gzip Content-Length: 347 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "63130a1d9b974698b4a3eba7a70a998a", "links": {"self": "http://172.30.9.27:5000/v3/roles/63130a1d9b974698b4a3eba7a70a998a"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "daf4c643866e40e6bf9a70cb6377fe81", "links": {"self": "http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81"}, "name": "Member"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:27,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-765cbdbc-bfdf-4ef5-ac7a-1a3dedfdfa6f 2018-11-09 14:18:27,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0846960544586s 2018-11-09 14:18:27,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 14:18:27,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/63130a1d9b974698b4a3eba7a70a998a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:27,868 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea4c4d0c-4fb2-4cbc-97aa-fb2748bcb4bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:27,868 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/63130a1d9b974698b4a3eba7a70a998a used request id req-ea4c4d0c-4fb2-4cbc-97aa-fb2748bcb4bf 2018-11-09 14:18:27,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.170289039612s 2018-11-09 14:18:27,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 14:18:27,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:27,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d72d37d-ba9b-4de7-a4e7-ae07939bf586 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"password_expires_at": null, "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36", "links": {"self": "http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0"}, "domain_id": "default", "enabled": true, "id": "0928f31f7a694113bc5a72e2e93197b0", "options": {}}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:27,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4d72d37d-ba9b-4de7-a4e7-ae07939bf586 2018-11-09 14:18:27,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0825328826904s 2018-11-09 14:18:27,952 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-4d72d37d-ba9b-4de7-a4e7-ae07939bf586 2018-11-09 14:18:27,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 14:18:27,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0 -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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:28,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-960cc7b2-cd99-420d-ac39-e4550ff38087 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0"}, "enabled": true, "id": "0928f31f7a694113bc5a72e2e93197b0", "options": {}, "domain_id": "default", "name": "connection_check-user_7424f954-b1e6-45fb-957c-97f03ddb9d36"}} 2018-11-09 14:18:28,136 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0 used request id req-960cc7b2-cd99-420d-ac39-e4550ff38087 2018-11-09 14:18:28,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.178894996643s 2018-11-09 14:18:28,136 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0 used request id req-960cc7b2-cd99-420d-ac39-e4550ff38087 2018-11-09 14:18:28,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 14:18:28,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0 -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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:28,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bde9bc4f-1418-422e-a532-3676ac093d78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:28,432 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0 used request id req-bde9bc4f-1418-422e-a532-3676ac093d78 2018-11-09 14:18:28,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.295160055161s 2018-11-09 14:18:28,432 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/0928f31f7a694113bc5a72e2e93197b0 used request id req-bde9bc4f-1418-422e-a532-3676ac093d78 2018-11-09 14:18:28,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 14:18:28,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:28,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efd4cc76-884a-440f-9a68-4e53175e238f Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: connection_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15"}, "enabled": true, "id": "1637b76e53864fdbbeafb54b4efc6a15", "parent_id": "default", "domain_id": "default", "name": "connection_check-project_7424f954-b1e6-45fb-957c-97f03ddb9d36"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-11-09 14:18:28,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-efd4cc76-884a-440f-9a68-4e53175e238f 2018-11-09 14:18:28,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0763690471649s 2018-11-09 14:18:28,510 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-efd4cc76-884a-440f-9a68-4e53175e238f 2018-11-09 14:18:28,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 14:18:28,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15 -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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:28,759 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b1c267e-a782-4e9c-aeb5-59f979fe303a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:28,759 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15 used request id req-0b1c267e-a782-4e9c-aeb5-59f979fe303a 2018-11-09 14:18:28,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.246713876724s 2018-11-09 14:18:28,759 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/1637b76e53864fdbbeafb54b4efc6a15 used request id req-0b1c267e-a782-4e9c-aeb5-59f979fe303a 2018-11-09 14:18:28,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:28,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:28,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd7a0a23-7fa4-4928-b112-c3c6e54cffea Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "daf4c643866e40e6bf9a70cb6377fe81", "links": {"self": "http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81"}, "name": "Member"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:28,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-dd7a0a23-7fa4-4928-b112-c3c6e54cffea 2018-11-09 14:18:28,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0877590179443s 2018-11-09 14:18:28,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 14:18:28,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:28,990 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3763c127-17e4-4e50-af80-f3d67ab2fece Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:28,990 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/daf4c643866e40e6bf9a70cb6377fe81 used request id req-3763c127-17e4-4e50-af80-f3d67ab2fece 2018-11-09 14:18:28,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.141383171082s 2018-11-09 14:18:28,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 14:18:28,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=1637b76e53864fdbbeafb54b4efc6a15&name=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}16841348a3459812b054914cb84278e99ba00639" 2018-11-09 14:18:30,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-39e40011-f9d0-45d2-bbaf-013481ddece3 Date: Fri, 09 Nov 2018 14:18:29 GMT RESP BODY: {"security_groups": []} 2018-11-09 14:18:30,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=1637b76e53864fdbbeafb54b4efc6a15&name=default used request id req-39e40011-f9d0-45d2-bbaf-013481ddece3 2018-11-09 14:18:30,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.00842809677s 2018-11-09 14:18:30,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=1637b76e53864fdbbeafb54b4efc6a15&name=default used request id req-39e40011-f9d0-45d2-bbaf-013481ddece3 2018-11-09 14:18:30,025 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-11-09 14:18:30,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 14:18:30,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 14:18:30,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 14:18:30,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 14:18:30,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 14:18:30,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 14:18:30,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 14:18:30,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 14:18:30,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 14:18:30,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 14:18:30,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 14:18:30,059 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 14:18:30,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainList 2018-11-09 14:18:30,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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-11-09 14:18:30,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c94455a-336d-43b2-bfdc-71c471ee39e2 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:30,067 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3c94455a-336d-43b2-bfdc-71c471ee39e2 2018-11-09 14:18:30,068 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:30,559 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e26cc4350704738a6db142300b0ec9c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9e26cc4350704738a6db142300b0ec9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/9e26cc4350704738a6db142300b0ec9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/9e26cc4350704738a6db142300b0ec9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/9e26cc4350704738a6db142300b0ec9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/9e26cc4350704738a6db142300b0ec9c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/9e26cc4350704738a6db142300b0ec9c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/9e26cc4350704738a6db142300b0ec9c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "75af1f2226c0418897a804d7f418d0ef"}, "audit_ids": ["I2F8Yxo1TSiN14vmNPmlwQ"], "issued_at": "2018-11-09T14:18:30.000000Z"}} 2018-11-09 14:18:30,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:30,568 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:30,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:30,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8bad344-dfd8-4a58-82e1-4076f86e4b42 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}, {"links": {"self": "http://172.30.9.27:5000/v3/domains/f4d6982d641640bf9cbf08024a930573"}, "description": "", "name": "heat_stack", "enabled": true, "id": "f4d6982d641640bf9cbf08024a930573"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-11-09 14:18:30,658 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-a8bad344-dfd8-4a58-82e1-4076f86e4b42 2018-11-09 14:18:30,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainList in 0.598218917847s 2018-11-09 14:18:30,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-11-09 14:18:30,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}a0e3d83de529fae1399a9c7a48e14b4248decf21" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}}' 2018-11-09 14:18:30,770 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:18:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04c195c3-cefd-4424-b468-329b91d66821 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:18:30,770 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-04c195c3-cefd-4424-b468-329b91d66821 2018-11-09 14:18:30,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.110545873642s 2018-11-09 14:18:30,771 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-04c195c3-cefd-4424-b468-329b91d66821 2018-11-09 14:18:30,771 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'parent_id': u'default', 'is_domain': False, 'name': u'api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a', 'id': u'dfb45da6f1334a63bc64335c92eee11f', '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-11-09 14:18:30,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task UserCreate 2018-11-09 14:18:31,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task UserCreate in 0.486103057861s 2018-11-09 14:18:31,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:31,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c1de0d6-02ce-4e9f-93d0-3f05ca037010 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}, "domain_id": "default", "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:18:31,437 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307 used request id req-9c1de0d6-02ce-4e9f-93d0-3f05ca037010 2018-11-09 14:18:31,438 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e9fe1a272784449798ddeb7355701307', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a'}) 2018-11-09 14:18:31,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:31,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:31,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db10c152-512e-4b2a-8f6a-150af9c4f09f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:31,519 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-db10c152-512e-4b2a-8f6a-150af9c4f09f 2018-11-09 14:18:31,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0808501243591s 2018-11-09 14:18:31,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:31,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:31,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bb80585-50a9-4d64-8f13-baf7ae4f4a68 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:31,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-5bb80585-50a9-4d64-8f13-baf7ae4f4a68 2018-11-09 14:18:31,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0788230895996s 2018-11-09 14:18:31,600 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-11-09 14:18:31,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 14:18:31,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" -d '{"role": {"name": "Member"}}' 2018-11-09 14:18:31,732 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:18:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5ed0080-d573-4c40-b66d-b99999224ecf Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}} 2018-11-09 14:18:31,733 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-f5ed0080-d573-4c40-b66d-b99999224ecf 2018-11-09 14:18:31,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.132113933563s 2018-11-09 14:18:31,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:31,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29396d70-ef5f-49e4-a1de-c963db67268d Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "domain_id": null, "name": "Member", "id": "eca454812d9343b090a48d40475f5e7c"}} 2018-11-09 14:18:31,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c used request id req-29396d70-ef5f-49e4-a1de-c963db67268d 2018-11-09 14:18:31,818 - functest.core.tenantnetwork - DEBUG - role: Munch({'NAME_ATTR': 'name', 'name': u'Member', 'links': {u'self': u'http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c'}, 'domain_id': None, 'human_id': None, 'id': u'eca454812d9343b090a48d40475f5e7c', 'HUMAN_ID': False}) 2018-11-09 14:18:31,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:31,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:31,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-adb48af5-44a1-4a0e-bf10-a7a985720e26 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:31,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-adb48af5-44a1-4a0e-bf10-a7a985720e26 2018-11-09 14:18:31,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0706210136414s 2018-11-09 14:18:31,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 14:18:31,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:31,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-291b81ef-e4ab-4cf0-88de-52770f47e928 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:18:31,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-291b81ef-e4ab-4cf0-88de-52770f47e928 2018-11-09 14:18:31,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0832030773163s 2018-11-09 14:18:31,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 14:18:31,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:32,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c716e7ad-c2d6-4ced-852d-5dc502b3161a Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:32,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c716e7ad-c2d6-4ced-852d-5dc502b3161a 2018-11-09 14:18:32,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0924241542816s 2018-11-09 14:18:32,067 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-c716e7ad-c2d6-4ced-852d-5dc502b3161a 2018-11-09 14:18:32,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 14:18:32,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:32,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b06993d-4853-42fa-956e-0e99cb11f3ad Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:32,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0b06993d-4853-42fa-956e-0e99cb11f3ad 2018-11-09 14:18:32,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.075569152832s 2018-11-09 14:18:32,149 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-0b06993d-4853-42fa-956e-0e99cb11f3ad 2018-11-09 14:18:32,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 14:18:32,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=e9fe1a272784449798ddeb7355701307&scope.project.id=dfb45da6f1334a63bc64335c92eee11f&role.id=eca454812d9343b090a48d40475f5e7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:32,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f20417b-bd6f-4df5-9039-db37299ee772 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=e9fe1a272784449798ddeb7355701307&scope.project.id=dfb45da6f1334a63bc64335c92eee11f&role.id=eca454812d9343b090a48d40475f5e7c", "previous": null, "next": null}} 2018-11-09 14:18:32,232 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=e9fe1a272784449798ddeb7355701307&scope.project.id=dfb45da6f1334a63bc64335c92eee11f&role.id=eca454812d9343b090a48d40475f5e7c used request id req-6f20417b-bd6f-4df5-9039-db37299ee772 2018-11-09 14:18:32,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0819320678711s 2018-11-09 14:18:32,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 14:18:32,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e9fe1a272784449798ddeb7355701307/roles/eca454812d9343b090a48d40475f5e7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:32,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27498834-acc4-471a-94cf-cadb7b1eb87a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:32,395 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e9fe1a272784449798ddeb7355701307/roles/eca454812d9343b090a48d40475f5e7c used request id req-27498834-acc4-471a-94cf-cadb7b1eb87a 2018-11-09 14:18:32,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.162415981293s 2018-11-09 14:18:32,396 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a', 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': '767bf922-2537-42cd-9e11-0cc6ad4a6512', 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_8a6b0bba-07cf-4020-9d7b-aef50612b95a', 'project_id': u'dfb45da6f1334a63bc64335c92eee11f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-11-09 14:18:32,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-11-09 14:18:32,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-11-09 14:18:32,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-11-09 14:18:32,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-11-09 14:18:32,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-11-09 14:18:32,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-11-09 14:18:32,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-11-09 14:18:32,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-11-09 14:18:32,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-11-09 14:18:32,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-11-09 14:18:32,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-11-09 14:18:32,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-11-09 14:18:32,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-11-09 14:18:32,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-11-09 14:18:32,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-11-09 14:18:32,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-11-09 14:18:32,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-11-09 14:18:32,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-11-09 14:18:32,399 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-11-09 14:18:32,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-11-09 14:18:32,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-11-09 14:18:32,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-11-09 14:18:32,401 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a', 'password': '767bf922-2537-42cd-9e11-0cc6ad4a6512', 'project_name': 'api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000/v3', 'project_id': 'dfb45da6f1334a63bc64335c92eee11f', 'project_domain_name': 'Default'} 2018-11-09 14:18:32,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:32,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:32,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c183612-87d5-4415-8f78-eccdb86643bc Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:32,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2c183612-87d5-4415-8f78-eccdb86643bc 2018-11-09 14:18:32,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0738999843597s 2018-11-09 14:18:32,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:32,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:32,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36889924-3e44-4d38-909a-dd972d24b8a5 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:32,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-36889924-3e44-4d38-909a-dd972d24b8a5 2018-11-09 14:18:32,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0865371227264s 2018-11-09 14:18:32,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 14:18:32,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:32,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-747a2b9b-d9b0-44dd-aa43-1d9ef3620e73 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:18:32,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-747a2b9b-d9b0-44dd-aa43-1d9ef3620e73 2018-11-09 14:18:32,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.0877480506897s 2018-11-09 14:18:32,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 14:18:32,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:32,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6db4f5d0-c06a-43be-abe8-932b061f2800 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:32,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6db4f5d0-c06a-43be-abe8-932b061f2800 2018-11-09 14:18:32,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0980949401855s 2018-11-09 14:18:32,755 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6db4f5d0-c06a-43be-abe8-932b061f2800 2018-11-09 14:18:32,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 14:18:32,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:32,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6d94920-4aab-4b0b-ba6a-144a44b212a1 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:32,843 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a6d94920-4aab-4b0b-ba6a-144a44b212a1 2018-11-09 14:18:32,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0846450328827s 2018-11-09 14:18:32,843 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-a6d94920-4aab-4b0b-ba6a-144a44b212a1 2018-11-09 14:18:32,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 14:18:32,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=e9fe1a272784449798ddeb7355701307&scope.project.id=dfb45da6f1334a63bc64335c92eee11f&role.id=dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:32,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c58be36b-92d1-4736-8bc0-646a58c4eadd Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=e9fe1a272784449798ddeb7355701307&scope.project.id=dfb45da6f1334a63bc64335c92eee11f&role.id=dc4c46b2381347bd983d7d486ae3151d", "previous": null, "next": null}} 2018-11-09 14:18:32,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=e9fe1a272784449798ddeb7355701307&scope.project.id=dfb45da6f1334a63bc64335c92eee11f&role.id=dc4c46b2381347bd983d7d486ae3151d used request id req-c58be36b-92d1-4736-8bc0-646a58c4eadd 2018-11-09 14:18:32,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0775671005249s 2018-11-09 14:18:32,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 14:18:32,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e9fe1a272784449798ddeb7355701307/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:33,029 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92a1a1b3-9d0b-4dd8-bade-fa9e616d6d34 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:33,029 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e9fe1a272784449798ddeb7355701307/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-92a1a1b3-9d0b-4dd8-bade-fa9e616d6d34 2018-11-09 14:18:33,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.106904983521s 2018-11-09 14:18:33,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:33,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:33,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39115b25-33a9-4fa6-913c-812d0b7d9650 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:33,106 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-39115b25-33a9-4fa6-913c-812d0b7d9650 2018-11-09 14:18:33,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0765061378479s 2018-11-09 14:18:33,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleCreate 2018-11-09 14:18:33,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" -d '{"role": {"name": "heat_stack_owner"}}' 2018-11-09 14:18:33,246 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:18:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a59a2f7-add4-44fd-9dda-aa717ce83f8a Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}} 2018-11-09 14:18:33,246 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-0a59a2f7-add4-44fd-9dda-aa717ce83f8a 2018-11-09 14:18:33,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleCreate in 0.139153003693s 2018-11-09 14:18:33,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:33,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95effbd9-ede6-4875-9de8-4bd8c1971e7f Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "domain_id": null, "name": "heat_stack_owner", "id": "e7e525a5dd00490f802ae82d71c35f9c"}} 2018-11-09 14:18:33,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c used request id req-95effbd9-ede6-4875-9de8-4bd8c1971e7f 2018-11-09 14:18:33,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:18:33,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:33,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5785362-0f6e-4ddc-a3cd-bddb04020dea Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:33,404 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f5785362-0f6e-4ddc-a3cd-bddb04020dea 2018-11-09 14:18:33,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0820159912109s 2018-11-09 14:18:33,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task DomainGet 2018-11-09 14:18:33,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:33,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-098a8329-971c-45e8-a59e-c8a8cb1bff69 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:18:33,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-098a8329-971c-45e8-a59e-c8a8cb1bff69 2018-11-09 14:18:33,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task DomainGet in 0.141710042953s 2018-11-09 14:18:33,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 14:18:33,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:33,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a777614-42a7-4bd1-9717-04a06f139d2f Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:33,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-2a777614-42a7-4bd1-9717-04a06f139d2f 2018-11-09 14:18:33,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.169853925705s 2018-11-09 14:18:33,718 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-2a777614-42a7-4bd1-9717-04a06f139d2f 2018-11-09 14:18:33,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 14:18:33,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:33,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8788601f-28fc-4f5f-8f31-7284aad12533 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:33,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-8788601f-28fc-4f5f-8f31-7284aad12533 2018-11-09 14:18:33,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0803718566895s 2018-11-09 14:18:33,805 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-8788601f-28fc-4f5f-8f31-7284aad12533 2018-11-09 14:18:33,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleAssignmentList 2018-11-09 14:18:33,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/role_assignments?user.id=e9fe1a272784449798ddeb7355701307&scope.project.id=dfb45da6f1334a63bc64335c92eee11f&role.id=e7e525a5dd00490f802ae82d71c35f9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:33,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbfc5c9e-38b4-4e55-aa80-a6aeb7b3184c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=e9fe1a272784449798ddeb7355701307&scope.project.id=dfb45da6f1334a63bc64335c92eee11f&role.id=e7e525a5dd00490f802ae82d71c35f9c", "previous": null, "next": null}} 2018-11-09 14:18:33,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=e9fe1a272784449798ddeb7355701307&scope.project.id=dfb45da6f1334a63bc64335c92eee11f&role.id=e7e525a5dd00490f802ae82d71c35f9c used request id req-bbfc5c9e-38b4-4e55-aa80-a6aeb7b3184c 2018-11-09 14:18:33,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleAssignmentList in 0.0864470005035s 2018-11-09 14:18:33,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleGrantUser 2018-11-09 14:18:33,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e9fe1a272784449798ddeb7355701307/roles/e7e525a5dd00490f802ae82d71c35f9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:18:33,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd25b956-818d-4627-b45a-0b93dfa2f2d6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:33,999 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e9fe1a272784449798ddeb7355701307/roles/e7e525a5dd00490f802ae82d71c35f9c used request id req-dd25b956-818d-4627-b45a-0b93dfa2f2d6 2018-11-09 14:18:34,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleGrantUser in 0.104923963547s 2018-11-09 14:18:34,000 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-11-09 14:18:34,000 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-11-09 14:18:34,000 - openstack_tests - INFO - OS Credentials = > 2018-11-09 14:18:34,001 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:34,001 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:34,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["copjlR3iQYiSPVqyHrBj5A"], "issued_at": "2018-11-09T14:18:34.000000Z"}} 2018-11-09 14:18:34,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbe3e6261739a4df5aa777bb425b80b1b7da82c" 2018-11-09 14:18:35,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-974d8d0f-9c86-4e14-962d-f66e1a04c0b7 Date: Fri, 09 Nov 2018 14:18:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:18:35,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?router%3Aexternal=True used request id req-974d8d0f-9c86-4e14-962d-f66e1a04c0b7 2018-11-09 14:18:35,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3cbe3e6261739a4df5aa777bb425b80b1b7da82c" 2018-11-09 14:18:36,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d5368f6c-cb0b-4e49-bce0-9b3a9e35c9dd Date: Fri, 09 Nov 2018 14:18:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 14:18:36,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff used request id req-d5368f6c-cb0b-4e49-bce0-9b3a9e35c9dd 2018-11-09 14:18:36,269 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-11-09 14:18:36,270 - xtesting.ci.run_tests - INFO - Running test case 'api_check'... 2018-11-09 14:18:36,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,271 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,272 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,273 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,274 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,275 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,277 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,278 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,280 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,281 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,282 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,283 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,284 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,285 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,286 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,287 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,288 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,289 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,290 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,291 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,292 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,294 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,295 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,296 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,297 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,298 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,299 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,301 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,302 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,303 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,304 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,305 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,306 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,307 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,308 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,309 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,310 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,311 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,312 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,314 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,315 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,316 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,317 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,318 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,319 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,320 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,321 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,323 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,325 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,326 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,385 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,386 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:36,387 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:36,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["kTo-t2bEQMi9QsgrKTEboQ"], "issued_at": "2018-11-09T14:18:36.000000Z"}} 2018-11-09 14:18:36,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:36,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd842e39-1fc2-474c-a720-9fd5a5829c2d 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:36,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fd842e39-1fc2-474c-a720-9fd5a5829c2d 2018-11-09 14:18:36,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:36,857 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18:36 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:36,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:36,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f64e05e0-41ee-4418-ab4d-e320450a5f0d Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:18:36,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-f64e05e0-41ee-4418-ab4d-e320450a5f0d 2018-11-09 14:18:36,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-197b1a8f-7064-44df-9d2f-1583f175a9e4-projName"}}' 2018-11-09 14:18:37,046 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:18:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b55b1086-2da6-4ede-86a2-a107f8a1100d Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/165cac98b2504a8b922f622c065df37a"}, "enabled": true, "id": "165cac98b2504a8b922f622c065df37a", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-197b1a8f-7064-44df-9d2f-1583f175a9e4-projName"}} 2018-11-09 14:18:37,046 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-b55b1086-2da6-4ede-86a2-a107f8a1100d 2018-11-09 14:18:37,046 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-197b1a8f-7064-44df-9d2f-1583f175a9e4-projName 2018-11-09 14:18:37,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-197b1a8f-7064-44df-9d2f-1583f175a9e4-projName -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:37,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-188a297b-0d0c-4dd8-b795-6dc4f5c55072 Content-Encoding: gzip Content-Length: 285 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-197b1a8f-7064-44df-9d2f-1583f175a9e4-projName", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/165cac98b2504a8b922f622c065df37a"}, "enabled": true, "id": "165cac98b2504a8b922f622c065df37a", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-197b1a8f-7064-44df-9d2f-1583f175a9e4-projName"}]} 2018-11-09 14:18:37,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=KeystoneUtilsTests-197b1a8f-7064-44df-9d2f-1583f175a9e4-projName used request id req-188a297b-0d0c-4dd8-b795-6dc4f5c55072 2018-11-09 14:18:37,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:37,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00428d70-bf3e-476e-a764-9c37e463f2aa Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:18:37,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-00428d70-bf3e-476e-a764-9c37e463f2aa 2018-11-09 14:18:37,306 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:38,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-b3cd270e-305c-45e0-87e1-10fb7193a916 Date: Fri, 09 Nov 2018 14:18:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "created_at": "2018-11-09T14:07:51Z", "updated_at": "2018-11-09T14:07:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "31ba357c-e1dc-4191-94d7-bf72a3193c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "db566810-33fd-4260-a89d-a3799f2a7964", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f847f465-a525-49db-9ce3-de6f8e72e42a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f8f6e82a-c100-4263-a98f-e9f4fb8bb932", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}], "revision_number": 4, "project_id": "afe83e831ae740a9b46732e40359c7d9", "id": "05f41b07-7239-48b9-a557-1203647e44e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "created_at": "2018-11-09T14:18:29Z", "updated_at": "2018-11-09T14:18:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "009006d0-ac9f-401b-b725-1d1e9486d2b1", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "34f95181-0682-4e34-aa70-833958e56a80", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "4c7128d1-a05f-4b6b-8e02-f7ea27ef21e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "c1b3d347-a481-40f1-a76f-d30c52acebec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}], "revision_number": 4, "project_id": "9e26cc4350704738a6db142300b0ec9c", "id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:18:37Z", "updated_at": "2018-11-09T14:18:38Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:38Z", "revision_number": 0, "id": "4b6feb6b-bb8b-4102-82b9-0f90c5371bbd", "remote_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:38Z", "security_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:38Z", "revision_number": 0, "id": "64906e78-034f-4d95-b475-1f0003699a4c", "remote_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:38Z", "security_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:38Z", "revision_number": 0, "id": "6aa1eb7c-f9bc-4754-9591-5d77a32b3408", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:38Z", "security_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:38Z", "revision_number": 0, "id": "fd220d77-dad5-40f8-aac2-4941787fc351", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:38Z", "security_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "name": "default"}]} 2018-11-09 14:18:38,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-b3cd270e-305c-45e0-87e1-10fb7193a916 2018-11-09 14:18:38,301 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:38,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63731df-4026-44b2-8cea-75af2ef6d9e4 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 14:18:38,384 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 used request id req-d63731df-4026-44b2-8cea-75af2ef6d9e4 2018-11-09 14:18:38,387 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:38,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69e19db1-cbb8-47dd-acda-9b5e6595298f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 14:18:38,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c used request id req-69e19db1-cbb8-47dd-acda-9b5e6595298f 2018-11-09 14:18:38,481 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:38,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3cec1b4-65e6-4a48-976e-b8e1b65f91c6 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:18:38,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-c3cec1b4-65e6-4a48-976e-b8e1b65f91c6 2018-11-09 14:18:38,579 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0 2018-11-09 14:18:38,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:38,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-dcb6470d-827b-45c4-9584-4750696f31d3 Date: Fri, 09 Nov 2018 14:18:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:18:38Z", "security_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:18:38Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "4b6feb6b-bb8b-4102-82b9-0f90c5371bbd"}, {"remote_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:18:38Z", "security_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:18:38Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "64906e78-034f-4d95-b475-1f0003699a4c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:18:38Z", "security_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:18:38Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "6aa1eb7c-f9bc-4754-9591-5d77a32b3408"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:18:38Z", "security_group_id": "b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:18:38Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "fd220d77-dad5-40f8-aac2-4941787fc351"}]} 2018-11-09 14:18:38,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0 used request id req-dcb6470d-827b-45c4-9584-4750696f31d3 2018-11-09 14:18:38,756 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 14:18:38,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:39,902 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a3ff317a-01ab-4dd1-bcff-d8f7283e6be6 Content-Length: 0 Date: Fri, 09 Nov 2018 14:18:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:18:39,903 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/b128f9fa-b900-4c2a-a9d4-a8ea65ad55b0 used request id req-a3ff317a-01ab-4dd1-bcff-d8f7283e6be6 2018-11-09 14:18:39,903 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-197b1a8f-7064-44df-9d2f-1583f175a9e4-projName 2018-11-09 14:18:39,906 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/165cac98b2504a8b922f622c065df37a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2b5c719fd3d0617052525508bae47fb3c7ca71bd" 2018-11-09 14:18:40,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2905938a-5bd3-4755-9045-1268616117cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:40,079 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/165cac98b2504a8b922f622c065df37a used request id req-2905938a-5bd3-4755-9045-1268616117cb 2018-11-09 14:18:40,080 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:40,481 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["eXcg2ra9RBqBGf7W0h1arw"], "issued_at": "2018-11-09T14:18:40.000000Z"}} 2018-11-09 14:18:40,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}ffac8123259c5b8ef627128206861b36e4c13153" 2018-11-09 14:18:40,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-354ff2d6-69fc-4a62-9b95-cc7d8b9cae6a 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:40,563 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-354ff2d6-69fc-4a62-9b95-cc7d8b9cae6a 2018-11-09 14:18:40,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:40,573 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:40,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffac8123259c5b8ef627128206861b36e4c13153" 2018-11-09 14:18:40,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa11df69-97f0-486e-bdad-7b3f48074c65 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:18:40,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-aa11df69-97f0-486e-bdad-7b3f48074c65 2018-11-09 14:18:41,171 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-a5e9920e-4a27-47af-804b-cae2b5da21aa-username 2018-11-09 14:18:41,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffac8123259c5b8ef627128206861b36e4c13153" 2018-11-09 14:18:41,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52990be2-ce91-4a3a-959c-0028b065aa93 Content-Encoding: gzip Content-Length: 911 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "KeystoneUtilsTests-a5e9920e-4a27-47af-804b-cae2b5da21aa-username", "links": {"self": "http://172.30.9.27:5000/v3/users/e214f30312544b05be70cd4aff8ccc92"}, "domain_id": "default", "enabled": true, "id": "e214f30312544b05be70cd4aff8ccc92", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:41,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-52990be2-ce91-4a3a-959c-0028b065aa93 2018-11-09 14:18:41,297 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-a5e9920e-4a27-47af-804b-cae2b5da21aa-username 2018-11-09 14:18:41,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/e214f30312544b05be70cd4aff8ccc92 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ffac8123259c5b8ef627128206861b36e4c13153" 2018-11-09 14:18:41,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a527648b-1a54-4c97-84d0-2a05741fb530 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:41,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e214f30312544b05be70cd4aff8ccc92 used request id req-a527648b-1a54-4c97-84d0-2a05741fb530 2018-11-09 14:18:41,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:41,876 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["YZ72CY3bSNKekbVIoUMcJw"], "issued_at": "2018-11-09T14:18:41.000000Z"}} 2018-11-09 14:18:41,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}d2013abd466a65cab5eab8e52e54176b24a9eecd" 2018-11-09 14:18:41,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56676643-939e-418d-ad78-fa263f47aea7 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:41,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-56676643-939e-418d-ad78-fa263f47aea7 2018-11-09 14:18:41,955 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:41,956 - keystoneauth.identity.v2 - DEBUG - Making authentication request to url/v2.0/tokens 2018-11-09 14:18:41,957 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:42,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["bbHcl63zQdG2kigsUlhtqQ"], "issued_at": "2018-11-09T14:18:42.000000Z"}} 2018-11-09 14:18:42,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}984199a47976b90f08f0eed7252e0dcec8a2efa5" 2018-11-09 14:18:42,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73b0a109-c3a9-4c3a-b428-b903d3d48268 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:42,468 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-73b0a109-c3a9-4c3a-b428-b903d3d48268 2018-11-09 14:18:42,469 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:42,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:42,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["-j7sqN6IS061h-HrzFIEjw"], "issued_at": "2018-11-09T14:18:42.000000Z"}} 2018-11-09 14:18:42,851 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:43,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["DsoGncdRRTCzvWTMFEUO8w"], "issued_at": "2018-11-09T14:18:43.000000Z"}} 2018-11-09 14:18:43,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}7d8e549d65f54cb048839ed017714057dff198e6" 2018-11-09 14:18:43,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2c1bb85-4206-4481-b135-edcaf1db8196 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:43,418 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e2c1bb85-4206-4481-b135-edcaf1db8196 2018-11-09 14:18:43,419 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:43,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:43,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["wNyeSB7KSxCVe6IoUoVkWg"], "issued_at": "2018-11-09T14:18:43.000000Z"}} 2018-11-09 14:18:43,797 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:44,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["kpKSSurxRsW4K9G1n3LNgg"], "issued_at": "2018-11-09T14:18:44.000000Z"}} 2018-11-09 14:18:44,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}9e15408da93cd498216d6b0c484e4a91372a10b5" 2018-11-09 14:18:44,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6a5a855-c9d1-45c7-b9ae-fb7fc3406b3a 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:44,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e6a5a855-c9d1-45c7-b9ae-fb7fc3406b3a 2018-11-09 14:18:44,203 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:44,204 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:44,665 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["D0g3GtL0SnaQtMhsHZ_3pQ"], "issued_at": "2018-11-09T14:18:44.000000Z"}} 2018-11-09 14:18:44,668 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:44,669 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:45,057 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["DHRYUEnwQQqOE1ntaCnZHw"], "issued_at": "2018-11-09T14:18:45.000000Z"}} 2018-11-09 14:18:45,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:45,060 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:45,451 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["OsX7JznZRUm04MkEoXpaBQ"], "issued_at": "2018-11-09T14:18:45.000000Z"}} 2018-11-09 14:18:45,454 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:45,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["BpON778vSAeeaeh66EmggA"], "issued_at": "2018-11-09T14:18:45.000000Z"}} 2018-11-09 14:18:45,829 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:45,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef461340-9a8b-4d74-abae-43b01234bc25 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:45,842 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ef461340-9a8b-4d74-abae-43b01234bc25 2018-11-09 14:18:45,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:45,851 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:45,852 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:45,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d97e23d5-d175-4af6-94f8-02e13876aedb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:18:45,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d97e23d5-d175-4af6-94f8-02e13876aedb 2018-11-09 14:18:46,290 - keystone_utils - INFO - Created user with name - KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-username 2018-11-09 14:18:46,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:46,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b8049ad-5f95-4614-bc1f-d1f7660d6043 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:18:46,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-0b8049ad-5f95-4614-bc1f-d1f7660d6043 2018-11-09 14:18:46,391 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" -d '{"project": {"enabled": true, "domain_id": "default", "name": "KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-projName"}}' 2018-11-09 14:18:46,488 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a32e1a1a-d8e0-4075-9152-89a02ca5ae14 Content-Length: 326 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/32133d9333d4458f8a3a8f22547ab7e6"}, "enabled": true, "id": "32133d9333d4458f8a3a8f22547ab7e6", "parent_id": "default", "domain_id": "default", "name": "KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-projName"}} 2018-11-09 14:18:46,488 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a32e1a1a-d8e0-4075-9152-89a02ca5ae14 2018-11-09 14:18:46,489 - keystone_utils - INFO - Created project with name - KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-projName 2018-11-09 14:18:46,492 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" -d '{"role": {"name": "KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-role"}}' 2018-11-09 14:18:46,597 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d0ac9b5-0cd5-4903-9036-7ffadfc3eeeb Content-Length: 231 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6fd3f81e8bb94292b39d562939cc9d91", "links": {"self": "http://172.30.9.27:5000/v3/roles/6fd3f81e8bb94292b39d562939cc9d91"}, "name": "KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-role"}} 2018-11-09 14:18:46,597 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-4d0ac9b5-0cd5-4903-9036-7ffadfc3eeeb 2018-11-09 14:18:46,598 - keystone_utils - INFO - Created role with name - KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-role 2018-11-09 14:18:46,601 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/6fd3f81e8bb94292b39d562939cc9d91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:46,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3629fb1e-8164-4de7-a20b-06775416bd36 Content-Encoding: gzip Content-Length: 181 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/6fd3f81e8bb94292b39d562939cc9d91"}, "domain_id": null, "name": "KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-role", "id": "6fd3f81e8bb94292b39d562939cc9d91"}} 2018-11-09 14:18:46,687 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/6fd3f81e8bb94292b39d562939cc9d91 used request id req-3629fb1e-8164-4de7-a20b-06775416bd36 2018-11-09 14:18:46,688 - keystone_utils - INFO - Granting role KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-role to project KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-projName 2018-11-09 14:18:46,691 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/32133d9333d4458f8a3a8f22547ab7e6/users/24f38f9ee5ca47d9bea4302681f88259/roles/6fd3f81e8bb94292b39d562939cc9d91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:46,847 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f807349-5fe7-4f0f-857c-32fed0ad2ea3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:46,847 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/32133d9333d4458f8a3a8f22547ab7e6/users/24f38f9ee5ca47d9bea4302681f88259/roles/6fd3f81e8bb94292b39d562939cc9d91 used request id req-9f807349-5fe7-4f0f-857c-32fed0ad2ea3 2018-11-09 14:18:46,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/32133d9333d4458f8a3a8f22547ab7e6/users/24f38f9ee5ca47d9bea4302681f88259/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:46,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-810c9a4b-4b74-4e79-aeaa-d492f6e6b8f1 Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/32133d9333d4458f8a3a8f22547ab7e6/users/24f38f9ee5ca47d9bea4302681f88259/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6fd3f81e8bb94292b39d562939cc9d91", "links": {"self": "http://172.30.9.27:5000/v3/roles/6fd3f81e8bb94292b39d562939cc9d91"}, "name": "KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-role"}]} 2018-11-09 14:18:46,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/32133d9333d4458f8a3a8f22547ab7e6/users/24f38f9ee5ca47d9bea4302681f88259/roles used request id req-810c9a4b-4b74-4e79-aeaa-d492f6e6b8f1 2018-11-09 14:18:46,966 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:48,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-f1f99579-28d7-423a-8ff0-a14d1ac6af0d Date: Fri, 09 Nov 2018 14:18:48 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "created_at": "2018-11-09T14:07:51Z", "updated_at": "2018-11-09T14:07:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "31ba357c-e1dc-4191-94d7-bf72a3193c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "db566810-33fd-4260-a89d-a3799f2a7964", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f847f465-a525-49db-9ce3-de6f8e72e42a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f8f6e82a-c100-4263-a98f-e9f4fb8bb932", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}], "revision_number": 4, "project_id": "afe83e831ae740a9b46732e40359c7d9", "id": "05f41b07-7239-48b9-a557-1203647e44e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:18:47Z", "updated_at": "2018-11-09T14:18:47Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:47Z", "revision_number": 0, "id": "2d74ec62-83a7-46ad-baa4-a500d0f6d806", "remote_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:47Z", "security_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:47Z", "revision_number": 0, "id": "33bfd1e6-5482-42c0-a4e2-47fa57c7dc98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:47Z", "security_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:47Z", "revision_number": 0, "id": "92e676e4-ce4c-4a3a-8f6c-dfe65e53dbd7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:47Z", "security_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:47Z", "revision_number": 0, "id": "e3513213-fd8e-4b46-b522-aee66b7808a8", "remote_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:47Z", "security_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "321ba689-3a68-4894-bdd7-c4680c20534f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "created_at": "2018-11-09T14:18:29Z", "updated_at": "2018-11-09T14:18:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "009006d0-ac9f-401b-b725-1d1e9486d2b1", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "34f95181-0682-4e34-aa70-833958e56a80", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "4c7128d1-a05f-4b6b-8e02-f7ea27ef21e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "c1b3d347-a481-40f1-a76f-d30c52acebec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}], "revision_number": 4, "project_id": "9e26cc4350704738a6db142300b0ec9c", "id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "name": "default"}]} 2018-11-09 14:18:48,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-f1f99579-28d7-423a-8ff0-a14d1ac6af0d 2018-11-09 14:18:48,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:48,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05cc4342-988a-40a2-bdb3-def48fdc3087 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 14:18:48,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 used request id req-05cc4342-988a-40a2-bdb3-def48fdc3087 2018-11-09 14:18:48,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:48,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcca91e1-61ed-4927-bebc-615294cca8d8 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:18:48,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-fcca91e1-61ed-4927-bebc-615294cca8d8 2018-11-09 14:18:48,321 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 321ba689-3a68-4894-bdd7-c4680c20534f 2018-11-09 14:18:48,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=321ba689-3a68-4894-bdd7-c4680c20534f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:48,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-23ebfaed-3950-4419-8ff9-83bd4c1813c7 Date: Fri, 09 Nov 2018 14:18:48 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:18:47Z", "security_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:18:47Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "2d74ec62-83a7-46ad-baa4-a500d0f6d806"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:18:47Z", "security_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:18:47Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "33bfd1e6-5482-42c0-a4e2-47fa57c7dc98"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:18:47Z", "security_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:18:47Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "92e676e4-ce4c-4a3a-8f6c-dfe65e53dbd7"}, {"remote_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:18:47Z", "security_group_id": "321ba689-3a68-4894-bdd7-c4680c20534f", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:18:47Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "e3513213-fd8e-4b46-b522-aee66b7808a8"}]} 2018-11-09 14:18:48,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=321ba689-3a68-4894-bdd7-c4680c20534f used request id req-23ebfaed-3950-4419-8ff9-83bd4c1813c7 2018-11-09 14:18:48,502 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 14:18:48,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/321ba689-3a68-4894-bdd7-c4680c20534f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:48,959 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9cead51-e380-4063-bc79-629c997a93c9 Content-Length: 0 Date: Fri, 09 Nov 2018 14:18:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:18:48,959 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/321ba689-3a68-4894-bdd7-c4680c20534f used request id req-c9cead51-e380-4063-bc79-629c997a93c9 2018-11-09 14:18:48,960 - keystone_utils - INFO - Deleting project with name - KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-projName 2018-11-09 14:18:48,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/32133d9333d4458f8a3a8f22547ab7e6 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:49,143 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d93218ed-68b1-4932-bc8f-9609b1acab70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:49,144 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/32133d9333d4458f8a3a8f22547ab7e6 used request id req-d93218ed-68b1-4932-bc8f-9609b1acab70 2018-11-09 14:18:49,144 - keystone_utils - INFO - Deleting user with name - KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-username 2018-11-09 14:18:49,147 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/24f38f9ee5ca47d9bea4302681f88259 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:49,334 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25e30c61-7765-4724-89d2-3aebac301077 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:49,334 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/24f38f9ee5ca47d9bea4302681f88259 used request id req-25e30c61-7765-4724-89d2-3aebac301077 2018-11-09 14:18:49,334 - keystone_utils - INFO - Deleting role with name - KeystoneUtilsTests-5aa0fb34-f10b-4555-a060-62fad058a332-role 2018-11-09 14:18:49,337 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/6fd3f81e8bb94292b39d562939cc9d91 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}69fea6a76bfd9be480701a2831a5477380a624b2" 2018-11-09 14:18:49,446 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-985973b1-e996-4b88-9bf3-c18c9b2f5d70 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:49,446 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/6fd3f81e8bb94292b39d562939cc9d91 used request id req-985973b1-e996-4b88-9bf3-c18c9b2f5d70 2018-11-09 14:18:49,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:49,834 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["BbM8RQGOSWiDvwGl_Lkzdw"], "issued_at": "2018-11-09T14:18:49.000000Z"}} 2018-11-09 14:18:49,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}1bb0733ea2e400ef29004528b58f7afc4addf40b" 2018-11-09 14:18:49,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4da815fc-4abe-4f77-984b-8ad9ef99994d 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:49,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4da815fc-4abe-4f77-984b-8ad9ef99994d 2018-11-09 14:18:49,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:49,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:50,303 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["h4C7lwstRaeuID8HejjGjg"], "issued_at": "2018-11-09T14:18:50.000000Z"}} 2018-11-09 14:18:50,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:50,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-818f2a62-6a93-4a17-8e7a-918c9f978994 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:50,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-818f2a62-6a93-4a17-8e7a-918c9f978994 2018-11-09 14:18:50,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:50,405 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18:50 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:50,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:50,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9826e9-ba41-4d80-905e-02efcafc22f9 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:50,499 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-9c9826e9-ba41-4d80-905e-02efcafc22f9 2018-11-09 14:18:50,503 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:50,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe706849-45f7-4263-9826-b852aafd0fa8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:18:50,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-fe706849-45f7-4263-9826-b852aafd0fa8 2018-11-09 14:18:50,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:51,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3417400-ffbd-427f-a4f1-2ff25c9acb42 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:51,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c3417400-ffbd-427f-a4f1-2ff25c9acb42 2018-11-09 14:18:51,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:51,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c320299a-5d4a-4d2d-b772-05cd38bc8da2 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:51,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a used request id req-c320299a-5d4a-4d2d-b772-05cd38bc8da2 2018-11-09 14:18:51,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/e712495abb144644881db8f53af93a73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:51,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f92c2cf-7c23-48d4-a64c-c755f440e792 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/e712495abb144644881db8f53af93a73"}, "enabled": true, "id": "e712495abb144644881db8f53af93a73", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-92463051-02b8-4fd-name"}} 2018-11-09 14:18:51,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e712495abb144644881db8f53af93a73 used request id req-5f92c2cf-7c23-48d4-a64c-c755f440e792 2018-11-09 14:18:51,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e712495abb144644881db8f53af93a73/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:51,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6933cb1e-77f5-4704-9b6b-e29cc56411f7 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e712495abb144644881db8f53af93a73/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 14:18:51,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e712495abb144644881db8f53af93a73/roles used request id req-6933cb1e-77f5-4704-9b6b-e29cc56411f7 2018-11-09 14:18:51,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:51,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ac9ab56-1d42-4fe6-806b-9717134cdab2 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "domain_id": null, "name": "admin", "id": "dc4c46b2381347bd983d7d486ae3151d"}} 2018-11-09 14:18:51,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-0ac9ab56-1d42-4fe6-806b-9717134cdab2 2018-11-09 14:18:51,370 - keystone_utils - INFO - Granting role admin to project api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a 2018-11-09 14:18:51,374 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e712495abb144644881db8f53af93a73/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:51,503 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0d82312a-bdea-45e9-9b4a-79ed86fe64be Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:51,503 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e712495abb144644881db8f53af93a73/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-0d82312a-bdea-45e9-9b4a-79ed86fe64be 2018-11-09 14:18:51,507 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:51,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-594b6e2f-d09d-434c-9c2a-4c0ee5ae5651 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:51,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-594b6e2f-d09d-434c-9c2a-4c0ee5ae5651 2018-11-09 14:18:51,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:51,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0cdb2b-bea7-44ae-a446-26c5d46152f4 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:51,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a used request id req-8e0cdb2b-bea7-44ae-a446-26c5d46152f4 2018-11-09 14:18:51,731 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-92463051-02b8-4fd-name 2018-11-09 14:18:51,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:51,739 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18:51 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:51,740 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb0733ea2e400ef29004528b58f7afc4addf40b" 2018-11-09 14:18:51,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665ac06e-302d-4512-9162-7463c50525f2 Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-92463051-02b8-4fd-name", "links": {"self": "http://172.30.9.27:5000/v3/users/e712495abb144644881db8f53af93a73"}, "domain_id": "default", "enabled": true, "id": "e712495abb144644881db8f53af93a73", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:51,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-665ac06e-302d-4512-9162-7463c50525f2 2018-11-09 14:18:51,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb0733ea2e400ef29004528b58f7afc4addf40b" 2018-11-09 14:18:51,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8d091c6-425d-460c-ad91-0b0a33100e1e Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:51,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d8d091c6-425d-460c-ad91-0b0a33100e1e 2018-11-09 14:18:51,933 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb0733ea2e400ef29004528b58f7afc4addf40b" 2018-11-09 14:18:52,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6395aed8-17fa-4541-81d0-274eb4b4c816 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:52,022 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a used request id req-6395aed8-17fa-4541-81d0-274eb4b4c816 2018-11-09 14:18:52,025 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e712495abb144644881db8f53af93a73/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bb0733ea2e400ef29004528b58f7afc4addf40b" 2018-11-09 14:18:52,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea1667ca-7710-4432-ad7b-a0e5cb008100 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e712495abb144644881db8f53af93a73/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}]} 2018-11-09 14:18:52,121 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/e712495abb144644881db8f53af93a73/roles used request id req-ea1667ca-7710-4432-ad7b-a0e5cb008100 2018-11-09 14:18:52,121 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-92463051-02b8-4fd-name 2018-11-09 14:18:52,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/e712495abb144644881db8f53af93a73 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d460e099a920bc612d2885177e8929711362620f" 2018-11-09 14:18:52,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee9ea8e0-8779-4679-92e0-2b8f7048d39c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:52,314 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e712495abb144644881db8f53af93a73 used request id req-ee9ea8e0-8779-4679-92e0-2b8f7048d39c 2018-11-09 14:18:52,316 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:52,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["-GxLa3hbR7yQ4YXnDAxD3Q"], "issued_at": "2018-11-09T14:18:52.000000Z"}} 2018-11-09 14:18:52,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}d3fcba0f8e5218a583276598747115d6e38482de" 2018-11-09 14:18:52,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-121f8e7d-e20e-4c4a-beba-34d10e798fd4 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:52,775 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-121f8e7d-e20e-4c4a-beba-34d10e798fd4 2018-11-09 14:18:52,776 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:52,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:53,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["rrz_SGg4SK64tIdwSZJxYQ"], "issued_at": "2018-11-09T14:18:53.000000Z"}} 2018-11-09 14:18:53,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:53,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f6f09568-326f-4089-abd1-a9e36a66f90a 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:53,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f6f09568-326f-4089-abd1-a9e36a66f90a 2018-11-09 14:18:53,243 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:53,248 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18:53 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:53,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:53,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56bc050a-b5c6-4bcf-9936-1cde2035bf82 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:53,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-56bc050a-b5c6-4bcf-9936-1cde2035bf82 2018-11-09 14:18:53,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:53,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff385956-bc7c-43c2-a975-abb0e1dded64 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:18:53,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-ff385956-bc7c-43c2-a975-abb0e1dded64 2018-11-09 14:18:53,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:53,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc0ed0cf-3143-49ce-8949-79d896001ee4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:53,924 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-dc0ed0cf-3143-49ce-8949-79d896001ee4 2018-11-09 14:18:53,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:53,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42c8e777-a5ef-48c4-9e76-13dc1a4004bf Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:53,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a used request id req-42c8e777-a5ef-48c4-9e76-13dc1a4004bf 2018-11-09 14:18:53,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/ed9209ccc5694d8bb2dbaf18fdc59f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:54,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d05a42aa-2325-4b72-8220-628e989191a6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/ed9209ccc5694d8bb2dbaf18fdc59f95"}, "enabled": true, "id": "ed9209ccc5694d8bb2dbaf18fdc59f95", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-90b18c35-25df-40a-name"}} 2018-11-09 14:18:54,043 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ed9209ccc5694d8bb2dbaf18fdc59f95 used request id req-d05a42aa-2325-4b72-8220-628e989191a6 2018-11-09 14:18:54,047 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/ed9209ccc5694d8bb2dbaf18fdc59f95/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:54,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-565a1d69-2c5f-4c2c-9e98-8f0a96e0977c Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/ed9209ccc5694d8bb2dbaf18fdc59f95/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 14:18:54,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/ed9209ccc5694d8bb2dbaf18fdc59f95/roles used request id req-565a1d69-2c5f-4c2c-9e98-8f0a96e0977c 2018-11-09 14:18:54,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:54,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35fa8e97-fc59-4b11-b6f6-3fbe314f5caa Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "domain_id": null, "name": "admin", "id": "dc4c46b2381347bd983d7d486ae3151d"}} 2018-11-09 14:18:54,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-35fa8e97-fc59-4b11-b6f6-3fbe314f5caa 2018-11-09 14:18:54,346 - keystone_utils - INFO - Granting role admin to project api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a 2018-11-09 14:18:54,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/ed9209ccc5694d8bb2dbaf18fdc59f95/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:54,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf264e4e-f132-414a-949d-601fd8ee894a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:54,467 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/ed9209ccc5694d8bb2dbaf18fdc59f95/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-bf264e4e-f132-414a-949d-601fd8ee894a 2018-11-09 14:18:54,470 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:54,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b71131e6-d536-4608-8096-d8c8c4486bd4 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:54,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b71131e6-d536-4608-8096-d8c8c4486bd4 2018-11-09 14:18:54,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:54,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e3c626d-8275-49b9-815c-75f34e5e31cd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:54,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a used request id req-0e3c626d-8275-49b9-815c-75f34e5e31cd 2018-11-09 14:18:54,576 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-90b18c35-25df-40a-name 2018-11-09 14:18:54,576 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-90b18c35-25df-40a-name 2018-11-09 14:18:54,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:54,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18:54 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:54,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ed9209ccc5694d8bb2dbaf18fdc59f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d3fcba0f8e5218a583276598747115d6e38482de" 2018-11-09 14:18:54,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5803133c-00ed-4b07-b221-1eeda24f99f3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:54,808 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ed9209ccc5694d8bb2dbaf18fdc59f95 used request id req-5803133c-00ed-4b07-b221-1eeda24f99f3 2018-11-09 14:18:54,808 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-90b18c35-25df-40a-name 2018-11-09 14:18:54,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/ed9209ccc5694d8bb2dbaf18fdc59f95 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0ab5506822e37f127976148f4a031eafa31b5e89" 2018-11-09 14:18:54,900 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:18:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fa3923a2-d3e2-48c8-973d-b26753a06fdd Content-Length: 115 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find user: ed9209ccc5694d8bb2dbaf18fdc59f95.", "code": 404, "title": "Not Found"}} 2018-11-09 14:18:54,900 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ed9209ccc5694d8bb2dbaf18fdc59f95 used request id req-fa3923a2-d3e2-48c8-973d-b26753a06fdd 2018-11-09 14:18:54,900 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-11-09 14:18:54,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:55,276 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["Q5xeWkt-TD-5HEKz7QXL0A"], "issued_at": "2018-11-09T14:18:55.000000Z"}} 2018-11-09 14:18:55,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}2af9604ebec175a9c712fb9c4956458be2bc2924" 2018-11-09 14:18:55,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72e709e8-ac82-4a61-9b5a-8e6de2e1ad7e 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:55,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-72e709e8-ac82-4a61-9b5a-8e6de2e1ad7e 2018-11-09 14:18:55,362 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:55,363 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:55,756 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["xnpLeNtZTiqqyE5benJE1w"], "issued_at": "2018-11-09T14:18:55.000000Z"}} 2018-11-09 14:18:55,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:55,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da610710-7910-4da7-9c2d-2b9cafed0ca8 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:55,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-da610710-7910-4da7-9c2d-2b9cafed0ca8 2018-11-09 14:18:55,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:55,842 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:55,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:55,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46f32716-90dd-4598-8730-35cab3c45174 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:55,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-46f32716-90dd-4598-8730-35cab3c45174 2018-11-09 14:18:55,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:56,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef8cab5b-e284-4093-97e0-f0a7212123cb Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:18:56,033 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-ef8cab5b-e284-4093-97e0-f0a7212123cb 2018-11-09 14:18:56,454 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:56,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e6dc09f-0d93-43ed-90cb-aeaead4cb0fb Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:56,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-7e6dc09f-0d93-43ed-90cb-aeaead4cb0fb 2018-11-09 14:18:56,553 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:56,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33172d39-2cb1-47e2-8380-1b6fcbefc940 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:56,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a used request id req-33172d39-2cb1-47e2-8380-1b6fcbefc940 2018-11-09 14:18:56,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:56,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df071c60-1dfb-459c-a426-f95e18c90060 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c"}, "enabled": true, "id": "5832eb7b0a3e463ab8b50fb5a9ca9d5c", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-f7f25ae1-c37e-4cb-name"}} 2018-11-09 14:18:56,672 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c used request id req-df071c60-1dfb-459c-a426-f95e18c90060 2018-11-09 14:18:56,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:56,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f15a00a-2d56-4d5c-92a7-a70f04572677 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 14:18:56,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c/roles used request id req-0f15a00a-2d56-4d5c-92a7-a70f04572677 2018-11-09 14:18:56,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:56,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77dbda6e-05a4-4574-b703-f5c3860dabb5 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "domain_id": null, "name": "admin", "id": "dc4c46b2381347bd983d7d486ae3151d"}} 2018-11-09 14:18:56,868 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-77dbda6e-05a4-4574-b703-f5c3860dabb5 2018-11-09 14:18:56,869 - keystone_utils - INFO - Granting role admin to project api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a 2018-11-09 14:18:56,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:56,996 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f8b8a7e-83aa-4099-b5e3-c1cbae2e7dd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:56,996 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-9f8b8a7e-83aa-4099-b5e3-c1cbae2e7dd8 2018-11-09 14:18:57,000 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:57,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e75ca357-2596-43d8-bc66-29dec5cc58ac Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:57,087 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e75ca357-2596-43d8-bc66-29dec5cc58ac 2018-11-09 14:18:57,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:57,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35f1c869-f412-4fb7-ad60-e1ba49bb6120 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:57,174 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a used request id req-35f1c869-f412-4fb7-ad60-e1ba49bb6120 2018-11-09 14:18:57,175 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-f7f25ae1-c37e-4cb-name 2018-11-09 14:18:57,178 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:57,183 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:57,184 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2af9604ebec175a9c712fb9c4956458be2bc2924" 2018-11-09 14:18:57,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47150fc2-e6f3-4aa8-ae30-457bebfa38a6 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-f7f25ae1-c37e-4cb-name", "links": {"self": "http://172.30.9.27:5000/v3/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c"}, "domain_id": "default", "enabled": true, "id": "5832eb7b0a3e463ab8b50fb5a9ca9d5c", "options": {}}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:57,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-47150fc2-e6f3-4aa8-ae30-457bebfa38a6 2018-11-09 14:18:57,365 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-f7f25ae1-c37e-4cb-name 2018-11-09 14:18:57,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d4475aac8930e4a895f22668877a8279fa64cfc0" 2018-11-09 14:18:57,562 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3862056-06b3-426e-870d-87949113ba18 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:57,562 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/5832eb7b0a3e463ab8b50fb5a9ca9d5c used request id req-e3862056-06b3-426e-870d-87949113ba18 2018-11-09 14:18:57,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:57,949 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["rxGQ3Br3SGe39L7cW2vDgQ"], "issued_at": "2018-11-09T14:18:57.000000Z"}} 2018-11-09 14:18:57,949 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}a84d954e0648d7fe902851b02ab77a77fdffe82b" 2018-11-09 14:18:58,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4dac3896-0eb3-413f-a6ff-ed1d7e78adb8 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:58,032 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4dac3896-0eb3-413f-a6ff-ed1d7e78adb8 2018-11-09 14:18:58,033 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:58,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:18:58,410 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:18:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["pKqasH4dQjOZlbGKso27iA"], "issued_at": "2018-11-09T14:18:58.000000Z"}} 2018-11-09 14:18:58,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:58,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03510d65-580a-4036-9135-aea1a72b7e86 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:18:58,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-03510d65-580a-4036-9135-aea1a72b7e86 2018-11-09 14:18:58,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:58,505 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:58,506 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:58,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65c811c3-b35e-46c2-a71c-6b2d28087214 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:58,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-65c811c3-b35e-46c2-a71c-6b2d28087214 2018-11-09 14:18:58,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:58,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fba308d-abbf-40c5-b444-dc03531cf730 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:18:58,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-0fba308d-abbf-40c5-b444-dc03531cf730 2018-11-09 14:18:59,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:59,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f62aba57-043a-4b61-8956-05b43ca13155 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:59,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f62aba57-043a-4b61-8956-05b43ca13155 2018-11-09 14:18:59,152 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:59,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7035f5d-2547-4dbf-aebc-47fd107972ff Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:59,247 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a used request id req-c7035f5d-2547-4dbf-aebc-47fd107972ff 2018-11-09 14:18:59,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/d023f17214ad4c259fe3ca5b34e7fce1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:59,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05265158-b8dc-42c3-92aa-3497417bfc23 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/d023f17214ad4c259fe3ca5b34e7fce1"}, "enabled": true, "id": "d023f17214ad4c259fe3ca5b34e7fce1", "options": {}, "domain_id": "default", "name": "CreateUserSuccessTests-b96fbcda-07a3-48f-name"}} 2018-11-09 14:18:59,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/d023f17214ad4c259fe3ca5b34e7fce1 used request id req-05265158-b8dc-42c3-92aa-3497417bfc23 2018-11-09 14:18:59,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/d023f17214ad4c259fe3ca5b34e7fce1/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:59,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8db0b20-2bae-4dc2-a487-243900000bc8 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/d023f17214ad4c259fe3ca5b34e7fce1/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 14:18:59,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/d023f17214ad4c259fe3ca5b34e7fce1/roles used request id req-d8db0b20-2bae-4dc2-a487-243900000bc8 2018-11-09 14:18:59,399 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:59,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a4d3cbf-db4e-43f0-a2d0-d4bcda1c3bea Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "domain_id": null, "name": "admin", "id": "dc4c46b2381347bd983d7d486ae3151d"}} 2018-11-09 14:18:59,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-4a4d3cbf-db4e-43f0-a2d0-d4bcda1c3bea 2018-11-09 14:18:59,485 - keystone_utils - INFO - Granting role admin to project api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a 2018-11-09 14:18:59,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/d023f17214ad4c259fe3ca5b34e7fce1/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:59,621 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:18:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-980adee0-aad6-4271-8a6e-c85385644281 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:18:59,621 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f/users/d023f17214ad4c259fe3ca5b34e7fce1/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-980adee0-aad6-4271-8a6e-c85385644281 2018-11-09 14:18:59,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:59,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3eed9b7b-e78f-4246-b79a-e0d01e48f596 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:18:59,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3eed9b7b-e78f-4246-b79a-e0d01e48f596 2018-11-09 14:18:59,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:18:59,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6314756-dbec-4761-be50-b1de8447c6ae Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:18:59,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a used request id req-c6314756-dbec-4761-be50-b1de8447c6ae 2018-11-09 14:18:59,818 - keystone_utils - INFO - Created user with name - CreateUserSuccessTests-b96fbcda-07a3-48f-name 2018-11-09 14:18:59,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:18:59,826 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:18:59 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:18:59,827 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a84d954e0648d7fe902851b02ab77a77fdffe82b" 2018-11-09 14:18:59,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:18:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-228e241f-6e48-425e-8e0d-c74ddfa2fa27 Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-b96fbcda-07a3-48f-name", "links": {"self": "http://172.30.9.27:5000/v3/users/d023f17214ad4c259fe3ca5b34e7fce1"}, "domain_id": "default", "enabled": true, "id": "d023f17214ad4c259fe3ca5b34e7fce1", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:18:59,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-228e241f-6e48-425e-8e0d-c74ddfa2fa27 2018-11-09 14:18:59,927 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:18:59,928 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:00,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["oLOkJ35jT0617fQ38huLnA"], "issued_at": "2018-11-09T14:19:00.000000Z"}} 2018-11-09 14:19:00,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}10d1062c7178342e8979f39221c8d99a912ef154" 2018-11-09 14:19:00,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2e673de-b035-49d6-8a01-433dfc2b01d4 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:00,394 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c2e673de-b035-49d6-8a01-433dfc2b01d4 2018-11-09 14:19:00,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:00,403 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:00,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10d1062c7178342e8979f39221c8d99a912ef154" 2018-11-09 14:19:00,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-baef5b76-54ab-490a-946a-029c57be0758 Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateUserSuccessTests-b96fbcda-07a3-48f-name", "links": {"self": "http://172.30.9.27:5000/v3/users/d023f17214ad4c259fe3ca5b34e7fce1"}, "domain_id": "default", "enabled": true, "id": "d023f17214ad4c259fe3ca5b34e7fce1", "options": {}}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:19:00,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-baef5b76-54ab-490a-946a-029c57be0758 2018-11-09 14:19:00,530 - keystone_utils - INFO - Deleting user with name - CreateUserSuccessTests-b96fbcda-07a3-48f-name 2018-11-09 14:19:00,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/d023f17214ad4c259fe3ca5b34e7fce1 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}02b44f896f604dcb3aa5e5d513909923336e0151" 2018-11-09 14:19:00,807 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c82c108-f18e-4a5f-98b3-4ef4946ce4ce Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:00,807 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/d023f17214ad4c259fe3ca5b34e7fce1 used request id req-1c82c108-f18e-4a5f-98b3-4ef4946ce4ce 2018-11-09 14:19:00,809 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:01,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["Uf7EIOCjSHKaP9QhXEF1zg"], "issued_at": "2018-11-09T14:19:01.000000Z"}} 2018-11-09 14:19:01,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}ed7fc2d330ed90760d4ff272d66e9dc0635e8dd3" 2018-11-09 14:19:01,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffe7cbaf-b43c-4d65-a60b-2e399b033588 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:01,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ffe7cbaf-b43c-4d65-a60b-2e399b033588 2018-11-09 14:19:01,270 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:01,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:01,654 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["jnIX7ho6TpqQz2dzbxDtVw"], "issued_at": "2018-11-09T14:19:01.000000Z"}} 2018-11-09 14:19:01,654 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}993554f978ac84b04c52dc94d5fa22c193001f85" 2018-11-09 14:19:01,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fc666f9-b162-4b10-83e5-ce5e30d365ed 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:01,738 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1fc666f9-b162-4b10-83e5-ce5e30d365ed 2018-11-09 14:19:01,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:01,747 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19:01 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:01,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-99d25551-c7aa-43d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993554f978ac84b04c52dc94d5fa22c193001f85" 2018-11-09 14:19:01,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69d6bc3c-5dfe-4be4-915d-5f7594954f93 Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-99d25551-c7aa-43d-name", "previous": null, "next": null}, "projects": []} 2018-11-09 14:19:01,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-99d25551-c7aa-43d-name used request id req-69d6bc3c-5dfe-4be4-915d-5f7594954f93 2018-11-09 14:19:01,835 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993554f978ac84b04c52dc94d5fa22c193001f85" 2018-11-09 14:19:01,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d58672a0-5753-46c0-b5d4-3df1cf4d87e6 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:19:01,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-d58672a0-5753-46c0-b5d4-3df1cf4d87e6 2018-11-09 14:19:01,855 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993554f978ac84b04c52dc94d5fa22c193001f85" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-99d25551-c7aa-43d-name"}}' 2018-11-09 14:19:01,980 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a37b24c7-5ace-4321-b3ae-caa6fc916512 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/5d91b7a14df54067a317e57b2d0a50a9"}, "enabled": true, "id": "5d91b7a14df54067a317e57b2d0a50a9", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-99d25551-c7aa-43d-name"}} 2018-11-09 14:19:01,980 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-a37b24c7-5ace-4321-b3ae-caa6fc916512 2018-11-09 14:19:01,981 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-99d25551-c7aa-43d-name 2018-11-09 14:19:01,981 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-99d25551-c7aa-43d-name 2018-11-09 14:19:01,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:01,989 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19:01 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:01,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/5d91b7a14df54067a317e57b2d0a50a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed7fc2d330ed90760d4ff272d66e9dc0635e8dd3" 2018-11-09 14:19:02,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f61b077-5759-470b-9784-f780d00390b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:02,175 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5d91b7a14df54067a317e57b2d0a50a9 used request id req-8f61b077-5759-470b-9784-f780d00390b2 2018-11-09 14:19:02,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993554f978ac84b04c52dc94d5fa22c193001f85" 2018-11-09 14:19:03,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-8b2ad4f0-27de-4072-a49c-47ec91a43fcf Date: Fri, 09 Nov 2018 14:19:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "created_at": "2018-11-09T14:07:51Z", "updated_at": "2018-11-09T14:07:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "31ba357c-e1dc-4191-94d7-bf72a3193c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "db566810-33fd-4260-a89d-a3799f2a7964", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f847f465-a525-49db-9ce3-de6f8e72e42a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f8f6e82a-c100-4263-a98f-e9f4fb8bb932", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}], "revision_number": 4, "project_id": "afe83e831ae740a9b46732e40359c7d9", "id": "05f41b07-7239-48b9-a557-1203647e44e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "created_at": "2018-11-09T14:18:29Z", "updated_at": "2018-11-09T14:18:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "009006d0-ac9f-401b-b725-1d1e9486d2b1", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "34f95181-0682-4e34-aa70-833958e56a80", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "4c7128d1-a05f-4b6b-8e02-f7ea27ef21e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "c1b3d347-a481-40f1-a76f-d30c52acebec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}], "revision_number": 4, "project_id": "9e26cc4350704738a6db142300b0ec9c", "id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:19:02Z", "updated_at": "2018-11-09T14:19:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "35717d69-5eb4-4f42-862d-c455638ab3db", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "46a99935-0edd-4365-8454-35f3db308e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "6cbdbcf2-0572-44e9-ab78-12f3162b4485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "8c17f651-164b-4f92-b18d-d4c3dfe1b981", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "745c3978-58a5-4169-b51b-c3c8bc458756", "name": "default"}]} 2018-11-09 14:19:03,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-8b2ad4f0-27de-4072-a49c-47ec91a43fcf 2018-11-09 14:19:03,254 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993554f978ac84b04c52dc94d5fa22c193001f85" 2018-11-09 14:19:03,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63d670ca-2332-4992-97bf-9213e5b3fc8e Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 14:19:03,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 used request id req-63d670ca-2332-4992-97bf-9213e5b3fc8e 2018-11-09 14:19:03,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993554f978ac84b04c52dc94d5fa22c193001f85" 2018-11-09 14:19:03,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c78a0deb-eb68-4ea1-9e89-81e90651960d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 14:19:03,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c used request id req-c78a0deb-eb68-4ea1-9e89-81e90651960d 2018-11-09 14:19:03,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993554f978ac84b04c52dc94d5fa22c193001f85" 2018-11-09 14:19:03,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6eeb33f6-a980-4ad0-9eab-c9ffa881f6c9 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:19:03,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-6eeb33f6-a980-4ad0-9eab-c9ffa881f6c9 2018-11-09 14:19:03,525 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-99d25551-c7aa-43d-name 2018-11-09 14:19:03,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/5d91b7a14df54067a317e57b2d0a50a9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993554f978ac84b04c52dc94d5fa22c193001f85" 2018-11-09 14:19:03,612 - keystoneauth.session - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-264bc44e-928b-4437-a39f-5afb4b996662 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 5d91b7a14df54067a317e57b2d0a50a9.", "code": 404, "title": "Not Found"}} 2018-11-09 14:19:03,612 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/5d91b7a14df54067a317e57b2d0a50a9 used request id req-264bc44e-928b-4437-a39f-5afb4b996662 2018-11-09 14:19:03,612 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-11-09 14:19:03,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993554f978ac84b04c52dc94d5fa22c193001f85" 2018-11-09 14:19:03,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c7383a2-ada3-496d-80b3-5f454cb799ce Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:03,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1c7383a2-ada3-496d-80b3-5f454cb799ce 2018-11-09 14:19:03,713 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ed7fc2d330ed90760d4ff272d66e9dc0635e8dd3" 2018-11-09 14:19:03,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-489593cb-197f-4322-a17d-2bcd064b91a2 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:19:03,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-489593cb-197f-4322-a17d-2bcd064b91a2 2018-11-09 14:19:03,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}993554f978ac84b04c52dc94d5fa22c193001f85" 2018-11-09 14:19:03,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-768cbaba-ee3e-4e4f-8f2f-9c616fe77f01 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:03,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-768cbaba-ee3e-4e4f-8f2f-9c616fe77f01 2018-11-09 14:19:03,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:04,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["xpbNR-7JTbqvakzrd1idSg"], "issued_at": "2018-11-09T14:19:04.000000Z"}} 2018-11-09 14:19:04,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}55d4d5321356214110c70f800e6352d11287fd35" 2018-11-09 14:19:04,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8ae4238-6138-4281-b73f-007f8c0f4364 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:04,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d8ae4238-6138-4281-b73f-007f8c0f4364 2018-11-09 14:19:04,346 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:04,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:04,727 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["KzIK-xyRRca0oM8pTgB7QQ"], "issued_at": "2018-11-09T14:19:04.000000Z"}} 2018-11-09 14:19:04,728 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}fd9e4c13337bc5c8ca42854fd0fafadfc14194cc" 2018-11-09 14:19:04,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22c21c94-c1fc-4f74-bbbf-c3d6c7ef9816 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:04,812 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-22c21c94-c1fc-4f74-bbbf-c3d6c7ef9816 2018-11-09 14:19:04,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:04,825 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19:04 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:04,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f829a92c-2baf-4a5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9e4c13337bc5c8ca42854fd0fafadfc14194cc" 2018-11-09 14:19:04,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d9d41c-6331-4925-922d-3d1922c977ef Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f829a92c-2baf-4a5-name", "previous": null, "next": null}, "projects": []} 2018-11-09 14:19:04,912 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f829a92c-2baf-4a5-name used request id req-c4d9d41c-6331-4925-922d-3d1922c977ef 2018-11-09 14:19:04,915 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9e4c13337bc5c8ca42854fd0fafadfc14194cc" 2018-11-09 14:19:05,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27bcd7fb-b0f3-4e21-824b-d2d97e35c855 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:19:05,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-27bcd7fb-b0f3-4e21-824b-d2d97e35c855 2018-11-09 14:19:05,021 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9e4c13337bc5c8ca42854fd0fafadfc14194cc" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-f829a92c-2baf-4a5-name"}}' 2018-11-09 14:19:05,117 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:19:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ec2ab40d-e9ea-4491-a277-2663873e0259 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/502274f2999048eab61bcdc039869922"}, "enabled": true, "id": "502274f2999048eab61bcdc039869922", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f829a92c-2baf-4a5-name"}} 2018-11-09 14:19:05,117 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-ec2ab40d-e9ea-4491-a277-2663873e0259 2018-11-09 14:19:05,118 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-f829a92c-2baf-4a5-name 2018-11-09 14:19:05,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:05,126 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:05,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f829a92c-2baf-4a5-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d4d5321356214110c70f800e6352d11287fd35" 2018-11-09 14:19:05,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef6d3ecc-25dd-497a-a507-edaac081a3ed Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f829a92c-2baf-4a5-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/502274f2999048eab61bcdc039869922"}, "enabled": true, "id": "502274f2999048eab61bcdc039869922", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-f829a92c-2baf-4a5-name"}]} 2018-11-09 14:19:05,141 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-f829a92c-2baf-4a5-name used request id req-ef6d3ecc-25dd-497a-a507-edaac081a3ed 2018-11-09 14:19:05,144 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}55d4d5321356214110c70f800e6352d11287fd35" 2018-11-09 14:19:05,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2545de09-1320-40b8-b092-5ffc2844167e Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:19:05,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-2545de09-1320-40b8-b092-5ffc2844167e 2018-11-09 14:19:05,230 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9e4c13337bc5c8ca42854fd0fafadfc14194cc" 2018-11-09 14:19:06,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-c0c7db50-dd28-42ab-9800-94bc231d86a2 Date: Fri, 09 Nov 2018 14:19:06 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "created_at": "2018-11-09T14:07:51Z", "updated_at": "2018-11-09T14:07:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "31ba357c-e1dc-4191-94d7-bf72a3193c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "db566810-33fd-4260-a89d-a3799f2a7964", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f847f465-a525-49db-9ce3-de6f8e72e42a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f8f6e82a-c100-4263-a98f-e9f4fb8bb932", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}], "revision_number": 4, "project_id": "afe83e831ae740a9b46732e40359c7d9", "id": "05f41b07-7239-48b9-a557-1203647e44e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "created_at": "2018-11-09T14:18:29Z", "updated_at": "2018-11-09T14:18:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "009006d0-ac9f-401b-b725-1d1e9486d2b1", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "34f95181-0682-4e34-aa70-833958e56a80", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "4c7128d1-a05f-4b6b-8e02-f7ea27ef21e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "c1b3d347-a481-40f1-a76f-d30c52acebec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}], "revision_number": 4, "project_id": "9e26cc4350704738a6db142300b0ec9c", "id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:19:02Z", "updated_at": "2018-11-09T14:19:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "35717d69-5eb4-4f42-862d-c455638ab3db", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "46a99935-0edd-4365-8454-35f3db308e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "6cbdbcf2-0572-44e9-ab78-12f3162b4485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "8c17f651-164b-4f92-b18d-d4c3dfe1b981", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "745c3978-58a5-4169-b51b-c3c8bc458756", "name": "default"}]} 2018-11-09 14:19:06,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-c0c7db50-dd28-42ab-9800-94bc231d86a2 2018-11-09 14:19:06,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9e4c13337bc5c8ca42854fd0fafadfc14194cc" 2018-11-09 14:19:06,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d26a87b7-c332-4b16-be0e-a396ea50f536 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 14:19:06,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 used request id req-d26a87b7-c332-4b16-be0e-a396ea50f536 2018-11-09 14:19:06,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9e4c13337bc5c8ca42854fd0fafadfc14194cc" 2018-11-09 14:19:06,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e97a49d-e9ae-499e-9d72-bff00e062f9f Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 14:19:06,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c used request id req-6e97a49d-e9ae-499e-9d72-bff00e062f9f 2018-11-09 14:19:06,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9e4c13337bc5c8ca42854fd0fafadfc14194cc" 2018-11-09 14:19:06,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-675fdb80-40b4-4b8f-94c2-f320360540aa 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:19:06,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-675fdb80-40b4-4b8f-94c2-f320360540aa 2018-11-09 14:19:06,434 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-f829a92c-2baf-4a5-name 2018-11-09 14:19:06,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/502274f2999048eab61bcdc039869922 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9e4c13337bc5c8ca42854fd0fafadfc14194cc" 2018-11-09 14:19:06,587 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dad14b79-89f1-492f-b4fd-6bde4c3fb978 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:06,587 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/502274f2999048eab61bcdc039869922 used request id req-dad14b79-89f1-492f-b4fd-6bde4c3fb978 2018-11-09 14:19:06,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd9e4c13337bc5c8ca42854fd0fafadfc14194cc" 2018-11-09 14:19:06,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7e1a7f4-9241-47de-bffc-e45479d78f46 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:06,678 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c7e1a7f4-9241-47de-bffc-e45479d78f46 2018-11-09 14:19:06,680 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:07,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["gkBsxBh5T1q5lMaZ601D_g"], "issued_at": "2018-11-09T14:19:07.000000Z"}} 2018-11-09 14:19:07,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}6e54ea96ace485c48e28ada410204d3eba58e87b" 2018-11-09 14:19:07,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5b60f6-0e00-4494-bb76-1af31e2f727a 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:07,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0b5b60f6-0e00-4494-bb76-1af31e2f727a 2018-11-09 14:19:07,155 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:07,156 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:07,561 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["5WpHI2OmQ4mS6Bjl48-Xfw"], "issued_at": "2018-11-09T14:19:07.000000Z"}} 2018-11-09 14:19:07,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}a6c85e759565bfe4e92f3f2153265a39f824f007" 2018-11-09 14:19:07,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb897fc2-f377-4cbd-ba4d-2365b59a2166 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:07,577 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cb897fc2-f377-4cbd-ba4d-2365b59a2166 2018-11-09 14:19:07,581 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:07,586 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:07,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-78a64d24-6b0a-475-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c85e759565bfe4e92f3f2153265a39f824f007" 2018-11-09 14:19:07,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0f5bd2c-b9bd-42fd-b4ca-a822ba867ffa Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-78a64d24-6b0a-475-name", "previous": null, "next": null}, "projects": []} 2018-11-09 14:19:07,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-78a64d24-6b0a-475-name used request id req-a0f5bd2c-b9bd-42fd-b4ca-a822ba867ffa 2018-11-09 14:19:07,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c85e759565bfe4e92f3f2153265a39f824f007" 2018-11-09 14:19:07,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2e58377-7b00-46d9-a9df-b77d0dca28fc Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:19:07,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-e2e58377-7b00-46d9-a9df-b77d0dca28fc 2018-11-09 14:19:07,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c85e759565bfe4e92f3f2153265a39f824f007" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-78a64d24-6b0a-475-name"}}' 2018-11-09 14:19:08,008 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:19:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49832985-9149-4d42-9413-0090fc339147 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/b05aabd7798441dba76548feffe8f754"}, "enabled": true, "id": "b05aabd7798441dba76548feffe8f754", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-78a64d24-6b0a-475-name"}} 2018-11-09 14:19:08,008 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-49832985-9149-4d42-9413-0090fc339147 2018-11-09 14:19:08,008 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-78a64d24-6b0a-475-name 2018-11-09 14:19:08,011 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:08,015 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:08,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-78a64d24-6b0a-475-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e54ea96ace485c48e28ada410204d3eba58e87b" 2018-11-09 14:19:08,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-257855dd-8573-4779-8453-516a4cedfc45 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-78a64d24-6b0a-475-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/b05aabd7798441dba76548feffe8f754"}, "enabled": true, "id": "b05aabd7798441dba76548feffe8f754", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-78a64d24-6b0a-475-name"}]} 2018-11-09 14:19:08,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-78a64d24-6b0a-475-name used request id req-257855dd-8573-4779-8453-516a4cedfc45 2018-11-09 14:19:08,094 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:08,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:08,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["8TtZ_q7xSyypPu1uIwrj9g"], "issued_at": "2018-11-09T14:19:08.000000Z"}} 2018-11-09 14:19:08,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}4e675d2bd72754c9e33947f9ed2807477d00d675" 2018-11-09 14:19:08,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-798e0c81-96ff-43b7-ba50-68c979aa02e2 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:08,574 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-798e0c81-96ff-43b7-ba50-68c979aa02e2 2018-11-09 14:19:08,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:08,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:08,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-78a64d24-6b0a-475-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}4e675d2bd72754c9e33947f9ed2807477d00d675" 2018-11-09 14:19:08,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d15e916-74ff-4709-ab99-a0051758b9b5 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-78a64d24-6b0a-475-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/b05aabd7798441dba76548feffe8f754"}, "enabled": true, "id": "b05aabd7798441dba76548feffe8f754", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-78a64d24-6b0a-475-name"}]} 2018-11-09 14:19:08,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-78a64d24-6b0a-475-name used request id req-1d15e916-74ff-4709-ab99-a0051758b9b5 2018-11-09 14:19:08,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e54ea96ace485c48e28ada410204d3eba58e87b" 2018-11-09 14:19:08,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-109dd175-fe29-4439-8284-10e974e2c87b Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:19:08,757 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-109dd175-fe29-4439-8284-10e974e2c87b 2018-11-09 14:19:08,761 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c85e759565bfe4e92f3f2153265a39f824f007" 2018-11-09 14:19:09,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-ffee9b35-f9c7-4e95-b08a-08717bd50fc0 Date: Fri, 09 Nov 2018 14:19:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "created_at": "2018-11-09T14:07:51Z", "updated_at": "2018-11-09T14:07:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "31ba357c-e1dc-4191-94d7-bf72a3193c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "db566810-33fd-4260-a89d-a3799f2a7964", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f847f465-a525-49db-9ce3-de6f8e72e42a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f8f6e82a-c100-4263-a98f-e9f4fb8bb932", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}], "revision_number": 4, "project_id": "afe83e831ae740a9b46732e40359c7d9", "id": "05f41b07-7239-48b9-a557-1203647e44e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "created_at": "2018-11-09T14:18:29Z", "updated_at": "2018-11-09T14:18:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "009006d0-ac9f-401b-b725-1d1e9486d2b1", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "34f95181-0682-4e34-aa70-833958e56a80", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "4c7128d1-a05f-4b6b-8e02-f7ea27ef21e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "c1b3d347-a481-40f1-a76f-d30c52acebec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}], "revision_number": 4, "project_id": "9e26cc4350704738a6db142300b0ec9c", "id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:19:02Z", "updated_at": "2018-11-09T14:19:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "35717d69-5eb4-4f42-862d-c455638ab3db", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "46a99935-0edd-4365-8454-35f3db308e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "6cbdbcf2-0572-44e9-ab78-12f3162b4485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "8c17f651-164b-4f92-b18d-d4c3dfe1b981", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "745c3978-58a5-4169-b51b-c3c8bc458756", "name": "default"}]} 2018-11-09 14:19:09,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-ffee9b35-f9c7-4e95-b08a-08717bd50fc0 2018-11-09 14:19:09,612 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c85e759565bfe4e92f3f2153265a39f824f007" 2018-11-09 14:19:09,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ef6131a-d3c9-4c52-87ce-53a3176b373c Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 14:19:09,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 used request id req-3ef6131a-d3c9-4c52-87ce-53a3176b373c 2018-11-09 14:19:09,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c85e759565bfe4e92f3f2153265a39f824f007" 2018-11-09 14:19:09,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf07344-0c3c-4935-9c72-0b731c43271e Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 14:19:09,896 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c used request id req-1bf07344-0c3c-4935-9c72-0b731c43271e 2018-11-09 14:19:09,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c85e759565bfe4e92f3f2153265a39f824f007" 2018-11-09 14:19:09,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4ed7bc0-3f30-479e-8eb6-83b1f9afd29b 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:19:09,984 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-c4ed7bc0-3f30-479e-8eb6-83b1f9afd29b 2018-11-09 14:19:09,985 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-78a64d24-6b0a-475-name 2018-11-09 14:19:09,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/b05aabd7798441dba76548feffe8f754 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c85e759565bfe4e92f3f2153265a39f824f007" 2018-11-09 14:19:10,171 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e472f1de-54c6-4bc0-ba66-3a9e440cdf6f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:10,171 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/b05aabd7798441dba76548feffe8f754 used request id req-e472f1de-54c6-4bc0-ba66-3a9e440cdf6f 2018-11-09 14:19:10,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a6c85e759565bfe4e92f3f2153265a39f824f007" 2018-11-09 14:19:10,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ce615e6-ba1f-474c-88da-3a221ee04c0b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:10,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-8ce615e6-ba1f-474c-88da-3a221ee04c0b 2018-11-09 14:19:10,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:10,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["YPEVvZXWQquMHlY-naXvCw"], "issued_at": "2018-11-09T14:19:10.000000Z"}} 2018-11-09 14:19:10,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}060c0ffdbd443f4b9c03650a2896888ace3d12e1" 2018-11-09 14:19:10,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e35b26-af53-41c1-bfa3-57243dbc5da6 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:10,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-17e35b26-af53-41c1-bfa3-57243dbc5da6 2018-11-09 14:19:10,754 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:10,755 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:11,142 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["FavPbMgRRqqFQrzvz_qkow"], "issued_at": "2018-11-09T14:19:11.000000Z"}} 2018-11-09 14:19:11,143 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}093a4cacb1c2c064ea70d7f9bec1c117ee218e10" 2018-11-09 14:19:11,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbeac2b2-f9f5-4bb2-84c4-815f54be0343 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:11,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-bbeac2b2-f9f5-4bb2-84c4-815f54be0343 2018-11-09 14:19:11,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:11,241 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:11,242 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-85161aa1-94f2-49d-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}093a4cacb1c2c064ea70d7f9bec1c117ee218e10" 2018-11-09 14:19:11,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-113cabd6-bb34-44f9-ad57-9490e4edfcaa Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-85161aa1-94f2-49d-name", "previous": null, "next": null}, "projects": []} 2018-11-09 14:19:11,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=foo&name=CreateProjectSuccessTests-85161aa1-94f2-49d-name used request id req-113cabd6-bb34-44f9-ad57-9490e4edfcaa 2018-11-09 14:19:11,331 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=foo -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}093a4cacb1c2c064ea70d7f9bec1c117ee218e10" 2018-11-09 14:19:11,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2d72565-511f-4610-8322-aac5c71d4e31 Content-Encoding: gzip Content-Length: 115 Content-Type: application/json RESP BODY: {"domains": [], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=foo", "previous": null, "next": null}} 2018-11-09 14:19:11,419 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=foo used request id req-f2d72565-511f-4610-8322-aac5c71d4e31 2018-11-09 14:19:11,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}093a4cacb1c2c064ea70d7f9bec1c117ee218e10" -d '{"project": {"enabled": true, "domain_id": "foo", "name": "CreateProjectSuccessTests-85161aa1-94f2-49d-name"}}' 2018-11-09 14:19:11,505 - keystoneauth.session - DEBUG - RESP: [400] Date: Fri, 09 Nov 2018 14:19:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-58488114-f2fe-4a15-827e-8ebb0b9dd37f Content-Length: 90 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find domain: foo.", "code": 400, "title": "Bad Request"}} 2018-11-09 14:19:11,505 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-58488114-f2fe-4a15-827e-8ebb0b9dd37f 2018-11-09 14:19:11,505 - keystoneauth.session - DEBUG - Request returned failure status: 400 2018-11-09 14:19:11,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}093a4cacb1c2c064ea70d7f9bec1c117ee218e10" 2018-11-09 14:19:11,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f1b53e0-e470-4a12-88e8-166b3fbb8f5b Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:11,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-3f1b53e0-e470-4a12-88e8-166b3fbb8f5b 2018-11-09 14:19:11,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:12,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["GlG--9w_QemB6RA0OsuUOg"], "issued_at": "2018-11-09T14:19:12.000000Z"}} 2018-11-09 14:19:12,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}1beda85e601a40807593ed358ff68abd3db50ec4" 2018-11-09 14:19:12,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1eeaabea-1815-4cda-aeeb-3770a66ba8cc 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:12,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1eeaabea-1815-4cda-aeeb-3770a66ba8cc 2018-11-09 14:19:12,110 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:12,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:12,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["COGWKi3vSUCxJ0e-bdZ7ow"], "issued_at": "2018-11-09T14:19:12.000000Z"}} 2018-11-09 14:19:12,505 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" 2018-11-09 14:19:12,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f77866e0-3e99-4c3d-94ec-ddbcd217176e 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:12,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f77866e0-3e99-4c3d-94ec-ddbcd217176e 2018-11-09 14:19:12,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:12,597 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:12,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-99a55597-dcfd-4f2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" 2018-11-09 14:19:12,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2b8438-95a3-4c0d-a055-79784ce1c126 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-99a55597-dcfd-4f2-name", "previous": null, "next": null}, "projects": []} 2018-11-09 14:19:12,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-99a55597-dcfd-4f2-name used request id req-8b2b8438-95a3-4c0d-a055-79784ce1c126 2018-11-09 14:19:12,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" 2018-11-09 14:19:12,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bc3cba9-9d55-47bd-af9a-e0ed8d3203a8 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:19:12,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-9bc3cba9-9d55-47bd-af9a-e0ed8d3203a8 2018-11-09 14:19:12,778 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-99a55597-dcfd-4f2-name"}}' 2018-11-09 14:19:12,878 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:19:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-589fb1b6-fc41-4cf3-9c30-d33f764e52e1 Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/37ff007998b14069bbf27bcd3cc682c4"}, "enabled": true, "id": "37ff007998b14069bbf27bcd3cc682c4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-99a55597-dcfd-4f2-name"}} 2018-11-09 14:19:12,878 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-589fb1b6-fc41-4cf3-9c30-d33f764e52e1 2018-11-09 14:19:12,878 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-99a55597-dcfd-4f2-name 2018-11-09 14:19:12,878 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:19:12,882 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/37ff007998b14069bbf27bcd3cc682c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" 2018-11-09 14:19:13,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19: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-e0124f7b-0851-4ceb-9c7a-da80d8d40f14 x-compute-request-id: req-e0124f7b-0851-4ceb-9c7a-da80d8d40f14 Content-Encoding: gzip Content-Length: 224 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": "37ff007998b14069bbf27bcd3cc682c4", "instances": 10, "security_group_rules": 20, "injected_files": 5, "cores": 20, "fixed_ips": -1, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-09 14:19:13,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/37ff007998b14069bbf27bcd3cc682c4 used request id req-e0124f7b-0851-4ceb-9c7a-da80d8d40f14 2018-11-09 14:19:13,755 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:8774/v2.1/os-quota-sets/37ff007998b14069bbf27bcd3cc682c4 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" -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-11-09 14:19:14,637 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19: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-da15f118-1841-43bf-b81a-2c8ab79895a3 x-compute-request-id: req-da15f118-1841-43bf-b81a-2c8ab79895a3 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-11-09 14:19:14,637 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/37ff007998b14069bbf27bcd3cc682c4 used request id req-da15f118-1841-43bf-b81a-2c8ab79895a3 2018-11-09 14:19:14,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:14,646 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:14,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-99a55597-dcfd-4f2-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1beda85e601a40807593ed358ff68abd3db50ec4" 2018-11-09 14:19:14,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d7ad7f-442f-49a0-8ba1-dbaf6e9bd7d9 Content-Encoding: gzip Content-Length: 271 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-99a55597-dcfd-4f2-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/37ff007998b14069bbf27bcd3cc682c4"}, "enabled": true, "id": "37ff007998b14069bbf27bcd3cc682c4", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-99a55597-dcfd-4f2-name"}]} 2018-11-09 14:19:14,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-99a55597-dcfd-4f2-name used request id req-22d7ad7f-442f-49a0-8ba1-dbaf6e9bd7d9 2018-11-09 14:19:14,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1beda85e601a40807593ed358ff68abd3db50ec4" 2018-11-09 14:19:14,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9d66807-f179-4bb4-bcc2-b1f96bdae9e5 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:19:14,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-e9d66807-f179-4bb4-bcc2-b1f96bdae9e5 2018-11-09 14:19:14,816 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:19:14,820 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/37ff007998b14069bbf27bcd3cc682c4 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1beda85e601a40807593ed358ff68abd3db50ec4" 2018-11-09 14:19:15,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b0621ed-b755-4fba-82d0-2cc5779e0fe2 x-compute-request-id: req-5b0621ed-b755-4fba-82d0-2cc5779e0fe2 Content-Encoding: gzip Content-Length: 224 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": "37ff007998b14069bbf27bcd3cc682c4", "instances": 5, "security_group_rules": 20, "injected_files": 6, "cores": 4, "fixed_ips": 7, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-09 14:19:15,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/37ff007998b14069bbf27bcd3cc682c4 used request id req-5b0621ed-b755-4fba-82d0-2cc5779e0fe2 2018-11-09 14:19:15,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" 2018-11-09 14:19:15,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-1aa1f46e-5ac2-4cbb-a777-a154901141e7 Date: Fri, 09 Nov 2018 14:19:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "created_at": "2018-11-09T14:07:51Z", "updated_at": "2018-11-09T14:07:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "31ba357c-e1dc-4191-94d7-bf72a3193c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "db566810-33fd-4260-a89d-a3799f2a7964", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f847f465-a525-49db-9ce3-de6f8e72e42a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f8f6e82a-c100-4263-a98f-e9f4fb8bb932", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}], "revision_number": 4, "project_id": "afe83e831ae740a9b46732e40359c7d9", "id": "05f41b07-7239-48b9-a557-1203647e44e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "created_at": "2018-11-09T14:18:29Z", "updated_at": "2018-11-09T14:18:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "009006d0-ac9f-401b-b725-1d1e9486d2b1", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "34f95181-0682-4e34-aa70-833958e56a80", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "4c7128d1-a05f-4b6b-8e02-f7ea27ef21e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "c1b3d347-a481-40f1-a76f-d30c52acebec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}], "revision_number": 4, "project_id": "9e26cc4350704738a6db142300b0ec9c", "id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:19:02Z", "updated_at": "2018-11-09T14:19:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "35717d69-5eb4-4f42-862d-c455638ab3db", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "46a99935-0edd-4365-8454-35f3db308e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "6cbdbcf2-0572-44e9-ab78-12f3162b4485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "8c17f651-164b-4f92-b18d-d4c3dfe1b981", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "745c3978-58a5-4169-b51b-c3c8bc458756", "name": "default"}]} 2018-11-09 14:19:15,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-1aa1f46e-5ac2-4cbb-a777-a154901141e7 2018-11-09 14:19:15,954 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" 2018-11-09 14:19:16,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00e41af3-c4bf-4a6e-9a68-82cb05bffbd2 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 14:19:16,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 used request id req-00e41af3-c4bf-4a6e-9a68-82cb05bffbd2 2018-11-09 14:19:16,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" 2018-11-09 14:19:16,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b08c53e-4651-4705-ad50-10e177046c7b Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 14:19:16,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c used request id req-6b08c53e-4651-4705-ad50-10e177046c7b 2018-11-09 14:19:16,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" 2018-11-09 14:19:16,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47acd5df-f5d5-49ec-b4e4-751cf8cf7996 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:19:16,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-47acd5df-f5d5-49ec-b4e4-751cf8cf7996 2018-11-09 14:19:16,266 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-99a55597-dcfd-4f2-name 2018-11-09 14:19:16,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/37ff007998b14069bbf27bcd3cc682c4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" 2018-11-09 14:19:16,419 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7a2d52b-10d5-481c-b321-b345b11c3c8e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:16,419 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/37ff007998b14069bbf27bcd3cc682c4 used request id req-e7a2d52b-10d5-481c-b321-b345b11c3c8e 2018-11-09 14:19:16,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8f6308c8529b6706f4cb4956d0c6c1c3bb826933" 2018-11-09 14:19:16,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f639a9a2-76cb-4291-96cc-8732ab9c9243 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:16,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f639a9a2-76cb-4291-96cc-8732ab9c9243 2018-11-09 14:19:16,517 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:16,909 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["uqUssbaGRseNV0CQ0prfCQ"], "issued_at": "2018-11-09T14:19:16.000000Z"}} 2018-11-09 14:19:16,910 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}08ab9b27c761d6ebd33a21b7321ea7e4d193454a" 2018-11-09 14:19:16,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10e0687e-9c40-4e16-a611-64755f74dc70 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:16,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-10e0687e-9c40-4e16-a611-64755f74dc70 2018-11-09 14:19:16,998 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:16,999 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:17,382 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["4MIrz5P1Q8WJz1mCYN8RLg"], "issued_at": "2018-11-09T14:19:17.000000Z"}} 2018-11-09 14:19:17,382 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:17,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4985879e-834a-48dc-807c-f51b53464624 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:17,463 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4985879e-834a-48dc-807c-f51b53464624 2018-11-09 14:19:17,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:17,473 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:17,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba226579-c60f-403-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:17,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39713452-6dbd-4ce3-84a4-d496bca0bbd1 Content-Encoding: gzip Content-Length: 178 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba226579-c60f-403-name", "previous": null, "next": null}, "projects": []} 2018-11-09 14:19:17,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba226579-c60f-403-name used request id req-39713452-6dbd-4ce3-84a4-d496bca0bbd1 2018-11-09 14:19:17,571 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:17,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db72c5cb-547a-4f27-8019-e628c2174f5a Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:19:17,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-db72c5cb-547a-4f27-8019-e628c2174f5a 2018-11-09 14:19:17,595 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectSuccessTests-ba226579-c60f-403-name"}}' 2018-11-09 14:19:17,717 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:19:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-081b4b14-951e-4cd8-8ee8-d05cc583430b Content-Length: 310 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fbc8b71926c04578a8cdd4b95bdaad27"}, "enabled": true, "id": "fbc8b71926c04578a8cdd4b95bdaad27", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ba226579-c60f-403-name"}} 2018-11-09 14:19:17,717 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-081b4b14-951e-4cd8-8ee8-d05cc583430b 2018-11-09 14:19:17,717 - keystone_utils - INFO - Created project with name - CreateProjectSuccessTests-ba226579-c60f-403-name 2018-11-09 14:19:17,720 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:17,726 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:17,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba226579-c60f-403-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ab9b27c761d6ebd33a21b7321ea7e4d193454a" 2018-11-09 14:19:17,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70f1d2d1-1fbe-49d5-b991-cac098f0f40d Content-Encoding: gzip Content-Length: 272 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba226579-c60f-403-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/fbc8b71926c04578a8cdd4b95bdaad27"}, "enabled": true, "id": "fbc8b71926c04578a8cdd4b95bdaad27", "parent_id": "default", "domain_id": "default", "name": "CreateProjectSuccessTests-ba226579-c60f-403-name"}]} 2018-11-09 14:19:17,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectSuccessTests-ba226579-c60f-403-name used request id req-70f1d2d1-1fbe-49d5-b991-cac098f0f40d 2018-11-09 14:19:17,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains/default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ab9b27c761d6ebd33a21b7321ea7e4d193454a" 2018-11-09 14:19:17,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0fc411-9845-4b13-bb10-b8b162ec61e5 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"domain": {"id": "default", "enabled": true, "description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "name": "Default"}} 2018-11-09 14:19:17,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-1d0fc411-9845-4b13-bb10-b8b162ec61e5 2018-11-09 14:19:17,914 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:19:17,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:8774/v2.1/os-quota-sets/fbc8b71926c04578a8cdd4b95bdaad27 -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" -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-11-09 14:19:18,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19: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-745dde26-a06c-4156-ba76-31fe54865418 x-compute-request-id: req-745dde26-a06c-4156-ba76-31fe54865418 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-11-09 14:19:18,423 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/fbc8b71926c04578a8cdd4b95bdaad27 used request id req-745dde26-a06c-4156-ba76-31fe54865418 2018-11-09 14:19:18,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/quotas/fbc8b71926c04578a8cdd4b95bdaad27 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" -d '{"quota": {"subnet": 7, "network": 5, "floatingip": 25, "security_group_rule": 50, "security_group": 5, "router": 6, "port": 25}}' 2018-11-09 14:19:18,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-96dd5c1c-125f-4e93-b5ca-d23107bb942d Date: Fri, 09 Nov 2018 14:19:18 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-11-09 14:19:18,760 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/quotas/fbc8b71926c04578a8cdd4b95bdaad27 used request id req-96dd5c1c-125f-4e93-b5ca-d23107bb942d 2018-11-09 14:19:18,760 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:19:18,764 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/fbc8b71926c04578a8cdd4b95bdaad27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:18,950 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db7df7d8-165d-4802-9cec-48d25cd3ed35 x-compute-request-id: req-db7df7d8-165d-4802-9cec-48d25cd3ed35 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "fbc8b71926c04578a8cdd4b95bdaad27", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-09 14:19:18,950 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/fbc8b71926c04578a8cdd4b95bdaad27 used request id req-db7df7d8-165d-4802-9cec-48d25cd3ed35 2018-11-09 14:19:18,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/quotas/fbc8b71926c04578a8cdd4b95bdaad27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:19,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-c1043d93-a6a2-4f04-9af8-356b6340cb77 Date: Fri, 09 Nov 2018 14:19:19 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-11-09 14:19:19,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/quotas/fbc8b71926c04578a8cdd4b95bdaad27 used request id req-c1043d93-a6a2-4f04-9af8-356b6340cb77 2018-11-09 14:19:19,128 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:19:19,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-quota-sets/fbc8b71926c04578a8cdd4b95bdaad27 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ab9b27c761d6ebd33a21b7321ea7e4d193454a" 2018-11-09 14:19:19,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19: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-88a126fa-c261-4b64-b369-b60dc4989b76 x-compute-request-id: req-88a126fa-c261-4b64-b369-b60dc4989b76 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"quota_set": {"injected_file_content_bytes": 5120, "metadata_items": 64, "server_group_members": 10, "server_groups": 10, "ram": 25600, "floating_ips": 10, "key_pairs": 50, "id": "fbc8b71926c04578a8cdd4b95bdaad27", "instances": 5, "security_group_rules": 20, "injected_files": 3, "cores": 5, "fixed_ips": 100, "injected_file_path_bytes": 255, "security_groups": 10}} 2018-11-09 14:19:19,991 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-quota-sets/fbc8b71926c04578a8cdd4b95bdaad27 used request id req-88a126fa-c261-4b64-b369-b60dc4989b76 2018-11-09 14:19:19,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/quotas/fbc8b71926c04578a8cdd4b95bdaad27 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08ab9b27c761d6ebd33a21b7321ea7e4d193454a" 2018-11-09 14:19:20,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 193 X-Openstack-Request-Id: req-e8cbd65c-df3f-4fb7-a23d-667eddae0e9b Date: Fri, 09 Nov 2018 14:19:20 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-11-09 14:19:20,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/quotas/fbc8b71926c04578a8cdd4b95bdaad27 used request id req-e8cbd65c-df3f-4fb7-a23d-667eddae0e9b 2018-11-09 14:19:20,229 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:21,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7260 X-Openstack-Request-Id: req-6b985cf1-d572-463b-8505-62df57b9a984 Date: Fri, 09 Nov 2018 14:19:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "created_at": "2018-11-09T14:07:51Z", "updated_at": "2018-11-09T14:07:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "31ba357c-e1dc-4191-94d7-bf72a3193c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "db566810-33fd-4260-a89d-a3799f2a7964", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f847f465-a525-49db-9ce3-de6f8e72e42a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f8f6e82a-c100-4263-a98f-e9f4fb8bb932", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}], "revision_number": 4, "project_id": "afe83e831ae740a9b46732e40359c7d9", "id": "05f41b07-7239-48b9-a557-1203647e44e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "created_at": "2018-11-09T14:18:29Z", "updated_at": "2018-11-09T14:18:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "009006d0-ac9f-401b-b725-1d1e9486d2b1", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "34f95181-0682-4e34-aa70-833958e56a80", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "4c7128d1-a05f-4b6b-8e02-f7ea27ef21e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "c1b3d347-a481-40f1-a76f-d30c52acebec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}], "revision_number": 4, "project_id": "9e26cc4350704738a6db142300b0ec9c", "id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:19:02Z", "updated_at": "2018-11-09T14:19:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "35717d69-5eb4-4f42-862d-c455638ab3db", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "46a99935-0edd-4365-8454-35f3db308e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "6cbdbcf2-0572-44e9-ab78-12f3162b4485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "8c17f651-164b-4f92-b18d-d4c3dfe1b981", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "745c3978-58a5-4169-b51b-c3c8bc458756", "name": "default"}]} 2018-11-09 14:19:21,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-6b985cf1-d572-463b-8505-62df57b9a984 2018-11-09 14:19:21,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:21,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb894bf9-dc0e-4d46-a888-e4da72192476 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 14:19:21,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 used request id req-cb894bf9-dc0e-4d46-a888-e4da72192476 2018-11-09 14:19:21,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:21,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad6bcec4-38e6-44a9-85a0-da1e913fda42 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 14:19:21,328 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c used request id req-ad6bcec4-38e6-44a9-85a0-da1e913fda42 2018-11-09 14:19:21,334 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:21,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67efec00-6908-4e4d-8435-5a5080b2b59e 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:19:21,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-67efec00-6908-4e4d-8435-5a5080b2b59e 2018-11-09 14:19:21,423 - keystone_utils - INFO - Deleting project with name - CreateProjectSuccessTests-ba226579-c60f-403-name 2018-11-09 14:19:21,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/fbc8b71926c04578a8cdd4b95bdaad27 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:21,692 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a1b34289-552e-4726-b27a-87fdbe86dd8c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:21,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/fbc8b71926c04578a8cdd4b95bdaad27 used request id req-a1b34289-552e-4726-b27a-87fdbe86dd8c 2018-11-09 14:19:21,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6eea202a14f97180ace9f1d26d73b409aaede3cd" 2018-11-09 14:19:21,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2adf8d80-3a9b-4ad1-8eb3-8b7bc4dc6af7 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:21,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2adf8d80-3a9b-4ad1-8eb3-8b7bc4dc6af7 2018-11-09 14:19:21,776 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:22,172 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["R6Z5kw8uSKmUynUGLrp7ZQ"], "issued_at": "2018-11-09T14:19:22.000000Z"}} 2018-11-09 14:19:22,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}1a87d449a6e7386d07471f3a7c924c5a2b3313ff" 2018-11-09 14:19:22,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c14a869-7674-42db-9b67-4897f61d9ef1 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:22,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6c14a869-7674-42db-9b67-4897f61d9ef1 2018-11-09 14:19:22,263 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:22,264 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:22,636 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["rVDfjTYHQ_KssmYNzqgNEQ"], "issued_at": "2018-11-09T14:19:22.000000Z"}} 2018-11-09 14:19:22,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:22,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4175831-2f0e-4133-8310-11511d0e5c4c 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:22,721 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b4175831-2f0e-4133-8310-11511d0e5c4c 2018-11-09 14:19:22,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:22,732 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:22,733 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-ace1cabf-6ba6-46c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:22,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49752f63-a28b-4ebd-81ac-39c3184827f0 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-ace1cabf-6ba6-46c-name", "previous": null, "next": null}, "projects": []} 2018-11-09 14:19:22,816 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-ace1cabf-6ba6-46c-name used request id req-49752f63-a28b-4ebd-81ac-39c3184827f0 2018-11-09 14:19:22,819 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:22,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bd47181-78d0-4eba-a86c-4fe33b3a209f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:19:22,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-1bd47181-78d0-4eba-a86c-4fe33b3a209f 2018-11-09 14:19:22,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name"}}' 2018-11-09 14:19:22,974 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:19:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c01c42b-1cde-40c8-923b-88b0bdb3bf25 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c"}, "enabled": true, "id": "94f02c438429499888b6628bb192cd5c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name"}} 2018-11-09 14:19:22,974 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-6c01c42b-1cde-40c8-923b-88b0bdb3bf25 2018-11-09 14:19:22,974 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-ace1cabf-6ba6-46c-name 2018-11-09 14:19:22,974 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:22,975 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:23,445 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["ZCR9Ol1ZQliRNEwOJMB28g"], "issued_at": "2018-11-09T14:19:23.000000Z"}} 2018-11-09 14:19:23,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}bd4a9ff9aa36874e97477137a600e6e76da9da1b" 2018-11-09 14:19:23,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a7bb56-845f-49cd-a264-fbece7626560 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:23,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-78a7bb56-845f-49cd-a264-fbece7626560 2018-11-09 14:19:23,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:23,538 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:23,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd4a9ff9aa36874e97477137a600e6e76da9da1b" 2018-11-09 14:19:23,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-665c4220-a139-4633-a0a9-d5389498cd37 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:19:23,634 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-665c4220-a139-4633-a0a9-d5389498cd37 2018-11-09 14:19:23,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd4a9ff9aa36874e97477137a600e6e76da9da1b" 2018-11-09 14:19:23,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca320050-fdb6-4090-92a6-22258e8e4454 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:19:23,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-ca320050-fdb6-4090-92a6-22258e8e4454 2018-11-09 14:19:24,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd4a9ff9aa36874e97477137a600e6e76da9da1b" 2018-11-09 14:19:24,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a61c43-9940-4b66-84b0-cfd555433b22 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:24,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-f8a61c43-9940-4b66-84b0-cfd555433b22 2018-11-09 14:19:24,190 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-ace1cabf-6ba6-46c-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd4a9ff9aa36874e97477137a600e6e76da9da1b" 2018-11-09 14:19:24,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-904078b8-b48b-448c-a449-89bfe3fa9255 Content-Encoding: gzip Content-Length: 252 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-ace1cabf-6ba6-46c-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c"}, "enabled": true, "id": "94f02c438429499888b6628bb192cd5c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name"}]} 2018-11-09 14:19:24,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-ace1cabf-6ba6-46c-name used request id req-904078b8-b48b-448c-a449-89bfe3fa9255 2018-11-09 14:19:24,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/895734626edf49eea08abac6475a995b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd4a9ff9aa36874e97477137a600e6e76da9da1b" 2018-11-09 14:19:24,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c73c1dd-692d-4f0b-ac90-0f4b807a77d6 Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/895734626edf49eea08abac6475a995b"}, "enabled": true, "id": "895734626edf49eea08abac6475a995b", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-user"}} 2018-11-09 14:19:24,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/895734626edf49eea08abac6475a995b used request id req-3c73c1dd-692d-4f0b-ac90-0f4b807a77d6 2018-11-09 14:19:24,392 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c/users/895734626edf49eea08abac6475a995b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd4a9ff9aa36874e97477137a600e6e76da9da1b" 2018-11-09 14:19:24,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-585ff3c7-ad2e-42e2-a145-292d7eb24a54 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c/users/895734626edf49eea08abac6475a995b/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 14:19:24,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c/users/895734626edf49eea08abac6475a995b/roles used request id req-585ff3c7-ad2e-42e2-a145-292d7eb24a54 2018-11-09 14:19:24,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd4a9ff9aa36874e97477137a600e6e76da9da1b" 2018-11-09 14:19:24,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-def8d9e7-2b33-4fc4-a1d4-b1f75a2caf40 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "domain_id": null, "name": "admin", "id": "dc4c46b2381347bd983d7d486ae3151d"}} 2018-11-09 14:19:24,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-def8d9e7-2b33-4fc4-a1d4-b1f75a2caf40 2018-11-09 14:19:24,576 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-ace1cabf-6ba6-46c-name 2018-11-09 14:19:24,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c/users/895734626edf49eea08abac6475a995b/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd4a9ff9aa36874e97477137a600e6e76da9da1b" 2018-11-09 14:19:24,725 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76cf0956-376c-4825-8529-1bdf106cb63e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:24,725 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c/users/895734626edf49eea08abac6475a995b/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-76cf0956-376c-4825-8529-1bdf106cb63e 2018-11-09 14:19:24,725 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-ace1cabf-6ba6-46c-user 2018-11-09 14:19:24,729 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:24,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1550c18c-4d91-46f0-a852-c0088e63f997 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:24,746 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1550c18c-4d91-46f0-a852-c0088e63f997 2018-11-09 14:19:24,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" -d '{"role": {"name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name-role"}}' 2018-11-09 14:19:24,854 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c06de048-6d95-468b-ab22-59d5b0201c82 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "fa921f9ca39541fbb8d1997b2ccfe2b4", "links": {"self": "http://172.30.9.27:5000/v3/roles/fa921f9ca39541fbb8d1997b2ccfe2b4"}, "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name-role"}} 2018-11-09 14:19:24,854 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-c06de048-6d95-468b-ab22-59d5b0201c82 2018-11-09 14:19:24,854 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-ace1cabf-6ba6-46c-name-role 2018-11-09 14:19:24,858 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/fa921f9ca39541fbb8d1997b2ccfe2b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:24,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d38f7b7-510c-4799-b7cf-3619e3fd36e9 Content-Encoding: gzip Content-Length: 175 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/fa921f9ca39541fbb8d1997b2ccfe2b4"}, "domain_id": null, "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name-role", "id": "fa921f9ca39541fbb8d1997b2ccfe2b4"}} 2018-11-09 14:19:24,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/fa921f9ca39541fbb8d1997b2ccfe2b4 used request id req-4d38f7b7-510c-4799-b7cf-3619e3fd36e9 2018-11-09 14:19:24,940 - keystone_utils - INFO - Granting role CreateProjectUserTests-ace1cabf-6ba6-46c-name-role to project CreateProjectUserTests-ace1cabf-6ba6-46c-name 2018-11-09 14:19:24,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c/users/895734626edf49eea08abac6475a995b/roles/fa921f9ca39541fbb8d1997b2ccfe2b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:25,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74fed712-3be5-4f88-be10-089f3beda2b5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:25,060 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c/users/895734626edf49eea08abac6475a995b/roles/fa921f9ca39541fbb8d1997b2ccfe2b4 used request id req-74fed712-3be5-4f88-be10-089f3beda2b5 2018-11-09 14:19:25,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:25,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:25,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fa921f9ca39541fbb8d1997b2ccfe2b4", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name-role"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94f02c438429499888b6628bb192cd5c", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/94f02c438429499888b6628bb192cd5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/94f02c438429499888b6628bb192cd5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/94f02c438429499888b6628bb192cd5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/94f02c438429499888b6628bb192cd5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/94f02c438429499888b6628bb192cd5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/94f02c438429499888b6628bb192cd5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/94f02c438429499888b6628bb192cd5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/94f02c438429499888b6628bb192cd5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/94f02c438429499888b6628bb192cd5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/94f02c438429499888b6628bb192cd5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/94f02c438429499888b6628bb192cd5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/94f02c438429499888b6628bb192cd5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-user", "id": "895734626edf49eea08abac6475a995b"}, "audit_ids": ["bIp3hKH0RRGzzIGRX0fB0A"], "issued_at": "2018-11-09T14:19:25.000000Z"}} 2018-11-09 14:19:25,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:25,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ca8f69a-ed39-418a-abd1-b8845cc90213 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:25,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4ca8f69a-ed39-418a-abd1-b8845cc90213 2018-11-09 14:19:25,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-ace1cabf-6ba6-46c-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:25,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-81c9de6f-1402-49d3-ab8b-aa0ac6b4b154 Date: Fri, 09 Nov 2018 14:19:25 GMT RESP BODY: {"security_groups": []} 2018-11-09 14:19:25,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-ace1cabf-6ba6-46c-name&description=hello+group used request id req-81c9de6f-1402-49d3-ab8b-aa0ac6b4b154 2018-11-09 14:19:25,844 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-ace1cabf-6ba6-46c-name... 2018-11-09 14:19:25,844 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-ace1cabf-6ba6-46c-name 2018-11-09 14:19:25,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" -d '{"security_group": {"name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name", "description": "hello group"}}' 2018-11-09 14:19:26,394 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-6e6fb2f1-afd6-46cb-bc87-df2e4491e19e Date: Fri, 09 Nov 2018 14:19:26 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "updated_at": "2018-11-09T14:19:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "revision_number": 0, "id": "ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94f02c438429499888b6628bb192cd5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "revision_number": 0, "id": "d65da7ff-157c-4f3c-a7a2-7e99ec6476ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94f02c438429499888b6628bb192cd5c"}], "revision_number": 2, "project_id": "94f02c438429499888b6628bb192cd5c", "id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name"}} 2018-11-09 14:19:26,394 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-6e6fb2f1-afd6-46cb-bc87-df2e4491e19e 2018-11-09 14:19:26,395 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b 2018-11-09 14:19:26,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:26,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bdf943f0-4935-4287-bf00-2f4e081b8c0c Date: Fri, 09 Nov 2018 14:19:26 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-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "d65da7ff-157c-4f3c-a7a2-7e99ec6476ff"}]} 2018-11-09 14:19:26,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b used request id req-bdf943f0-4935-4287-bf00-2f4e081b8c0c 2018-11-09 14:19:26,602 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b 2018-11-09 14:19:26,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:27,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1e68d849-646c-43ea-b32f-dce4722af0d7 Date: Fri, 09 Nov 2018 14:19:27 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-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "d65da7ff-157c-4f3c-a7a2-7e99ec6476ff"}]} 2018-11-09 14:19:27,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b used request id req-1e68d849-646c-43ea-b32f-dce4722af0d7 2018-11-09 14:19:27,358 - neutron_utils - INFO - Retrieving security group with ID - f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b 2018-11-09 14:19:27,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:27,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d62fb0bf-c18c-47df-a2d4-76fd9d07bf66 Date: Fri, 09 Nov 2018 14:19:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "updated_at": "2018-11-09T14:19:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "revision_number": 0, "id": "ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94f02c438429499888b6628bb192cd5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "revision_number": 0, "id": "d65da7ff-157c-4f3c-a7a2-7e99ec6476ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94f02c438429499888b6628bb192cd5c"}], "revision_number": 2, "project_id": "94f02c438429499888b6628bb192cd5c", "id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name"}]} 2018-11-09 14:19:27,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b used request id req-d62fb0bf-c18c-47df-a2d4-76fd9d07bf66 2018-11-09 14:19:27,440 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b 2018-11-09 14:19:27,445 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:27,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8af34e43-2182-40bb-9dc7-ac0a7594cdf4 Date: Fri, 09 Nov 2018 14:19:27 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-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "d65da7ff-157c-4f3c-a7a2-7e99ec6476ff"}]} 2018-11-09 14:19:27,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b used request id req-8af34e43-2182-40bb-9dc7-ac0a7594cdf4 2018-11-09 14:19:27,603 - neutron_utils - INFO - Retrieving security group with ID - f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b 2018-11-09 14:19:27,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:27,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-74866e7c-d7ed-44d3-8c20-317c7ade1939 Date: Fri, 09 Nov 2018 14:19:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "updated_at": "2018-11-09T14:19:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "revision_number": 0, "id": "ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94f02c438429499888b6628bb192cd5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "revision_number": 0, "id": "d65da7ff-157c-4f3c-a7a2-7e99ec6476ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94f02c438429499888b6628bb192cd5c"}], "revision_number": 2, "project_id": "94f02c438429499888b6628bb192cd5c", "id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name"}]} 2018-11-09 14:19:27,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b used request id req-74866e7c-d7ed-44d3-8c20-317c7ade1939 2018-11-09 14:19:27,780 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b 2018-11-09 14:19:27,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:28,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f485c00c-0f2c-4a12-8474-602660f3500b Date: Fri, 09 Nov 2018 14:19:28 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-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "d65da7ff-157c-4f3c-a7a2-7e99ec6476ff"}]} 2018-11-09 14:19:28,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b used request id req-f485c00c-0f2c-4a12-8474-602660f3500b 2018-11-09 14:19:28,482 - neutron_utils - INFO - Retrieving security group with ID - f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b 2018-11-09 14:19:28,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:28,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-92b3e1c3-c256-4282-98b1-333ccc9a8aab Date: Fri, 09 Nov 2018 14:19:28 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "updated_at": "2018-11-09T14:19:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "revision_number": 0, "id": "ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94f02c438429499888b6628bb192cd5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "revision_number": 0, "id": "d65da7ff-157c-4f3c-a7a2-7e99ec6476ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94f02c438429499888b6628bb192cd5c"}], "revision_number": 2, "project_id": "94f02c438429499888b6628bb192cd5c", "id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name"}]} 2018-11-09 14:19:28,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b used request id req-92b3e1c3-c256-4282-98b1-333ccc9a8aab 2018-11-09 14:19:28,539 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b 2018-11-09 14:19:28,543 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:29,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-b8247808-0935-403b-9176-1e40f1425fc0 Date: Fri, 09 Nov 2018 14:19:29 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-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:26Z", "security_group_id": "f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:26Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "d65da7ff-157c-4f3c-a7a2-7e99ec6476ff"}]} 2018-11-09 14:19:29,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b used request id req-b8247808-0935-403b-9176-1e40f1425fc0 2018-11-09 14:19:29,257 - neutron_utils - INFO - Deleting security group rule with ID - ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1 2018-11-09 14:19:29,262 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:29,357 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-44493826-d78d-4ec0-b939-300362e3b44c Content-Length: 0 Date: Fri, 09 Nov 2018 14:19:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:19:29,357 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/ab8f9e1f-27ee-4b6b-89a8-5297d8b07eb1 used request id req-44493826-d78d-4ec0-b939-300362e3b44c 2018-11-09 14:19:29,357 - neutron_utils - INFO - Deleting security group rule with ID - d65da7ff-157c-4f3c-a7a2-7e99ec6476ff 2018-11-09 14:19:29,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/d65da7ff-157c-4f3c-a7a2-7e99ec6476ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:29,512 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb7fcb37-d2b6-49f4-81ad-845f15a2f93e Content-Length: 0 Date: Fri, 09 Nov 2018 14:19:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:19:29,512 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/d65da7ff-157c-4f3c-a7a2-7e99ec6476ff used request id req-bb7fcb37-d2b6-49f4-81ad-845f15a2f93e 2018-11-09 14:19:29,512 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-ace1cabf-6ba6-46c-name 2018-11-09 14:19:29,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5f6a0b2c07dafa52936e4d6bbf089f490d63a557" 2018-11-09 14:19:30,478 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d3833a4e-fdae-443c-89db-f69cc122bee4 Content-Length: 0 Date: Fri, 09 Nov 2018 14:19:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:19:30,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/f14dbf13-0f20-47a2-bbe5-3d01fdd19b2b used request id req-d3833a4e-fdae-443c-89db-f69cc122bee4 2018-11-09 14:19:30,479 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-ace1cabf-6ba6-46c-user 2018-11-09 14:19:30,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/895734626edf49eea08abac6475a995b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bd4a9ff9aa36874e97477137a600e6e76da9da1b" 2018-11-09 14:19:30,668 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cf9ed4b-4567-40be-9012-b4f8ac61c39c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:30,668 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/895734626edf49eea08abac6475a995b used request id req-3cf9ed4b-4567-40be-9012-b4f8ac61c39c 2018-11-09 14:19:30,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:31,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-65d1d53e-b495-4691-827f-b19278c946d9 Date: Fri, 09 Nov 2018 14:19:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "created_at": "2018-11-09T14:07:51Z", "updated_at": "2018-11-09T14:07:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "31ba357c-e1dc-4191-94d7-bf72a3193c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "db566810-33fd-4260-a89d-a3799f2a7964", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f847f465-a525-49db-9ce3-de6f8e72e42a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f8f6e82a-c100-4263-a98f-e9f4fb8bb932", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}], "revision_number": 4, "project_id": "afe83e831ae740a9b46732e40359c7d9", "id": "05f41b07-7239-48b9-a557-1203647e44e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "created_at": "2018-11-09T14:18:29Z", "updated_at": "2018-11-09T14:18:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "009006d0-ac9f-401b-b725-1d1e9486d2b1", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "34f95181-0682-4e34-aa70-833958e56a80", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "4c7128d1-a05f-4b6b-8e02-f7ea27ef21e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "c1b3d347-a481-40f1-a76f-d30c52acebec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}], "revision_number": 4, "project_id": "9e26cc4350704738a6db142300b0ec9c", "id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:19:02Z", "updated_at": "2018-11-09T14:19:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "35717d69-5eb4-4f42-862d-c455638ab3db", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "46a99935-0edd-4365-8454-35f3db308e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "6cbdbcf2-0572-44e9-ab78-12f3162b4485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "8c17f651-164b-4f92-b18d-d4c3dfe1b981", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "745c3978-58a5-4169-b51b-c3c8bc458756", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:25Z", "updated_at": "2018-11-09T14:19:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:25Z", "revision_number": 0, "id": "53634d55-e0a8-4dde-9e01-c9e1fc1ba2bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:25Z", "security_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94f02c438429499888b6628bb192cd5c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:25Z", "revision_number": 0, "id": "71ef4862-7d4f-4030-aea1-4264be6f07fd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:25Z", "security_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94f02c438429499888b6628bb192cd5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:25Z", "revision_number": 0, "id": "910597be-cc42-4ced-b57f-e771edbdcd6f", "remote_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:25Z", "security_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv4", "project_id": "94f02c438429499888b6628bb192cd5c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:25Z", "revision_number": 0, "id": "b39b272f-733d-4e95-9e96-c467316ec28b", "remote_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:25Z", "security_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "tenant_id": "94f02c438429499888b6628bb192cd5c", "port_range_min": null, "ethertype": "IPv6", "project_id": "94f02c438429499888b6628bb192cd5c"}], "revision_number": 4, "project_id": "94f02c438429499888b6628bb192cd5c", "id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "name": "default"}]} 2018-11-09 14:19:31,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-65d1d53e-b495-4691-827f-b19278c946d9 2018-11-09 14:19:31,546 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:31,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-398f8fd9-2b6d-46a1-b632-2826b6bc291a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 14:19:31,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 used request id req-398f8fd9-2b6d-46a1-b632-2826b6bc291a 2018-11-09 14:19:31,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:31,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2527d938-fe07-44bd-80ac-aea90ad8cb52 Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 14:19:31,728 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c used request id req-2527d938-fe07-44bd-80ac-aea90ad8cb52 2018-11-09 14:19:31,732 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:31,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb90bf91-edc2-4161-91dc-d90a9fd0244d 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:19:31,807 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-fb90bf91-edc2-4161-91dc-d90a9fd0244d 2018-11-09 14:19:31,811 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:31,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d86050-e9a2-44cf-9234-5ede98d4ee3f Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c"}, "enabled": true, "id": "94f02c438429499888b6628bb192cd5c", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-ace1cabf-6ba6-46c-name"}} 2018-11-09 14:19:31,898 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c used request id req-22d86050-e9a2-44cf-9234-5ede98d4ee3f 2018-11-09 14:19:31,898 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d2e006aa-104f-476b-9286-f22cac1f0c62 2018-11-09 14:19:31,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d2e006aa-104f-476b-9286-f22cac1f0c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:32,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f752beb6-2618-4489-8c55-3ba52f6b6810 Date: Fri, 09 Nov 2018 14:19:32 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-11-09T14:19:25Z", "security_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:25Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "53634d55-e0a8-4dde-9e01-c9e1fc1ba2bf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:25Z", "security_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:25Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "71ef4862-7d4f-4030-aea1-4264be6f07fd"}, {"remote_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:25Z", "security_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:25Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "910597be-cc42-4ced-b57f-e771edbdcd6f"}, {"remote_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:25Z", "security_group_id": "d2e006aa-104f-476b-9286-f22cac1f0c62", "port_range_min": null, "revision_number": 0, "tenant_id": "94f02c438429499888b6628bb192cd5c", "created_at": "2018-11-09T14:19:25Z", "project_id": "94f02c438429499888b6628bb192cd5c", "id": "b39b272f-733d-4e95-9e96-c467316ec28b"}]} 2018-11-09 14:19:32,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d2e006aa-104f-476b-9286-f22cac1f0c62 used request id req-f752beb6-2618-4489-8c55-3ba52f6b6810 2018-11-09 14:19:32,605 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 14:19:32,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/d2e006aa-104f-476b-9286-f22cac1f0c62 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:33,012 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-69e721c6-c421-4d2b-a10d-22dc7634c933 Content-Length: 0 Date: Fri, 09 Nov 2018 14:19:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:19:33,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/d2e006aa-104f-476b-9286-f22cac1f0c62 used request id req-69e721c6-c421-4d2b-a10d-22dc7634c933 2018-11-09 14:19:33,013 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-ace1cabf-6ba6-46c-name 2018-11-09 14:19:33,017 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:33,204 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39801c2f-5c5d-4b69-8786-ea240db17993 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:33,204 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/94f02c438429499888b6628bb192cd5c used request id req-39801c2f-5c5d-4b69-8786-ea240db17993 2018-11-09 14:19:33,205 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-ace1cabf-6ba6-46c-name-role 2018-11-09 14:19:33,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/fa921f9ca39541fbb8d1997b2ccfe2b4 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:33,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-304557e1-7158-46f4-9900-a27c385f3927 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:33,368 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/fa921f9ca39541fbb8d1997b2ccfe2b4 used request id req-304557e1-7158-46f4-9900-a27c385f3927 2018-11-09 14:19:33,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bb2ac528f33f62d953d6471517127338b32a695" 2018-11-09 14:19:33,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c012fccb-6654-467a-8545-6b44bd4889e1 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:33,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c012fccb-6654-467a-8545-6b44bd4889e1 2018-11-09 14:19:33,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:33,840 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["qSlYA0neRXmuUsidFmINFQ"], "issued_at": "2018-11-09T14:19:33.000000Z"}} 2018-11-09 14:19:33,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}91a9d5f084f2781649a96ee047d05f63cdc5a487" 2018-11-09 14:19:33,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9843a478-c4ab-4f46-987d-ee0480fd9826 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:33,920 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9843a478-c4ab-4f46-987d-ee0480fd9826 2018-11-09 14:19:33,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:33,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:34,310 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["PgS8Gh7mSpiisFp-fOyd1g"], "issued_at": "2018-11-09T14:19:34.000000Z"}} 2018-11-09 14:19:34,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:34,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa73ad31-ae3d-4aa3-9a7d-3742ab16662d 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:34,400 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-aa73ad31-ae3d-4aa3-9a7d-3742ab16662d 2018-11-09 14:19:34,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:34,409 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:34,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e1195c0e-be9a-461-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:34,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3be8908c-3b68-415f-93d6-99d7bf65533d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e1195c0e-be9a-461-name", "previous": null, "next": null}, "projects": []} 2018-11-09 14:19:34,496 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?enabled=True&domain_name=Default&name=CreateProjectUserTests-e1195c0e-be9a-461-name used request id req-3be8908c-3b68-415f-93d6-99d7bf65533d 2018-11-09 14:19:34,499 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:34,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18c6c712-48e3-46d2-8266-6b0a94caa740 Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:19:34,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-18c6c712-48e3-46d2-8266-6b0a94caa740 2018-11-09 14:19:34,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" -d '{"project": {"enabled": true, "domain_id": "default", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}}' 2018-11-09 14:19:34,716 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:19:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-802c6d12-9867-46ba-b270-f50e09dd68a4 Content-Length: 307 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e"}, "enabled": true, "id": "a6776da228cc4f00991a35ef5e320b5e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}} 2018-11-09 14:19:34,716 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-802c6d12-9867-46ba-b270-f50e09dd68a4 2018-11-09 14:19:34,716 - keystone_utils - INFO - Created project with name - CreateProjectUserTests-e1195c0e-be9a-461-name 2018-11-09 14:19:34,716 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:34,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:35,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["rk4RUK45Rsa3tD7LqJJnzQ"], "issued_at": "2018-11-09T14:19:35.000000Z"}} 2018-11-09 14:19:35,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}a1a1ac9e64ebdcf6abf4bb890f089864331e4dc9" 2018-11-09 14:19:35,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-579ad88a-bd56-46f9-84c5-58be7a0f723a 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:35,199 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-579ad88a-bd56-46f9-84c5-58be7a0f723a 2018-11-09 14:19:35,203 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:35,208 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19:35 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:35,209 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a1ac9e64ebdcf6abf4bb890f089864331e4dc9" 2018-11-09 14:19:35,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba7ce79b-d5a2-468f-bc31-88ae9ed480b5 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:19:35,244 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-ba7ce79b-d5a2-468f-bc31-88ae9ed480b5 2018-11-09 14:19:35,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a1ac9e64ebdcf6abf4bb890f089864331e4dc9" 2018-11-09 14:19:35,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b80190e9-a7cb-4846-b166-98edbe95626f Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:19:35,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-b80190e9-a7cb-4846-b166-98edbe95626f 2018-11-09 14:19:35,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a1ac9e64ebdcf6abf4bb890f089864331e4dc9" 2018-11-09 14:19:35,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c21c3864-b0a3-4712-90f8-7817ef9d24fc Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:35,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-c21c3864-b0a3-4712-90f8-7817ef9d24fc 2018-11-09 14:19:35,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-e1195c0e-be9a-461-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a1ac9e64ebdcf6abf4bb890f089864331e4dc9" 2018-11-09 14:19:35,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b1c1040-2143-46b0-b362-b6404311ffe4 Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-e1195c0e-be9a-461-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e"}, "enabled": true, "id": "a6776da228cc4f00991a35ef5e320b5e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}]} 2018-11-09 14:19:35,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-e1195c0e-be9a-461-name used request id req-6b1c1040-2143-46b0-b362-b6404311ffe4 2018-11-09 14:19:35,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/e51de98868c94d41a993b17a58523fda -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a1ac9e64ebdcf6abf4bb890f089864331e4dc9" 2018-11-09 14:19:36,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f9a9754-1e5c-457d-b332-0f87cc768911 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/e51de98868c94d41a993b17a58523fda"}, "enabled": true, "id": "e51de98868c94d41a993b17a58523fda", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-e1195c0e-be9a-461-user1"}} 2018-11-09 14:19:36,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e51de98868c94d41a993b17a58523fda used request id req-5f9a9754-1e5c-457d-b332-0f87cc768911 2018-11-09 14:19:36,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/e51de98868c94d41a993b17a58523fda/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a1ac9e64ebdcf6abf4bb890f089864331e4dc9" 2018-11-09 14:19:36,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86e4b1e6-fb31-4698-84d2-40fdfd0784f5 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/e51de98868c94d41a993b17a58523fda/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 14:19:36,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/e51de98868c94d41a993b17a58523fda/roles used request id req-86e4b1e6-fb31-4698-84d2-40fdfd0784f5 2018-11-09 14:19:36,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a1ac9e64ebdcf6abf4bb890f089864331e4dc9" 2018-11-09 14:19:36,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77fe8d54-b088-4962-ad13-44a0aef47776 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "domain_id": null, "name": "admin", "id": "dc4c46b2381347bd983d7d486ae3151d"}} 2018-11-09 14:19:36,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-77fe8d54-b088-4962-ad13-44a0aef47776 2018-11-09 14:19:36,184 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-e1195c0e-be9a-461-name 2018-11-09 14:19:36,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/e51de98868c94d41a993b17a58523fda/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a1ac9e64ebdcf6abf4bb890f089864331e4dc9" 2018-11-09 14:19:36,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7916ab51-b5a6-4e64-8471-0bc99e68413d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:36,311 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/e51de98868c94d41a993b17a58523fda/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-7916ab51-b5a6-4e64-8471-0bc99e68413d 2018-11-09 14:19:36,311 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-e1195c0e-be9a-461-user1 2018-11-09 14:19:36,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:36,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4901484b-f046-46ff-bad4-32f070f9d86c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:36,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-4901484b-f046-46ff-bad4-32f070f9d86c 2018-11-09 14:19:36,407 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:5000/v3/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" -d '{"role": {"name": "CreateProjectUserTests-e1195c0e-be9a-461-name-role"}}' 2018-11-09 14:19:36,530 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7c934d8-f130-41b4-bc96-a0068c450e41 Content-Length: 221 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "d0c6c677fb3d4544a431cfb1f5360301", "links": {"self": "http://172.30.9.27:5000/v3/roles/d0c6c677fb3d4544a431cfb1f5360301"}, "name": "CreateProjectUserTests-e1195c0e-be9a-461-name-role"}} 2018-11-09 14:19:36,530 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-c7c934d8-f130-41b4-bc96-a0068c450e41 2018-11-09 14:19:36,531 - keystone_utils - INFO - Created role with name - CreateProjectUserTests-e1195c0e-be9a-461-name-role 2018-11-09 14:19:36,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/d0c6c677fb3d4544a431cfb1f5360301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:36,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b110d4cc-722b-46a2-9d6a-76f5d8f484cd Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/d0c6c677fb3d4544a431cfb1f5360301"}, "domain_id": null, "name": "CreateProjectUserTests-e1195c0e-be9a-461-name-role", "id": "d0c6c677fb3d4544a431cfb1f5360301"}} 2018-11-09 14:19:36,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/d0c6c677fb3d4544a431cfb1f5360301 used request id req-b110d4cc-722b-46a2-9d6a-76f5d8f484cd 2018-11-09 14:19:36,612 - keystone_utils - INFO - Granting role CreateProjectUserTests-e1195c0e-be9a-461-name-role to project CreateProjectUserTests-e1195c0e-be9a-461-name 2018-11-09 14:19:36,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/e51de98868c94d41a993b17a58523fda/roles/d0c6c677fb3d4544a431cfb1f5360301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:36,743 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-560d1cd3-2c60-426e-9036-3d984d5388ed Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:36,743 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/e51de98868c94d41a993b17a58523fda/roles/d0c6c677fb3d4544a431cfb1f5360301 used request id req-560d1cd3-2c60-426e-9036-3d984d5388ed 2018-11-09 14:19:36,743 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:36,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:37,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["_pg2HEFkSP2voOxcM41zSQ"], "issued_at": "2018-11-09T14:19:37.000000Z"}} 2018-11-09 14:19:37,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}65ce25487689943424d4f3bf3f5aa78c86663ad9" 2018-11-09 14:19:37,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fb7eafb-14e8-42c8-8bba-63c47c0761ad 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:37,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3fb7eafb-14e8-42c8-8bba-63c47c0761ad 2018-11-09 14:19:37,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:37,219 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:37,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ce25487689943424d4f3bf3f5aa78c86663ad9" 2018-11-09 14:19:37,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e926d85-9423-4a6f-aa76-402ba39018da Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "CreateProjectUserTests-e1195c0e-be9a-461-user1", "links": {"self": "http://172.30.9.27:5000/v3/users/e51de98868c94d41a993b17a58523fda"}, "domain_id": "default", "enabled": true, "id": "e51de98868c94d41a993b17a58523fda", "options": {}}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:19:37,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0e926d85-9423-4a6f-aa76-402ba39018da 2018-11-09 14:19:37,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ce25487689943424d4f3bf3f5aa78c86663ad9" 2018-11-09 14:19:37,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38446ee6-fa77-48a8-84a4-a88bd51485be Content-Encoding: gzip Content-Length: 172 Content-Type: application/json RESP BODY: {"domains": [{"links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "description": "The default domain", "name": "Default", "enabled": true, "id": "default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-11-09 14:19:37,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains?name=Default used request id req-38446ee6-fa77-48a8-84a4-a88bd51485be 2018-11-09 14:19:37,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ce25487689943424d4f3bf3f5aa78c86663ad9" 2018-11-09 14:19:37,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d03de22-2ad8-49a8-87bc-2f95f6add38d Content-Encoding: gzip Content-Length: 414 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d0c6c677fb3d4544a431cfb1f5360301", "links": {"self": "http://172.30.9.27:5000/v3/roles/d0c6c677fb3d4544a431cfb1f5360301"}, "name": "CreateProjectUserTests-e1195c0e-be9a-461-name-role"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:37,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-2d03de22-2ad8-49a8-87bc-2f95f6add38d 2018-11-09 14:19:37,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-e1195c0e-be9a-461-name -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ce25487689943424d4f3bf3f5aa78c86663ad9" 2018-11-09 14:19:37,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56798096-9e76-473c-aa0e-34a41bd8acda Content-Encoding: gzip Content-Length: 250 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-e1195c0e-be9a-461-name", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e"}, "enabled": true, "id": "a6776da228cc4f00991a35ef5e320b5e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}]} 2018-11-09 14:19:37,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?name=CreateProjectUserTests-e1195c0e-be9a-461-name used request id req-56798096-9e76-473c-aa0e-34a41bd8acda 2018-11-09 14:19:37,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/users/d421784d00db43dc87e8982d15eaa224 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ce25487689943424d4f3bf3f5aa78c86663ad9" 2018-11-09 14:19:37,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7632a59f-23ed-4b20-b46c-072f6398836c Content-Encoding: gzip Content-Length: 214 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/d421784d00db43dc87e8982d15eaa224"}, "enabled": true, "id": "d421784d00db43dc87e8982d15eaa224", "options": {}, "domain_id": "default", "name": "CreateProjectUserTests-e1195c0e-be9a-461-user2"}} 2018-11-09 14:19:37,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/d421784d00db43dc87e8982d15eaa224 used request id req-7632a59f-23ed-4b20-b46c-072f6398836c 2018-11-09 14:19:37,985 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/d421784d00db43dc87e8982d15eaa224/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ce25487689943424d4f3bf3f5aa78c86663ad9" 2018-11-09 14:19:38,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09594ae4-8520-4c9e-9207-cd81e2402090 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/d421784d00db43dc87e8982d15eaa224/roles", "previous": null, "next": null}, "roles": []} 2018-11-09 14:19:38,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/d421784d00db43dc87e8982d15eaa224/roles used request id req-09594ae4-8520-4c9e-9207-cd81e2402090 2018-11-09 14:19:38,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ce25487689943424d4f3bf3f5aa78c86663ad9" 2018-11-09 14:19:38,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1a091e4-f42a-4225-a3bc-3bc71fe2bae2 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "domain_id": null, "name": "admin", "id": "dc4c46b2381347bd983d7d486ae3151d"}} 2018-11-09 14:19:38,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-a1a091e4-f42a-4225-a3bc-3bc71fe2bae2 2018-11-09 14:19:38,166 - keystone_utils - INFO - Granting role admin to project CreateProjectUserTests-e1195c0e-be9a-461-name 2018-11-09 14:19:38,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/d421784d00db43dc87e8982d15eaa224/roles/dc4c46b2381347bd983d7d486ae3151d -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ce25487689943424d4f3bf3f5aa78c86663ad9" 2018-11-09 14:19:38,299 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e2133b5-26c2-438f-a922-bbe526b70afc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:38,300 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/d421784d00db43dc87e8982d15eaa224/roles/dc4c46b2381347bd983d7d486ae3151d used request id req-5e2133b5-26c2-438f-a922-bbe526b70afc 2018-11-09 14:19:38,300 - keystone_utils - INFO - Created user with name - CreateProjectUserTests-e1195c0e-be9a-461-user2 2018-11-09 14:19:38,304 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles/d0c6c677fb3d4544a431cfb1f5360301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:38,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2cb904f-f4bd-4499-a30b-0cc18f42662d Content-Encoding: gzip Content-Length: 174 Content-Type: application/json RESP BODY: {"role": {"links": {"self": "http://172.30.9.27:5000/v3/roles/d0c6c677fb3d4544a431cfb1f5360301"}, "domain_id": null, "name": "CreateProjectUserTests-e1195c0e-be9a-461-name-role", "id": "d0c6c677fb3d4544a431cfb1f5360301"}} 2018-11-09 14:19:38,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles/d0c6c677fb3d4544a431cfb1f5360301 used request id req-d2cb904f-f4bd-4499-a30b-0cc18f42662d 2018-11-09 14:19:38,391 - keystone_utils - INFO - Granting role CreateProjectUserTests-e1195c0e-be9a-461-name-role to project CreateProjectUserTests-e1195c0e-be9a-461-name 2018-11-09 14:19:38,394 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/d421784d00db43dc87e8982d15eaa224/roles/d0c6c677fb3d4544a431cfb1f5360301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:38,508 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad9c3724-c8ee-4b8a-a86d-4ec4d284bb1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:38,508 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e/users/d421784d00db43dc87e8982d15eaa224/roles/d0c6c677fb3d4544a431cfb1f5360301 used request id req-ad9c3724-c8ee-4b8a-a86d-4ec4d284bb1b 2018-11-09 14:19:38,508 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:38,509 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:38,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d0c6c677fb3d4544a431cfb1f5360301", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name-role"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6776da228cc4f00991a35ef5e320b5e", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a6776da228cc4f00991a35ef5e320b5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/a6776da228cc4f00991a35ef5e320b5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/a6776da228cc4f00991a35ef5e320b5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/a6776da228cc4f00991a35ef5e320b5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/a6776da228cc4f00991a35ef5e320b5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/a6776da228cc4f00991a35ef5e320b5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-e1195c0e-be9a-461-user1", "id": "e51de98868c94d41a993b17a58523fda"}, "audit_ids": ["Y-gSCPjKRkic2TuZJx7CQA"], "issued_at": "2018-11-09T14:19:38.000000Z"}} 2018-11-09 14:19:38,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:38,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d61e033-d6e0-4455-be96-8ffc7be71e11 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:38,963 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2d61e033-d6e0-4455-be96-8ffc7be71e11 2018-11-09 14:19:38,970 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-e1195c0e-be9a-461-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:39,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-dd19512a-10b4-44ea-a921-291924eca4af Date: Fri, 09 Nov 2018 14:19:39 GMT RESP BODY: {"security_groups": []} 2018-11-09 14:19:39,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-e1195c0e-be9a-461-name&description=hello+group used request id req-dd19512a-10b4-44ea-a921-291924eca4af 2018-11-09 14:19:39,365 - OpenStackSecurityGroup - INFO - Creating security group CreateProjectUserTests-e1195c0e-be9a-461-name... 2018-11-09 14:19:39,365 - neutron_utils - INFO - Creating security group with name - CreateProjectUserTests-e1195c0e-be9a-461-name 2018-11-09 14:19:39,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" -d '{"security_group": {"name": "CreateProjectUserTests-e1195c0e-be9a-461-name", "description": "hello group"}}' 2018-11-09 14:19:40,436 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-2c71eef1-f7d2-4274-ad27-5084baf182f2 Date: Fri, 09 Nov 2018 14:19:40 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "updated_at": "2018-11-09T14:19:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "dc6de996-a79f-415a-aaf5-cd0831a83100", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}], "revision_number": 2, "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}} 2018-11-09 14:19:40,436 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-2c71eef1-f7d2-4274-ad27-5084baf182f2 2018-11-09 14:19:40,436 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:40,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:40,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-56d254a6-54cd-461c-99d1-376a0fd2aa89 Date: Fri, 09 Nov 2018 14:19:40 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-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "dc6de996-a79f-415a-aaf5-cd0831a83100"}]} 2018-11-09 14:19:40,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-56d254a6-54cd-461c-99d1-376a0fd2aa89 2018-11-09 14:19:40,613 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:40,618 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:40,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1e6e2324-0add-4aeb-82c3-7c0379d2bbb7 Date: Fri, 09 Nov 2018 14:19:40 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-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "dc6de996-a79f-415a-aaf5-cd0831a83100"}]} 2018-11-09 14:19:40,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-1e6e2324-0add-4aeb-82c3-7c0379d2bbb7 2018-11-09 14:19:40,785 - neutron_utils - INFO - Retrieving security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:40,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:41,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-fc6647dc-e9eb-4df9-981f-ee9532ee0604 Date: Fri, 09 Nov 2018 14:19:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "updated_at": "2018-11-09T14:19:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "dc6de996-a79f-415a-aaf5-cd0831a83100", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}], "revision_number": 2, "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}]} 2018-11-09 14:19:41,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-fc6647dc-e9eb-4df9-981f-ee9532ee0604 2018-11-09 14:19:41,102 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:41,107 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:41,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f969ade4-aee1-468e-a08c-04dba6a85072 Date: Fri, 09 Nov 2018 14:19:41 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-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "dc6de996-a79f-415a-aaf5-cd0831a83100"}]} 2018-11-09 14:19:41,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-f969ade4-aee1-468e-a08c-04dba6a85072 2018-11-09 14:19:41,272 - neutron_utils - INFO - Retrieving security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:41,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:41,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-aa27fed0-59c3-44d5-9b1c-3ae67e57454f Date: Fri, 09 Nov 2018 14:19:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "updated_at": "2018-11-09T14:19:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "dc6de996-a79f-415a-aaf5-cd0831a83100", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}], "revision_number": 2, "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}]} 2018-11-09 14:19:41,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-aa27fed0-59c3-44d5-9b1c-3ae67e57454f 2018-11-09 14:19:41,478 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:41,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:41,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-4a981543-e3b2-4e9c-b599-41dbe054803b Date: Fri, 09 Nov 2018 14:19:41 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-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "dc6de996-a79f-415a-aaf5-cd0831a83100"}]} 2018-11-09 14:19:41,728 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-4a981543-e3b2-4e9c-b599-41dbe054803b 2018-11-09 14:19:41,729 - neutron_utils - INFO - Retrieving security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:41,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:41,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-d620826c-7846-416b-a6ee-da29559ef0bd Date: Fri, 09 Nov 2018 14:19:41 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "updated_at": "2018-11-09T14:19:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "dc6de996-a79f-415a-aaf5-cd0831a83100", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}], "revision_number": 2, "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}]} 2018-11-09 14:19:41,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-d620826c-7846-416b-a6ee-da29559ef0bd 2018-11-09 14:19:41,928 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:41,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:41,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a354db5c-3609-4b04-9248-23ba7e00df86 Date: Fri, 09 Nov 2018 14:19:41 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-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "dc6de996-a79f-415a-aaf5-cd0831a83100"}]} 2018-11-09 14:19:41,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-a354db5c-3609-4b04-9248-23ba7e00df86 2018-11-09 14:19:41,953 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:19:41,954 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:42,323 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "d0c6c677fb3d4544a431cfb1f5360301", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name-role"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6776da228cc4f00991a35ef5e320b5e", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/a6776da228cc4f00991a35ef5e320b5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/a6776da228cc4f00991a35ef5e320b5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/a6776da228cc4f00991a35ef5e320b5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/a6776da228cc4f00991a35ef5e320b5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/a6776da228cc4f00991a35ef5e320b5e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/a6776da228cc4f00991a35ef5e320b5e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/a6776da228cc4f00991a35ef5e320b5e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "CreateProjectUserTests-e1195c0e-be9a-461-user2", "id": "d421784d00db43dc87e8982d15eaa224"}, "audit_ids": ["kPbJDmwkRsOkmuswEPnT7w"], "issued_at": "2018-11-09T14:19:42.000000Z"}} 2018-11-09 14:19:42,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}3da9fcbafa8b419f3b1662f0b48d0b98d5c87f26" 2018-11-09 14:19:42,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f25ecf3b-51ea-42c6-afbf-9b3e3f693b4b 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:42,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f25ecf3b-51ea-42c6-afbf-9b3e3f693b4b 2018-11-09 14:19:42,422 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-e1195c0e-be9a-461-name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9fcbafa8b419f3b1662f0b48d0b98d5c87f26" 2018-11-09 14:19:42,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-179230f3-c4c7-42b2-8e3b-87fa1de4f4e9 Date: Fri, 09 Nov 2018 14:19:42 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "updated_at": "2018-11-09T14:19:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "dc6de996-a79f-415a-aaf5-cd0831a83100", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}], "revision_number": 2, "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}]} 2018-11-09 14:19:42,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=CreateProjectUserTests-e1195c0e-be9a-461-name&description=hello+group used request id req-179230f3-c4c7-42b2-8e3b-87fa1de4f4e9 2018-11-09 14:19:42,687 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:19:42,692 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:19: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:19:42,693 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9fcbafa8b419f3b1662f0b48d0b98d5c87f26" 2018-11-09 14:19:42,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8caf590-b432-4f22-a982-2426facc664a Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e"}, "enabled": true, "id": "a6776da228cc4f00991a35ef5e320b5e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}} 2018-11-09 14:19:42,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e used request id req-f8caf590-b432-4f22-a982-2426facc664a 2018-11-09 14:19:42,840 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:42,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9fcbafa8b419f3b1662f0b48d0b98d5c87f26" 2018-11-09 14:19:43,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-0cc3d4b3-dd05-4c82-905a-33ddcd8f94a7 Date: Fri, 09 Nov 2018 14:19:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "dc6de996-a79f-415a-aaf5-cd0831a83100"}]} 2018-11-09 14:19:43,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-0cc3d4b3-dd05-4c82-905a-33ddcd8f94a7 2018-11-09 14:19:43,027 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:43,032 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9fcbafa8b419f3b1662f0b48d0b98d5c87f26" 2018-11-09 14:19:43,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-1773a0ed-79df-43e1-bf31-a782b1843bb2 Date: Fri, 09 Nov 2018 14:19:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "dc6de996-a79f-415a-aaf5-cd0831a83100"}]} 2018-11-09 14:19:43,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-1773a0ed-79df-43e1-bf31-a782b1843bb2 2018-11-09 14:19:43,204 - neutron_utils - INFO - Retrieving security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:43,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9fcbafa8b419f3b1662f0b48d0b98d5c87f26" 2018-11-09 14:19:44,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0cc67649-e2dc-41f7-938d-99e19617ab5e Date: Fri, 09 Nov 2018 14:19:44 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "updated_at": "2018-11-09T14:19:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "revision_number": 0, "id": "dc6de996-a79f-415a-aaf5-cd0831a83100", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}], "revision_number": 2, "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}]} 2018-11-09 14:19:44,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-0cc67649-e2dc-41f7-938d-99e19617ab5e 2018-11-09 14:19:44,068 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 2018-11-09 14:19:44,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9fcbafa8b419f3b1662f0b48d0b98d5c87f26" 2018-11-09 14:19:44,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-fd3471c5-9969-450a-8093-222f4c2d6952 Date: Fri, 09 Nov 2018 14:19:44 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "8f690d67-6036-4db0-8bca-fd6a5d69b415"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:40Z", "security_group_id": "39b6f6fe-1768-4336-8ea7-1e8db654b2b9", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:40Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "dc6de996-a79f-415a-aaf5-cd0831a83100"}]} 2018-11-09 14:19:44,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-fd3471c5-9969-450a-8093-222f4c2d6952 2018-11-09 14:19:44,098 - neutron_utils - INFO - Deleting security group rule with ID - dc6de996-a79f-415a-aaf5-cd0831a83100 2018-11-09 14:19:44,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/dc6de996-a79f-415a-aaf5-cd0831a83100 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:44,269 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92a15abc-199f-49da-a344-448334afb4e6 Content-Length: 0 Date: Fri, 09 Nov 2018 14:19:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:19:44,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/dc6de996-a79f-415a-aaf5-cd0831a83100 used request id req-92a15abc-199f-49da-a344-448334afb4e6 2018-11-09 14:19:44,269 - neutron_utils - INFO - Deleting security group rule with ID - 8f690d67-6036-4db0-8bca-fd6a5d69b415 2018-11-09 14:19:44,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/8f690d67-6036-4db0-8bca-fd6a5d69b415 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:44,530 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f83443f-6563-4f2e-984e-6779641d22a4 Content-Length: 0 Date: Fri, 09 Nov 2018 14:19:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:19:44,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/8f690d67-6036-4db0-8bca-fd6a5d69b415 used request id req-0f83443f-6563-4f2e-984e-6779641d22a4 2018-11-09 14:19:44,531 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-e1195c0e-be9a-461-name 2018-11-09 14:19:44,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}10ecfb02241434df5de2a21678147c244cf9ddc0" 2018-11-09 14:19:45,489 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-946be395-e47c-4c55-87ac-427f990885e1 Content-Length: 0 Date: Fri, 09 Nov 2018 14:19:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:19:45,489 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-946be395-e47c-4c55-87ac-427f990885e1 2018-11-09 14:19:45,489 - neutron_utils - INFO - Deleting security group rule with ID - dc6de996-a79f-415a-aaf5-cd0831a83100 2018-11-09 14:19:45,495 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/dc6de996-a79f-415a-aaf5-cd0831a83100 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9fcbafa8b419f3b1662f0b48d0b98d5c87f26" 2018-11-09 14:19:45,766 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 155 X-Openstack-Request-Id: req-9fc886df-02eb-4d31-a332-ddf277826c1a Date: Fri, 09 Nov 2018 14:19:45 GMT RESP BODY: {"NeutronError": {"message": "Security group rule dc6de996-a79f-415a-aaf5-cd0831a83100 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 14:19:45,766 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/dc6de996-a79f-415a-aaf5-cd0831a83100 used request id req-9fc886df-02eb-4d31-a332-ddf277826c1a 2018-11-09 14:19:45,766 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group rule dc6de996-a79f-415a-aaf5-cd0831a83100 does not exist", "type": "SecurityGroupRuleNotFound", "detail": ""}} 2018-11-09 14:19:45,767 - OpenStackSecurityGroup - WARNING - Rule not found, cannot delete - Security group rule dc6de996-a79f-415a-aaf5-cd0831a83100 does not exist Neutron server returns request_ids: ['req-9fc886df-02eb-4d31-a332-ddf277826c1a'] 2018-11-09 14:19:45,767 - neutron_utils - INFO - Deleting security group with name - CreateProjectUserTests-e1195c0e-be9a-461-name 2018-11-09 14:19:45,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/39b6f6fe-1768-4336-8ea7-1e8db654b2b9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3da9fcbafa8b419f3b1662f0b48d0b98d5c87f26" 2018-11-09 14:19:46,515 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-b70ed741-b5ab-4726-b175-ad606e9ba6da Date: Fri, 09 Nov 2018 14:19:46 GMT RESP BODY: {"NeutronError": {"message": "Security group 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-09 14:19:46,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/39b6f6fe-1768-4336-8ea7-1e8db654b2b9 used request id req-b70ed741-b5ab-4726-b175-ad606e9ba6da 2018-11-09 14:19:46,515 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security group 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 does not exist", "type": "SecurityGroupNotFound", "detail": ""}} 2018-11-09 14:19:46,516 - OpenStackSecurityGroup - WARNING - Security Group not found, cannot delete - Security group 39b6f6fe-1768-4336-8ea7-1e8db654b2b9 does not exist Neutron server returns request_ids: ['req-b70ed741-b5ab-4726-b175-ad606e9ba6da'] 2018-11-09 14:19:46,516 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-e1195c0e-be9a-461-user1 2018-11-09 14:19:46,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/e51de98868c94d41a993b17a58523fda -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a1a1ac9e64ebdcf6abf4bb890f089864331e4dc9" 2018-11-09 14:19:46,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23127614-e1bb-4bb6-aaa3-dddff70b3bea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:46,752 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e51de98868c94d41a993b17a58523fda used request id req-23127614-e1bb-4bb6-aaa3-dddff70b3bea 2018-11-09 14:19:46,753 - keystone_utils - INFO - Deleting user with name - CreateProjectUserTests-e1195c0e-be9a-461-user2 2018-11-09 14:19:46,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/users/d421784d00db43dc87e8982d15eaa224 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}65ce25487689943424d4f3bf3f5aa78c86663ad9" 2018-11-09 14:19:46,972 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-67db0032-695e-48e8-9f72-dcaee67d8e0b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:46,972 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/d421784d00db43dc87e8982d15eaa224 used request id req-67db0032-695e-48e8-9f72-dcaee67d8e0b 2018-11-09 14:19:46,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:47,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9673 X-Openstack-Request-Id: req-4b45b31e-83ff-497e-98f0-4479ecaa3d97 Date: Fri, 09 Nov 2018 14:19:47 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "created_at": "2018-11-09T14:07:51Z", "updated_at": "2018-11-09T14:07:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "31ba357c-e1dc-4191-94d7-bf72a3193c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "db566810-33fd-4260-a89d-a3799f2a7964", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f847f465-a525-49db-9ce3-de6f8e72e42a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f8f6e82a-c100-4263-a98f-e9f4fb8bb932", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}], "revision_number": 4, "project_id": "afe83e831ae740a9b46732e40359c7d9", "id": "05f41b07-7239-48b9-a557-1203647e44e0", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "created_at": "2018-11-09T14:18:29Z", "updated_at": "2018-11-09T14:18:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "009006d0-ac9f-401b-b725-1d1e9486d2b1", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "34f95181-0682-4e34-aa70-833958e56a80", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "4c7128d1-a05f-4b6b-8e02-f7ea27ef21e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "c1b3d347-a481-40f1-a76f-d30c52acebec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}], "revision_number": 4, "project_id": "9e26cc4350704738a6db142300b0ec9c", "id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:19:02Z", "updated_at": "2018-11-09T14:19:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "35717d69-5eb4-4f42-862d-c455638ab3db", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "46a99935-0edd-4365-8454-35f3db308e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "6cbdbcf2-0572-44e9-ab78-12f3162b4485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "8c17f651-164b-4f92-b18d-d4c3dfe1b981", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "745c3978-58a5-4169-b51b-c3c8bc458756", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:39Z", "updated_at": "2018-11-09T14:19:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:39Z", "revision_number": 0, "id": "2f0d3333-d426-44c9-aa6a-7b5fd6d36d0c", "remote_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:39Z", "security_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:39Z", "revision_number": 0, "id": "621eeeea-9f2a-4fd8-8f3e-fd1e067e6683", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:39Z", "security_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:39Z", "revision_number": 0, "id": "77a9f35a-73ab-44b1-9936-e3cb36bf8750", "remote_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:39Z", "security_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:39Z", "revision_number": 0, "id": "9aec881c-7ea0-4969-8681-204fac83a12c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:39Z", "security_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6776da228cc4f00991a35ef5e320b5e"}], "revision_number": 4, "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "name": "default"}]} 2018-11-09 14:19:47,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=default used request id req-4b45b31e-83ff-497e-98f0-4479ecaa3d97 2018-11-09 14:19:47,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:47,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-906a076b-46fc-485b-a8b1-f3376aafd629 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}} 2018-11-09 14:19:47,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9 used request id req-906a076b-46fc-485b-a8b1-f3376aafd629 2018-11-09 14:19:47,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:47,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24770b38-3e53-41b6-89fe-3a616a0eed5d Content-Encoding: gzip Content-Length: 189 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}} 2018-11-09 14:19:47,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c used request id req-24770b38-3e53-41b6-89fe-3a616a0eed5d 2018-11-09 14:19:47,364 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:47,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac41998f-8612-4e09-9383-19f0bc3793f6 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:19:47,452 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-ac41998f-8612-4e09-9383-19f0bc3793f6 2018-11-09 14:19:47,456 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:47,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af50062f-283d-48b2-87af-5a4f41085b85 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "", "links": {"self": "http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e"}, "enabled": true, "id": "a6776da228cc4f00991a35ef5e320b5e", "parent_id": "default", "domain_id": "default", "name": "CreateProjectUserTests-e1195c0e-be9a-461-name"}} 2018-11-09 14:19:47,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e used request id req-af50062f-283d-48b2-87af-5a4f41085b85 2018-11-09 14:19:47,529 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - b37d0649-ca99-40d0-89ec-d51542d4b44a 2018-11-09 14:19:47,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=b37d0649-ca99-40d0-89ec-d51542d4b44a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:47,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-dcb7821c-20fd-4f9d-b889-84eb430e19a0 Date: Fri, 09 Nov 2018 14:19:47 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:39Z", "security_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:39Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "2f0d3333-d426-44c9-aa6a-7b5fd6d36d0c"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:39Z", "security_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:39Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "621eeeea-9f2a-4fd8-8f3e-fd1e067e6683"}, {"remote_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:39Z", "security_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:39Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "77a9f35a-73ab-44b1-9936-e3cb36bf8750"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:19:39Z", "security_group_id": "b37d0649-ca99-40d0-89ec-d51542d4b44a", "port_range_min": null, "revision_number": 0, "tenant_id": "a6776da228cc4f00991a35ef5e320b5e", "created_at": "2018-11-09T14:19:39Z", "project_id": "a6776da228cc4f00991a35ef5e320b5e", "id": "9aec881c-7ea0-4969-8681-204fac83a12c"}]} 2018-11-09 14:19:47,699 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=b37d0649-ca99-40d0-89ec-d51542d4b44a used request id req-dcb7821c-20fd-4f9d-b889-84eb430e19a0 2018-11-09 14:19:47,699 - neutron_utils - INFO - Deleting security group with name - default 2018-11-09 14:19:47,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/b37d0649-ca99-40d0-89ec-d51542d4b44a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:48,036 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9dad5729-4410-49a5-8853-ed9a66c9aba8 Content-Length: 0 Date: Fri, 09 Nov 2018 14:19:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:19:48,036 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/b37d0649-ca99-40d0-89ec-d51542d4b44a used request id req-9dad5729-4410-49a5-8853-ed9a66c9aba8 2018-11-09 14:19:48,037 - keystone_utils - INFO - Deleting project with name - CreateProjectUserTests-e1195c0e-be9a-461-name 2018-11-09 14:19:48,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:48,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-56c32cfb-9684-43af-bbb3-dc0e54c9ab43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:48,215 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/a6776da228cc4f00991a35ef5e320b5e used request id req-56c32cfb-9684-43af-bbb3-dc0e54c9ab43 2018-11-09 14:19:48,216 - keystone_utils - INFO - Deleting role with name - CreateProjectUserTests-e1195c0e-be9a-461-name-role 2018-11-09 14:19:48,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:5000/v3/roles/d0c6c677fb3d4544a431cfb1f5360301 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:48,332 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:19:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81b672ad-8fd0-462a-b5ac-7fcd9f42e276 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:19:48,332 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/d0c6c677fb3d4544a431cfb1f5360301 used request id req-81b672ad-8fd0-462a-b5ac-7fcd9f42e276 2018-11-09 14:19:48,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f04c933ebf9f363fa4cfacc1bbcb8356cc1eb3e0" 2018-11-09 14:19:48,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efb0571e-549c-4d2a-9238-e989752d53a6 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:19:48,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-efb0571e-549c-4d2a-9238-e989752d53a6 2018-11-09 14:19:48,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:48,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["nx8s3tPkR7yJYrR0yTZv2A"], "issued_at": "2018-11-09T14:19:48.000000Z"}} 2018-11-09 14:19:48,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}606126188abcea89f34a8542ac561d5cf2ac9294" 2018-11-09 14:19:49,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-ab2b9337-a348-438f-87a5-af58f2ecc870 Date: Fri, 09 Nov 2018 14:19:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-11-09 14:19:49,373 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-ab2b9337-a348-438f-87a5-af58f2ecc870 2018-11-09 14:19:49,402 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}606126188abcea89f34a8542ac561d5cf2ac9294" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "GlanceUtilsTests-ffc9e5f4-4c4e-4c52-8a2d-f2078ebd306b"}' 2018-11-09 14:19:50,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 614 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d X-Openstack-Request-Id: req-69e2383a-9f93-4fba-b39b-37881b2e8aed Date: Fri, 09 Nov 2018 14:19:50 GMT RESP BODY: {"status": "queued", "name": "GlanceUtilsTests-ffc9e5f4-4c4e-4c52-8a2d-f2078ebd306b", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:19:49Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T14:19:49Z", "visibility": "shared", "locations": [], "self": "/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d", "min_disk": 0, "protected": false, "id": "242a3494-92f3-44f3-8ee6-b305c28f387d", "file": "/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d/file", "checksum": null, "owner": "dfb45da6f1334a63bc64335c92eee11f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:19:50,138 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-69e2383a-9f93-4fba-b39b-37881b2e8aed 2018-11-09 14:19:50,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}606126188abcea89f34a8542ac561d5cf2ac9294" -d '' 2018-11-09 14:19:53,916 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-38753c8c-c32c-4a6c-9f2e-e0a1874d7669 Date: Fri, 09 Nov 2018 14:19:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:19:53,916 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d/file used request id req-38753c8c-c32c-4a6c-9f2e-e0a1874d7669 2018-11-09 14:19:53,917 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 14:19:53,920 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}606126188abcea89f34a8542ac561d5cf2ac9294" 2018-11-09 14:19:54,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 875 Content-Type: application/json X-Openstack-Request-Id: req-bb7b29d7-d223-44fd-92c7-51a4b2189e39 Date: Fri, 09 Nov 2018 14:19:54 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-ffc9e5f4-4c4e-4c52-8a2d-f2078ebd306b", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:19:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:19:53Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/242a3494-92f3-44f3-8ee6-b305c28f387d/snap", "metadata": {}}], "self": "/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d", "min_disk": 0, "protected": false, "id": "242a3494-92f3-44f3-8ee6-b305c28f387d", "file": "/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/242a3494-92f3-44f3-8ee6-b305c28f387d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:19:54,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d used request id req-bb7b29d7-d223-44fd-92c7-51a4b2189e39 2018-11-09 14:19:54,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}606126188abcea89f34a8542ac561d5cf2ac9294" 2018-11-09 14:19:55,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-88f2d1e8-6d0f-44fa-b3d1-3494eb0518ab Date: Fri, 09 Nov 2018 14:19: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-11-09 14:19:55,133 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-88f2d1e8-6d0f-44fa-b3d1-3494eb0518ab 2018-11-09 14:19:55,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-ffc9e5f4-4c4e-4c52-8a2d-f2078ebd306b -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}606126188abcea89f34a8542ac561d5cf2ac9294" 2018-11-09 14:19:55,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1030 Content-Type: application/json X-Openstack-Request-Id: req-b1e5c03a-5614-4721-a449-d2b132a7b194 Date: Fri, 09 Nov 2018 14:19:55 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "GlanceUtilsTests-ffc9e5f4-4c4e-4c52-8a2d-f2078ebd306b", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:19:49Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:19:53Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/242a3494-92f3-44f3-8ee6-b305c28f387d/snap", "metadata": {}}], "self": "/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d", "min_disk": 0, "protected": false, "id": "242a3494-92f3-44f3-8ee6-b305c28f387d", "file": "/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/242a3494-92f3-44f3-8ee6-b305c28f387d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=GlanceUtilsTests-ffc9e5f4-4c4e-4c52-8a2d-f2078ebd306b"} 2018-11-09 14:19:55,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=GlanceUtilsTests-ffc9e5f4-4c4e-4c52-8a2d-f2078ebd306b used request id req-b1e5c03a-5614-4721-a449-d2b132a7b194 2018-11-09 14:19:55,169 - glance_utils - INFO - Deleting image named - GlanceUtilsTests-ffc9e5f4-4c4e-4c52-8a2d-f2078ebd306b 2018-11-09 14:19:55,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}606126188abcea89f34a8542ac561d5cf2ac9294" 2018-11-09 14:19:57,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fb48f289-0a1e-4108-b125-11fe684b61ed Date: Fri, 09 Nov 2018 14:19:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:19:57,477 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/242a3494-92f3-44f3-8ee6-b305c28f387d used request id req-fb48f289-0a1e-4108-b125-11fe684b61ed 2018-11-09 14:19:57,479 - glance_utils_tests - WARNING - Test not executed as the image metadata requires image files 2018-11-09 14:19:57,480 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:19:57,872 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:19:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["KCQLJACITEuHdbC06MZuPg"], "issued_at": "2018-11-09T14:19:57.000000Z"}} 2018-11-09 14:19:57,872 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}2ee2247137498a3a32d2ed2645864f6fc9d039ab" 2018-11-09 14:19:57,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:19:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19679072-8128-4f42-a049-2d69675bc846 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:19:57,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-19679072-8128-4f42-a049-2d69675bc846 2018-11-09 14:19:57,946 - neutron_utils - INFO - Creating network with name NeutronUtilsNetworkTests-65151c14-ec90-4948-a138-33f517cb730b-pub-net 2018-11-09 14:19:57,951 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee2247137498a3a32d2ed2645864f6fc9d039ab" -d '{"network": {"name": "NeutronUtilsNetworkTests-65151c14-ec90-4948-a138-33f517cb730b-pub-net", "admin_state_up": true}}' 2018-11-09 14:19:59,067 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-3dd7abb0-a378-4b17-9dda-711e0477dcd8 Date: Fri, 09 Nov 2018 14:19:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3317e158-c73d-4919-bce1-415725a82c8e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:19:58Z","is_default":false,"provider:segmentation_id":84,"name":"NeutronUtilsNetworkTests-65151c14-ec90-4948-a138-33f517cb730b-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:19:58Z","mtu":1450}} 2018-11-09 14:19:59,067 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-3dd7abb0-a378-4b17-9dda-711e0477dcd8 2018-11-09 14:19:59,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=3317e158-c73d-4919-bce1-415725a82c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee2247137498a3a32d2ed2645864f6fc9d039ab" 2018-11-09 14:19:59,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-b717754f-062d-40bb-a7bf-a116c1a9ecd8 Date: Fri, 09 Nov 2018 14:19:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3317e158-c73d-4919-bce1-415725a82c8e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:19:58Z","provider:segmentation_id":84,"name":"NeutronUtilsNetworkTests-65151c14-ec90-4948-a138-33f517cb730b-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:19:58Z","provider:network_type":"vxlan"}]} 2018-11-09 14:19:59,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=3317e158-c73d-4919-bce1-415725a82c8e used request id req-b717754f-062d-40bb-a7bf-a116c1a9ecd8 2018-11-09 14:19:59,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3317e158-c73d-4919-bce1-415725a82c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee2247137498a3a32d2ed2645864f6fc9d039ab" 2018-11-09 14:20:00,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-18fb82fd-b55d-4dc8-8957-ae3f97099fbe Date: Fri, 09 Nov 2018 14:20:00 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:00,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3317e158-c73d-4919-bce1-415725a82c8e used request id req-18fb82fd-b55d-4dc8-8957-ae3f97099fbe 2018-11-09 14:20:00,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=3317e158-c73d-4919-bce1-415725a82c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee2247137498a3a32d2ed2645864f6fc9d039ab" 2018-11-09 14:20:00,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-9f087201-a607-4214-9ee2-12fb0bea4b20 Date: Fri, 09 Nov 2018 14:20:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3317e158-c73d-4919-bce1-415725a82c8e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:19:58Z","provider:segmentation_id":84,"name":"NeutronUtilsNetworkTests-65151c14-ec90-4948-a138-33f517cb730b-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:19:58Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:00,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=3317e158-c73d-4919-bce1-415725a82c8e used request id req-9f087201-a607-4214-9ee2-12fb0bea4b20 2018-11-09 14:20:00,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3317e158-c73d-4919-bce1-415725a82c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee2247137498a3a32d2ed2645864f6fc9d039ab" 2018-11-09 14:20:01,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7de41889-b6d6-4c0b-b823-054127d051bd Date: Fri, 09 Nov 2018 14:20:01 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:01,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3317e158-c73d-4919-bce1-415725a82c8e used request id req-7de41889-b6d6-4c0b-b823-054127d051bd 2018-11-09 14:20:01,389 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsNetworkTests-65151c14-ec90-4948-a138-33f517cb730b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee2247137498a3a32d2ed2645864f6fc9d039ab" 2018-11-09 14:20:01,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ddc4a9ee-a3b6-4cf5-8a2f-8a6f439a098b Date: Fri, 09 Nov 2018 14:20:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3317e158-c73d-4919-bce1-415725a82c8e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:19:58Z","provider:segmentation_id":84,"name":"NeutronUtilsNetworkTests-65151c14-ec90-4948-a138-33f517cb730b-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:19:58Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:01,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsNetworkTests-65151c14-ec90-4948-a138-33f517cb730b-pub-net used request id req-ddc4a9ee-a3b6-4cf5-8a2f-8a6f439a098b 2018-11-09 14:20:01,467 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:20:01,472 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:20:01 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:20:01,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee2247137498a3a32d2ed2645864f6fc9d039ab" 2018-11-09 14:20:01,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-567cfe62-a719-49e9-a162-2c8053393bea 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:20:01,563 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-567cfe62-a719-49e9-a162-2c8053393bea 2018-11-09 14:20:01,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=3317e158-c73d-4919-bce1-415725a82c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee2247137498a3a32d2ed2645864f6fc9d039ab" 2018-11-09 14:20:01,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a9860dfd-5d00-4197-baa0-28eb2af4c5da Date: Fri, 09 Nov 2018 14:20:01 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:01,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=3317e158-c73d-4919-bce1-415725a82c8e used request id req-a9860dfd-5d00-4197-baa0-28eb2af4c5da 2018-11-09 14:20:01,739 - neutron_utils - INFO - Deleting network with name NeutronUtilsNetworkTests-65151c14-ec90-4948-a138-33f517cb730b-pub-net 2018-11-09 14:20:01,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/3317e158-c73d-4919-bce1-415725a82c8e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2ee2247137498a3a32d2ed2645864f6fc9d039ab" 2018-11-09 14:20:02,569 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8322f80b-5858-40ad-81c0-1c29b944e2df Date: Fri, 09 Nov 2018 14:20:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:02,569 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/3317e158-c73d-4919-bce1-415725a82c8e used request id req-8322f80b-5858-40ad-81c0-1c29b944e2df 2018-11-09 14:20:02,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:02,956 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["NlTCFOsITXGuxSyS-AKExw"], "issued_at": "2018-11-09T14:20:02.000000Z"}} 2018-11-09 14:20:02,957 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}b587ee4c357979a7f2123bd14872d8c086273ca2" 2018-11-09 14:20:03,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afaf477d-faea-4a9e-bea7-7c928e7fceb4 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:03,036 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-afaf477d-faea-4a9e-bea7-7c928e7fceb4 2018-11-09 14:20:03,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:03,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["m6RoHXq7SzS_Ws8aRyiUsA"], "issued_at": "2018-11-09T14:20:03.000000Z"}} 2018-11-09 14:20:03,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}7d657ab905f0b6f942c2da244831d738e0b96c1d" 2018-11-09 14:20:03,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd4723c-bcc0-40a1-a4bb-5b16178251d9 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:03,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-fcd4723c-bcc0-40a1-a4bb-5b16178251d9 2018-11-09 14:20:03,495 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:03,873 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["X8GjYSrETi6BSCHpk1CzKg"], "issued_at": "2018-11-09T14:20:03.000000Z"}} 2018-11-09 14:20:03,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:03,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e60a935-89cd-4181-a23f-f1c8125437e7 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:03,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5e60a935-89cd-4181-a23f-f1c8125437e7 2018-11-09 14:20:03,954 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-net 2018-11-09 14:20:03,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" -d '{"network": {"name": "NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-net", "admin_state_up": true}}' 2018-11-09 14:20:04,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0273a9ca-5a03-4deb-b2b0-eb80936ddb87 Date: Fri, 09 Nov 2018 14:20:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:04Z","is_default":false,"provider:segmentation_id":63,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:04Z","mtu":1450}} 2018-11-09 14:20:04,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-0273a9ca-5a03-4deb-b2b0-eb80936ddb87 2018-11-09 14:20:04,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:04,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-70524d28-d012-4e63-96b1-2439ba7eddc8 Date: Fri, 09 Nov 2018 14:20:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:04Z","provider:segmentation_id":63,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:04Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:04,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 used request id req-70524d28-d012-4e63-96b1-2439ba7eddc8 2018-11-09 14:20:04,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:04,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-2885101a-3639-45ca-9bed-8c42b9a7adc3 Date: Fri, 09 Nov 2018 14:20:04 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:04,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 used request id req-2885101a-3639-45ca-9bed-8c42b9a7adc3 2018-11-09 14:20:04,788 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet 2018-11-09 14:20:04,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" -d '{"subnets": [{"ip_version": 4, "network_id": "0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet"}]}' 2018-11-09 14:20:05,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-233ac145-3959-49e7-be07-169cc9f443a3 Date: Fri, 09 Nov 2018 14:20:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:05Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"fbd66ef6-50db-4d33-af9e-1cb7fe09c230","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet"}]} 2018-11-09 14:20:05,517 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-233ac145-3959-49e7-be07-169cc9f443a3 2018-11-09 14:20:05,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:05,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f12d9a5c-3d65-4afe-af41-93b4cf79c6ae Date: Fri, 09 Nov 2018 14:20:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["fbd66ef6-50db-4d33-af9e-1cb7fe09c230"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:05Z","provider:segmentation_id":63,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:04Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:05,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 used request id req-f12d9a5c-3d65-4afe-af41-93b4cf79c6ae 2018-11-09 14:20:05,609 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:05,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-652ddc18-f35e-4957-a68d-b01e4c74041e Date: Fri, 09 Nov 2018 14:20:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:05Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"fbd66ef6-50db-4d33-af9e-1cb7fe09c230","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet"}]} 2018-11-09 14:20:05,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 used request id req-652ddc18-f35e-4957-a68d-b01e4c74041e 2018-11-09 14:20:05,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:06,068 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7390fb65-0087-4b61-b1ca-ecb295c10f1d Date: Fri, 09 Nov 2018 14:20:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["fbd66ef6-50db-4d33-af9e-1cb7fe09c230"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:05Z","provider:segmentation_id":63,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:04Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:06,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-net used request id req-7390fb65-0087-4b61-b1ca-ecb295c10f1d 2018-11-09 14:20:06,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:20:06,078 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:20:06 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:20:06,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:06,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4b28186-45f3-4f3a-80f9-ad620e617647 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:20:06,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-e4b28186-45f3-4f3a-80f9-ad620e617647 2018-11-09 14:20:06,169 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:06,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-94a7f566-bc75-403e-883b-cd37a8a71ad5 Date: Fri, 09 Nov 2018 14:20:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:05Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"fbd66ef6-50db-4d33-af9e-1cb7fe09c230","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet"}]} 2018-11-09 14:20:06,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 used request id req-94a7f566-bc75-403e-883b-cd37a8a71ad5 2018-11-09 14:20:06,371 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8&name=NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:07,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-708e7f57-1550-43c8-814f-6dd45c52e791 Date: Fri, 09 Nov 2018 14:20:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:05Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"fbd66ef6-50db-4d33-af9e-1cb7fe09c230","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet"}]} 2018-11-09 14:20:07,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8&name=NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet used request id req-708e7f57-1550-43c8-814f-6dd45c52e791 2018-11-09 14:20:07,219 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8&name=NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:07,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29e198fe-6914-445f-9a08-2effa01bd418 Date: Fri, 09 Nov 2018 14:20:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:05Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"fbd66ef6-50db-4d33-af9e-1cb7fe09c230","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet"}]} 2018-11-09 14:20:07,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8&name=NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet used request id req-29e198fe-6914-445f-9a08-2effa01bd418 2018-11-09 14:20:07,318 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:07,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b57457a5-8add-4dda-b686-338bfb3cab5e Date: Fri, 09 Nov 2018 14:20:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:05Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"fbd66ef6-50db-4d33-af9e-1cb7fe09c230","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet"}]} 2018-11-09 14:20:07,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 used request id req-b57457a5-8add-4dda-b686-338bfb3cab5e 2018-11-09 14:20:07,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:07,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-aabb6581-5888-4514-b64b-f4faea7341e5 Date: Fri, 09 Nov 2018 14:20:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:05Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:05Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"fbd66ef6-50db-4d33-af9e-1cb7fe09c230","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet"}]} 2018-11-09 14:20:07,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?name=NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet used request id req-aabb6581-5888-4514-b64b-f4faea7341e5 2018-11-09 14:20:07,430 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:07,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a534338d-f3b6-44c7-8057-970156333a23 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:20:07,520 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-a534338d-f3b6-44c7-8057-970156333a23 2018-11-09 14:20:07,521 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet 2018-11-09 14:20:07,521 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-subnet 2018-11-09 14:20:07,526 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/fbd66ef6-50db-4d33-af9e-1cb7fe09c230 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:09,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5e0ce80-f9ff-4b02-847b-ea95c06e7f3f Date: Fri, 09 Nov 2018 14:20:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:09,768 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/fbd66ef6-50db-4d33-af9e-1cb7fe09c230 used request id req-a5e0ce80-f9ff-4b02-847b-ea95c06e7f3f 2018-11-09 14:20:09,768 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-0d308f96-b112-4e9a-b51c-f65573a4c274-pub-net 2018-11-09 14:20:09,773 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ddf1f6bf54265435002200aa816bd14dd5b8d350" 2018-11-09 14:20:11,312 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eaaed873-fd69-4223-9b7e-3c15ba2cc9ab Date: Fri, 09 Nov 2018 14:20:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:11,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/0f0e156b-d7f2-443b-95b4-6c4e25c5d3e8 used request id req-eaaed873-fd69-4223-9b7e-3c15ba2cc9ab 2018-11-09 14:20:11,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:11,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["56eLG8OeRPCikbNhyGMQcg"], "issued_at": "2018-11-09T14:20:11.000000Z"}} 2018-11-09 14:20:11,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}fb6d03be78965b6756f58f06c09306eae1f9f7e6" 2018-11-09 14:20:11,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2812c51-a157-4fa0-ad28-a685b40aa26b 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:11,781 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b2812c51-a157-4fa0-ad28-a685b40aa26b 2018-11-09 14:20:11,782 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-d09c4d4f-6d8e-4c47-99ee-2d30a21f2588-pub-net 2018-11-09 14:20:11,787 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb6d03be78965b6756f58f06c09306eae1f9f7e6" -d '{"network": {"name": "NeutronUtilsSubnetTests-d09c4d4f-6d8e-4c47-99ee-2d30a21f2588-pub-net", "admin_state_up": true}}' 2018-11-09 14:20:12,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ec173621-4a28-4dbe-90ad-d5ecfbda80d3 Date: Fri, 09 Nov 2018 14:20:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"53cb38a2-78aa-494f-a147-aadf16c8106d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:12Z","is_default":false,"provider:segmentation_id":45,"name":"NeutronUtilsSubnetTests-d09c4d4f-6d8e-4c47-99ee-2d30a21f2588-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:12Z","mtu":1450}} 2018-11-09 14:20:12,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-ec173621-4a28-4dbe-90ad-d5ecfbda80d3 2018-11-09 14:20:12,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=53cb38a2-78aa-494f-a147-aadf16c8106d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb6d03be78965b6756f58f06c09306eae1f9f7e6" 2018-11-09 14:20:12,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-d2f0f670-2aae-460f-bc56-bb237df01af9 Date: Fri, 09 Nov 2018 14:20:12 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"53cb38a2-78aa-494f-a147-aadf16c8106d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:12Z","provider:segmentation_id":45,"name":"NeutronUtilsSubnetTests-d09c4d4f-6d8e-4c47-99ee-2d30a21f2588-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:12Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:12,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=53cb38a2-78aa-494f-a147-aadf16c8106d used request id req-d2f0f670-2aae-460f-bc56-bb237df01af9 2018-11-09 14:20:12,438 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=53cb38a2-78aa-494f-a147-aadf16c8106d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb6d03be78965b6756f58f06c09306eae1f9f7e6" 2018-11-09 14:20:12,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-285c0f00-33e1-4295-8a59-5071759dbe37 Date: Fri, 09 Nov 2018 14:20:12 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:12,609 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=53cb38a2-78aa-494f-a147-aadf16c8106d used request id req-285c0f00-33e1-4295-8a59-5071759dbe37 2018-11-09 14:20:12,610 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-d09c4d4f-6d8e-4c47-99ee-2d30a21f2588-pub-subnet 2018-11-09 14:20:12,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb6d03be78965b6756f58f06c09306eae1f9f7e6" -d '{"subnets": [{"ip_version": 4, "network_id": "53cb38a2-78aa-494f-a147-aadf16c8106d", "cidr": "", "name": "NeutronUtilsSubnetTests-d09c4d4f-6d8e-4c47-99ee-2d30a21f2588-pub-subnet"}]}' 2018-11-09 14:20:12,626 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 133 Content-Type: application/json X-Openstack-Request-Id: req-6f316b77-7daa-4b77-82ae-5c54772d2c1a Date: Fri, 09 Nov 2018 14:20:12 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 14:20:12,627 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-6f316b77-7daa-4b77-82ae-5c54772d2c1a 2018-11-09 14:20:12,627 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Invalid input for cidr. Reason: '' is not a valid IP subnet.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 14:20:12,627 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-d09c4d4f-6d8e-4c47-99ee-2d30a21f2588-pub-subnet] for network [NeutronUtilsSubnetTests-d09c4d4f-6d8e-4c47-99ee-2d30a21f2588-pub-net] 2018-11-09 14:20:12,627 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-d09c4d4f-6d8e-4c47-99ee-2d30a21f2588-pub-net 2018-11-09 14:20:12,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/53cb38a2-78aa-494f-a147-aadf16c8106d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fb6d03be78965b6756f58f06c09306eae1f9f7e6" 2018-11-09 14:20:13,238 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f06751a-c01c-4cc8-8c9f-eea4303519ef Date: Fri, 09 Nov 2018 14:20:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:13,238 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/53cb38a2-78aa-494f-a147-aadf16c8106d used request id req-9f06751a-c01c-4cc8-8c9f-eea4303519ef 2018-11-09 14:20:13,240 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:13,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["dWbrMjNYQN2BxQz8dDR2Cg"], "issued_at": "2018-11-09T14:20:13.000000Z"}} 2018-11-09 14:20:13,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:13,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-116caf86-7d2b-43fd-ba31-6410d89f91ba 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:13,699 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-116caf86-7d2b-43fd-ba31-6410d89f91ba 2018-11-09 14:20:13,700 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-net 2018-11-09 14:20:13,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" -d '{"network": {"name": "NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-net", "admin_state_up": true}}' 2018-11-09 14:20:14,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ce55c1cf-ef9a-4739-8ea4-2afea0260abf Date: Fri, 09 Nov 2018 14:20:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"190e164d-baab-4b9c-a9d2-4e15aafa08e0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:13Z","is_default":false,"provider:segmentation_id":26,"name":"NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:13Z","mtu":1450}} 2018-11-09 14:20:14,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-ce55c1cf-ef9a-4739-8ea4-2afea0260abf 2018-11-09 14:20:14,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:14,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-c17a55e3-f1c3-41c9-b645-8b2a25026b44 Date: Fri, 09 Nov 2018 14:20:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"190e164d-baab-4b9c-a9d2-4e15aafa08e0","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:13Z","provider:segmentation_id":26,"name":"NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:13Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:14,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 used request id req-c17a55e3-f1c3-41c9-b645-8b2a25026b44 2018-11-09 14:20:14,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:14,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-c3ee0b01-c534-48f0-8648-e6e3a6bec53a Date: Fri, 09 Nov 2018 14:20:14 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:14,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 used request id req-c3ee0b01-c534-48f0-8648-e6e3a6bec53a 2018-11-09 14:20:14,535 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet 2018-11-09 14:20:14,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" -d '{"subnets": [{"ip_version": 4, "network_id": "190e164d-baab-4b9c-a9d2-4e15aafa08e0", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet"}]}' 2018-11-09 14:20:15,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a8a4fbee-284d-4851-8fc0-b7e61ced2493 Date: Fri, 09 Nov 2018 14:20:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"190e164d-baab-4b9c-a9d2-4e15aafa08e0","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:14Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"c84f1cc3-15c6-47bb-b44c-2a386917e138","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet"}]} 2018-11-09 14:20:15,099 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-a8a4fbee-284d-4851-8fc0-b7e61ced2493 2018-11-09 14:20:15,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:15,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-850ffccb-d7c3-4795-bfb5-4306d7970c5b Date: Fri, 09 Nov 2018 14:20:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"190e164d-baab-4b9c-a9d2-4e15aafa08e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["c84f1cc3-15c6-47bb-b44c-2a386917e138"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:14Z","provider:segmentation_id":26,"name":"NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:13Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:15,355 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 used request id req-850ffccb-d7c3-4795-bfb5-4306d7970c5b 2018-11-09 14:20:15,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:15,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ae8b7b91-89d6-4726-b45e-f6683416c9cb Date: Fri, 09 Nov 2018 14:20:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"190e164d-baab-4b9c-a9d2-4e15aafa08e0","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"c84f1cc3-15c6-47bb-b44c-2a386917e138","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet"}]} 2018-11-09 14:20:15,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 used request id req-ae8b7b91-89d6-4726-b45e-f6683416c9cb 2018-11-09 14:20:15,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:15,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-a8833d2d-dcb6-42e1-9634-6d65c487f743 Date: Fri, 09 Nov 2018 14:20:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"190e164d-baab-4b9c-a9d2-4e15aafa08e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["c84f1cc3-15c6-47bb-b44c-2a386917e138"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:14Z","provider:segmentation_id":26,"name":"NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:13Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:15,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-net used request id req-a8833d2d-dcb6-42e1-9634-6d65c487f743 2018-11-09 14:20:15,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:20:15,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:20:15 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:20:15,808 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:15,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbd9d51b-def9-40b6-baf9-0ecaf2bfc070 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:20:15,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-bbd9d51b-def9-40b6-baf9-0ecaf2bfc070 2018-11-09 14:20:15,900 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:16,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-7f712e87-1379-4cf2-9f6e-cfb247afee3e Date: Fri, 09 Nov 2018 14:20:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"190e164d-baab-4b9c-a9d2-4e15aafa08e0","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"c84f1cc3-15c6-47bb-b44c-2a386917e138","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet"}]} 2018-11-09 14:20:16,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 used request id req-7f712e87-1379-4cf2-9f6e-cfb247afee3e 2018-11-09 14:20:16,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0&name=NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:17,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8ad3aefc-35f2-4470-9721-7729f6c685fd Date: Fri, 09 Nov 2018 14:20:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"190e164d-baab-4b9c-a9d2-4e15aafa08e0","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"c84f1cc3-15c6-47bb-b44c-2a386917e138","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet"}]} 2018-11-09 14:20:17,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0&name=NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet used request id req-8ad3aefc-35f2-4470-9721-7729f6c685fd 2018-11-09 14:20:17,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0&name=NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:17,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bde52ab4-734a-40ff-9e6c-d0284b304050 Date: Fri, 09 Nov 2018 14:20:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"190e164d-baab-4b9c-a9d2-4e15aafa08e0","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"c84f1cc3-15c6-47bb-b44c-2a386917e138","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet"}]} 2018-11-09 14:20:17,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0&name=NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet used request id req-bde52ab4-734a-40ff-9e6c-d0284b304050 2018-11-09 14:20:17,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:17,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1ca65173-8df2-4c1d-87bf-d45aecdc30e4 Date: Fri, 09 Nov 2018 14:20:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"190e164d-baab-4b9c-a9d2-4e15aafa08e0","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"c84f1cc3-15c6-47bb-b44c-2a386917e138","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet"}]} 2018-11-09 14:20:17,716 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=190e164d-baab-4b9c-a9d2-4e15aafa08e0 used request id req-1ca65173-8df2-4c1d-87bf-d45aecdc30e4 2018-11-09 14:20:17,717 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet 2018-11-09 14:20:17,717 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-subnet 2018-11-09 14:20:17,722 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/c84f1cc3-15c6-47bb-b44c-2a386917e138 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:19,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-20b37492-a8be-40b9-919b-7503cdbc2052 Date: Fri, 09 Nov 2018 14:20:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:19,934 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/c84f1cc3-15c6-47bb-b44c-2a386917e138 used request id req-20b37492-a8be-40b9-919b-7503cdbc2052 2018-11-09 14:20:19,935 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-e4b656d0-99c7-42f1-95ae-814c6352d4a5-pub-net 2018-11-09 14:20:19,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/190e164d-baab-4b9c-a9d2-4e15aafa08e0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89e9f29558e1f2da6038810ad2c574aba47f819a" 2018-11-09 14:20:21,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-37f3b75a-6174-49ae-9805-b811f424d3c3 Date: Fri, 09 Nov 2018 14:20:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:21,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/190e164d-baab-4b9c-a9d2-4e15aafa08e0 used request id req-37f3b75a-6174-49ae-9805-b811f424d3c3 2018-11-09 14:20:21,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:22,108 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["IIqGfvFPTWSX-gstv2pA1A"], "issued_at": "2018-11-09T14:20:22.000000Z"}} 2018-11-09 14:20:22,109 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}f9ac3306f177409346affd82ccb765e0b696c8ae" 2018-11-09 14:20:22,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df2d44a-9fe9-4e27-b507-86f68a0796ec 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:22,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3df2d44a-9fe9-4e27-b507-86f68a0796ec 2018-11-09 14:20:22,192 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-89936201-9c6d-430e-81b7-f8d076099fda-pub-net 2018-11-09 14:20:22,197 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ac3306f177409346affd82ccb765e0b696c8ae" -d '{"network": {"name": "NeutronUtilsSubnetTests-89936201-9c6d-430e-81b7-f8d076099fda-pub-net", "admin_state_up": true}}' 2018-11-09 14:20:22,624 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c740ea61-30da-492a-a963-6ec3b5f4e07f Date: Fri, 09 Nov 2018 14:20:22 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f7210c9c-8178-4189-be93-6c54b9e88fce","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:22Z","is_default":false,"provider:segmentation_id":30,"name":"NeutronUtilsSubnetTests-89936201-9c6d-430e-81b7-f8d076099fda-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:22Z","mtu":1450}} 2018-11-09 14:20:22,625 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-c740ea61-30da-492a-a963-6ec3b5f4e07f 2018-11-09 14:20:22,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=f7210c9c-8178-4189-be93-6c54b9e88fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ac3306f177409346affd82ccb765e0b696c8ae" 2018-11-09 14:20:23,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-12132951-814a-4daa-8419-46fd57eb290f Date: Fri, 09 Nov 2018 14:20:23 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f7210c9c-8178-4189-be93-6c54b9e88fce","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:22Z","provider:segmentation_id":30,"name":"NeutronUtilsSubnetTests-89936201-9c6d-430e-81b7-f8d076099fda-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:22Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:23,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=f7210c9c-8178-4189-be93-6c54b9e88fce used request id req-12132951-814a-4daa-8419-46fd57eb290f 2018-11-09 14:20:23,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=f7210c9c-8178-4189-be93-6c54b9e88fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ac3306f177409346affd82ccb765e0b696c8ae" 2018-11-09 14:20:23,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a6500219-bbe7-4749-a209-cb640ed19d2a Date: Fri, 09 Nov 2018 14:20:23 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:23,721 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=f7210c9c-8178-4189-be93-6c54b9e88fce used request id req-a6500219-bbe7-4749-a209-cb640ed19d2a 2018-11-09 14:20:23,722 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-89936201-9c6d-430e-81b7-f8d076099fda-pub-subnet 2018-11-09 14:20:23,726 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ac3306f177409346affd82ccb765e0b696c8ae" -d '{"subnets": [{"ip_version": 4, "network_id": "f7210c9c-8178-4189-be93-6c54b9e88fce", "cidr": null, "name": "NeutronUtilsSubnetTests-89936201-9c6d-430e-81b7-f8d076099fda-pub-subnet"}]}' 2018-11-09 14:20:24,001 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-de868cdc-2e81-4d24-85a2-642dc8f7c2ab Date: Fri, 09 Nov 2018 14:20:23 GMT RESP BODY: {"NeutronError": {"message": "Bad subnets request: a subnetpool must be specified in the absence of a cidr.", "type": "BadRequest", "detail": ""}} 2018-11-09 14:20:24,001 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-de868cdc-2e81-4d24-85a2-642dc8f7c2ab 2018-11-09 14:20:24,001 - 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-11-09 14:20:24,001 - neutron_utils - ERROR - Unexpected error creating subnet [NeutronUtilsSubnetTests-89936201-9c6d-430e-81b7-f8d076099fda-pub-subnet] for network [NeutronUtilsSubnetTests-89936201-9c6d-430e-81b7-f8d076099fda-pub-net] 2018-11-09 14:20:24,002 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-89936201-9c6d-430e-81b7-f8d076099fda-pub-net 2018-11-09 14:20:24,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/f7210c9c-8178-4189-be93-6c54b9e88fce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ac3306f177409346affd82ccb765e0b696c8ae" 2018-11-09 14:20:24,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9421c13c-f75d-481d-a91e-462a81c95f2d Date: Fri, 09 Nov 2018 14:20:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:24,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/f7210c9c-8178-4189-be93-6c54b9e88fce used request id req-9421c13c-f75d-481d-a91e-462a81c95f2d 2018-11-09 14:20:24,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:25,096 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["IrmY21fqR2OixrC8vriSrg"], "issued_at": "2018-11-09T14:20:25.000000Z"}} 2018-11-09 14:20:25,097 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}2eb9669667e6a600be6cb5d4bf032679205183e1" 2018-11-09 14:20:25,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9fb128a4-db39-4928-9867-687773eee250 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:25,109 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9fb128a4-db39-4928-9867-687773eee250 2018-11-09 14:20:25,110 - neutron_utils - INFO - Creating network with name NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-net 2018-11-09 14:20:25,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" -d '{"network": {"name": "NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-net", "admin_state_up": true}}' 2018-11-09 14:20:25,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-49c89400-6ab6-4172-9373-d7c2dc869f7f Date: Fri, 09 Nov 2018 14:20:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c701e532-01ed-4886-a5ae-ad8f2d8bec2f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:25Z","is_default":false,"provider:segmentation_id":10,"name":"NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:25Z","mtu":1450}} 2018-11-09 14:20:25,513 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-49c89400-6ab6-4172-9373-d7c2dc869f7f 2018-11-09 14:20:25,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=c701e532-01ed-4886-a5ae-ad8f2d8bec2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" 2018-11-09 14:20:25,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-884cf0f8-a3c4-4b21-b808-b6784c31269a Date: Fri, 09 Nov 2018 14:20:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c701e532-01ed-4886-a5ae-ad8f2d8bec2f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:25Z","provider:segmentation_id":10,"name":"NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:25Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:25,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=c701e532-01ed-4886-a5ae-ad8f2d8bec2f used request id req-884cf0f8-a3c4-4b21-b808-b6784c31269a 2018-11-09 14:20:25,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c701e532-01ed-4886-a5ae-ad8f2d8bec2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" 2018-11-09 14:20:26,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-fd6ede14-f482-488f-b133-e7f78009e05b Date: Fri, 09 Nov 2018 14:20:26 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:26,594 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c701e532-01ed-4886-a5ae-ad8f2d8bec2f used request id req-fd6ede14-f482-488f-b133-e7f78009e05b 2018-11-09 14:20:26,595 - neutron_utils - INFO - Creating subnet with name NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-subnet 2018-11-09 14:20:26,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" -d '{"subnets": [{"ip_version": 4, "network_id": "c701e532-01ed-4886-a5ae-ad8f2d8bec2f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-subnet"}]}' 2018-11-09 14:20:27,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6b2a80f4-620b-4ce5-bf2d-d01720d219ad Date: Fri, 09 Nov 2018 14:20:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c701e532-01ed-4886-a5ae-ad8f2d8bec2f","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:26Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"78d84cca-a0f7-462f-886c-aad1a69f0892","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-subnet"}]} 2018-11-09 14:20:27,205 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-6b2a80f4-620b-4ce5-bf2d-d01720d219ad 2018-11-09 14:20:27,210 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=c701e532-01ed-4886-a5ae-ad8f2d8bec2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" 2018-11-09 14:20:27,491 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-0aa7924e-d4ff-4c2e-938a-4b0c4aa990c0 Date: Fri, 09 Nov 2018 14:20:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c701e532-01ed-4886-a5ae-ad8f2d8bec2f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["78d84cca-a0f7-462f-886c-aad1a69f0892"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:26Z","provider:segmentation_id":10,"name":"NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:25Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:27,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=c701e532-01ed-4886-a5ae-ad8f2d8bec2f used request id req-0aa7924e-d4ff-4c2e-938a-4b0c4aa990c0 2018-11-09 14:20:27,496 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c701e532-01ed-4886-a5ae-ad8f2d8bec2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" 2018-11-09 14:20:27,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-bbe820d2-d582-4bf1-9235-15bad8f645d0 Date: Fri, 09 Nov 2018 14:20:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c701e532-01ed-4886-a5ae-ad8f2d8bec2f","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"78d84cca-a0f7-462f-886c-aad1a69f0892","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-subnet"}]} 2018-11-09 14:20:27,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c701e532-01ed-4886-a5ae-ad8f2d8bec2f used request id req-bbe820d2-d582-4bf1-9235-15bad8f645d0 2018-11-09 14:20:27,755 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" 2018-11-09 14:20:27,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-db7d2a88-62da-48e7-9e69-f909eb312e1e Date: Fri, 09 Nov 2018 14:20:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c701e532-01ed-4886-a5ae-ad8f2d8bec2f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["78d84cca-a0f7-462f-886c-aad1a69f0892"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:26Z","provider:segmentation_id":10,"name":"NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:25Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:27,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-net used request id req-db7d2a88-62da-48e7-9e69-f909eb312e1e 2018-11-09 14:20:27,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:20:28,001 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:20:27 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:20:28,002 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" 2018-11-09 14:20:28,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-143d92d8-3682-4d1f-976a-112347debbfa 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:20:28,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-143d92d8-3682-4d1f-976a-112347debbfa 2018-11-09 14:20:28,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=c701e532-01ed-4886-a5ae-ad8f2d8bec2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" 2018-11-09 14:20:28,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1207d7f0-95a6-4fc5-871d-e08a515de2b3 Date: Fri, 09 Nov 2018 14:20:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c701e532-01ed-4886-a5ae-ad8f2d8bec2f","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:26Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"78d84cca-a0f7-462f-886c-aad1a69f0892","subnetpool_id":null,"name":"NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-subnet"}]} 2018-11-09 14:20:28,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=c701e532-01ed-4886-a5ae-ad8f2d8bec2f used request id req-1207d7f0-95a6-4fc5-871d-e08a515de2b3 2018-11-09 14:20:28,989 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-subnet 2018-11-09 14:20:28,989 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-subnet 2018-11-09 14:20:28,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/78d84cca-a0f7-462f-886c-aad1a69f0892 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" 2018-11-09 14:20:31,534 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-57a96e63-c2dc-4395-ba90-8cb2d0c416af Date: Fri, 09 Nov 2018 14:20:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:31,535 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/78d84cca-a0f7-462f-886c-aad1a69f0892 used request id req-57a96e63-c2dc-4395-ba90-8cb2d0c416af 2018-11-09 14:20:31,535 - neutron_utils - INFO - Deleting network with name NeutronUtilsSubnetTests-1d465ebc-d52e-4973-bbbe-e903ed942e51-pub-net 2018-11-09 14:20:31,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/c701e532-01ed-4886-a5ae-ad8f2d8bec2f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2eb9669667e6a600be6cb5d4bf032679205183e1" 2018-11-09 14:20:33,037 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-60495a5e-c024-423a-a5de-5de898b544dc Date: Fri, 09 Nov 2018 14:20:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:33,037 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/c701e532-01ed-4886-a5ae-ad8f2d8bec2f used request id req-60495a5e-c024-423a-a5de-5de898b544dc 2018-11-09 14:20:33,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:33,420 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["LDAgBCljSMWkG2_i6XhvAA"], "issued_at": "2018-11-09T14:20:33.000000Z"}} 2018-11-09 14:20:33,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:33,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24b4ec39-2ed7-49f2-a655-373be72cefa1 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:33,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-24b4ec39-2ed7-49f2-a655-373be72cefa1 2018-11-09 14:20:33,505 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-net 2018-11-09 14:20:33,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" -d '{"network": {"name": "NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-net", "admin_state_up": true}}' 2018-11-09 14:20:33,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ad9f70dc-63b8-40a1-b06d-2f6d72daf5c4 Date: Fri, 09 Nov 2018 14:20:33 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ac2862c6-6a39-4587-87a1-c3aadad6f362","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:33Z","is_default":false,"provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:33Z","mtu":1450}} 2018-11-09 14:20:33,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-ad9f70dc-63b8-40a1-b06d-2f6d72daf5c4 2018-11-09 14:20:33,930 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=ac2862c6-6a39-4587-87a1-c3aadad6f362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:34,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-92882900-c5b6-4d1c-a2f2-f92210ca246e Date: Fri, 09 Nov 2018 14:20:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ac2862c6-6a39-4587-87a1-c3aadad6f362","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:33Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:33Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:34,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=ac2862c6-6a39-4587-87a1-c3aadad6f362 used request id req-92882900-c5b6-4d1c-a2f2-f92210ca246e 2018-11-09 14:20:34,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ac2862c6-6a39-4587-87a1-c3aadad6f362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:34,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-ff6482eb-9fef-4dde-9fd1-9d7fe54bfaa2 Date: Fri, 09 Nov 2018 14:20:34 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:34,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ac2862c6-6a39-4587-87a1-c3aadad6f362 used request id req-ff6482eb-9fef-4dde-9fd1-9d7fe54bfaa2 2018-11-09 14:20:34,353 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-subnet 2018-11-09 14:20:34,358 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" -d '{"subnets": [{"ip_version": 4, "network_id": "ac2862c6-6a39-4587-87a1-c3aadad6f362", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-subnet"}]}' 2018-11-09 14:20:34,923 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-38d51633-d864-400f-96bb-f3a97e72254b Date: Fri, 09 Nov 2018 14:20:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2862c6-6a39-4587-87a1-c3aadad6f362","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:34Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:34Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"1c451589-d101-485c-a765-331ffbf97d6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-subnet"}]} 2018-11-09 14:20:34,924 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-38d51633-d864-400f-96bb-f3a97e72254b 2018-11-09 14:20:34,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=ac2862c6-6a39-4587-87a1-c3aadad6f362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:35,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-e264984f-6663-472a-916b-88218d384cf9 Date: Fri, 09 Nov 2018 14:20:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ac2862c6-6a39-4587-87a1-c3aadad6f362","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["1c451589-d101-485c-a765-331ffbf97d6f"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:34Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:33Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:35,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=ac2862c6-6a39-4587-87a1-c3aadad6f362 used request id req-e264984f-6663-472a-916b-88218d384cf9 2018-11-09 14:20:35,196 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ac2862c6-6a39-4587-87a1-c3aadad6f362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:35,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-662fad5c-35cc-4aa0-b69d-1c50f497b351 Date: Fri, 09 Nov 2018 14:20:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2862c6-6a39-4587-87a1-c3aadad6f362","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:34Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:34Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"1c451589-d101-485c-a765-331ffbf97d6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-subnet"}]} 2018-11-09 14:20:35,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ac2862c6-6a39-4587-87a1-c3aadad6f362 used request id req-662fad5c-35cc-4aa0-b69d-1c50f497b351 2018-11-09 14:20:35,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:35,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5a4dc910-acdf-4d39-9516-d92873f036ad Date: Fri, 09 Nov 2018 14:20:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"ac2862c6-6a39-4587-87a1-c3aadad6f362","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["1c451589-d101-485c-a765-331ffbf97d6f"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:34Z","provider:segmentation_id":50,"name":"NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:33Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:35,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-net used request id req-5a4dc910-acdf-4d39-9516-d92873f036ad 2018-11-09 14:20:35,478 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:20:35,482 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:20:35 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:20:35,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:35,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b308493-07bf-4c39-bb04-e23481394f5a 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:20:35,561 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-8b308493-07bf-4c39-bb04-e23481394f5a 2018-11-09 14:20:35,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ac2862c6-6a39-4587-87a1-c3aadad6f362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:35,612 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a75713a7-b750-4d2e-99d8-228c1be904ea Date: Fri, 09 Nov 2018 14:20:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2862c6-6a39-4587-87a1-c3aadad6f362","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:34Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:34Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"1c451589-d101-485c-a765-331ffbf97d6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-subnet"}]} 2018-11-09 14:20:35,612 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ac2862c6-6a39-4587-87a1-c3aadad6f362 used request id req-a75713a7-b750-4d2e-99d8-228c1be904ea 2018-11-09 14:20:35,616 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=ac2862c6-6a39-4587-87a1-c3aadad6f362&name=NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:35,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1f0bf1aa-d7b2-4f05-96ad-2345d0d0d87a Date: Fri, 09 Nov 2018 14:20:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ac2862c6-6a39-4587-87a1-c3aadad6f362","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:34Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:34Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"1c451589-d101-485c-a765-331ffbf97d6f","subnetpool_id":null,"name":"NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-subnet"}]} 2018-11-09 14:20:35,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=ac2862c6-6a39-4587-87a1-c3aadad6f362&name=NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-subnet used request id req-1f0bf1aa-d7b2-4f05-96ad-2345d0d0d87a 2018-11-09 14:20:35,864 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:20:35,865 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:36,252 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["tMtzfvUSRmiD7ndGkxgxEA"], "issued_at": "2018-11-09T14:20:36.000000Z"}} 2018-11-09 14:20:36,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}419d2bbece5459fb8df3f2a5abcfb4102c96cf4b" 2018-11-09 14:20:36,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-340be1e6-cfd5-4c94-8ab0-814e288217a0 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:36,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-340be1e6-cfd5-4c94-8ab0-814e288217a0 2018-11-09 14:20:36,366 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:36,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-959ebb78-249f-495f-b4cc-702b5424fe63 Date: Fri, 09 Nov 2018 14:20:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:20:36,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-959ebb78-249f-495f-b4cc-702b5424fe63 2018-11-09 14:20:36,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:36,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-95a7b5b4-1f60-4ad1-95af-8838461acefb Date: Fri, 09 Nov 2018 14:20:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 14:20:36,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff used request id req-95a7b5b4-1f60-4ad1-95af-8838461acefb 2018-11-09 14:20:36,658 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router 2018-11-09 14:20:36,663 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" -d '{"router": {"external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff"}, "name": "NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router", "admin_state_up": true}}' 2018-11-09 14:20:37,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-1f1b966e-560c-452e-8404-52df2834efcf Date: Fri, 09 Nov 2018 14:20:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:20:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:20:37Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "7eb8f169-de4b-4825-8f87-f494e0cbefb3", "name": "NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router"}} 2018-11-09 14:20:37,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-1f1b966e-560c-452e-8404-52df2834efcf 2018-11-09 14:20:37,961 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=7eb8f169-de4b-4825-8f87-f494e0cbefb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:38,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-82b71481-6c5c-49b2-b6fc-9fd032dd1d0e Date: Fri, 09 Nov 2018 14:20:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:20:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.202"}],"id":"d4f050ef-acba-4ed0-a56e-3af4ab310dfa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7f:3f:af","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7eb8f169-de4b-4825-8f87-f494e0cbefb3","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:20:37Z","binding:vnic_type":"normal"}]} 2018-11-09 14:20:38,016 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=7eb8f169-de4b-4825-8f87-f494e0cbefb3 used request id req-82b71481-6c5c-49b2-b6fc-9fd032dd1d0e 2018-11-09 14:20:38,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:38,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-48dfa5f1-9f2d-4500-b6e4-1f0d06101b3c Date: Fri, 09 Nov 2018 14:20:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:20:38,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-48dfa5f1-9f2d-4500-b6e4-1f0d06101b3c 2018-11-09 14:20:38,068 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:38,126 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-20592ed0-d7bb-41ef-9994-0429ef2e42f5 Date: Fri, 09 Nov 2018 14:20:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:20:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:20:37Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "7eb8f169-de4b-4825-8f87-f494e0cbefb3", "name": "NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router"}]} 2018-11-09 14:20:38,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router used request id req-20592ed0-d7bb-41ef-9994-0429ef2e42f5 2018-11-09 14:20:38,130 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:38,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbbfa653-d14b-4fa7-b49e-f5c80e08c4e0 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:20:38,207 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-cbbfa653-d14b-4fa7-b49e-f5c80e08c4e0 2018-11-09 14:20:38,212 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=7eb8f169-de4b-4825-8f87-f494e0cbefb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:38,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-676c59a1-b8d9-4123-956e-d44d4fb7fc00 Date: Fri, 09 Nov 2018 14:20:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:20:37Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.202"}],"id":"d4f050ef-acba-4ed0-a56e-3af4ab310dfa","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:7f:3f:af","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7eb8f169-de4b-4825-8f87-f494e0cbefb3","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:20:37Z","binding:vnic_type":"normal"}]} 2018-11-09 14:20:38,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=7eb8f169-de4b-4825-8f87-f494e0cbefb3 used request id req-676c59a1-b8d9-4123-956e-d44d4fb7fc00 2018-11-09 14:20:38,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:38,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a80544fd-9767-442f-8162-195a44b3ac2a Date: Fri, 09 Nov 2018 14:20:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:20:38,679 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-a80544fd-9767-442f-8162-195a44b3ac2a 2018-11-09 14:20:38,679 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router 2018-11-09 14:20:38,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/7eb8f169-de4b-4825-8f87-f494e0cbefb3/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" -d '{"subnet_id": "1c451589-d101-485c-a765-331ffbf97d6f"}' 2018-11-09 14:20:40,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1ae3e3c9-7ec9-4c81-bc78-05a35e160242 Date: Fri, 09 Nov 2018 14:20:40 GMT RESP BODY: {"network_id": "ac2862c6-6a39-4587-87a1-c3aadad6f362", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "subnet_id": "1c451589-d101-485c-a765-331ffbf97d6f", "subnet_ids": ["1c451589-d101-485c-a765-331ffbf97d6f"], "port_id": "efc36c25-c748-4a1a-a274-c9cd1d81896a", "id": "7eb8f169-de4b-4825-8f87-f494e0cbefb3"} 2018-11-09 14:20:40,544 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7eb8f169-de4b-4825-8f87-f494e0cbefb3/add_router_interface used request id req-1ae3e3c9-7ec9-4c81-bc78-05a35e160242 2018-11-09 14:20:40,544 - neutron_utils - INFO - Removing router interface from router named NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router 2018-11-09 14:20:40,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/7eb8f169-de4b-4825-8f87-f494e0cbefb3/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" -d '{"subnet_id": "1c451589-d101-485c-a765-331ffbf97d6f"}' 2018-11-09 14:20:41,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-17880c29-4d4d-45cc-ab6b-3fbea50af775 Date: Fri, 09 Nov 2018 14:20:41 GMT RESP BODY: {"network_id": "ac2862c6-6a39-4587-87a1-c3aadad6f362", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "subnet_id": "1c451589-d101-485c-a765-331ffbf97d6f", "subnet_ids": ["1c451589-d101-485c-a765-331ffbf97d6f"], "port_id": "efc36c25-c748-4a1a-a274-c9cd1d81896a", "id": "7eb8f169-de4b-4825-8f87-f494e0cbefb3"} 2018-11-09 14:20:41,577 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/7eb8f169-de4b-4825-8f87-f494e0cbefb3/remove_router_interface used request id req-17880c29-4d4d-45cc-ab6b-3fbea50af775 2018-11-09 14:20:41,578 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router 2018-11-09 14:20:41,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/7eb8f169-de4b-4825-8f87-f494e0cbefb3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:42,866 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-69fa3484-9727-4b77-bfd9-604345320432 Content-Length: 0 Date: Fri, 09 Nov 2018 14:20:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:42,866 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/7eb8f169-de4b-4825-8f87-f494e0cbefb3 used request id req-69fa3484-9727-4b77-bfd9-604345320432 2018-11-09 14:20:42,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:42,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ff23593c-cb28-432b-baa3-326f26179233 Date: Fri, 09 Nov 2018 14:20:42 GMT RESP BODY: {"routers": []} 2018-11-09 14:20:42,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-router used request id req-ff23593c-cb28-432b-baa3-326f26179233 2018-11-09 14:20:42,918 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-subnet 2018-11-09 14:20:42,918 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-subnet 2018-11-09 14:20:42,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/1c451589-d101-485c-a765-331ffbf97d6f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:45,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-118dd61a-1fd3-4b56-aae6-98da20540b77 Date: Fri, 09 Nov 2018 14:20:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:45,061 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1c451589-d101-485c-a765-331ffbf97d6f used request id req-118dd61a-1fd3-4b56-aae6-98da20540b77 2018-11-09 14:20:45,061 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-4806d0ed-f05e-4876-93b4-ce0d221ef20b-pub-net 2018-11-09 14:20:45,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/ac2862c6-6a39-4587-87a1-c3aadad6f362 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c5b5407d0d6c6d86e6bdfe31dbd61e9173bd21ca" 2018-11-09 14:20:46,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1bf9069f-068f-467f-a9e6-cb798b1aee56 Date: Fri, 09 Nov 2018 14:20:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:46,468 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/ac2862c6-6a39-4587-87a1-c3aadad6f362 used request id req-1bf9069f-068f-467f-a9e6-cb798b1aee56 2018-11-09 14:20:46,469 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:46,851 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["uM9gxC2zQ5u1jZtXGpVcrw"], "issued_at": "2018-11-09T14:20:46.000000Z"}} 2018-11-09 14:20:46,851 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:46,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cba198b-bd4e-4b72-a364-94924828fe3e 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:46,957 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6cba198b-bd4e-4b72-a364-94924828fe3e 2018-11-09 14:20:46,958 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-net 2018-11-09 14:20:46,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" -d '{"network": {"name": "NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-net", "admin_state_up": true}}' 2018-11-09 14:20:47,348 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-3d110a78-c15a-42e3-8257-9baaa61cc13c Date: Fri, 09 Nov 2018 14:20: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":"d4a5d193-a9a7-4050-88d4-bd8c051267c9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:47Z","is_default":false,"provider:segmentation_id":14,"name":"NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:47Z","mtu":1450}} 2018-11-09 14:20:47,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-3d110a78-c15a-42e3-8257-9baaa61cc13c 2018-11-09 14:20:47,354 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d4a5d193-a9a7-4050-88d4-bd8c051267c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:47,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-3add25c2-b18d-4759-834b-685b22a8d06d Date: Fri, 09 Nov 2018 14:20:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d4a5d193-a9a7-4050-88d4-bd8c051267c9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:47Z","provider:segmentation_id":14,"name":"NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:47Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:47,586 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d4a5d193-a9a7-4050-88d4-bd8c051267c9 used request id req-3add25c2-b18d-4759-834b-685b22a8d06d 2018-11-09 14:20:47,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4a5d193-a9a7-4050-88d4-bd8c051267c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:47,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-97c52919-4ffe-4cae-99e9-e92f8f785ad7 Date: Fri, 09 Nov 2018 14:20:47 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:47,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4a5d193-a9a7-4050-88d4-bd8c051267c9 used request id req-97c52919-4ffe-4cae-99e9-e92f8f785ad7 2018-11-09 14:20:47,844 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-subnet 2018-11-09 14:20:47,849 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" -d '{"subnets": [{"ip_version": 4, "network_id": "d4a5d193-a9a7-4050-88d4-bd8c051267c9", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-subnet"}]}' 2018-11-09 14:20:48,588 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-5545f423-4e0d-4b43-b098-39316565cafb Date: Fri, 09 Nov 2018 14:20:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4a5d193-a9a7-4050-88d4-bd8c051267c9","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:48Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:48Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67","subnetpool_id":null,"name":"NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-subnet"}]} 2018-11-09 14:20:48,588 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-5545f423-4e0d-4b43-b098-39316565cafb 2018-11-09 14:20:48,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d4a5d193-a9a7-4050-88d4-bd8c051267c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:48,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ecc0c51f-8f5d-41fe-a5f7-983ff6a379d3 Date: Fri, 09 Nov 2018 14:20:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d4a5d193-a9a7-4050-88d4-bd8c051267c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:48Z","provider:segmentation_id":14,"name":"NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:47Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:48,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d4a5d193-a9a7-4050-88d4-bd8c051267c9 used request id req-ecc0c51f-8f5d-41fe-a5f7-983ff6a379d3 2018-11-09 14:20:48,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4a5d193-a9a7-4050-88d4-bd8c051267c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:49,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9174b286-cd75-44eb-9171-74bdf8ab3177 Date: Fri, 09 Nov 2018 14:20:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4a5d193-a9a7-4050-88d4-bd8c051267c9","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:48Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67","subnetpool_id":null,"name":"NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-subnet"}]} 2018-11-09 14:20:49,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4a5d193-a9a7-4050-88d4-bd8c051267c9 used request id req-9174b286-cd75-44eb-9171-74bdf8ab3177 2018-11-09 14:20:49,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:49,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-75314087-7e58-4a6f-8266-04357f73f611 Date: Fri, 09 Nov 2018 14:20:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d4a5d193-a9a7-4050-88d4-bd8c051267c9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:48Z","provider:segmentation_id":14,"name":"NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:47Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:49,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-net used request id req-75314087-7e58-4a6f-8266-04357f73f611 2018-11-09 14:20:49,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:20:49,996 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:20: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:20:49,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:50,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9399840a-c23f-46f6-94ab-3b5899425752 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:20:50,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-9399840a-c23f-46f6-94ab-3b5899425752 2018-11-09 14:20:50,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d4a5d193-a9a7-4050-88d4-bd8c051267c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:50,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0fb1aefe-7574-4d8d-bca7-49fe081acbdb Date: Fri, 09 Nov 2018 14:20:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4a5d193-a9a7-4050-88d4-bd8c051267c9","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:48Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20:48Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67","subnetpool_id":null,"name":"NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-subnet"}]} 2018-11-09 14:20:50,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d4a5d193-a9a7-4050-88d4-bd8c051267c9 used request id req-0fb1aefe-7574-4d8d-bca7-49fe081acbdb 2018-11-09 14:20:50,313 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:20:50,313 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:50,696 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["qkD2u_N6TuyBMVd9_sWxtA"], "issued_at": "2018-11-09T14:20:50.000000Z"}} 2018-11-09 14:20:50,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}789989ac0747d87152061c3578c74a041e9d2fd7" 2018-11-09 14:20:50,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb21c931-09ae-4800-8491-77c17c0732bc 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:50,772 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eb21c931-09ae-4800-8491-77c17c0732bc 2018-11-09 14:20:50,779 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:50,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3e0f23a2-4917-47ee-bb6f-0ee4f25fdf90 Date: Fri, 09 Nov 2018 14:20:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:20:50,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-3e0f23a2-4917-47ee-bb6f-0ee4f25fdf90 2018-11-09 14:20:50,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:51,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-42911fa7-9118-473f-a640-594e1679d728 Date: Fri, 09 Nov 2018 14:20:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 14:20:51,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff used request id req-42911fa7-9118-473f-a640-594e1679d728 2018-11-09 14:20:51,119 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-router 2018-11-09 14:20:51,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" -d '{"router": {"external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff"}, "name": "NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-router", "admin_state_up": true}}' 2018-11-09 14:20:52,393 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-1bc8606d-b3d0-4a55-b92e-3492c45ad74f Date: Fri, 09 Nov 2018 14:20:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:20:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:20:52Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "822d0415-f2ca-40b7-86b0-85091ffccbd5", "name": "NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-router"}} 2018-11-09 14:20:52,393 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-1bc8606d-b3d0-4a55-b92e-3492c45ad74f 2018-11-09 14:20:52,398 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=822d0415-f2ca-40b7-86b0-85091ffccbd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:52,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-4e674e60-ef46-45db-9bd7-c8a7f79a2ada Date: Fri, 09 Nov 2018 14:20:52 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:20:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.202"}],"id":"33e0d5a4-0cff-4182-9ab5-cde3191e11ad","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:0d:c5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"822d0415-f2ca-40b7-86b0-85091ffccbd5","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:20:51Z","binding:vnic_type":"normal"}]} 2018-11-09 14:20:52,599 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=822d0415-f2ca-40b7-86b0-85091ffccbd5 used request id req-4e674e60-ef46-45db-9bd7-c8a7f79a2ada 2018-11-09 14:20:52,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:52,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-c1aecf20-4f66-482b-9da4-1aeb79e85162 Date: Fri, 09 Nov 2018 14:20:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:20:52,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-c1aecf20-4f66-482b-9da4-1aeb79e85162 2018-11-09 14:20:52,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:52,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-01de5daf-64c7-4967-b3fd-14b16da57176 Date: Fri, 09 Nov 2018 14:20:52 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:20:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:20:52Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "822d0415-f2ca-40b7-86b0-85091ffccbd5", "name": "NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-router"}]} 2018-11-09 14:20:52,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-router used request id req-01de5daf-64c7-4967-b3fd-14b16da57176 2018-11-09 14:20:52,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:52,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec182c65-755e-49c5-afe2-c7f9ea76d5a1 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:20:52,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-ec182c65-755e-49c5-afe2-c7f9ea76d5a1 2018-11-09 14:20:52,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=822d0415-f2ca-40b7-86b0-85091ffccbd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:53,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-21d79dbd-98ff-4a24-9999-b031238e5bf2 Date: Fri, 09 Nov 2018 14:20:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:20:51Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.202"}],"id":"33e0d5a4-0cff-4182-9ab5-cde3191e11ad","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b0:0d:c5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"822d0415-f2ca-40b7-86b0-85091ffccbd5","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:20:51Z","binding:vnic_type":"normal"}]} 2018-11-09 14:20:53,192 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=822d0415-f2ca-40b7-86b0-85091ffccbd5 used request id req-21d79dbd-98ff-4a24-9999-b031238e5bf2 2018-11-09 14:20:53,198 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:53,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bfc5955a-e0ab-4070-94f1-83be8711cf4f Date: Fri, 09 Nov 2018 14:20:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:20:53,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-bfc5955a-e0ab-4070-94f1-83be8711cf4f 2018-11-09 14:20:53,405 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-subnet 2018-11-09 14:20:53,410 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:55,639 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c22b0f9-0203-417a-a6ce-885d71520edf Date: Fri, 09 Nov 2018 14:20:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:55,639 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67 used request id req-4c22b0f9-0203-417a-a6ce-885d71520edf 2018-11-09 14:20:55,639 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-router 2018-11-09 14:20:55,644 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9696/v2.0/routers/822d0415-f2ca-40b7-86b0-85091ffccbd5/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" -d '{"subnet_id": "cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67"}' 2018-11-09 14:20:56,021 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-ec6f3cc7-6919-4160-8535-b0209a114183 Date: Fri, 09 Nov 2018 14:20:56 GMT RESP BODY: {"NeutronError": {"message": "Subnet cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-09 14:20:56,022 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/822d0415-f2ca-40b7-86b0-85091ffccbd5/add_router_interface used request id req-ec6f3cc7-6919-4160-8535-b0209a114183 2018-11-09 14:20:56,022 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-09 14:20:56,022 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-router 2018-11-09 14:20:56,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/822d0415-f2ca-40b7-86b0-85091ffccbd5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:57,339 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ad2e6b95-76ef-4127-94c5-e29eebf3952b Content-Length: 0 Date: Fri, 09 Nov 2018 14:20:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:57,339 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/822d0415-f2ca-40b7-86b0-85091ffccbd5 used request id req-ad2e6b95-76ef-4127-94c5-e29eebf3952b 2018-11-09 14:20:57,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:57,543 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4a105e66-afb3-41d4-aac9-4dc29d105dee Date: Fri, 09 Nov 2018 14:20:57 GMT RESP BODY: {"routers": []} 2018-11-09 14:20:57,543 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-router used request id req-4a105e66-afb3-41d4-aac9-4dc29d105dee 2018-11-09 14:20:57,544 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-subnet 2018-11-09 14:20:57,544 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-subnet 2018-11-09 14:20:57,548 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:57,581 - keystoneauth.session - DEBUG - RESP: [404] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-e3b2ff2f-f987-49a7-aaff-aa08c98a48e2 Date: Fri, 09 Nov 2018 14:20:57 GMT RESP BODY: {"NeutronError": {"message": "Subnet cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-09 14:20:57,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67 used request id req-e3b2ff2f-f987-49a7-aaff-aa08c98a48e2 2018-11-09 14:20:57,581 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Subnet cafd5ba6-8fd4-4d4c-aeee-755ba89eaf67 could not be found.", "type": "SubnetNotFound", "detail": ""}} 2018-11-09 14:20:57,581 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-880ae31c-ec9f-463e-97b2-062d5e6fce54-pub-net 2018-11-09 14:20:57,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/d4a5d193-a9a7-4050-88d4-bd8c051267c9 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b54d285fe3042609861b1a2b304692c96fd957e" 2018-11-09 14:20:58,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c598e373-fc71-4882-abcf-6aff500cd450 Date: Fri, 09 Nov 2018 14:20:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:20:58,285 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d4a5d193-a9a7-4050-88d4-bd8c051267c9 used request id req-c598e373-fc71-4882-abcf-6aff500cd450 2018-11-09 14:20:58,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:20:58,667 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:20:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["DEj_A9gRROaCraaImv4p_A"], "issued_at": "2018-11-09T14:20:58.000000Z"}} 2018-11-09 14:20:58,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:20:58,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:20:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6430c98-ce23-45ae-b2ef-e1296a502d25 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:20:58,743 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b6430c98-ce23-45ae-b2ef-e1296a502d25 2018-11-09 14:20:58,745 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-net 2018-11-09 14:20:58,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" -d '{"network": {"name": "NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-net", "admin_state_up": true}}' 2018-11-09 14:20:59,276 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-4b356fa4-9538-4eb0-a5ea-8d690b1a6981 Date: Fri, 09 Nov 2018 14:20:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d71d8735-46fc-4e9c-ae6a-2cca21511c0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:59Z","is_default":false,"provider:segmentation_id":16,"name":"NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:59Z","mtu":1450}} 2018-11-09 14:20:59,276 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-4b356fa4-9538-4eb0-a5ea-8d690b1a6981 2018-11-09 14:20:59,282 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:20:59,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-81956ad9-ab66-468c-85c8-76c3f265a188 Date: Fri, 09 Nov 2018 14:20:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d71d8735-46fc-4e9c-ae6a-2cca21511c0f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:20:59Z","provider:segmentation_id":16,"name":"NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:59Z","provider:network_type":"vxlan"}]} 2018-11-09 14:20:59,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f used request id req-81956ad9-ab66-468c-85c8-76c3f265a188 2018-11-09 14:20:59,515 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:20:59,696 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b8b495cd-d862-4614-985f-77f4ffe54cb7 Date: Fri, 09 Nov 2018 14:20:59 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:20:59,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f used request id req-b8b495cd-d862-4614-985f-77f4ffe54cb7 2018-11-09 14:20:59,697 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-subnet 2018-11-09 14:20:59,702 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" -d '{"subnets": [{"ip_version": 4, "network_id": "d71d8735-46fc-4e9c-ae6a-2cca21511c0f", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-subnet"}]}' 2018-11-09 14:21:00,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-32dbfb4e-1b51-4f15-b7ac-b08e99b012ea Date: Fri, 09 Nov 2018 14:21:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d71d8735-46fc-4e9c-ae6a-2cca21511c0f","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:59Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20: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":"dfb45da6f1334a63bc64335c92eee11f","id":"d1dae7fc-3ba7-48a9-b068-1b1070a71aff","subnetpool_id":null,"name":"NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-subnet"}]} 2018-11-09 14:21:00,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-32dbfb4e-1b51-4f15-b7ac-b08e99b012ea 2018-11-09 14:21:00,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:21:00,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-3a1b318e-2f65-4b77-9b69-2a5b09f3b154 Date: Fri, 09 Nov 2018 14:21:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d71d8735-46fc-4e9c-ae6a-2cca21511c0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["d1dae7fc-3ba7-48a9-b068-1b1070a71aff"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:59Z","provider:segmentation_id":16,"name":"NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:59Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:00,582 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f used request id req-3a1b318e-2f65-4b77-9b69-2a5b09f3b154 2018-11-09 14:21:00,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:21:00,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-640ccb27-ef60-4e9c-a99b-7af32cbfb29d Date: Fri, 09 Nov 2018 14:21:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d71d8735-46fc-4e9c-ae6a-2cca21511c0f","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:59Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20: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":"dfb45da6f1334a63bc64335c92eee11f","id":"d1dae7fc-3ba7-48a9-b068-1b1070a71aff","subnetpool_id":null,"name":"NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-subnet"}]} 2018-11-09 14:21:00,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f used request id req-640ccb27-ef60-4e9c-a99b-7af32cbfb29d 2018-11-09 14:21:00,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:21:00,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-ece16af6-4f81-4b44-87c6-305688407419 Date: Fri, 09 Nov 2018 14:21:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"d71d8735-46fc-4e9c-ae6a-2cca21511c0f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["d1dae7fc-3ba7-48a9-b068-1b1070a71aff"],"description":"","tags":[],"updated_at":"2018-11-09T14:20:59Z","provider:segmentation_id":16,"name":"NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:59Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:00,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-net used request id req-ece16af6-4f81-4b44-87c6-305688407419 2018-11-09 14:21:00,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:00,931 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:00,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:21:01,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca7b0813-e0c2-45d4-83db-db4014d12b17 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:01,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-ca7b0813-e0c2-45d4-83db-db4014d12b17 2018-11-09 14:21:01,028 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:21:01,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d19afaca-1eda-4cab-aa1d-f36fc0e722bf Date: Fri, 09 Nov 2018 14:21:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d71d8735-46fc-4e9c-ae6a-2cca21511c0f","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:59Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20: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":"dfb45da6f1334a63bc64335c92eee11f","id":"d1dae7fc-3ba7-48a9-b068-1b1070a71aff","subnetpool_id":null,"name":"NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-subnet"}]} 2018-11-09 14:21:01,075 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f used request id req-d19afaca-1eda-4cab-aa1d-f36fc0e722bf 2018-11-09 14:21:01,079 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f&name=NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:21:01,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-8c2041fb-0134-4b38-a00d-9a4cf3d2cc2b Date: Fri, 09 Nov 2018 14:21:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d71d8735-46fc-4e9c-ae6a-2cca21511c0f","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:20:59Z","dns_nameservers":[],"updated_at":"2018-11-09T14:20: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":"dfb45da6f1334a63bc64335c92eee11f","id":"d1dae7fc-3ba7-48a9-b068-1b1070a71aff","subnetpool_id":null,"name":"NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-subnet"}]} 2018-11-09 14:21:01,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=d71d8735-46fc-4e9c-ae6a-2cca21511c0f&name=NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-subnet used request id req-8c2041fb-0134-4b38-a00d-9a4cf3d2cc2b 2018-11-09 14:21:01,288 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-subnet 2018-11-09 14:21:01,288 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-subnet 2018-11-09 14:21:01,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/d1dae7fc-3ba7-48a9-b068-1b1070a71aff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:21:03,147 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65205a56-a0d5-458a-8310-f71264762f88 Date: Fri, 09 Nov 2018 14:21:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:03,147 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/d1dae7fc-3ba7-48a9-b068-1b1070a71aff used request id req-65205a56-a0d5-458a-8310-f71264762f88 2018-11-09 14:21:03,147 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-265440d6-742b-4a8a-b770-fcbd7b1a2e31-pub-net 2018-11-09 14:21:03,153 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/d71d8735-46fc-4e9c-ae6a-2cca21511c0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1211b768ab1e0ba3077a6aa6c7499dc643b740fa" 2018-11-09 14:21:04,636 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2dbcccee-7bac-44d0-b7d9-cdebf9768bc7 Date: Fri, 09 Nov 2018 14:21:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:04,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/d71d8735-46fc-4e9c-ae6a-2cca21511c0f used request id req-2dbcccee-7bac-44d0-b7d9-cdebf9768bc7 2018-11-09 14:21:04,637 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:05,022 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["zxx5_xocRdmon_krNk3iKA"], "issued_at": "2018-11-09T14:21:05.000000Z"}} 2018-11-09 14:21:05,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:05,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5c1e2b-3089-4872-bb5a-82e27a1c7662 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:05,108 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ed5c1e2b-3089-4872-bb5a-82e27a1c7662 2018-11-09 14:21:05,109 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-net 2018-11-09 14:21:05,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" -d '{"network": {"name": "NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-net", "admin_state_up": true}}' 2018-11-09 14:21:05,552 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-d85dacae-f7fb-46c7-a250-adb664ae63f0 Date: Fri, 09 Nov 2018 14:21:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:05Z","is_default":false,"provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:05Z","mtu":1450}} 2018-11-09 14:21:05,552 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-d85dacae-f7fb-46c7-a250-adb664ae63f0 2018-11-09 14:21:05,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:05,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-a174ff3b-175b-455c-8972-b4b16efa8075 Date: Fri, 09 Nov 2018 14:21:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:05Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:05Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:05,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe used request id req-a174ff3b-175b-455c-8972-b4b16efa8075 2018-11-09 14:21:05,783 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:05,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-109f8a7d-7002-4522-bd96-86d3fce1e6e8 Date: Fri, 09 Nov 2018 14:21:05 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:21:05,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe used request id req-109f8a7d-7002-4522-bd96-86d3fce1e6e8 2018-11-09 14:21:05,951 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-subnet 2018-11-09 14:21:05,955 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" -d '{"subnets": [{"ip_version": 4, "network_id": "b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-subnet"}]}' 2018-11-09 14:21:06,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-1df2f6dc-aa58-4107-9734-783f9df48bd3 Date: Fri, 09 Nov 2018 14:21:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:06Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:06Z","gateway_ip":"10.55.1.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"dc2d6c45-7842-450f-8f62-a162f978bf77","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-subnet"}]} 2018-11-09 14:21:06,534 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-1df2f6dc-aa58-4107-9734-783f9df48bd3 2018-11-09 14:21:06,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:06,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f21fc027-9c2a-4f6d-856f-04b31cb517f2 Date: Fri, 09 Nov 2018 14:21:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["dc2d6c45-7842-450f-8f62-a162f978bf77"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:06Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:05Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:06,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe used request id req-f21fc027-9c2a-4f6d-856f-04b31cb517f2 2018-11-09 14:21:06,926 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:07,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2a83fa9f-a2cf-4e5f-bdbc-e2d14b8fc254 Date: Fri, 09 Nov 2018 14:21:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:06Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"dc2d6c45-7842-450f-8f62-a162f978bf77","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-subnet"}]} 2018-11-09 14:21:07,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe used request id req-2a83fa9f-a2cf-4e5f-bdbc-e2d14b8fc254 2018-11-09 14:21:07,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:07,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-de0f7c53-ff00-4271-a7ac-3669b502bcce Date: Fri, 09 Nov 2018 14:21:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["dc2d6c45-7842-450f-8f62-a162f978bf77"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:06Z","provider:segmentation_id":29,"name":"NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:05Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:07,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-net used request id req-de0f7c53-ff00-4271-a7ac-3669b502bcce 2018-11-09 14:21:07,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:07,446 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:07,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:07,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d00fd5-e52a-43e1-872f-5774fab7cef3 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:07,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-c7d00fd5-e52a-43e1-872f-5774fab7cef3 2018-11-09 14:21:07,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:07,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d3b88240-ae68-4f33-8f4f-f5821fcb6b4d Date: Fri, 09 Nov 2018 14:21:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:06Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:06Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.1.2","end":"10.55.1.254"}],"gateway_ip":"10.55.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.1.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"dc2d6c45-7842-450f-8f62-a162f978bf77","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-subnet"}]} 2018-11-09 14:21:07,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe used request id req-d3b88240-ae68-4f33-8f4f-f5821fcb6b4d 2018-11-09 14:21:07,771 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:21:07,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:08,159 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["7UaSbqeHQoeujhvm-hBNdg"], "issued_at": "2018-11-09T14:21:08.000000Z"}} 2018-11-09 14:21:08,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}baa0fb6299265d35258418033739c48168e457aa" 2018-11-09 14:21:08,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b150a202-9a99-473b-975a-521068e4e78c 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:08,250 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b150a202-9a99-473b-975a-521068e4e78c 2018-11-09 14:21:08,257 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:08,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-68aa0017-ee6d-4498-85d8-7b50984ea7cd Date: Fri, 09 Nov 2018 14:21:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:21:08,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-68aa0017-ee6d-4498-85d8-7b50984ea7cd 2018-11-09 14:21:08,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:08,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-69af5561-6841-4136-8a84-f3f53add84b5 Date: Fri, 09 Nov 2018 14:21:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 14:21:08,730 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff used request id req-69af5561-6841-4136-8a84-f3f53add84b5 2018-11-09 14:21:08,731 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-router 2018-11-09 14:21:08,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" -d '{"router": {"external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff"}, "name": "NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-router", "admin_state_up": true}}' 2018-11-09 14:21:09,836 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-fef2ebc7-af09-418f-bd3f-98b39802106d Date: Fri, 09 Nov 2018 14:21:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:21:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:21:09Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "64e4f4cc-1083-435a-987f-91469944e91b", "name": "NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-router"}} 2018-11-09 14:21:09,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-fef2ebc7-af09-418f-bd3f-98b39802106d 2018-11-09 14:21:09,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=64e4f4cc-1083-435a-987f-91469944e91b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:10,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-12954406-33e6-458e-a51c-98c36502d2f2 Date: Fri, 09 Nov 2018 14:21:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.209"}],"id":"c4687aad-ae5d-4e1c-be0e-3c0f0905ecdf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:67:50:af","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"64e4f4cc-1083-435a-987f-91469944e91b","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:21:09Z","binding:vnic_type":"normal"}]} 2018-11-09 14:21:10,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=64e4f4cc-1083-435a-987f-91469944e91b used request id req-12954406-33e6-458e-a51c-98c36502d2f2 2018-11-09 14:21:10,043 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:10,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-699f354b-4bd9-46a1-bd94-a3236dffd934 Date: Fri, 09 Nov 2018 14:21:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:21:10,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-699f354b-4bd9-46a1-bd94-a3236dffd934 2018-11-09 14:21:10,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:10,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-f9d15e69-1101-4ecd-b0d3-ebe9effaa1f7 Date: Fri, 09 Nov 2018 14:21:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:21:09Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:21:09Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "64e4f4cc-1083-435a-987f-91469944e91b", "name": "NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-router"}]} 2018-11-09 14:21:10,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-router used request id req-f9d15e69-1101-4ecd-b0d3-ebe9effaa1f7 2018-11-09 14:21:10,341 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:10,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90d9d414-fc7e-4ebb-872d-593f167da032 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:10,420 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-90d9d414-fc7e-4ebb-872d-593f167da032 2018-11-09 14:21:10,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=64e4f4cc-1083-435a-987f-91469944e91b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:10,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-157786fb-446b-4696-af1c-47e8e8d7baad Date: Fri, 09 Nov 2018 14:21:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:09Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.209"}],"id":"c4687aad-ae5d-4e1c-be0e-3c0f0905ecdf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:67:50:af","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"64e4f4cc-1083-435a-987f-91469944e91b","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:21:09Z","binding:vnic_type":"normal"}]} 2018-11-09 14:21:10,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=64e4f4cc-1083-435a-987f-91469944e91b used request id req-157786fb-446b-4696-af1c-47e8e8d7baad 2018-11-09 14:21:10,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:10,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-006dd901-cd95-4f67-b51f-31e392df73dd Date: Fri, 09 Nov 2018 14:21:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:21:10,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-006dd901-cd95-4f67-b51f-31e392df73dd 2018-11-09 14:21:10,675 - neutron_utils - INFO - Adding interface to router with name NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-router 2018-11-09 14:21:10,675 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-router 2018-11-09 14:21:10,680 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/64e4f4cc-1083-435a-987f-91469944e91b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:11,883 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9cc5b4f-786c-433a-a18a-e1f688410a23 Content-Length: 0 Date: Fri, 09 Nov 2018 14:21:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:11,884 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/64e4f4cc-1083-435a-987f-91469944e91b used request id req-c9cc5b4f-786c-433a-a18a-e1f688410a23 2018-11-09 14:21:11,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:11,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-1a9348f5-6a8b-4a41-84f9-342850e63ec3 Date: Fri, 09 Nov 2018 14:21:11 GMT RESP BODY: {"routers": []} 2018-11-09 14:21:11,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-router used request id req-1a9348f5-6a8b-4a41-84f9-342850e63ec3 2018-11-09 14:21:11,937 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-subnet 2018-11-09 14:21:11,937 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-subnet 2018-11-09 14:21:11,942 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/dc2d6c45-7842-450f-8f62-a162f978bf77 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:14,247 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-072790bd-2be3-43bb-9390-5817ac30d806 Date: Fri, 09 Nov 2018 14:21:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:14,247 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/dc2d6c45-7842-450f-8f62-a162f978bf77 used request id req-072790bd-2be3-43bb-9390-5817ac30d806 2018-11-09 14:21:14,247 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6a21c2ce-4b17-451a-b130-548169074eb9-pub-net 2018-11-09 14:21:14,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}56c69a0e354b393ddd2b0d90a8358178e36cb8d4" 2018-11-09 14:21:15,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2534f19c-fed7-4382-818c-26f5f35f3cc9 Date: Fri, 09 Nov 2018 14:21:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:15,845 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b1c3a9f0-7b0e-4db4-98e6-ef866beb56fe used request id req-2534f19c-fed7-4382-818c-26f5f35f3cc9 2018-11-09 14:21:15,846 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:16,236 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["e_TNIklFRGi0sZcd_dCcCg"], "issued_at": "2018-11-09T14:21:16.000000Z"}} 2018-11-09 14:21:16,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:16,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37346ede-6631-4d59-b8eb-e1e06cd0c483 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:16,318 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-37346ede-6631-4d59-b8eb-e1e06cd0c483 2018-11-09 14:21:16,319 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net 2018-11-09 14:21:16,324 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" -d '{"network": {"name": "NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net", "admin_state_up": true}}' 2018-11-09 14:21:16,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-5148f73e-511f-4548-87bc-0286a3e53d0b Date: Fri, 09 Nov 2018 14:21:16 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"b87a038d-1e57-4664-bedc-5deb61e682e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:16Z","is_default":false,"provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:16Z","mtu":1450}} 2018-11-09 14:21:16,725 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-5148f73e-511f-4548-87bc-0286a3e53d0b 2018-11-09 14:21:16,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=b87a038d-1e57-4664-bedc-5deb61e682e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:16,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-81ac2155-905a-4281-8e2f-8e43a3dcbff1 Date: Fri, 09 Nov 2018 14:21:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"b87a038d-1e57-4664-bedc-5deb61e682e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:16Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:16Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:16,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=b87a038d-1e57-4664-bedc-5deb61e682e7 used request id req-81ac2155-905a-4281-8e2f-8e43a3dcbff1 2018-11-09 14:21:16,988 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:17,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-363d4408-4cdb-4d91-80fc-78fda36cc25a Date: Fri, 09 Nov 2018 14:21:17 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:21:17,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7 used request id req-363d4408-4cdb-4d91-80fc-78fda36cc25a 2018-11-09 14:21:17,182 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet 2018-11-09 14:21:17,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" -d '{"subnets": [{"ip_version": 4, "network_id": "b87a038d-1e57-4664-bedc-5deb61e682e7", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet"}]}' 2018-11-09 14:21:17,839 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-31ff2c2e-a48c-4157-8520-a23addae37b5 Date: Fri, 09 Nov 2018 14:21:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:17Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:17Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"a34e62b3-c382-436a-a76c-de16aa2dff05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet"}]} 2018-11-09 14:21:17,839 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-31ff2c2e-a48c-4157-8520-a23addae37b5 2018-11-09 14:21:17,844 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=b87a038d-1e57-4664-bedc-5deb61e682e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:18,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-09d0364c-208b-4c9d-9ccb-b21df4f5c6dd Date: Fri, 09 Nov 2018 14:21:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b87a038d-1e57-4664-bedc-5deb61e682e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["a34e62b3-c382-436a-a76c-de16aa2dff05"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:17Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:16Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:18,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=b87a038d-1e57-4664-bedc-5deb61e682e7 used request id req-09d0364c-208b-4c9d-9ccb-b21df4f5c6dd 2018-11-09 14:21:18,085 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:18,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a414fecb-34a9-464d-825f-005f3d3d56df Date: Fri, 09 Nov 2018 14:21:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:17Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:17Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"a34e62b3-c382-436a-a76c-de16aa2dff05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet"}]} 2018-11-09 14:21:18,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7 used request id req-a414fecb-34a9-464d-825f-005f3d3d56df 2018-11-09 14:21:18,290 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:18,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4e39749c-f82c-4efc-87a4-5fd824fe0e79 Date: Fri, 09 Nov 2018 14:21:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b87a038d-1e57-4664-bedc-5deb61e682e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["a34e62b3-c382-436a-a76c-de16aa2dff05"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:17Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:16Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:18,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net used request id req-4e39749c-f82c-4efc-87a4-5fd824fe0e79 2018-11-09 14:21:18,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:18,529 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:18,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:18,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-000fde07-acb5-4441-879e-c7ba1eb74799 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:18,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-000fde07-acb5-4441-879e-c7ba1eb74799 2018-11-09 14:21:18,620 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:18,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-52424c19-de30-479b-b72a-35f6cedfeb6c Date: Fri, 09 Nov 2018 14:21:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:17Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:17Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"a34e62b3-c382-436a-a76c-de16aa2dff05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet"}]} 2018-11-09 14:21:18,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7 used request id req-52424c19-de30-479b-b72a-35f6cedfeb6c 2018-11-09 14:21:18,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7&name=NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:19,045 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-620c68d4-5224-4e25-b565-6ffeb270b152 Date: Fri, 09 Nov 2018 14:21:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:17Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:17Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"a34e62b3-c382-436a-a76c-de16aa2dff05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet"}]} 2018-11-09 14:21:19,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7&name=NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet used request id req-620c68d4-5224-4e25-b565-6ffeb270b152 2018-11-09 14:21:19,045 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:21:19,046 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:19,428 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["eP84lNDQSzaw6wJGCDaRZg"], "issued_at": "2018-11-09T14:21:19.000000Z"}} 2018-11-09 14:21:19,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}cd1328a321e2c44a1acb39b9483bf1bf444038b7" 2018-11-09 14:21:19,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-704a6f23-db48-483d-90b3-a3345caf9253 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:19,510 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-704a6f23-db48-483d-90b3-a3345caf9253 2018-11-09 14:21:19,516 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:19,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-f25614b6-9f3f-4197-a0e1-a3dbba49c938 Date: Fri, 09 Nov 2018 14:21:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b87a038d-1e57-4664-bedc-5deb61e682e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["a34e62b3-c382-436a-a76c-de16aa2dff05"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:17Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:16Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:19,597 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net used request id req-f25614b6-9f3f-4197-a0e1-a3dbba49c938 2018-11-09 14:21:19,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:19,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c61b35fc-460c-4b4c-ab84-b5d6a3d94492 Date: Fri, 09 Nov 2018 14:21:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:17Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:17Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"a34e62b3-c382-436a-a76c-de16aa2dff05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet"}]} 2018-11-09 14:21:19,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7 used request id req-c61b35fc-460c-4b4c-ab84-b5d6a3d94492 2018-11-09 14:21:19,655 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:20,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b1402486-dfac-48ca-9671-baedd3312a5b Date: Fri, 09 Nov 2018 14:21:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"b87a038d-1e57-4664-bedc-5deb61e682e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["a34e62b3-c382-436a-a76c-de16aa2dff05"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:17Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:16Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:20,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net used request id req-b1402486-dfac-48ca-9671-baedd3312a5b 2018-11-09 14:21:20,556 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:20,562 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:20,562 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cd1328a321e2c44a1acb39b9483bf1bf444038b7" 2018-11-09 14:21:20,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6751a411-e204-4d35-a09f-8d668ae72fa9 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:20,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-6751a411-e204-4d35-a09f-8d668ae72fa9 2018-11-09 14:21:20,657 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:20,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-2873a415-afcb-4b5e-84e2-f0649b67503e Date: Fri, 09 Nov 2018 14:21:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:17Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:17Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"a34e62b3-c382-436a-a76c-de16aa2dff05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet"}]} 2018-11-09 14:21:20,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7 used request id req-2873a415-afcb-4b5e-84e2-f0649b67503e 2018-11-09 14:21:20,743 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7&name=NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:20,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-62355699-b354-4a38-a4a2-f6d9a37babac Date: Fri, 09 Nov 2018 14:21:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:17Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:17Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"a34e62b3-c382-436a-a76c-de16aa2dff05","subnetpool_id":null,"name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet"}]} 2018-11-09 14:21:20,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=b87a038d-1e57-4664-bedc-5deb61e682e7&name=NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet used request id req-62355699-b354-4a38-a4a2-f6d9a37babac 2018-11-09 14:21:20,926 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net 2018-11-09 14:21:20,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" -d '{"port": {"network_id": "b87a038d-1e57-4664-bedc-5deb61e682e7", "fixed_ips": [{"subnet_id": "a34e62b3-c382-436a-a76c-de16aa2dff05", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-port", "admin_state_up": true}}' 2018-11-09 14:21:21,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-91e29af6-f269-4555-833b-611d1cc00aa2 Date: Fri, 09 Nov 2018 14:21:21 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:21Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"a34e62b3-c382-436a-a76c-de16aa2dff05","ip_address":"10.55.1.100"}],"id":"31a56da5-76dc-4b80-93d7-dc3ff5926c94","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2a:b4:93","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-port","admin_state_up":true,"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:21Z","binding:vnic_type":"normal"}} 2018-11-09 14:21:21,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-91e29af6-f269-4555-833b-611d1cc00aa2 2018-11-09 14:21:21,641 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:21,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3450 X-Openstack-Request-Id: req-f68f1d3b-a863-4367-af35-bee35dc0ecae Date: Fri, 09 Nov 2018 14:21:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a34e62b3-c382-436a-a76c-de16aa2dff05","ip_address":"10.55.1.2"}],"id":"166d36a3-b33a-4939-8fbf-4097c748c723","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ab:f3:ea","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-b87a038d-1e57-4664-bedc-5deb61e682e7","name":"","admin_state_up":true,"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:21Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"a34e62b3-c382-436a-a76c-de16aa2dff05","ip_address":"10.55.1.100"}],"id":"31a56da5-76dc-4b80-93d7-dc3ff5926c94","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:2a:b4:93","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-port","admin_state_up":true,"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:21Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:18Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a34e62b3-c382-436a-a76c-de16aa2dff05","ip_address":"10.55.1.3"}],"id":"cd6b6c88-a9aa-4f5e-bfc5-d853a24a5831","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:cc:87:a3","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-b87a038d-1e57-4664-bedc-5deb61e682e7","name":"","admin_state_up":true,"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:18Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:19Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"a34e62b3-c382-436a-a76c-de16aa2dff05","ip_address":"10.55.1.4"}],"id":"fe6ca4f0-44fc-481a-ad6d-10fe1bcddd99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:72:1b:46","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-b87a038d-1e57-4664-bedc-5deb61e682e7","name":"","admin_state_up":true,"network_id":"b87a038d-1e57-4664-bedc-5deb61e682e7","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:19Z","binding:vnic_type":"normal"}]} 2018-11-09 14:21:21,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports used request id req-f68f1d3b-a863-4367-af35-bee35dc0ecae 2018-11-09 14:21:21,840 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-port 2018-11-09 14:21:21,845 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/31a56da5-76dc-4b80-93d7-dc3ff5926c94 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:22,612 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e1092b02-3cb7-4d0b-917c-5fb582c72833 Date: Fri, 09 Nov 2018 14:21:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:22,612 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/31a56da5-76dc-4b80-93d7-dc3ff5926c94 used request id req-e1092b02-3cb7-4d0b-917c-5fb582c72833 2018-11-09 14:21:22,612 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet 2018-11-09 14:21:22,612 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-subnet 2018-11-09 14:21:22,617 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/a34e62b3-c382-436a-a76c-de16aa2dff05 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:24,791 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c14b8f12-0279-4aa9-b7d1-fec7eaab8a6b Date: Fri, 09 Nov 2018 14:21:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:24,791 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/a34e62b3-c382-436a-a76c-de16aa2dff05 used request id req-c14b8f12-0279-4aa9-b7d1-fec7eaab8a6b 2018-11-09 14:21:24,791 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-30638b27-a15e-4a41-a0a2-ca0fef4bca31-pub-net 2018-11-09 14:21:24,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/b87a038d-1e57-4664-bedc-5deb61e682e7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}44431efab8d6747e0c8b52980ec5543cb8289ce4" 2018-11-09 14:21:26,054 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3915de8f-0ad5-44b8-9108-5d468c5d7b79 Date: Fri, 09 Nov 2018 14:21:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:26,054 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/b87a038d-1e57-4664-bedc-5deb61e682e7 used request id req-3915de8f-0ad5-44b8-9108-5d468c5d7b79 2018-11-09 14:21:26,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:26,433 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["G63XUTGZTZmpW1fUhJolGg"], "issued_at": "2018-11-09T14:21:26.000000Z"}} 2018-11-09 14:21:26,434 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:26,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-351712f3-5bb4-46b7-90fb-7dbf98a56aaf 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:26,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-351712f3-5bb4-46b7-90fb-7dbf98a56aaf 2018-11-09 14:21:26,539 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net 2018-11-09 14:21:26,545 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" -d '{"network": {"name": "NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net", "admin_state_up": true}}' 2018-11-09 14:21:26,917 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-442ff017-cf3c-4edc-b13c-3786d498222b Date: Fri, 09 Nov 2018 14:21:26 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:26Z","is_default":false,"provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:26Z","mtu":1450}} 2018-11-09 14:21:26,917 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-442ff017-cf3c-4edc-b13c-3786d498222b 2018-11-09 14:21:26,923 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:27,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-061112cb-a60c-4e0f-af24-83152116a6f3 Date: Fri, 09 Nov 2018 14:21:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:26Z","provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:26Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:27,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 used request id req-061112cb-a60c-4e0f-af24-83152116a6f3 2018-11-09 14:21:27,156 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:27,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-22bd9d05-3cb5-4d14-8ca5-9f0495a04ea4 Date: Fri, 09 Nov 2018 14:21:27 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:21:27,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 used request id req-22bd9d05-3cb5-4d14-8ca5-9f0495a04ea4 2018-11-09 14:21:27,331 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet 2018-11-09 14:21:27,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" -d '{"subnets": [{"ip_version": 4, "network_id": "2460dd6d-6e83-40f8-8db6-36ec20ef7ff2", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet"}]}' 2018-11-09 14:21:27,977 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0a2523f7-8e42-47da-9744-c19b17adb3bd Date: Fri, 09 Nov 2018 14:21:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:27Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:27Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"f77af94a-a670-495b-86e8-2149f548067c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet"}]} 2018-11-09 14:21:27,977 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-0a2523f7-8e42-47da-9744-c19b17adb3bd 2018-11-09 14:21:27,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:28,234 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-213e0215-8b97-4114-bf72-ae22d4133cb1 Date: Fri, 09 Nov 2018 14:21:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["f77af94a-a670-495b-86e8-2149f548067c"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:27Z","provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:26Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:28,234 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 used request id req-213e0215-8b97-4114-bf72-ae22d4133cb1 2018-11-09 14:21:28,240 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:28,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0beb4887-f575-4972-b464-230bac8d2eaa Date: Fri, 09 Nov 2018 14:21:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:27Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:27Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"f77af94a-a670-495b-86e8-2149f548067c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet"}]} 2018-11-09 14:21:28,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 used request id req-0beb4887-f575-4972-b464-230bac8d2eaa 2018-11-09 14:21:28,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:28,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-04e21a58-fdfa-43f4-afc2-fcd78310f453 Date: Fri, 09 Nov 2018 14:21:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["f77af94a-a670-495b-86e8-2149f548067c"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:27Z","provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:26Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:28,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net used request id req-04e21a58-fdfa-43f4-afc2-fcd78310f453 2018-11-09 14:21:28,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:28,708 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:28,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:28,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-552e92c7-a0b5-4b03-be19-c38d99f06861 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:28,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-552e92c7-a0b5-4b03-be19-c38d99f06861 2018-11-09 14:21:28,815 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:29,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d84d8754-3528-4515-936c-ff3ab54fe4e3 Date: Fri, 09 Nov 2018 14:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:27Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:27Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"f77af94a-a670-495b-86e8-2149f548067c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet"}]} 2018-11-09 14:21:29,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 used request id req-d84d8754-3528-4515-936c-ff3ab54fe4e3 2018-11-09 14:21:29,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2&name=NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:29,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-6b11d503-f616-4b0e-a108-f238474bea1c Date: Fri, 09 Nov 2018 14:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:27Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:27Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"f77af94a-a670-495b-86e8-2149f548067c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet"}]} 2018-11-09 14:21:29,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2&name=NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet used request id req-6b11d503-f616-4b0e-a108-f238474bea1c 2018-11-09 14:21:29,269 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:21:29,270 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:29,663 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["f9MCeZYVTk2nXJjmD7w8eg"], "issued_at": "2018-11-09T14:21:29.000000Z"}} 2018-11-09 14:21:29,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}26e90d195460deb21e3a54f8e3e606509dfa28e3" 2018-11-09 14:21:29,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97d1a7dd-a638-487d-b673-407900638745 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:29,750 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-97d1a7dd-a638-487d-b673-407900638745 2018-11-09 14:21:29,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:29,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-9540f677-e40c-4ef3-b5a7-7ee437b9fd11 Date: Fri, 09 Nov 2018 14:21:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["f77af94a-a670-495b-86e8-2149f548067c"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:27Z","provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:26Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:29,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net used request id req-9540f677-e40c-4ef3-b5a7-7ee437b9fd11 2018-11-09 14:21:29,840 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:29,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-29888ee2-c47a-43ab-9f0f-f85305fec3fb Date: Fri, 09 Nov 2018 14:21:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:27Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:27Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"f77af94a-a670-495b-86e8-2149f548067c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet"}]} 2018-11-09 14:21:29,887 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 used request id req-29888ee2-c47a-43ab-9f0f-f85305fec3fb 2018-11-09 14:21:29,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:30,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-721ad162-694a-425d-b6d5-87212bc31248 Date: Fri, 09 Nov 2018 14:21:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["f77af94a-a670-495b-86e8-2149f548067c"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:27Z","provider:segmentation_id":42,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:26Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:30,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net used request id req-721ad162-694a-425d-b6d5-87212bc31248 2018-11-09 14:21:30,140 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:30,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:30,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26e90d195460deb21e3a54f8e3e606509dfa28e3" 2018-11-09 14:21:30,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7631850-ea14-4a7d-a530-1bf31f637582 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:30,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-a7631850-ea14-4a7d-a530-1bf31f637582 2018-11-09 14:21:30,236 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:30,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-eb78f661-b599-4fcc-836d-d9391638d894 Date: Fri, 09 Nov 2018 14:21:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:27Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:27Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"f77af94a-a670-495b-86e8-2149f548067c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet"}]} 2018-11-09 14:21:30,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 used request id req-eb78f661-b599-4fcc-836d-d9391638d894 2018-11-09 14:21:30,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2&name=NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:30,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-0bd1a597-cfa8-4bf6-a53b-9f0cf4576e6a Date: Fri, 09 Nov 2018 14:21:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:27Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:27Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"f77af94a-a670-495b-86e8-2149f548067c","subnetpool_id":null,"name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet"}]} 2018-11-09 14:21:30,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=2460dd6d-6e83-40f8-8db6-36ec20ef7ff2&name=NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet used request id req-0bd1a597-cfa8-4bf6-a53b-9f0cf4576e6a 2018-11-09 14:21:30,648 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net 2018-11-09 14:21:30,653 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" -d '{"port": {"network_id": "2460dd6d-6e83-40f8-8db6-36ec20ef7ff2", "fixed_ips": [{"subnet_id": "f77af94a-a670-495b-86e8-2149f548067c", "ip_address": "10.55.1.100"}], "name": "NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-port", "admin_state_up": true}}' 2018-11-09 14:21:31,462 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 855 X-Openstack-Request-Id: req-0d2e8654-9c84-4cdd-ab8f-0a898ed03a8d Date: Fri, 09 Nov 2018 14:21:31 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:31Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f77af94a-a670-495b-86e8-2149f548067c","ip_address":"10.55.1.100"}],"id":"278febc3-b2c7-49a7-80dd-84f90fd86ea8","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:dd:94","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-port","admin_state_up":true,"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:30Z","binding:vnic_type":"normal"}} 2018-11-09 14:21:31,462 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-0d2e8654-9c84-4cdd-ab8f-0a898ed03a8d 2018-11-09 14:21:31,468 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:31,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3450 X-Openstack-Request-Id: req-0c599b72-1fb3-48e7-8614-b5c4d5587f59 Date: Fri, 09 Nov 2018 14:21:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:31Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f77af94a-a670-495b-86e8-2149f548067c","ip_address":"10.55.1.100"}],"id":"278febc3-b2c7-49a7-80dd-84f90fd86ea8","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:51:dd:94","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-port","admin_state_up":true,"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:30Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f77af94a-a670-495b-86e8-2149f548067c","ip_address":"10.55.1.4"}],"id":"8f5304f3-ad94-4eab-9988-11691f61a7da","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d5:f3:a6","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","name":"","admin_state_up":true,"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:29Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f77af94a-a670-495b-86e8-2149f548067c","ip_address":"10.55.1.3"}],"id":"9db60ce7-d4f8-423b-8680-64b42b9f0934","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:bd:4d:1b","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","binding:host_id":"overcloud-controller-1.opnfvlf.org","description":"","tags":[],"device_id":"dhcp17e94b90-b2ce-5539-8324-a5c0ec508ba1-2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","name":"","admin_state_up":true,"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:28Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:21:29Z","device_owner":"network:dhcp","revision_number":4,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"f77af94a-a670-495b-86e8-2149f548067c","ip_address":"10.55.1.2"}],"id":"a8654090-100d-4057-951a-de79a9a8cc41","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:d0:1b:1d","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","binding:host_id":"overcloud-controller-2.opnfvlf.org","description":"","tags":[],"device_id":"dhcpc69a0073-335e-55e4-8ed9-d962a64f06e6-2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","name":"","admin_state_up":true,"network_id":"2460dd6d-6e83-40f8-8db6-36ec20ef7ff2","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:28Z","binding:vnic_type":"normal"}]} 2018-11-09 14:21:31,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports used request id req-0c599b72-1fb3-48e7-8614-b5c4d5587f59 2018-11-09 14:21:31,692 - neutron_utils - INFO - Deleting port with name NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-port 2018-11-09 14:21:31,697 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/278febc3-b2c7-49a7-80dd-84f90fd86ea8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:32,274 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3b24905c-9382-4eb4-a049-350f4db6fa7a Date: Fri, 09 Nov 2018 14:21:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:32,274 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/278febc3-b2c7-49a7-80dd-84f90fd86ea8 used request id req-3b24905c-9382-4eb4-a049-350f4db6fa7a 2018-11-09 14:21:32,274 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet 2018-11-09 14:21:32,275 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-subnet 2018-11-09 14:21:32,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/f77af94a-a670-495b-86e8-2149f548067c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:34,503 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fea93241-28d2-4775-94be-71e9f1529891 Date: Fri, 09 Nov 2018 14:21:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:34,504 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/f77af94a-a670-495b-86e8-2149f548067c used request id req-fea93241-28d2-4775-94be-71e9f1529891 2018-11-09 14:21:34,504 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-ef6097d4-abf7-4a00-94db-ea4c2c6d30bd-pub-net 2018-11-09 14:21:34,509 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}307421449bd57dec88c47a84e28abd0c469eaa93" 2018-11-09 14:21:35,755 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-18b42977-3e54-48e4-b262-945bb7b40765 Date: Fri, 09 Nov 2018 14:21:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:35,755 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2460dd6d-6e83-40f8-8db6-36ec20ef7ff2 used request id req-18b42977-3e54-48e4-b262-945bb7b40765 2018-11-09 14:21:35,757 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:36,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["B938X8PwRZCLjX0pC1E-sA"], "issued_at": "2018-11-09T14:21:36.000000Z"}} 2018-11-09 14:21:36,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:36,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0709a98d-7cb8-4d7a-a4c6-c88dbe807a53 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:36,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0709a98d-7cb8-4d7a-a4c6-c88dbe807a53 2018-11-09 14:21:36,222 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net 2018-11-09 14:21:36,227 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" -d '{"network": {"name": "NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net", "admin_state_up": true}}' 2018-11-09 14:21:36,635 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-1ece7331-bcb4-4467-a387-24b6e854bf37 Date: Fri, 09 Nov 2018 14:21:36 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"27de1f8e-4d41-419d-98f7-d25801635266","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:36Z","is_default":false,"provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:36Z","mtu":1450}} 2018-11-09 14:21:36,635 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-1ece7331-bcb4-4467-a387-24b6e854bf37 2018-11-09 14:21:36,640 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=27de1f8e-4d41-419d-98f7-d25801635266 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:36,875 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-1ec4e8da-a4e9-456b-b9ec-f48d7d6ecd4c Date: Fri, 09 Nov 2018 14:21:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"27de1f8e-4d41-419d-98f7-d25801635266","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:36Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:36Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:36,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=27de1f8e-4d41-419d-98f7-d25801635266 used request id req-1ec4e8da-a4e9-456b-b9ec-f48d7d6ecd4c 2018-11-09 14:21:36,880 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:37,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-520eacf9-6911-412e-a3d2-9d0846d3da55 Date: Fri, 09 Nov 2018 14:21:37 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:21:37,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266 used request id req-520eacf9-6911-412e-a3d2-9d0846d3da55 2018-11-09 14:21:37,069 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet 2018-11-09 14:21:37,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" -d '{"subnets": [{"ip_version": 4, "network_id": "27de1f8e-4d41-419d-98f7-d25801635266", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet"}]}' 2018-11-09 14:21:37,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4c42493f-17bd-4b06-9e5a-697013aaa949 Date: Fri, 09 Nov 2018 14:21:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27de1f8e-4d41-419d-98f7-d25801635266","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:37Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21: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":"dfb45da6f1334a63bc64335c92eee11f","id":"527bdea3-0dd0-455d-9347-9bcc711f35ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet"}]} 2018-11-09 14:21:37,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-4c42493f-17bd-4b06-9e5a-697013aaa949 2018-11-09 14:21:37,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=27de1f8e-4d41-419d-98f7-d25801635266 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:37,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-7144e370-8522-4c09-b246-f04225d06aa6 Date: Fri, 09 Nov 2018 14:21:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27de1f8e-4d41-419d-98f7-d25801635266","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["527bdea3-0dd0-455d-9347-9bcc711f35ba"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:37Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:36Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:37,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=27de1f8e-4d41-419d-98f7-d25801635266 used request id req-7144e370-8522-4c09-b246-f04225d06aa6 2018-11-09 14:21:37,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:37,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-db859501-3284-46e3-91ad-b2c81c17b2b7 Date: Fri, 09 Nov 2018 14:21:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27de1f8e-4d41-419d-98f7-d25801635266","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:37Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21: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":"dfb45da6f1334a63bc64335c92eee11f","id":"527bdea3-0dd0-455d-9347-9bcc711f35ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet"}]} 2018-11-09 14:21:37,941 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266 used request id req-db859501-3284-46e3-91ad-b2c81c17b2b7 2018-11-09 14:21:37,946 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:38,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b84d7bc6-8440-4dc4-a472-058ab0cd7884 Date: Fri, 09 Nov 2018 14:21:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27de1f8e-4d41-419d-98f7-d25801635266","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["527bdea3-0dd0-455d-9347-9bcc711f35ba"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:37Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:36Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:38,032 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net used request id req-b84d7bc6-8440-4dc4-a472-058ab0cd7884 2018-11-09 14:21:38,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:38,041 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:38,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:38,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e459d71-aed4-4e18-8534-e52182eff181 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:38,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-9e459d71-aed4-4e18-8534-e52182eff181 2018-11-09 14:21:38,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:38,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3562f527-f489-4212-9367-7acb8577d5a4 Date: Fri, 09 Nov 2018 14:21:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27de1f8e-4d41-419d-98f7-d25801635266","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:37Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21: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":"dfb45da6f1334a63bc64335c92eee11f","id":"527bdea3-0dd0-455d-9347-9bcc711f35ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet"}]} 2018-11-09 14:21:38,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266 used request id req-3562f527-f489-4212-9367-7acb8577d5a4 2018-11-09 14:21:38,188 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266&name=NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:38,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-9b1db824-b96c-4437-9166-6571ba9e9125 Date: Fri, 09 Nov 2018 14:21:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27de1f8e-4d41-419d-98f7-d25801635266","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:37Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21: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":"dfb45da6f1334a63bc64335c92eee11f","id":"527bdea3-0dd0-455d-9347-9bcc711f35ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet"}]} 2018-11-09 14:21:38,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266&name=NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet used request id req-9b1db824-b96c-4437-9166-6571ba9e9125 2018-11-09 14:21:38,406 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:21:38,407 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:38,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["SGWznJcMT5-ls2j0W63qZA"], "issued_at": "2018-11-09T14:21:38.000000Z"}} 2018-11-09 14:21:38,797 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}84e637da5223b7cbb5507974735059957b1665da" 2018-11-09 14:21:38,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35854f76-81ff-48df-bd85-8f917c9842eb 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:38,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-35854f76-81ff-48df-bd85-8f917c9842eb 2018-11-09 14:21:38,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:38,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-012189ef-7536-44c9-93f2-c693f16a0c3f Date: Fri, 09 Nov 2018 14:21:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27de1f8e-4d41-419d-98f7-d25801635266","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["527bdea3-0dd0-455d-9347-9bcc711f35ba"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:37Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:36Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:38,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net used request id req-012189ef-7536-44c9-93f2-c693f16a0c3f 2018-11-09 14:21:38,983 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:39,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-c65f7706-6c92-45b6-9c21-092a138770ac Date: Fri, 09 Nov 2018 14:21:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27de1f8e-4d41-419d-98f7-d25801635266","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:37Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21: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":"dfb45da6f1334a63bc64335c92eee11f","id":"527bdea3-0dd0-455d-9347-9bcc711f35ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet"}]} 2018-11-09 14:21:39,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266 used request id req-c65f7706-6c92-45b6-9c21-092a138770ac 2018-11-09 14:21:39,186 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:39,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b89d0342-fcdc-43d9-a8d1-a8dddcf2de46 Date: Fri, 09 Nov 2018 14:21:39 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27de1f8e-4d41-419d-98f7-d25801635266","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["527bdea3-0dd0-455d-9347-9bcc711f35ba"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:37Z","provider:segmentation_id":85,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:36Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:39,422 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net used request id req-b89d0342-fcdc-43d9-a8d1-a8dddcf2de46 2018-11-09 14:21:39,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:39,431 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21:39 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:39,432 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}84e637da5223b7cbb5507974735059957b1665da" 2018-11-09 14:21:39,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d98758a9-bd3b-4550-a4b4-e971788112b2 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:39,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-d98758a9-bd3b-4550-a4b4-e971788112b2 2018-11-09 14:21:39,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:39,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-435f0e3c-1943-44dc-b063-a3d87f8f6fb0 Date: Fri, 09 Nov 2018 14:21:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27de1f8e-4d41-419d-98f7-d25801635266","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:37Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21: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":"dfb45da6f1334a63bc64335c92eee11f","id":"527bdea3-0dd0-455d-9347-9bcc711f35ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet"}]} 2018-11-09 14:21:39,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266 used request id req-435f0e3c-1943-44dc-b063-a3d87f8f6fb0 2018-11-09 14:21:39,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266&name=NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:39,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-a5e31d37-cc02-4ade-afca-913f4b892566 Date: Fri, 09 Nov 2018 14:21:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27de1f8e-4d41-419d-98f7-d25801635266","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:37Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21: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":"dfb45da6f1334a63bc64335c92eee11f","id":"527bdea3-0dd0-455d-9347-9bcc711f35ba","subnetpool_id":null,"name":"NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet"}]} 2018-11-09 14:21:39,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=27de1f8e-4d41-419d-98f7-d25801635266&name=NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet used request id req-a5e31d37-cc02-4ade-afca-913f4b892566 2018-11-09 14:21:39,935 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net 2018-11-09 14:21:39,940 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" -d '{"port": {"network_id": "27de1f8e-4d41-419d-98f7-d25801635266", "fixed_ips": [{"subnet_id": "527bdea3-0dd0-455d-9347-9bcc711f35ba", "ip_address": "foo"}], "name": "NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-port", "admin_state_up": true}}' 2018-11-09 14:21:40,119 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 142 Content-Type: application/json X-Openstack-Request-Id: req-6fd7a365-0c64-4bac-b5bc-0256fb49443f Date: Fri, 09 Nov 2018 14:21:40 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'foo' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 14:21:40,119 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-6fd7a365-0c64-4bac-b5bc-0256fb49443f 2018-11-09 14:21:40,119 - 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-11-09 14:21:40,120 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet 2018-11-09 14:21:40,120 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-subnet 2018-11-09 14:21:40,125 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/527bdea3-0dd0-455d-9347-9bcc711f35ba -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:42,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-893d52b9-3133-4c72-a72f-ff7ed773877e Date: Fri, 09 Nov 2018 14:21:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:42,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/527bdea3-0dd0-455d-9347-9bcc711f35ba used request id req-893d52b9-3133-4c72-a72f-ff7ed773877e 2018-11-09 14:21:42,497 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-6cfff54e-d940-4681-bee2-1a7d619ff825-pub-net 2018-11-09 14:21:42,502 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/27de1f8e-4d41-419d-98f7-d25801635266 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cab8db5b356628188804fe3680ce53f9324b7c51" 2018-11-09 14:21:44,144 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5619a0b-71a0-4d5e-bcbb-0ce8bdb697c8 Date: Fri, 09 Nov 2018 14:21:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:44,144 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/27de1f8e-4d41-419d-98f7-d25801635266 used request id req-d5619a0b-71a0-4d5e-bcbb-0ce8bdb697c8 2018-11-09 14:21:44,145 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:44,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["mVkMoS-WTDiPGc0LcswqkA"], "issued_at": "2018-11-09T14:21:44.000000Z"}} 2018-11-09 14:21:44,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:44,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-522a856b-cb9e-45e1-b8dc-a051636a3be0 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:44,625 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-522a856b-cb9e-45e1-b8dc-a051636a3be0 2018-11-09 14:21:44,626 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net 2018-11-09 14:21:44,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" -d '{"network": {"name": "NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net", "admin_state_up": true}}' 2018-11-09 14:21:45,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-f1730b5e-d10c-4618-ac3a-9aa06d0a5200 Date: Fri, 09 Nov 2018 14:21: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":"0c2e642e-4c18-4c18-b691-f7c08169c27e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:44Z","is_default":false,"provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:44Z","mtu":1450}} 2018-11-09 14:21:45,049 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-f1730b5e-d10c-4618-ac3a-9aa06d0a5200 2018-11-09 14:21:45,055 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0c2e642e-4c18-4c18-b691-f7c08169c27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:45,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-169f7318-8c46-4b34-8a13-c39eba7021a7 Date: Fri, 09 Nov 2018 14:21:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:44Z","provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:44Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:45,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0c2e642e-4c18-4c18-b691-f7c08169c27e used request id req-169f7318-8c46-4b34-8a13-c39eba7021a7 2018-11-09 14:21:45,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:45,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-a864ea92-1dc8-4d96-b144-f178b29aec13 Date: Fri, 09 Nov 2018 14:21:45 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:21:45,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e used request id req-a864ea92-1dc8-4d96-b144-f178b29aec13 2018-11-09 14:21:45,472 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet 2018-11-09 14:21:45,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" -d '{"subnets": [{"ip_version": 4, "network_id": "0c2e642e-4c18-4c18-b691-f7c08169c27e", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet"}]}' 2018-11-09 14:21:46,054 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-31f224b6-e3d5-4201-8fe3-1aff9c7b45e9 Date: Fri, 09 Nov 2018 14:21:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:45Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:45Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"7c4ba097-d768-4496-a1a5-a8dca64d500e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet"}]} 2018-11-09 14:21:46,054 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-31f224b6-e3d5-4201-8fe3-1aff9c7b45e9 2018-11-09 14:21:46,060 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=0c2e642e-4c18-4c18-b691-f7c08169c27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:46,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-f2963317-b900-4f82-934c-70715201c9cd Date: Fri, 09 Nov 2018 14:21:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["7c4ba097-d768-4496-a1a5-a8dca64d500e"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:45Z","provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:44Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:46,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=0c2e642e-4c18-4c18-b691-f7c08169c27e used request id req-f2963317-b900-4f82-934c-70715201c9cd 2018-11-09 14:21:46,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:46,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-fc847e3f-61be-4e97-8c16-37b84e493b06 Date: Fri, 09 Nov 2018 14:21:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:45Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:45Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"7c4ba097-d768-4496-a1a5-a8dca64d500e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet"}]} 2018-11-09 14:21:46,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e used request id req-fc847e3f-61be-4e97-8c16-37b84e493b06 2018-11-09 14:21:46,518 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:46,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-bc55ac24-0b9c-4426-85fa-00ffee350170 Date: Fri, 09 Nov 2018 14:21:46 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["7c4ba097-d768-4496-a1a5-a8dca64d500e"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:45Z","provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:44Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:46,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net used request id req-bc55ac24-0b9c-4426-85fa-00ffee350170 2018-11-09 14:21:46,785 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:46,790 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21:46 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:46,790 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:46,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27bb142f-f5e8-436f-b454-bedf0fda8c91 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:46,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-27bb142f-f5e8-436f-b454-bedf0fda8c91 2018-11-09 14:21:46,897 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:47,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cf786f04-98fa-44c7-940f-fe96a06682ae Date: Fri, 09 Nov 2018 14:21:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:45Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:45Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"7c4ba097-d768-4496-a1a5-a8dca64d500e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet"}]} 2018-11-09 14:21:47,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e used request id req-cf786f04-98fa-44c7-940f-fe96a06682ae 2018-11-09 14:21:47,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e&name=NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:47,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-cf376fda-5d85-4338-a279-51e106a8f1c4 Date: Fri, 09 Nov 2018 14:21:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:45Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:45Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"7c4ba097-d768-4496-a1a5-a8dca64d500e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet"}]} 2018-11-09 14:21:47,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e&name=NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet used request id req-cf376fda-5d85-4338-a279-51e106a8f1c4 2018-11-09 14:21:47,324 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:21:47,325 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:47,718 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["gYEHRUCIQ0mD2qvj3PDoPw"], "issued_at": "2018-11-09T14:21:47.000000Z"}} 2018-11-09 14:21:47,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}311eead31a18983590aad3963bd7ff00bce6a528" 2018-11-09 14:21:47,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f091e2b9-c9f7-46eb-8716-0cf20239c46d 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:47,797 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f091e2b9-c9f7-46eb-8716-0cf20239c46d 2018-11-09 14:21:47,804 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:48,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-322cd8d0-6f37-439e-a612-98fa47c5ae6d Date: Fri, 09 Nov 2018 14:21:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["7c4ba097-d768-4496-a1a5-a8dca64d500e"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:45Z","provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:44Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:48,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net used request id req-322cd8d0-6f37-439e-a612-98fa47c5ae6d 2018-11-09 14:21:48,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:48,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-ff8beb90-678c-4268-b84a-e518a1aa524a Date: Fri, 09 Nov 2018 14:21:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:45Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:45Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"7c4ba097-d768-4496-a1a5-a8dca64d500e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet"}]} 2018-11-09 14:21:48,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e used request id req-ff8beb90-678c-4268-b84a-e518a1aa524a 2018-11-09 14:21:48,232 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:48,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-6135c2d1-d100-4f8a-9270-843f50026c26 Date: Fri, 09 Nov 2018 14:21:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["7c4ba097-d768-4496-a1a5-a8dca64d500e"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:45Z","provider:segmentation_id":86,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:44Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:48,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net used request id req-6135c2d1-d100-4f8a-9270-843f50026c26 2018-11-09 14:21:48,316 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:48,321 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21:48 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:48,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}311eead31a18983590aad3963bd7ff00bce6a528" 2018-11-09 14:21:48,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c053c5c-7b76-4bea-8efb-6fc69f243c6e 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:48,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-6c053c5c-7b76-4bea-8efb-6fc69f243c6e 2018-11-09 14:21:48,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:48,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4cef532d-d5ae-4f85-9709-f768047efba5 Date: Fri, 09 Nov 2018 14:21:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:45Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:45Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"7c4ba097-d768-4496-a1a5-a8dca64d500e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet"}]} 2018-11-09 14:21:48,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e used request id req-4cef532d-d5ae-4f85-9709-f768047efba5 2018-11-09 14:21:48,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e&name=NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:48,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-47c180e2-2ed3-4a80-892b-da944c7b5a4d Date: Fri, 09 Nov 2018 14:21:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0c2e642e-4c18-4c18-b691-f7c08169c27e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:45Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:45Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"7c4ba097-d768-4496-a1a5-a8dca64d500e","subnetpool_id":null,"name":"NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet"}]} 2018-11-09 14:21:48,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=0c2e642e-4c18-4c18-b691-f7c08169c27e&name=NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet used request id req-47c180e2-2ed3-4a80-892b-da944c7b5a4d 2018-11-09 14:21:48,822 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net 2018-11-09 14:21:48,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" -d '{"port": {"network_id": "0c2e642e-4c18-4c18-b691-f7c08169c27e", "fixed_ips": [{"subnet_id": "7c4ba097-d768-4496-a1a5-a8dca64d500e", "ip_address": "10.197.123.100"}], "name": "NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-port", "admin_state_up": true}}' 2018-11-09 14:21:49,288 - keystoneauth.session - DEBUG - RESP: [400] Content-Type: application/json Content-Length: 146 X-Openstack-Request-Id: req-382297c1-ef96-453b-b77c-c9f55e18072c Date: Fri, 09 Nov 2018 14:21:49 GMT RESP BODY: {"NeutronError": {"message": "IP address 10.197.123.100 is not a valid IP for the specified subnet.", "type": "InvalidIpForSubnet", "detail": ""}} 2018-11-09 14:21:49,289 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-382297c1-ef96-453b-b77c-c9f55e18072c 2018-11-09 14:21:49,289 - 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-11-09 14:21:49,289 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet 2018-11-09 14:21:49,290 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-subnet 2018-11-09 14:21:49,294 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/7c4ba097-d768-4496-a1a5-a8dca64d500e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:51,480 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-56b632e0-f814-46e0-9299-8149dfcee45b Date: Fri, 09 Nov 2018 14:21:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:51,480 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/7c4ba097-d768-4496-a1a5-a8dca64d500e used request id req-56b632e0-f814-46e0-9299-8149dfcee45b 2018-11-09 14:21:51,480 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-36cc1f76-01d1-401b-a61f-55cb36fcf6c8-pub-net 2018-11-09 14:21:51,486 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/0c2e642e-4c18-4c18-b691-f7c08169c27e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bb3a2bf761414e5b6f595ff3da3bbe233ab033e4" 2018-11-09 14:21:52,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e1a5d23e-674b-4148-9bd2-154c389ca079 Date: Fri, 09 Nov 2018 14:21:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:52,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/0c2e642e-4c18-4c18-b691-f7c08169c27e used request id req-e1a5d23e-674b-4148-9bd2-154c389ca079 2018-11-09 14:21:52,665 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:53,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["zn8JUpmJTcWcBSQAlFApAQ"], "issued_at": "2018-11-09T14:21:53.000000Z"}} 2018-11-09 14:21:53,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:53,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-705b02b0-4cf3-4c5b-a280-d6c68b145bfe 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:53,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-705b02b0-4cf3-4c5b-a280-d6c68b145bfe 2018-11-09 14:21:53,124 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net 2018-11-09 14:21:53,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" -d '{"network": {"name": "NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net", "admin_state_up": true}}' 2018-11-09 14:21:53,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6b08d660-e5a3-4bc9-9415-743334ecb49d Date: Fri, 09 Nov 2018 14:21:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:53Z","is_default":false,"provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:53Z","mtu":1450}} 2018-11-09 14:21:53,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-6b08d660-e5a3-4bc9-9415-743334ecb49d 2018-11-09 14:21:53,695 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=a2f33067-dee4-48d9-b19c-a018c2eb1043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:53,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-78a58ec3-b456-434f-a791-041478d9bfc8 Date: Fri, 09 Nov 2018 14:21:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:21:53Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:53Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:53,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=a2f33067-dee4-48d9-b19c-a018c2eb1043 used request id req-78a58ec3-b456-434f-a791-041478d9bfc8 2018-11-09 14:21:53,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:54,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0270bf85-051f-4038-a124-b3e2e882854c Date: Fri, 09 Nov 2018 14:21:54 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:21:54,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043 used request id req-0270bf85-051f-4038-a124-b3e2e882854c 2018-11-09 14:21:54,098 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet 2018-11-09 14:21:54,103 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" -d '{"subnets": [{"ip_version": 4, "network_id": "a2f33067-dee4-48d9-b19c-a018c2eb1043", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet"}]}' 2018-11-09 14:21:54,629 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-735e0eaf-6062-47af-ae60-2c49fbe685a2 Date: Fri, 09 Nov 2018 14:21:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:54Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"8e6a9f6c-9d85-4a12-90eb-84a8793eef67","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet"}]} 2018-11-09 14:21:54,629 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-735e0eaf-6062-47af-ae60-2c49fbe685a2 2018-11-09 14:21:54,634 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=a2f33067-dee4-48d9-b19c-a018c2eb1043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:54,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5e94ec53-1207-4cf1-824f-f5e4e99dc9ea Date: Fri, 09 Nov 2018 14:21:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["8e6a9f6c-9d85-4a12-90eb-84a8793eef67"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:54Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:53Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:54,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=a2f33067-dee4-48d9-b19c-a018c2eb1043 used request id req-5e94ec53-1207-4cf1-824f-f5e4e99dc9ea 2018-11-09 14:21:54,723 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:54,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-e8c41873-c3fd-455e-8a64-015ef711fd33 Date: Fri, 09 Nov 2018 14:21:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:54Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"8e6a9f6c-9d85-4a12-90eb-84a8793eef67","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet"}]} 2018-11-09 14:21:54,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043 used request id req-e8c41873-c3fd-455e-8a64-015ef711fd33 2018-11-09 14:21:54,916 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:55,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-2243c040-29bd-4f85-90cf-970d074e1d17 Date: Fri, 09 Nov 2018 14:21:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["8e6a9f6c-9d85-4a12-90eb-84a8793eef67"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:54Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:53Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:55,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net used request id req-2243c040-29bd-4f85-90cf-970d074e1d17 2018-11-09 14:21:55,167 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:55,173 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:55,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:55,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a3b9ce0-854a-4d14-abe0-a08d06b40db7 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:55,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-6a3b9ce0-854a-4d14-abe0-a08d06b40db7 2018-11-09 14:21:55,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:55,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-50f8997c-78c3-4c24-82eb-df5ae37363e4 Date: Fri, 09 Nov 2018 14:21:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:54Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"8e6a9f6c-9d85-4a12-90eb-84a8793eef67","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet"}]} 2018-11-09 14:21:55,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043 used request id req-50f8997c-78c3-4c24-82eb-df5ae37363e4 2018-11-09 14:21:55,491 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043&name=NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:55,678 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-12aba39d-1612-46a1-96e4-8735a7f7307f Date: Fri, 09 Nov 2018 14:21:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:54Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"8e6a9f6c-9d85-4a12-90eb-84a8793eef67","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet"}]} 2018-11-09 14:21:55,678 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043&name=NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet used request id req-12aba39d-1612-46a1-96e4-8735a7f7307f 2018-11-09 14:21:55,678 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:21:55,679 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:21:56,092 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:21:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["O3JDJGGgS-iWwCSjk0Stww"], "issued_at": "2018-11-09T14:21:56.000000Z"}} 2018-11-09 14:21:56,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}aea8ba2a0c778c9d6daaee66545c9aae362f8c71" 2018-11-09 14:21:56,179 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaf3cc10-4964-42cb-a9ff-8c1c05e8f750 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:21:56,180 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eaf3cc10-4964-42cb-a9ff-8c1c05e8f750 2018-11-09 14:21:56,185 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:56,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-d7ab6df0-b03c-4d40-9735-b628a7145b00 Date: Fri, 09 Nov 2018 14:21:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["8e6a9f6c-9d85-4a12-90eb-84a8793eef67"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:54Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:53Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:56,262 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net used request id req-d7ab6df0-b03c-4d40-9735-b628a7145b00 2018-11-09 14:21:56,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:56,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-64710c2d-6cfa-46a2-abe1-f50eec89cd0b Date: Fri, 09 Nov 2018 14:21:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:54Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"8e6a9f6c-9d85-4a12-90eb-84a8793eef67","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet"}]} 2018-11-09 14:21:56,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043 used request id req-64710c2d-6cfa-46a2-abe1-f50eec89cd0b 2018-11-09 14:21:56,322 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:56,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-8f99c5c0-efe0-42b8-9c4a-47f9b4df7187 Date: Fri, 09 Nov 2018 14:21:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["8e6a9f6c-9d85-4a12-90eb-84a8793eef67"],"description":"","tags":[],"updated_at":"2018-11-09T14:21:54Z","provider:segmentation_id":41,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:53Z","provider:network_type":"vxlan"}]} 2018-11-09 14:21:56,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net used request id req-8f99c5c0-efe0-42b8-9c4a-47f9b4df7187 2018-11-09 14:21:56,411 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:21:56,416 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:21:56 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:21:56,417 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aea8ba2a0c778c9d6daaee66545c9aae362f8c71" 2018-11-09 14:21:56,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:21:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4054f580-3aeb-4a0d-bf94-02314dfef98e 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:21:56,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-4054f580-3aeb-4a0d-bf94-02314dfef98e 2018-11-09 14:21:56,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:56,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-952a4fea-5542-463e-a7e2-06478d569975 Date: Fri, 09 Nov 2018 14:21:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:54Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"8e6a9f6c-9d85-4a12-90eb-84a8793eef67","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet"}]} 2018-11-09 14:21:56,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043 used request id req-952a4fea-5542-463e-a7e2-06478d569975 2018-11-09 14:21:56,737 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043&name=NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:56,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-3aacf2f6-1d25-47a2-b2ef-36289a2f6ad2 Date: Fri, 09 Nov 2018 14:21:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2f33067-dee4-48d9-b19c-a018c2eb1043","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:21:54Z","dns_nameservers":[],"updated_at":"2018-11-09T14:21:54Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"8e6a9f6c-9d85-4a12-90eb-84a8793eef67","subnetpool_id":null,"name":"NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet"}]} 2018-11-09 14:21:56,938 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=a2f33067-dee4-48d9-b19c-a018c2eb1043&name=NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet used request id req-3aacf2f6-1d25-47a2-b2ef-36289a2f6ad2 2018-11-09 14:21:56,939 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net 2018-11-09 14:21:56,944 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" -d '{"port": {"network_id": "a2f33067-dee4-48d9-b19c-a018c2eb1043", "fixed_ips": [{"subnet_id": "8e6a9f6c-9d85-4a12-90eb-84a8793eef67", "ip_address": null}], "name": "NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-port", "admin_state_up": true}}' 2018-11-09 14:21:56,955 - keystoneauth.session - DEBUG - RESP: [400] Content-Length: 143 Content-Type: application/json X-Openstack-Request-Id: req-16713060-f627-4c01-915a-34d977036adf Date: Fri, 09 Nov 2018 14:21:56 GMT RESP BODY: {"NeutronError": {"message": "Invalid input for fixed_ips. Reason: 'None' is not a valid IP address.", "type": "HTTPBadRequest", "detail": ""}} 2018-11-09 14:21:56,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-16713060-f627-4c01-915a-34d977036adf 2018-11-09 14:21:56,955 - 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-11-09 14:21:56,955 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet 2018-11-09 14:21:56,956 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-subnet 2018-11-09 14:21:56,960 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/8e6a9f6c-9d85-4a12-90eb-84a8793eef67 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:21:59,103 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f914d834-6fe4-4c85-ba96-9ebf35783f9d Date: Fri, 09 Nov 2018 14:21:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:21:59,103 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/8e6a9f6c-9d85-4a12-90eb-84a8793eef67 used request id req-f914d834-6fe4-4c85-ba96-9ebf35783f9d 2018-11-09 14:21:59,103 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-b1340e94-8994-4f15-8b25-5a87c8397fc2-pub-net 2018-11-09 14:21:59,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/a2f33067-dee4-48d9-b19c-a018c2eb1043 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b785b9b95018faf2e2fbc07742b283a4755c7014" 2018-11-09 14:22:00,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9961b9b5-000d-4290-a7f3-54f766283306 Date: Fri, 09 Nov 2018 14:22:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:00,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/a2f33067-dee4-48d9-b19c-a018c2eb1043 used request id req-9961b9b5-000d-4290-a7f3-54f766283306 2018-11-09 14:22:00,686 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:01,083 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["nv0k0UdITjmmqLPfmT1ZDQ"], "issued_at": "2018-11-09T14:22:01.000000Z"}} 2018-11-09 14:22:01,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:01,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2085f24c-d896-469d-a454-feb8aaf2afd4 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:01,162 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-2085f24c-d896-469d-a454-feb8aaf2afd4 2018-11-09 14:22:01,163 - neutron_utils - INFO - Creating network with name NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net 2018-11-09 14:22:01,168 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" -d '{"network": {"name": "NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net", "admin_state_up": true}}' 2018-11-09 14:22:01,623 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-8b8331eb-62a9-4d65-b349-59a205f36417 Date: Fri, 09 Nov 2018 14:22:01 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:22:01Z","is_default":false,"provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:01Z","mtu":1450}} 2018-11-09 14:22:01,623 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-8b8331eb-62a9-4d65-b349-59a205f36417 2018-11-09 14:22:01,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:01,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e9752335-3b14-4374-8170-e14f73b882e3 Date: Fri, 09 Nov 2018 14:22:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:22:01Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:01Z","provider:network_type":"vxlan"}]} 2018-11-09 14:22:01,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 used request id req-e9752335-3b14-4374-8170-e14f73b882e3 2018-11-09 14:22:01,874 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:02,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-b50d884e-3820-4273-b82b-694b7d513acc Date: Fri, 09 Nov 2018 14:22:02 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:22:02,052 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 used request id req-b50d884e-3820-4273-b82b-694b7d513acc 2018-11-09 14:22:02,052 - neutron_utils - INFO - Creating subnet with name NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet 2018-11-09 14:22:02,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" -d '{"subnets": [{"ip_version": 4, "network_id": "348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8", "cidr": "10.55.1.0/24", "name": "NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet"}]}' 2018-11-09 14:22:02,595 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4541384f-5f3d-4921-b5c6-deba0163de46 Date: Fri, 09 Nov 2018 14:22:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:02Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:02Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"d3a069ca-4868-4778-add3-8926f1237603","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet"}]} 2018-11-09 14:22:02,595 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-4541384f-5f3d-4921-b5c6-deba0163de46 2018-11-09 14:22:02,600 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:02,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-6fd83091-ecac-497f-b7e3-e892c1dfeeb9 Date: Fri, 09 Nov 2018 14:22:02 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["d3a069ca-4868-4778-add3-8926f1237603"],"description":"","tags":[],"updated_at":"2018-11-09T14:22:02Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:01Z","provider:network_type":"vxlan"}]} 2018-11-09 14:22:02,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 used request id req-6fd83091-ecac-497f-b7e3-e892c1dfeeb9 2018-11-09 14:22:02,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:03,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-49ef3de4-5b58-471a-88ca-15f1a1c9c431 Date: Fri, 09 Nov 2018 14:22:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:02Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:02Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"d3a069ca-4868-4778-add3-8926f1237603","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet"}]} 2018-11-09 14:22:03,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 used request id req-49ef3de4-5b58-471a-88ca-15f1a1c9c431 2018-11-09 14:22:03,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:03,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-20de1cb4-1a08-464c-9826-448bd525f526 Date: Fri, 09 Nov 2018 14:22:03 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["d3a069ca-4868-4778-add3-8926f1237603"],"description":"","tags":[],"updated_at":"2018-11-09T14:22:02Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:01Z","provider:network_type":"vxlan"}]} 2018-11-09 14:22:03,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net used request id req-20de1cb4-1a08-464c-9826-448bd525f526 2018-11-09 14:22:03,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:22:03,328 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:22: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:22:03,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:03,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f1256c9-4e8c-483f-882a-3fd4682de81f 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:22:03,415 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-1f1256c9-4e8c-483f-882a-3fd4682de81f 2018-11-09 14:22:03,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:03,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-b24cf90e-4893-4ba0-9328-5c8ad3d2992d Date: Fri, 09 Nov 2018 14:22:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:02Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:02Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"d3a069ca-4868-4778-add3-8926f1237603","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet"}]} 2018-11-09 14:22:03,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 used request id req-b24cf90e-4893-4ba0-9328-5c8ad3d2992d 2018-11-09 14:22:03,469 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8&name=NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:03,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-d75c9898-88f1-47c7-aedd-4523f888da06 Date: Fri, 09 Nov 2018 14:22:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:02Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:02Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"d3a069ca-4868-4778-add3-8926f1237603","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet"}]} 2018-11-09 14:22:03,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8&name=NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet used request id req-d75c9898-88f1-47c7-aedd-4523f888da06 2018-11-09 14:22:03,661 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:22:03,662 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:04,041 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["jc1aa8AEQDSSJ_k3qV37TQ"], "issued_at": "2018-11-09T14:22:04.000000Z"}} 2018-11-09 14:22:04,042 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}46eea8612883a29d18855af6bc1b6daa910050dd" 2018-11-09 14:22:04,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-63270a15-1df4-4151-826d-9b7e423cd7a1 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:04,126 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-63270a15-1df4-4151-826d-9b7e423cd7a1 2018-11-09 14:22:04,131 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:04,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3145a517-07b2-4f5f-9727-88e67f1c2834 Date: Fri, 09 Nov 2018 14:22:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["d3a069ca-4868-4778-add3-8926f1237603"],"description":"","tags":[],"updated_at":"2018-11-09T14:22:02Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:01Z","provider:network_type":"vxlan"}]} 2018-11-09 14:22:04,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net used request id req-3145a517-07b2-4f5f-9727-88e67f1c2834 2018-11-09 14:22:04,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:04,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-232fb5cd-ee00-455e-95b8-fadcca1652b8 Date: Fri, 09 Nov 2018 14:22:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:02Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:02Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"d3a069ca-4868-4778-add3-8926f1237603","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet"}]} 2018-11-09 14:22:04,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 used request id req-232fb5cd-ee00-455e-95b8-fadcca1652b8 2018-11-09 14:22:04,593 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:04,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-46aaca8c-5e5f-4007-b876-6b9799257658 Date: Fri, 09 Nov 2018 14:22:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["d3a069ca-4868-4778-add3-8926f1237603"],"description":"","tags":[],"updated_at":"2018-11-09T14:22:02Z","provider:segmentation_id":100,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:01Z","provider:network_type":"vxlan"}]} 2018-11-09 14:22:04,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net used request id req-46aaca8c-5e5f-4007-b876-6b9799257658 2018-11-09 14:22:04,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:22:04,683 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:22:04 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:22:04,684 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46eea8612883a29d18855af6bc1b6daa910050dd" 2018-11-09 14:22:04,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef3220c8-1690-4731-875b-e1defcff1ce1 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:22:04,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-ef3220c8-1690-4731-875b-e1defcff1ce1 2018-11-09 14:22:04,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:04,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-877e419b-92cd-429d-8e85-553c6d91102d Date: Fri, 09 Nov 2018 14:22:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:02Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:02Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"d3a069ca-4868-4778-add3-8926f1237603","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet"}]} 2018-11-09 14:22:04,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 used request id req-877e419b-92cd-429d-8e85-553c6d91102d 2018-11-09 14:22:04,857 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8&name=NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:05,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 673 X-Openstack-Request-Id: req-4e529ead-e384-43c8-baa1-8a4de1bfe2b2 Date: Fri, 09 Nov 2018 14:22:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:02Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:02Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"d3a069ca-4868-4778-add3-8926f1237603","subnetpool_id":null,"name":"NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet"}]} 2018-11-09 14:22:05,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8&name=NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet used request id req-4e529ead-e384-43c8-baa1-8a4de1bfe2b2 2018-11-09 14:22:05,043 - neutron_utils - INFO - Creating port for network with name - NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net 2018-11-09 14:22:05,048 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" -d '{"port": {"network_id": "348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8", "fixed_ips": [{"subnet_id": "d3a069ca-4868-4778-add3-8926f1237603", "ip_address": "10.55.1.100"}], "admin_state_up": true}}' 2018-11-09 14:22:05,641 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-37f724ce-dfda-44b6-9f25-0c45ec4f7ca2 Date: Fri, 09 Nov 2018 14:22:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:22:05Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"d3a069ca-4868-4778-add3-8926f1237603","ip_address":"10.55.1.100"}],"id":"8036dabe-7124-499a-9fdf-8fca4f7e19d3","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ae:63:f4","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:05Z","binding:vnic_type":"normal"}} 2018-11-09 14:22:05,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-37f724ce-dfda-44b6-9f25-0c45ec4f7ca2 2018-11-09 14:22:05,646 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports/8036dabe-7124-499a-9fdf-8fca4f7e19d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:05,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 790 X-Openstack-Request-Id: req-1e5a0a0f-6641-4ee7-8bdd-728604ff9d47 Date: Fri, 09 Nov 2018 14:22:05 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:22:05Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"d3a069ca-4868-4778-add3-8926f1237603","ip_address":"10.55.1.100"}],"id":"8036dabe-7124-499a-9fdf-8fca4f7e19d3","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ae:63:f4","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"","admin_state_up":true,"network_id":"348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:05Z","binding:vnic_type":"normal"}} 2018-11-09 14:22:05,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports/8036dabe-7124-499a-9fdf-8fca4f7e19d3 used request id req-1e5a0a0f-6641-4ee7-8bdd-728604ff9d47 2018-11-09 14:22:05,868 - neutron_utils - INFO - Deleting port with name 2018-11-09 14:22:05,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/8036dabe-7124-499a-9fdf-8fca4f7e19d3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:06,434 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f30ba15a-dd73-4754-8fc4-e929bf8245aa Date: Fri, 09 Nov 2018 14:22:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:06,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/8036dabe-7124-499a-9fdf-8fca4f7e19d3 used request id req-f30ba15a-dd73-4754-8fc4-e929bf8245aa 2018-11-09 14:22:06,434 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet 2018-11-09 14:22:06,435 - neutron_utils - INFO - Deleting subnet with name NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-subnet 2018-11-09 14:22:06,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/d3a069ca-4868-4778-add3-8926f1237603 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:08,660 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-315f698f-6e18-4351-b7e9-fe5839f09e12 Date: Fri, 09 Nov 2018 14:22:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:08,660 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/d3a069ca-4868-4778-add3-8926f1237603 used request id req-315f698f-6e18-4351-b7e9-fe5839f09e12 2018-11-09 14:22:08,660 - neutron_utils - INFO - Deleting network with name NeutronUtilsRouterTests-e004ac97-cb4e-4f61-a2a2-bd52cbb6216f-pub-net 2018-11-09 14:22:08,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a5ccf9cfe20379118f3af8bed482c0e20c728d0f" 2018-11-09 14:22:10,042 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-91fa5286-6848-43b0-9098-87f130916cd9 Date: Fri, 09 Nov 2018 14:22:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:10,042 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/348ee3fa-ddbf-44fb-8c34-08b0f02c7fd8 used request id req-91fa5286-6848-43b0-9098-87f130916cd9 2018-11-09 14:22:10,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:10,439 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["eYWHql0YR8uNpv1fWb2T4Q"], "issued_at": "2018-11-09T14:22:10.000000Z"}} 2018-11-09 14:22:10,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}ff669423989d319a1c5e66e026699aba56632869" 2018-11-09 14:22:10,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17b6a95f-56bf-4d25-a31a-e5a64a038294 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:10,529 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-17b6a95f-56bf-4d25-a31a-e5a64a038294 2018-11-09 14:22:10,530 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:22:10,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:10,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["b4akwJOITKiJq_vcaD7bgQ"], "issued_at": "2018-11-09T14:22:10.000000Z"}} 2018-11-09 14:22:10,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}2e5f2dddc4be1307ec9c9ef600c983eb5a307b76" 2018-11-09 14:22:10,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-540c6fe6-5fa2-46ab-93eb-8cdf4cdf6c60 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:10,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-540c6fe6-5fa2-46ab-93eb-8cdf4cdf6c60 2018-11-09 14:22:11,005 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-796bc8ed-33f5-4cb3-b21b-163b6af8074e-pub-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ff669423989d319a1c5e66e026699aba56632869" 2018-11-09 14:22:11,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-0212d127-a41e-4c01-8ac1-be5f7c7bae3f Date: Fri, 09 Nov 2018 14:22:11 GMT RESP BODY: {"networks":[]} 2018-11-09 14:22:11,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NeutronUtilsRouterTests-796bc8ed-33f5-4cb3-b21b-163b6af8074e-pub-net used request id req-0212d127-a41e-4c01-8ac1-be5f7c7bae3f 2018-11-09 14:22:11,182 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:11,565 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["DqjkZ1q_RzuD03EUbVv-9w"], "issued_at": "2018-11-09T14:22:11.000000Z"}} 2018-11-09 14:22:11,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:11,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87f7b079-e93a-4d07-8395-41684faced4f 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:11,642 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-87f7b079-e93a-4d07-8395-41684faced4f 2018-11-09 14:22:11,643 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:22:11,644 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:12,036 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["kQwcASNyRwS0MBhruKkJAw"], "issued_at": "2018-11-09T14:22:12.000000Z"}} 2018-11-09 14:22:12,037 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}47b48250299209ec15700cf5dba5327a719c45f9" 2018-11-09 14:22:12,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3b10268-dfc2-4fe3-b09e-33b31fdd0f21 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:12,121 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d3b10268-dfc2-4fe3-b09e-33b31fdd0f21 2018-11-09 14:22:12,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:12,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-96f413e6-9eca-4729-bf02-c0e5b25fe750 Date: Fri, 09 Nov 2018 14:22:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:22:12,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-96f413e6-9eca-4729-bf02-c0e5b25fe750 2018-11-09 14:22:12,383 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:12,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-66ce92f8-b798-45b7-8dc0-aa9c2b11cb6b Date: Fri, 09 Nov 2018 14:22:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 14:22:12,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff used request id req-66ce92f8-b798-45b7-8dc0-aa9c2b11cb6b 2018-11-09 14:22:12,586 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router 2018-11-09 14:22:12,591 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" -d '{"router": {"external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff"}, "name": "NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router", "admin_state_up": true}}' 2018-11-09 14:22:15,967 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-ba3d8a9e-cf6a-4403-8118-2bcea4b6deb3 Date: Fri, 09 Nov 2018 14:22:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:22:15Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "2ae71fe0-3e7c-4ce1-bb31-c6c9082ccb7b", "name": "NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router"}} 2018-11-09 14:22:15,967 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-ba3d8a9e-cf6a-4403-8118-2bcea4b6deb3 2018-11-09 14:22:15,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=2ae71fe0-3e7c-4ce1-bb31-c6c9082ccb7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:16,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-3e496ea0-f481-4eee-9dfe-e1f38aaf147a Date: Fri, 09 Nov 2018 14:22:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:22:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.204"}],"id":"2e00631e-e7dd-41a9-b0f4-364d053cc0a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:59:35:a5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2ae71fe0-3e7c-4ce1-bb31-c6c9082ccb7b","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:22:15Z","binding:vnic_type":"normal"}]} 2018-11-09 14:22:16,222 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=2ae71fe0-3e7c-4ce1-bb31-c6c9082ccb7b used request id req-3e496ea0-f481-4eee-9dfe-e1f38aaf147a 2018-11-09 14:22:16,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:16,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-bc387dde-8dd7-40d7-8b27-0cd97ff6aa97 Date: Fri, 09 Nov 2018 14:22:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:22:16,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-bc387dde-8dd7-40d7-8b27-0cd97ff6aa97 2018-11-09 14:22:16,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:16,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1963 X-Openstack-Request-Id: req-32b20e4b-7c07-4ff4-b311-ec6826246749 Date: Fri, 09 Nov 2018 14:22:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:22:15Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "2ae71fe0-3e7c-4ce1-bb31-c6c9082ccb7b", "name": "NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:22:14Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "3e64e095-5022-43d6-a4f6-784b4329c1ea", "name": "NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:22:13Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "5094e225-1b39-4084-87d1-945ee9cc9fa6", "name": "NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router"}]} 2018-11-09 14:22:16,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router used request id req-32b20e4b-7c07-4ff4-b311-ec6826246749 2018-11-09 14:22:16,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:22:16,670 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:22: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:22:16,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:16,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbff9238-5b60-4131-8395-06b97c82d22f 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:22:16,755 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-dbff9238-5b60-4131-8395-06b97c82d22f 2018-11-09 14:22:16,760 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=2ae71fe0-3e7c-4ce1-bb31-c6c9082ccb7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:16,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-9f71b854-5a8b-495e-a166-c23dee88d454 Date: Fri, 09 Nov 2018 14:22:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:22:15Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.204"}],"id":"2e00631e-e7dd-41a9-b0f4-364d053cc0a7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:59:35:a5","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"2ae71fe0-3e7c-4ce1-bb31-c6c9082ccb7b","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:22:15Z","binding:vnic_type":"normal"}]} 2018-11-09 14:22:16,972 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=2ae71fe0-3e7c-4ce1-bb31-c6c9082ccb7b used request id req-9f71b854-5a8b-495e-a166-c23dee88d454 2018-11-09 14:22:16,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:17,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-55509c89-b454-44e1-ae51-0a01cbe43cb8 Date: Fri, 09 Nov 2018 14:22:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:22:17,024 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-55509c89-b454-44e1-ae51-0a01cbe43cb8 2018-11-09 14:22:17,025 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router 2018-11-09 14:22:17,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/2ae71fe0-3e7c-4ce1-bb31-c6c9082ccb7b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:18,218 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-750e0c12-83f9-4395-aea4-201be4c6b424 Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:18,218 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/2ae71fe0-3e7c-4ce1-bb31-c6c9082ccb7b used request id req-750e0c12-83f9-4395-aea4-201be4c6b424 2018-11-09 14:22:18,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:18,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1313 X-Openstack-Request-Id: req-e180f829-28eb-455a-b61c-3b9ccc422ac4 Date: Fri, 09 Nov 2018 14:22:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:22:14Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "3e64e095-5022-43d6-a4f6-784b4329c1ea", "name": "NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:22:13Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "5094e225-1b39-4084-87d1-945ee9cc9fa6", "name": "NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router"}]} 2018-11-09 14:22:18,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-3c3915e8-25c3-426a-a992-730a89c44383-pub-router used request id req-e180f829-28eb-455a-b61c-3b9ccc422ac4 2018-11-09 14:22:18,583 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:18,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e01043e7-02e4-4424-8b4e-0875ee045f1b 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:22:18,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-e01043e7-02e4-4424-8b4e-0875ee045f1b 2018-11-09 14:22:18,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=3e64e095-5022-43d6-a4f6-784b4329c1ea -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:18,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-d1fdcc97-3cbe-404e-99c7-b02da69df143 Date: Fri, 09 Nov 2018 14:22:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:22:14Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.209"}],"id":"1022269a-514a-4196-8ed7-2632aeb0f519","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:83:a7:97","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3e64e095-5022-43d6-a4f6-784b4329c1ea","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:22:14Z","binding:vnic_type":"normal"}]} 2018-11-09 14:22:18,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=3e64e095-5022-43d6-a4f6-784b4329c1ea used request id req-d1fdcc97-3cbe-404e-99c7-b02da69df143 2018-11-09 14:22:18,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}265ce7ad4f0b22aadc8b127758ddd5587a45a06f" 2018-11-09 14:22:18,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-a38101e0-9968-45f9-9760-86d7985500e8 Date: Fri, 09 Nov 2018 14:22:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:22:18,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-a38101e0-9968-45f9-9760-86d7985500e8 2018-11-09 14:22:18,972 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:19,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["c6yoPsNTSN6ip58B7Vgj7A"], "issued_at": "2018-11-09T14:22:19.000000Z"}} 2018-11-09 14:22:19,342 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:19,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1468c48e-e731-45d8-b0de-8362e96b3037 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:19,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1468c48e-e731-45d8-b0de-8362e96b3037 2018-11-09 14:22:19,433 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:22:19,433 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:19,817 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["wELtUNphTOiSRPMsDu2zdA"], "issued_at": "2018-11-09T14:22:19.000000Z"}} 2018-11-09 14:22:19,817 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}5e12c46443aa088071d93b97f7de6972cc407b8d" 2018-11-09 14:22:19,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9d1c7d2-f50f-40e6-82b1-28c5f166b915 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:19,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b9d1c7d2-f50f-40e6-82b1-28c5f166b915 2018-11-09 14:22:19,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:20,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-35af856e-b995-4753-9cef-caa0c08a98b0 Date: Fri, 09 Nov 2018 14:22:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:22:20,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-35af856e-b995-4753-9cef-caa0c08a98b0 2018-11-09 14:22:20,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:20,344 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4d46f801-7a65-4b84-bf34-0a18a8494cca Date: Fri, 09 Nov 2018 14:22:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 14:22:20,344 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff used request id req-4d46f801-7a65-4b84-bf34-0a18a8494cca 2018-11-09 14:22:20,345 - neutron_utils - INFO - Creating router with name - NeutronUtilsRouterTests-1c4b958a-f0ad-484c-9dae-4c6135474067-pub-router 2018-11-09 14:22:20,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" -d '{"router": {"external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff"}, "name": "NeutronUtilsRouterTests-1c4b958a-f0ad-484c-9dae-4c6135474067-pub-router", "admin_state_up": true}}' 2018-11-09 14:22:21,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-8dfedffa-d658-4295-b9f3-857a8e829840 Date: Fri, 09 Nov 2018 14:22:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:22:21Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "7066482e-7042-4fdb-b7e0-88db182de2b0", "name": "NeutronUtilsRouterTests-1c4b958a-f0ad-484c-9dae-4c6135474067-pub-router"}} 2018-11-09 14:22:21,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers used request id req-8dfedffa-d658-4295-b9f3-857a8e829840 2018-11-09 14:22:21,297 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=7066482e-7042-4fdb-b7e0-88db182de2b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:21,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-f1a42908-49bd-4a9e-b9e1-01996c47bf83 Date: Fri, 09 Nov 2018 14:22:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:22:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.208"}],"id":"5d98e94c-eb28-4494-8171-1ce1f83a1736","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:15:94:ed","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7066482e-7042-4fdb-b7e0-88db182de2b0","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:22:20Z","binding:vnic_type":"normal"}]} 2018-11-09 14:22:21,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=7066482e-7042-4fdb-b7e0-88db182de2b0 used request id req-f1a42908-49bd-4a9e-b9e1-01996c47bf83 2018-11-09 14:22:21,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:21,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-fcac7998-9b6f-485c-b3b6-a61c8ca14682 Date: Fri, 09 Nov 2018 14:22:21 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:22:21,581 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-fcac7998-9b6f-485c-b3b6-a61c8ca14682 2018-11-09 14:22:21,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-1c4b958a-f0ad-484c-9dae-4c6135474067-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:21,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-842bca0e-2466-4878-a9fb-92bc94fbe37d Date: Fri, 09 Nov 2018 14:22:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ee908192-9750-4683-9d3e-a720cb786bd6", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-11-09T14:22:21Z", "revision_number": 2, "routes": [], "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "7066482e-7042-4fdb-b7e0-88db182de2b0", "name": "NeutronUtilsRouterTests-1c4b958a-f0ad-484c-9dae-4c6135474067-pub-router"}]} 2018-11-09 14:22:21,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-1c4b958a-f0ad-484c-9dae-4c6135474067-pub-router used request id req-842bca0e-2466-4878-a9fb-92bc94fbe37d 2018-11-09 14:22:21,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:22:21,813 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:22: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:22:21,814 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:21,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d382ac8-05c0-4dc8-9d7b-958f3fdc1d82 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:22:21,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-0d382ac8-05c0-4dc8-9d7b-958f3fdc1d82 2018-11-09 14:22:21,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?device_id=7066482e-7042-4fdb-b7e0-88db182de2b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:22,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-22e4d114-31ad-48d7-9623-ea5628065718 Date: Fri, 09 Nov 2018 14:22:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:22:21Z","device_owner":"network:router_gateway","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ee908192-9750-4683-9d3e-a720cb786bd6","ip_address":"172.30.9.208"}],"id":"5d98e94c-eb28-4494-8171-1ce1f83a1736","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:15:94:ed","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"7066482e-7042-4fdb-b7e0-88db182de2b0","name":"","admin_state_up":true,"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"","created_at":"2018-11-09T14:22:20Z","binding:vnic_type":"normal"}]} 2018-11-09 14:22:22,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?device_id=7066482e-7042-4fdb-b7e0-88db182de2b0 used request id req-22e4d114-31ad-48d7-9623-ea5628065718 2018-11-09 14:22:22,121 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:22,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-430cc205-8505-4829-835a-d2939eef96c6 Date: Fri, 09 Nov 2018 14:22:22 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}} 2018-11-09 14:22:22,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets/ee908192-9750-4683-9d3e-a720cb786bd6 used request id req-430cc205-8505-4829-835a-d2939eef96c6 2018-11-09 14:22:22,335 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:22,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-92db8144-21e5-4d94-a415-d624985158f9 Date: Fri, 09 Nov 2018 14:22:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:22:22,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-92db8144-21e5-4d94-a415-d624985158f9 2018-11-09 14:22:22,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:22,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a8669b99-5526-4978-82c0-ad0cd94d9fa3 Date: Fri, 09 Nov 2018 14:22:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 14:22:22,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff used request id req-a8669b99-5526-4978-82c0-ad0cd94d9fa3 2018-11-09 14:22:22,624 - neutron_utils - INFO - Deleting router with name - NeutronUtilsRouterTests-1c4b958a-f0ad-484c-9dae-4c6135474067-pub-router 2018-11-09 14:22:22,629 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/routers/7066482e-7042-4fdb-b7e0-88db182de2b0 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:23,885 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bf26be1c-a06e-40a8-acc0-31f319031ef0 Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:23,885 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/7066482e-7042-4fdb-b7e0-88db182de2b0 used request id req-bf26be1c-a06e-40a8-acc0-31f319031ef0 2018-11-09 14:22:23,890 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-1c4b958a-f0ad-484c-9dae-4c6135474067-pub-router -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ea04d620e75a8095ab10845cf14d92b75942d49c" 2018-11-09 14:22:24,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-8278a55e-4c6a-4fbe-bc03-a432265ce5cc Date: Fri, 09 Nov 2018 14:22:24 GMT RESP BODY: {"routers": []} 2018-11-09 14:22:24,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers?name=NeutronUtilsRouterTests-1c4b958a-f0ad-484c-9dae-4c6135474067-pub-router used request id req-8278a55e-4c6a-4fbe-bc03-a432265ce5cc 2018-11-09 14:22:24,115 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:24,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["P-_rScy3QIyjo1ildNwmxg"], "issued_at": "2018-11-09T14:22:24.000000Z"}} 2018-11-09 14:22:24,485 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}b04301891fe5afae8706335f83292b8ad8449291" 2018-11-09 14:22:24,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-896c4a66-52e2-4686-a953-55c711039587 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:24,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-896c4a66-52e2-4686-a953-55c711039587 2018-11-09 14:22:24,571 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-9009d519-02d0-455b-8779-c5ae24f3f63aname 2018-11-09 14:22:24,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04301891fe5afae8706335f83292b8ad8449291" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-9009d519-02d0-455b-8779-c5ae24f3f63aname"}}' 2018-11-09 14:22:24,961 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1403 X-Openstack-Request-Id: req-f897f5ae-51db-4b78-903e-2785a5294de3 Date: Fri, 09 Nov 2018 14:22:24 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:24Z", "updated_at": "2018-11-09T14:22:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:24Z", "revision_number": 0, "id": "40ca0f6d-7c21-42df-a87d-c0b0b196c9f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:24Z", "security_group_id": "d83228f9-332e-4a64-a700-67f85f5fc8ab", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:24Z", "revision_number": 0, "id": "8cd635cf-9c9d-4cf3-b8df-77e6d4d86729", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:24Z", "security_group_id": "d83228f9-332e-4a64-a700-67f85f5fc8ab", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 2, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "d83228f9-332e-4a64-a700-67f85f5fc8ab", "name": "NeutronUtilsSecurityGroupTests-9009d519-02d0-455b-8779-c5ae24f3f63aname"}} 2018-11-09 14:22:24,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-f897f5ae-51db-4b78-903e-2785a5294de3 2018-11-09 14:22:24,962 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d83228f9-332e-4a64-a700-67f85f5fc8ab 2018-11-09 14:22:24,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d83228f9-332e-4a64-a700-67f85f5fc8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04301891fe5afae8706335f83292b8ad8449291" 2018-11-09 14:22:25,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-558074f6-b7bb-42b0-b331-25736014ef45 Date: Fri, 09 Nov 2018 14:22:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:24Z", "security_group_id": "d83228f9-332e-4a64-a700-67f85f5fc8ab", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:24Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "40ca0f6d-7c21-42df-a87d-c0b0b196c9f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:24Z", "security_group_id": "d83228f9-332e-4a64-a700-67f85f5fc8ab", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:24Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "8cd635cf-9c9d-4cf3-b8df-77e6d4d86729"}]} 2018-11-09 14:22:25,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d83228f9-332e-4a64-a700-67f85f5fc8ab used request id req-558074f6-b7bb-42b0-b331-25736014ef45 2018-11-09 14:22:25,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9009d519-02d0-455b-8779-c5ae24f3f63aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04301891fe5afae8706335f83292b8ad8449291" 2018-11-09 14:22:25,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1406 X-Openstack-Request-Id: req-7ee321d2-9628-4516-9bf7-a84919b03105 Date: Fri, 09 Nov 2018 14:22:25 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:24Z", "updated_at": "2018-11-09T14:22:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:24Z", "revision_number": 0, "id": "8cd635cf-9c9d-4cf3-b8df-77e6d4d86729", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:24Z", "security_group_id": "d83228f9-332e-4a64-a700-67f85f5fc8ab", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:24Z", "revision_number": 0, "id": "40ca0f6d-7c21-42df-a87d-c0b0b196c9f4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:24Z", "security_group_id": "d83228f9-332e-4a64-a700-67f85f5fc8ab", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 2, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "d83228f9-332e-4a64-a700-67f85f5fc8ab", "name": "NeutronUtilsSecurityGroupTests-9009d519-02d0-455b-8779-c5ae24f3f63aname"}]} 2018-11-09 14:22:25,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9009d519-02d0-455b-8779-c5ae24f3f63aname used request id req-7ee321d2-9628-4516-9bf7-a84919b03105 2018-11-09 14:22:25,358 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - d83228f9-332e-4a64-a700-67f85f5fc8ab 2018-11-09 14:22:25,363 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d83228f9-332e-4a64-a700-67f85f5fc8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04301891fe5afae8706335f83292b8ad8449291" 2018-11-09 14:22:25,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-981bd15e-8fe9-4acc-ab35-9e8e13c80584 Date: Fri, 09 Nov 2018 14:22:25 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:24Z", "security_group_id": "d83228f9-332e-4a64-a700-67f85f5fc8ab", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:24Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "40ca0f6d-7c21-42df-a87d-c0b0b196c9f4"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:24Z", "security_group_id": "d83228f9-332e-4a64-a700-67f85f5fc8ab", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:24Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "8cd635cf-9c9d-4cf3-b8df-77e6d4d86729"}]} 2018-11-09 14:22:25,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=d83228f9-332e-4a64-a700-67f85f5fc8ab used request id req-981bd15e-8fe9-4acc-ab35-9e8e13c80584 2018-11-09 14:22:25,525 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-9009d519-02d0-455b-8779-c5ae24f3f63aname 2018-11-09 14:22:25,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/d83228f9-332e-4a64-a700-67f85f5fc8ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04301891fe5afae8706335f83292b8ad8449291" 2018-11-09 14:22:25,836 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0fbfa890-5058-4237-937e-fffd5196dcef Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:25,836 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/d83228f9-332e-4a64-a700-67f85f5fc8ab used request id req-0fbfa890-5058-4237-937e-fffd5196dcef 2018-11-09 14:22:25,841 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9009d519-02d0-455b-8779-c5ae24f3f63aname -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b04301891fe5afae8706335f83292b8ad8449291" 2018-11-09 14:22:26,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-b82a9a3b-2eee-441a-aa98-b45457f79aca Date: Fri, 09 Nov 2018 14:22:26 GMT RESP BODY: {"security_groups": []} 2018-11-09 14:22:26,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-9009d519-02d0-455b-8779-c5ae24f3f63aname used request id req-b82a9a3b-2eee-441a-aa98-b45457f79aca 2018-11-09 14:22:26,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:26,475 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["HX1eYJOORUSWRpLX_n9jiQ"], "issued_at": "2018-11-09T14:22:26.000000Z"}} 2018-11-09 14:22:26,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}8b389d21f6dcadc2d6752a7ce4b294e5fe4b9cdb" 2018-11-09 14:22:26,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9dd1ffce-ae06-4f19-9f35-1d51ba1b5504 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:26,487 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9dd1ffce-ae06-4f19-9f35-1d51ba1b5504 2018-11-09 14:22:26,489 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:26,891 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["669SyKvLSZe9nUYN9p0F3Q"], "issued_at": "2018-11-09T14:22:26.000000Z"}} 2018-11-09 14:22:26,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}f9ec57cf2987b80ce0c10d28a8542c2668e54ef0" 2018-11-09 14:22:26,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ffbb367f-bb5d-4aea-a97d-3a584d1fb772 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:26,968 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ffbb367f-bb5d-4aea-a97d-3a584d1fb772 2018-11-09 14:22:26,969 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-ff2c8b81-6a65-48ab-aea8-a46593f038b6name 2018-11-09 14:22:26,974 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ec57cf2987b80ce0c10d28a8542c2668e54ef0" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-ff2c8b81-6a65-48ab-aea8-a46593f038b6name", "description": "hello group"}}' 2018-11-09 14:22:27,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-d3a4e393-c2ad-4d78-ae99-b54db2ebe2af Date: Fri, 09 Nov 2018 14:22:27 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:27Z", "updated_at": "2018-11-09T14:22:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:27Z", "revision_number": 0, "id": "64a4ea02-f4ae-4ea7-8c81-5754c7822e97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:27Z", "security_group_id": "16e9158f-54a8-412c-a5ef-f13ec3170bef", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:27Z", "revision_number": 0, "id": "ee8f4156-b694-4b5f-9761-a730e9f549b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:27Z", "security_group_id": "16e9158f-54a8-412c-a5ef-f13ec3170bef", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 2, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "16e9158f-54a8-412c-a5ef-f13ec3170bef", "name": "NeutronUtilsSecurityGroupTests-ff2c8b81-6a65-48ab-aea8-a46593f038b6name"}} 2018-11-09 14:22:27,477 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-d3a4e393-c2ad-4d78-ae99-b54db2ebe2af 2018-11-09 14:22:27,477 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 16e9158f-54a8-412c-a5ef-f13ec3170bef 2018-11-09 14:22:27,482 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=16e9158f-54a8-412c-a5ef-f13ec3170bef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ec57cf2987b80ce0c10d28a8542c2668e54ef0" 2018-11-09 14:22:27,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-f1c52073-7159-476b-972b-19db4b91fa43 Date: Fri, 09 Nov 2018 14:22:27 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:27Z", "security_group_id": "16e9158f-54a8-412c-a5ef-f13ec3170bef", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:27Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "64a4ea02-f4ae-4ea7-8c81-5754c7822e97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:27Z", "security_group_id": "16e9158f-54a8-412c-a5ef-f13ec3170bef", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:27Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "ee8f4156-b694-4b5f-9761-a730e9f549b0"}]} 2018-11-09 14:22:27,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=16e9158f-54a8-412c-a5ef-f13ec3170bef used request id req-f1c52073-7159-476b-972b-19db4b91fa43 2018-11-09 14:22:27,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ff2c8b81-6a65-48ab-aea8-a46593f038b6name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ec57cf2987b80ce0c10d28a8542c2668e54ef0" 2018-11-09 14:22:27,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-8c03f259-1835-4050-811b-5982e9ecbade Date: Fri, 09 Nov 2018 14:22:27 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:27Z", "updated_at": "2018-11-09T14:22:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:27Z", "revision_number": 0, "id": "ee8f4156-b694-4b5f-9761-a730e9f549b0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:27Z", "security_group_id": "16e9158f-54a8-412c-a5ef-f13ec3170bef", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:27Z", "revision_number": 0, "id": "64a4ea02-f4ae-4ea7-8c81-5754c7822e97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:27Z", "security_group_id": "16e9158f-54a8-412c-a5ef-f13ec3170bef", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 2, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "16e9158f-54a8-412c-a5ef-f13ec3170bef", "name": "NeutronUtilsSecurityGroupTests-ff2c8b81-6a65-48ab-aea8-a46593f038b6name"}]} 2018-11-09 14:22:27,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-ff2c8b81-6a65-48ab-aea8-a46593f038b6name&description=hello+group used request id req-8c03f259-1835-4050-811b-5982e9ecbade 2018-11-09 14:22:27,886 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 16e9158f-54a8-412c-a5ef-f13ec3170bef 2018-11-09 14:22:27,891 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=16e9158f-54a8-412c-a5ef-f13ec3170bef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ec57cf2987b80ce0c10d28a8542c2668e54ef0" 2018-11-09 14:22:28,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-d613330c-54a3-4462-a9bd-5446c8a77500 Date: Fri, 09 Nov 2018 14:22:28 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:27Z", "security_group_id": "16e9158f-54a8-412c-a5ef-f13ec3170bef", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:27Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "64a4ea02-f4ae-4ea7-8c81-5754c7822e97"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:27Z", "security_group_id": "16e9158f-54a8-412c-a5ef-f13ec3170bef", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:27Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "ee8f4156-b694-4b5f-9761-a730e9f549b0"}]} 2018-11-09 14:22:28,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=16e9158f-54a8-412c-a5ef-f13ec3170bef used request id req-d613330c-54a3-4462-a9bd-5446c8a77500 2018-11-09 14:22:28,068 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-ff2c8b81-6a65-48ab-aea8-a46593f038b6name 2018-11-09 14:22:28,073 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/16e9158f-54a8-412c-a5ef-f13ec3170bef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9ec57cf2987b80ce0c10d28a8542c2668e54ef0" 2018-11-09 14:22:28,392 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-451c9514-78de-41f0-87ab-d19b22b5feb3 Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:28,393 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/16e9158f-54a8-412c-a5ef-f13ec3170bef used request id req-451c9514-78de-41f0-87ab-d19b22b5feb3 2018-11-09 14:22:28,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:28,789 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["DIz-lXEOQMmM-SDha1vSsQ"], "issued_at": "2018-11-09T14:22:28.000000Z"}} 2018-11-09 14:22:28,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:28,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c6b6be4-d354-42a8-9260-75ea2d844cfd 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:28,803 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0c6b6be4-d354-42a8-9260-75ea2d844cfd 2018-11-09 14:22:28,804 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name 2018-11-09 14:22:28,809 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name", "description": "hello group"}}' 2018-11-09 14:22:29,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1414 X-Openstack-Request-Id: req-9cb41ab7-5204-4302-8b14-00f68aa12879 Date: Fri, 09 Nov 2018 14:22:29 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "updated_at": "2018-11-09T14:22:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "revision_number": 0, "id": "105dc0a7-8f85-4c6d-b3bd-9772a40b1fca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "revision_number": 0, "id": "9a1c593f-ac9b-4628-9f5e-42322c1d758d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 2, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "122ab723-4247-4cb3-8a5a-a964be666746", "name": "NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name"}} 2018-11-09 14:22:29,189 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-9cb41ab7-5204-4302-8b14-00f68aa12879 2018-11-09 14:22:29,189 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 122ab723-4247-4cb3-8a5a-a964be666746 2018-11-09 14:22:29,195 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:29,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-8222d5e2-56fc-431b-afe5-51edb00ed640 Date: Fri, 09 Nov 2018 14:22:29 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-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "105dc0a7-8f85-4c6d-b3bd-9772a40b1fca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "9a1c593f-ac9b-4628-9f5e-42322c1d758d"}]} 2018-11-09 14:22:29,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 used request id req-8222d5e2-56fc-431b-afe5-51edb00ed640 2018-11-09 14:22:29,368 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 122ab723-4247-4cb3-8a5a-a964be666746 2018-11-09 14:22:29,372 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:29,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e0e24eb1-f181-44e5-a2c2-ed2066c79026 Date: Fri, 09 Nov 2018 14:22:29 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-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "105dc0a7-8f85-4c6d-b3bd-9772a40b1fca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "9a1c593f-ac9b-4628-9f5e-42322c1d758d"}]} 2018-11-09 14:22:29,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 used request id req-e0e24eb1-f181-44e5-a2c2-ed2066c79026 2018-11-09 14:22:29,540 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:29,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90a4a990-36a2-459e-bb6d-680262b0433c 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:29,621 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-90a4a990-36a2-459e-bb6d-680262b0433c 2018-11-09 14:22:29,622 - neutron_utils - INFO - Creating security group to security group - NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name 2018-11-09 14:22:29,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:29,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1417 X-Openstack-Request-Id: req-67240cc1-1a17-4af6-9e20-76ec3776c4af Date: Fri, 09 Nov 2018 14:22:29 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "updated_at": "2018-11-09T14:22:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "revision_number": 0, "id": "9a1c593f-ac9b-4628-9f5e-42322c1d758d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "revision_number": 0, "id": "105dc0a7-8f85-4c6d-b3bd-9772a40b1fca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 2, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "122ab723-4247-4cb3-8a5a-a964be666746", "name": "NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name"}]} 2018-11-09 14:22:29,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name used request id req-67240cc1-1a17-4af6-9e20-76ec3776c4af 2018-11-09 14:22:29,818 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:22:29,823 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:22: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:22:29,824 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:29,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba848726-6305-4d4f-92dd-fce2901a277b 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:22:29,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-ba848726-6305-4d4f-92dd-fce2901a277b 2018-11-09 14:22:29,916 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 122ab723-4247-4cb3-8a5a-a964be666746 2018-11-09 14:22:29,922 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:30,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-86b9c5c1-2508-492a-822d-4d185e034afb Date: Fri, 09 Nov 2018 14:22:30 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-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "105dc0a7-8f85-4c6d-b3bd-9772a40b1fca"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "9a1c593f-ac9b-4628-9f5e-42322c1d758d"}]} 2018-11-09 14:22:30,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 used request id req-86b9c5c1-2508-492a-822d-4d185e034afb 2018-11-09 14:22:30,098 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27: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}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" -d '{"security_group_rule": {"direction": "ingress", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746"}}' 2018-11-09 14:22:30,435 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 510 X-Openstack-Request-Id: req-150e67da-ae0c-4b85-b000-03b782941367 Date: Fri, 09 Nov 2018 14:22:30 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:30Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:30Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "6cd2762c-85b4-42b3-b56c-02f927eabcdf"}} 2018-11-09 14:22:30,435 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-group-rules used request id req-150e67da-ae0c-4b85-b000-03b782941367 2018-11-09 14:22:30,441 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:30,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-d59bbfdd-b24b-4d23-914d-e210e8adf1c6 Date: Fri, 09 Nov 2018 14:22:30 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "updated_at": "2018-11-09T14:22:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:30Z", "revision_number": 0, "id": "6cd2762c-85b4-42b3-b56c-02f927eabcdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:30Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "revision_number": 0, "id": "105dc0a7-8f85-4c6d-b3bd-9772a40b1fca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "revision_number": 0, "id": "9a1c593f-ac9b-4628-9f5e-42322c1d758d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 3, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "122ab723-4247-4cb3-8a5a-a964be666746", "name": "NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name"}]} 2018-11-09 14:22:30,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name&description=hello+group used request id req-d59bbfdd-b24b-4d23-914d-e210e8adf1c6 2018-11-09 14:22:30,787 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 122ab723-4247-4cb3-8a5a-a964be666746 2018-11-09 14:22:30,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:31,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-7dd24550-20be-45e2-b412-cbcf95749540 Date: Fri, 09 Nov 2018 14:22:30 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-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "105dc0a7-8f85-4c6d-b3bd-9772a40b1fca"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:30Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:30Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "6cd2762c-85b4-42b3-b56c-02f927eabcdf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "9a1c593f-ac9b-4628-9f5e-42322c1d758d"}]} 2018-11-09 14:22:31,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 used request id req-7dd24550-20be-45e2-b412-cbcf95749540 2018-11-09 14:22:31,001 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 122ab723-4247-4cb3-8a5a-a964be666746 2018-11-09 14:22:31,007 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:31,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-9ae05284-a29c-4ced-8397-87573bf0ba0f Date: Fri, 09 Nov 2018 14:22:31 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-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "105dc0a7-8f85-4c6d-b3bd-9772a40b1fca"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:30Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:30Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "6cd2762c-85b4-42b3-b56c-02f927eabcdf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "9a1c593f-ac9b-4628-9f5e-42322c1d758d"}]} 2018-11-09 14:22:31,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 used request id req-9ae05284-a29c-4ced-8397-87573bf0ba0f 2018-11-09 14:22:31,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name&description=hello+group -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:31,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1916 X-Openstack-Request-Id: req-3e634d63-d8bd-421f-9edf-dc480be34bc2 Date: Fri, 09 Nov 2018 14:22:31 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "updated_at": "2018-11-09T14:22:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "revision_number": 0, "id": "9a1c593f-ac9b-4628-9f5e-42322c1d758d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:30Z", "revision_number": 0, "id": "6cd2762c-85b4-42b3-b56c-02f927eabcdf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:30Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "revision_number": 0, "id": "105dc0a7-8f85-4c6d-b3bd-9772a40b1fca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 3, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "122ab723-4247-4cb3-8a5a-a964be666746", "name": "NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name"}]} 2018-11-09 14:22:31,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?name=NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name&description=hello+group used request id req-3e634d63-d8bd-421f-9edf-dc480be34bc2 2018-11-09 14:22:31,391 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 122ab723-4247-4cb3-8a5a-a964be666746 2018-11-09 14:22:31,397 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:31,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1489 X-Openstack-Request-Id: req-36d9852d-83c6-4e47-ae41-2cce2fd52d7a Date: Fri, 09 Nov 2018 14:22:31 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-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "105dc0a7-8f85-4c6d-b3bd-9772a40b1fca"}, {"remote_group_id": null, "direction": "ingress", "protocol": null, "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:30Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:30Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "6cd2762c-85b4-42b3-b56c-02f927eabcdf"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:29Z", "security_group_id": "122ab723-4247-4cb3-8a5a-a964be666746", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:29Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "9a1c593f-ac9b-4628-9f5e-42322c1d758d"}]} 2018-11-09 14:22:31,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=122ab723-4247-4cb3-8a5a-a964be666746 used request id req-36d9852d-83c6-4e47-ae41-2cce2fd52d7a 2018-11-09 14:22:31,416 - neutron_utils - INFO - Deleting security group rule with ID - 105dc0a7-8f85-4c6d-b3bd-9772a40b1fca 2018-11-09 14:22:31,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/105dc0a7-8f85-4c6d-b3bd-9772a40b1fca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:31,699 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90b6a7fb-cdf5-48ed-ba9c-90f3ce9d6fbc Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:31,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/105dc0a7-8f85-4c6d-b3bd-9772a40b1fca used request id req-90b6a7fb-cdf5-48ed-ba9c-90f3ce9d6fbc 2018-11-09 14:22:31,700 - neutron_utils - INFO - Deleting security group rule with ID - 9a1c593f-ac9b-4628-9f5e-42322c1d758d 2018-11-09 14:22:31,705 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/9a1c593f-ac9b-4628-9f5e-42322c1d758d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:31,800 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-74e74367-2830-431f-a80e-3c5ab13bb7b6 Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:31,800 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/9a1c593f-ac9b-4628-9f5e-42322c1d758d used request id req-74e74367-2830-431f-a80e-3c5ab13bb7b6 2018-11-09 14:22:31,800 - neutron_utils - INFO - Deleting security group rule with ID - 6cd2762c-85b4-42b3-b56c-02f927eabcdf 2018-11-09 14:22:31,805 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-group-rules/6cd2762c-85b4-42b3-b56c-02f927eabcdf -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:32,078 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aff8b869-506c-4289-b9d8-7b02a6a07403 Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:32,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-group-rules/6cd2762c-85b4-42b3-b56c-02f927eabcdf used request id req-aff8b869-506c-4289-b9d8-7b02a6a07403 2018-11-09 14:22:32,078 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-cb942a10-d23d-444b-8bb0-72ccbb308927name 2018-11-09 14:22:32,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/122ab723-4247-4cb3-8a5a-a964be666746 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}25b3570fb1f7095b3ecb2072b56ba5e2b9868ce2" 2018-11-09 14:22:32,346 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97378b4e-f437-414f-b59b-812f9316bf19 Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:32,347 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/122ab723-4247-4cb3-8a5a-a964be666746 used request id req-97378b4e-f437-414f-b59b-812f9316bf19 2018-11-09 14:22:32,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:32,729 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["T50nk_kURs2oMLnMJP_Nxg"], "issued_at": "2018-11-09T14:22:32.000000Z"}} 2018-11-09 14:22:32,730 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" 2018-11-09 14:22:32,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7edbba6-01ee-4f94-99a6-b7bb2a360e7c 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:32,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b7edbba6-01ee-4f94-99a6-b7bb2a360e7c 2018-11-09 14:22:32,808 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-3dc661f1-14ae-4b4a-a100-57f45d375fdfname-1 2018-11-09 14:22:32,813 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-3dc661f1-14ae-4b4a-a100-57f45d375fdfname-1", "description": "hello group"}}' 2018-11-09 14:22:33,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-9c4e46c4-aa0e-46ca-b17e-37c9b0d79a41 Date: Fri, 09 Nov 2018 14:22:33 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "updated_at": "2018-11-09T14:22:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "revision_number": 0, "id": "e5d3dc22-461e-46aa-bcea-9bf0299de73f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:33Z", "security_group_id": "39b7a36b-d509-41fd-9cf1-fdc4552437a5", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "revision_number": 0, "id": "e78c401f-e6cd-44f7-be07-54b879e64d83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:33Z", "security_group_id": "39b7a36b-d509-41fd-9cf1-fdc4552437a5", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 2, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "39b7a36b-d509-41fd-9cf1-fdc4552437a5", "name": "NeutronUtilsSecurityGroupTests-3dc661f1-14ae-4b4a-a100-57f45d375fdfname-1"}} 2018-11-09 14:22:33,220 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-9c4e46c4-aa0e-46ca-b17e-37c9b0d79a41 2018-11-09 14:22:33,220 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39b7a36b-d509-41fd-9cf1-fdc4552437a5 2018-11-09 14:22:33,225 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b7a36b-d509-41fd-9cf1-fdc4552437a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" 2018-11-09 14:22:33,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-9c67a2af-4507-4c26-90e4-3cdbb8321587 Date: Fri, 09 Nov 2018 14:22:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "security_group_id": "39b7a36b-d509-41fd-9cf1-fdc4552437a5", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "e5d3dc22-461e-46aa-bcea-9bf0299de73f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "security_group_id": "39b7a36b-d509-41fd-9cf1-fdc4552437a5", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "e78c401f-e6cd-44f7-be07-54b879e64d83"}]} 2018-11-09 14:22:33,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b7a36b-d509-41fd-9cf1-fdc4552437a5 used request id req-9c67a2af-4507-4c26-90e4-3cdbb8321587 2018-11-09 14:22:33,407 - neutron_utils - INFO - Creating security group with name - NeutronUtilsSecurityGroupTests-3dc661f1-14ae-4b4a-a100-57f45d375fdfname-2 2018-11-09 14:22:33,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" -d '{"security_group": {"name": "NeutronUtilsSecurityGroupTests-3dc661f1-14ae-4b4a-a100-57f45d375fdfname-2", "description": "hello group"}}' 2018-11-09 14:22:33,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-ef623e00-d3df-4fcc-a6db-fc6f4ab01dcc Date: Fri, 09 Nov 2018 14:22:33 GMT RESP BODY: {"security_group": {"description": "hello group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "updated_at": "2018-11-09T14:22:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "revision_number": 0, "id": "146e2556-9f73-4a52-87d8-051bda72e791", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:33Z", "security_group_id": "5d2cb62d-0a79-4a82-a0aa-26c00a3d226a", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "revision_number": 0, "id": "58098b1e-26d8-46c4-a1f7-b1b052f93b57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:33Z", "security_group_id": "5d2cb62d-0a79-4a82-a0aa-26c00a3d226a", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 2, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "5d2cb62d-0a79-4a82-a0aa-26c00a3d226a", "name": "NeutronUtilsSecurityGroupTests-3dc661f1-14ae-4b4a-a100-57f45d375fdfname-2"}} 2018-11-09 14:22:33,784 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/security-groups used request id req-ef623e00-d3df-4fcc-a6db-fc6f4ab01dcc 2018-11-09 14:22:33,784 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d2cb62d-0a79-4a82-a0aa-26c00a3d226a 2018-11-09 14:22:33,789 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d2cb62d-0a79-4a82-a0aa-26c00a3d226a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" 2018-11-09 14:22:33,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c2486231-62b0-4c57-9fa5-026cb0b6bb57 Date: Fri, 09 Nov 2018 14:22:33 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "security_group_id": "5d2cb62d-0a79-4a82-a0aa-26c00a3d226a", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "146e2556-9f73-4a52-87d8-051bda72e791"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "security_group_id": "5d2cb62d-0a79-4a82-a0aa-26c00a3d226a", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "58098b1e-26d8-46c4-a1f7-b1b052f93b57"}]} 2018-11-09 14:22:33,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d2cb62d-0a79-4a82-a0aa-26c00a3d226a used request id req-c2486231-62b0-4c57-9fa5-026cb0b6bb57 2018-11-09 14:22:33,974 - neutron_utils - INFO - Retrieving security group with ID - 39b7a36b-d509-41fd-9cf1-fdc4552437a5 2018-11-09 14:22:33,979 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=39b7a36b-d509-41fd-9cf1-fdc4552437a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" 2018-11-09 14:22:34,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-e671b694-51dc-4128-acb7-ed865dff45c2 Date: Fri, 09 Nov 2018 14:22:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "updated_at": "2018-11-09T14:22:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "revision_number": 0, "id": "e5d3dc22-461e-46aa-bcea-9bf0299de73f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:33Z", "security_group_id": "39b7a36b-d509-41fd-9cf1-fdc4552437a5", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "revision_number": 0, "id": "e78c401f-e6cd-44f7-be07-54b879e64d83", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:33Z", "security_group_id": "39b7a36b-d509-41fd-9cf1-fdc4552437a5", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 2, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "39b7a36b-d509-41fd-9cf1-fdc4552437a5", "name": "NeutronUtilsSecurityGroupTests-3dc661f1-14ae-4b4a-a100-57f45d375fdfname-1"}]} 2018-11-09 14:22:34,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=39b7a36b-d509-41fd-9cf1-fdc4552437a5 used request id req-e671b694-51dc-4128-acb7-ed865dff45c2 2018-11-09 14:22:34,171 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 39b7a36b-d509-41fd-9cf1-fdc4552437a5 2018-11-09 14:22:34,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b7a36b-d509-41fd-9cf1-fdc4552437a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" 2018-11-09 14:22:34,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-c41e4548-cbfc-494e-9260-f55c4550a3c6 Date: Fri, 09 Nov 2018 14:22:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "security_group_id": "39b7a36b-d509-41fd-9cf1-fdc4552437a5", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "e5d3dc22-461e-46aa-bcea-9bf0299de73f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "security_group_id": "39b7a36b-d509-41fd-9cf1-fdc4552437a5", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "e78c401f-e6cd-44f7-be07-54b879e64d83"}]} 2018-11-09 14:22:34,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=39b7a36b-d509-41fd-9cf1-fdc4552437a5 used request id req-c41e4548-cbfc-494e-9260-f55c4550a3c6 2018-11-09 14:22:34,332 - neutron_utils - INFO - Retrieving security group with ID - 5d2cb62d-0a79-4a82-a0aa-26c00a3d226a 2018-11-09 14:22:34,336 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=5d2cb62d-0a79-4a82-a0aa-26c00a3d226a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" 2018-11-09 14:22:34,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1419 X-Openstack-Request-Id: req-a7abca46-4156-4cec-aea0-701e5d8f5669 Date: Fri, 09 Nov 2018 14:22:34 GMT RESP BODY: {"security_groups": [{"description": "hello group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "updated_at": "2018-11-09T14:22:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "revision_number": 0, "id": "146e2556-9f73-4a52-87d8-051bda72e791", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:33Z", "security_group_id": "5d2cb62d-0a79-4a82-a0aa-26c00a3d226a", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "revision_number": 0, "id": "58098b1e-26d8-46c4-a1f7-b1b052f93b57", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:22:33Z", "security_group_id": "5d2cb62d-0a79-4a82-a0aa-26c00a3d226a", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 2, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "5d2cb62d-0a79-4a82-a0aa-26c00a3d226a", "name": "NeutronUtilsSecurityGroupTests-3dc661f1-14ae-4b4a-a100-57f45d375fdfname-2"}]} 2018-11-09 14:22:34,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=5d2cb62d-0a79-4a82-a0aa-26c00a3d226a used request id req-a7abca46-4156-4cec-aea0-701e5d8f5669 2018-11-09 14:22:34,545 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 5d2cb62d-0a79-4a82-a0aa-26c00a3d226a 2018-11-09 14:22:34,551 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d2cb62d-0a79-4a82-a0aa-26c00a3d226a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" 2018-11-09 14:22:34,728 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-bee9d4c6-2b4f-410e-bc0c-7c674819af2a Date: Fri, 09 Nov 2018 14:22:34 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "security_group_id": "5d2cb62d-0a79-4a82-a0aa-26c00a3d226a", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "146e2556-9f73-4a52-87d8-051bda72e791"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-11-09T14:22:33Z", "security_group_id": "5d2cb62d-0a79-4a82-a0aa-26c00a3d226a", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:33Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "58098b1e-26d8-46c4-a1f7-b1b052f93b57"}]} 2018-11-09 14:22:34,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=5d2cb62d-0a79-4a82-a0aa-26c00a3d226a used request id req-bee9d4c6-2b4f-410e-bc0c-7c674819af2a 2018-11-09 14:22:34,729 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-3dc661f1-14ae-4b4a-a100-57f45d375fdfname-1 2018-11-09 14:22:34,734 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/39b7a36b-d509-41fd-9cf1-fdc4552437a5 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" 2018-11-09 14:22:35,155 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7881812d-8b10-4a79-9399-17aaf0823e04 Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:35,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/39b7a36b-d509-41fd-9cf1-fdc4552437a5 used request id req-7881812d-8b10-4a79-9399-17aaf0823e04 2018-11-09 14:22:35,156 - neutron_utils - INFO - Deleting security group with name - NeutronUtilsSecurityGroupTests-3dc661f1-14ae-4b4a-a100-57f45d375fdfname-2 2018-11-09 14:22:35,161 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/security-groups/5d2cb62d-0a79-4a82-a0aa-26c00a3d226a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e3dc56bb436648e4c7f6edbb89c8fe289f08655b" 2018-11-09 14:22:35,620 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b4f6eaf3-d67b-4c99-b412-77d343371482 Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:35,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/5d2cb62d-0a79-4a82-a0aa-26c00a3d226a used request id req-b4f6eaf3-d67b-4c99-b412-77d343371482 2018-11-09 14:22:35,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:36,014 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["1is7FFDnRomlLW7bri8AxQ"], "issued_at": "2018-11-09T14:22:36.000000Z"}} 2018-11-09 14:22:36,014 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}54f9b361014d63041a40cbfc482ef094d43e2c0c" 2018-11-09 14:22:36,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b33aade1-fe39-4c2c-b137-ede7c9471ed9 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:36,028 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b33aade1-fe39-4c2c-b137-ede7c9471ed9 2018-11-09 14:22:36,034 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b361014d63041a40cbfc482ef094d43e2c0c" 2018-11-09 14:22:36,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-cbf61b86-9b0c-4388-b8e7-042bf186ce16 Date: Fri, 09 Nov 2018 14:22:36 GMT RESP BODY: {"floatingips": []} 2018-11-09 14:22:36,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-cbf61b86-9b0c-4388-b8e7-042bf186ce16 2018-11-09 14:22:36,216 - neutron_utils - INFO - Creating floating ip to external network - external 2018-11-09 14:22:36,221 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b361014d63041a40cbfc482ef094d43e2c0c" 2018-11-09 14:22:36,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2529491c-f908-4089-9e54-a87a67cd131d Date: Fri, 09 Nov 2018 14:22:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"afe83e831ae740a9b46732e40359c7d9","status":"ACTIVE","subnets":["ee908192-9750-4683-9d3e-a720cb786bd6"],"description":"","tags":[],"updated_at":"2018-11-09T14:07:58Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:51Z","provider:network_type":"flat"}]} 2018-11-09 14:22:36,454 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=external used request id req-2529491c-f908-4089-9e54-a87a67cd131d 2018-11-09 14:22:36,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b361014d63041a40cbfc482ef094d43e2c0c" 2018-11-09 14:22:36,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4bdc7c45-3f1d-4e94-ba2a-360a9db96e26 Date: Fri, 09 Nov 2018 14:22:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"eafd3aac-ed9a-4928-b5b7-39750c0862ff","tenant_id":"afe83e831ae740a9b46732e40359c7d9","created_at":"2018-11-09T14:07:58Z","dns_nameservers":[],"updated_at":"2018-11-09T14:07:58Z","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":"afe83e831ae740a9b46732e40359c7d9","id":"ee908192-9750-4683-9d3e-a720cb786bd6","subnetpool_id":null,"name":"external-subnet"}]} 2018-11-09 14:22:36,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=eafd3aac-ed9a-4928-b5b7-39750c0862ff used request id req-4bdc7c45-3f1d-4e94-ba2a-360a9db96e26 2018-11-09 14:22:36,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b361014d63041a40cbfc482ef094d43e2c0c" -d '{"floatingip": {"floating_network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff"}}' 2018-11-09 14:22:37,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 472 X-Openstack-Request-Id: req-cb916290-d3a1-44f9-a164-1e3008bdca23 Date: Fri, 09 Nov 2018 14:22:37 GMT RESP BODY: {"floatingip": {"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-09T14:22:37Z", "floating_network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "d5ddf675-bc6c-4176-936a-05b181cefbf6", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:37Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}} 2018-11-09 14:22:37,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-cb916290-d3a1-44f9-a164-1e3008bdca23 2018-11-09 14:22:37,788 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b361014d63041a40cbfc482ef094d43e2c0c" 2018-11-09 14:22:37,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-eb7eb553-4870-4b39-81c5-4fb910b281e7 Date: Fri, 09 Nov 2018 14:22:37 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-09T14:22:37Z", "floating_network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "d5ddf675-bc6c-4176-936a-05b181cefbf6", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:37Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}]} 2018-11-09 14:22:37,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips used request id req-eb7eb553-4870-4b39-81c5-4fb910b281e7 2018-11-09 14:22:37,954 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.201 2018-11-09 14:22:37,954 - neutron_utils - DEBUG - Attempting to retrieve existing floating ip with IP - 172.30.9.201 2018-11-09 14:22:37,959 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/floatingips?ip=d5ddf675-bc6c-4176-936a-05b181cefbf6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b361014d63041a40cbfc482ef094d43e2c0c" 2018-11-09 14:22:38,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 475 X-Openstack-Request-Id: req-15edb01b-a9f3-41ba-acbf-eddb334a6af2 Date: Fri, 09 Nov 2018 14:22:38 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "updated_at": "2018-11-09T14:22:37Z", "floating_network_id": "eafd3aac-ed9a-4928-b5b7-39750c0862ff", "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": null, "id": "d5ddf675-bc6c-4176-936a-05b181cefbf6", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:22:37Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}]} 2018-11-09 14:22:38,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips?ip=d5ddf675-bc6c-4176-936a-05b181cefbf6 used request id req-15edb01b-a9f3-41ba-acbf-eddb334a6af2 2018-11-09 14:22:38,129 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.201 2018-11-09 14:22:38,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/floatingips/d5ddf675-bc6c-4176-936a-05b181cefbf6 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}54f9b361014d63041a40cbfc482ef094d43e2c0c" 2018-11-09 14:22:38,699 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c91e2bfa-67f4-4ec9-88d9-da99092cfd33 Content-Length: 0 Date: Fri, 09 Nov 2018 14:22:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:22:38,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/floatingips/d5ddf675-bc6c-4176-936a-05b181cefbf6 used request id req-c91e2bfa-67f4-4ec9-88d9-da99092cfd33 2018-11-09 14:22:38,700 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:22:39,185 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 2018-11-09 14:22:39,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:39,583 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["t13rrYBpQMeI4QTKbT7icA"], "issued_at": "2018-11-09T14:22:39.000000Z"}} 2018-11-09 14:22:39,585 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526fc0a12a87e903b64a3f976a680f98705c94bc" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ+XVTuVLqKFkgSOc0+tYApC5eQKV7DyVw1aHSyS908egKD44YSDgIlAWoS1XqjkSB6aj6FvQjd1jiDnElkejKekWf2bi9sJnBatTwgqWXbLz9lqZsqnBtuwBw05W4USb9/vCdvzOJMeRiHpTaKx0+YA0grsjPCV6oqTO6WtOD8YdzlyrB9UcVdsTK2d2EJemOMIqssMbMzmyflnL6wiFQzhvB9CE89xHMPSGhEJ7x0ET8K8raJ9yUSR1TzsZLNTbyXWeI8CZd3Q+nFnigeNOXyL+qGcB/T2LCcoOMWdXTByL1JddSLaDmF8vhrggzMnEd5p1vq/ObyEcz86+4gUKX", "name": "NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63"}}' 2018-11-09 14:22:39,979 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57222545-ff7c-4bab-9045-610d17d63790 x-compute-request-id: req-57222545-ff7c-4bab-9045-610d17d63790 Content-Encoding: gzip Content-Length: 496 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ+XVTuVLqKFkgSOc0+tYApC5eQKV7DyVw1aHSyS908egKD44YSDgIlAWoS1XqjkSB6aj6FvQjd1jiDnElkejKekWf2bi9sJnBatTwgqWXbLz9lqZsqnBtuwBw05W4USb9/vCdvzOJMeRiHpTaKx0+YA0grsjPCV6oqTO6WtOD8YdzlyrB9UcVdsTK2d2EJemOMIqssMbMzmyflnL6wiFQzhvB9CE89xHMPSGhEJ7x0ET8K8raJ9yUSR1TzsZLNTbyXWeI8CZd3Q+nFnigeNOXyL+qGcB/T2LCcoOMWdXTByL1JddSLaDmF8vhrggzMnEd5p1vq/ObyEcz86+4gUKX", "user_id": "e9fe1a272784449798ddeb7355701307", "name": "NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63", "fingerprint": "f4:5e:3a:a5:ca:79:b3:0b:5b:f3:cc:d2:95:d4:0b:16"}} 2018-11-09 14:22:39,979 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-57222545-ff7c-4bab-9045-610d17d63790 2018-11-09 14:22:39,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526fc0a12a87e903b64a3f976a680f98705c94bc" 2018-11-09 14:22:39,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2dadb4c-f2c9-4627-8b07-544afffa08df x-compute-request-id: req-e2dadb4c-f2c9-4627-8b07-544afffa08df Content-Encoding: gzip Content-Length: 556 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ+XVTuVLqKFkgSOc0+tYApC5eQKV7DyVw1aHSyS908egKD44YSDgIlAWoS1XqjkSB6aj6FvQjd1jiDnElkejKekWf2bi9sJnBatTwgqWXbLz9lqZsqnBtuwBw05W4USb9/vCdvzOJMeRiHpTaKx0+YA0grsjPCV6oqTO6WtOD8YdzlyrB9UcVdsTK2d2EJemOMIqssMbMzmyflnL6wiFQzhvB9CE89xHMPSGhEJ7x0ET8K8raJ9yUSR1TzsZLNTbyXWeI8CZd3Q+nFnigeNOXyL+qGcB/T2LCcoOMWdXTByL1JddSLaDmF8vhrggzMnEd5p1vq/ObyEcz86+4gUKX", "user_id": "e9fe1a272784449798ddeb7355701307", "name": "NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63", "deleted": false, "created_at": "2018-11-09T14:22:39.000000", "updated_at": null, "fingerprint": "f4:5e:3a:a5:ca:79:b3:0b:5b:f3:cc:d2:95:d4:0b:16", "deleted_at": null, "id": 3}} 2018-11-09 14:22:39,998 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 used request id req-e2dadb4c-f2c9-4627-8b07-544afffa08df 2018-11-09 14:22:39,998 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 2018-11-09 14:22:40,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526fc0a12a87e903b64a3f976a680f98705c94bc" 2018-11-09 14:22:40,164 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:22:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed40eb2d-55ea-4ba5-9bae-5bf042fcf4db x-compute-request-id: req-ed40eb2d-55ea-4ba5-9bae-5bf042fcf4db Content-Length: 0 Content-Type: application/json 2018-11-09 14:22:40,164 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 used request id req-ed40eb2d-55ea-4ba5-9bae-5bf042fcf4db 2018-11-09 14:22:40,167 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526fc0a12a87e903b64a3f976a680f98705c94bc" 2018-11-09 14:22:40,185 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:22:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-048fc617-1906-44f3-b480-0e5df813c4a7 x-compute-request-id: req-048fc617-1906-44f3-b480-0e5df813c4a7 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 not found for user e9fe1a272784449798ddeb7355701307", "code": 404}} 2018-11-09 14:22:40,185 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 used request id req-048fc617-1906-44f3-b480-0e5df813c4a7 2018-11-09 14:22:40,186 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 2018-11-09 14:22:40,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}526fc0a12a87e903b64a3f976a680f98705c94bc" 2018-11-09 14:22:40,388 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:22:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a22ebfe4-8547-4bea-8104-e2b1c03a3363 x-compute-request-id: req-a22ebfe4-8547-4bea-8104-e2b1c03a3363 Content-Length: 164 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Keypair NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 not found for user e9fe1a272784449798ddeb7355701307", "code": 404}} 2018-11-09 14:22:40,388 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-8511cee2-80df-45db-9788-016dc749cb63 used request id req-a22ebfe4-8547-4bea-8104-e2b1c03a3363 2018-11-09 14:22:40,389 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:22:40,557 - file_utils - INFO - Saved public key to - tmp/NovaUtilsKeypairTests-879c4db6-ca30-4038-8570-4f4115be3740.pub 2018-11-09 14:22:40,565 - file_utils - INFO - Saved private key to - tmp/NovaUtilsKeypairTests-879c4db6-ca30-4038-8570-4f4115be3740 2018-11-09 14:22:40,566 - nova_utils - INFO - Saving keypair to - tmp/NovaUtilsKeypairTests-879c4db6-ca30-4038-8570-4f4115be3740.pub 2018-11-09 14:22:40,566 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-879c4db6-ca30-4038-8570-4f4115be3740 2018-11-09 14:22:40,566 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:40,952 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["IvxipN5CTdGQUA6iemPMfw"], "issued_at": "2018-11-09T14:22:40.000000Z"}} 2018-11-09 14:22:40,955 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9d9110c5f90d960e2f4ef064a812647b3cd5f3" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCBNuIS9T6sQ6vru9kmweFT0EcJN7EwdytA8yOH05BPVFMqtBxcUeOgzCPArHr3NTjP7d56BkMXNQuV3P+m6cMEY7xRignm8mr6VdrhRLwZrHOQbTcaYwsdOoWaw+Vp4cXyF50MMw5qrpFrRc/3YhZH2JuTQSyCRCLmTZgiAhSAYbz0rkGxjBv7IZzPFxw9smw36ubL+813NW2Oxb28uM8iG+pRWq7K2tsax7dxDUUCFxtleuPJ7olAGVDi7OBKZOQTgCChjq4rxhumozr+OVQGZnflffc6NCxOyy0/oXJxB3RYWYEG3BOos7193l9fmfS3GK2p66lCNrrB4T/kB6R", "name": "NovaUtilsKeypairTests-879c4db6-ca30-4038-8570-4f4115be3740"}}' 2018-11-09 14:22:41,709 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-9e707feb-e93b-4d87-829b-bfa503e7a115 x-compute-request-id: req-9e707feb-e93b-4d87-829b-bfa503e7a115 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCBNuIS9T6sQ6vru9kmweFT0EcJN7EwdytA8yOH05BPVFMqtBxcUeOgzCPArHr3NTjP7d56BkMXNQuV3P+m6cMEY7xRignm8mr6VdrhRLwZrHOQbTcaYwsdOoWaw+Vp4cXyF50MMw5qrpFrRc/3YhZH2JuTQSyCRCLmTZgiAhSAYbz0rkGxjBv7IZzPFxw9smw36ubL+813NW2Oxb28uM8iG+pRWq7K2tsax7dxDUUCFxtleuPJ7olAGVDi7OBKZOQTgCChjq4rxhumozr+OVQGZnflffc6NCxOyy0/oXJxB3RYWYEG3BOos7193l9fmfS3GK2p66lCNrrB4T/kB6R", "user_id": "e9fe1a272784449798ddeb7355701307", "name": "NovaUtilsKeypairTests-879c4db6-ca30-4038-8570-4f4115be3740", "fingerprint": "1e:6c:3d:c2:41:66:63:ac:b8:3a:a4:00:89:bb:53:2e"}} 2018-11-09 14:22:41,709 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-9e707feb-e93b-4d87-829b-bfa503e7a115 2018-11-09 14:22:41,710 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-879c4db6-ca30-4038-8570-4f4115be3740 2018-11-09 14:22:41,713 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-879c4db6-ca30-4038-8570-4f4115be3740 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}da9d9110c5f90d960e2f4ef064a812647b3cd5f3" 2018-11-09 14:22:41,757 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:22: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-6cc9a323-dc61-4f28-9de9-b04e16d0b1ba x-compute-request-id: req-6cc9a323-dc61-4f28-9de9-b04e16d0b1ba Content-Length: 0 Content-Type: application/json 2018-11-09 14:22:41,757 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-879c4db6-ca30-4038-8570-4f4115be3740 used request id req-6cc9a323-dc61-4f28-9de9-b04e16d0b1ba 2018-11-09 14:22:41,758 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:22:41,901 - nova_utils - INFO - Creating keypair with name - NovaUtilsKeypairTests-7e61b1ad-31b2-4301-b786-18d4dbe20afb 2018-11-09 14:22:41,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:42,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["q1Oh7uSGSbOSB2z7EsMalw"], "issued_at": "2018-11-09T14:22:42.000000Z"}} 2018-11-09 14:22:42,285 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b327570285adbe7f599833d3fc0df550c6122e05" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTz03CA7a8IuneSZ7qHaAamE4i8wfCB7Sj/WqXSE/6uMXbUZ2w477Z1EZjcd+Uqoc/5L1RJ+ff0HirGroHGQAvMLPsnEYkiekiUHBRhuhcevQFNvHHDEU7/hhhNUSdA2BqiN375KCD5Cu9n/npzgEHvqw3bUDF+XW5Jl7UzEDfTwmMqSXFP09GEiiBF24wB9spZDSnL/5ZxDvGrU95RxfXxdkGm3jkI9k8ss5Hx6ADfWHGJAj9k+PEl+zoPoWr7zMz/LPnE4BEeM5m75Bfm0do27qS2l2sC/dfxg5bZsMLhr/rWjCwXNCDYhrojIbmlPaalgCAGTN8BDjNiOblAC+F", "name": "NovaUtilsKeypairTests-7e61b1ad-31b2-4301-b786-18d4dbe20afb"}}' 2018-11-09 14:22:43,038 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-caa00dd3-8a26-48e5-a707-f9b2bb0f1da1 x-compute-request-id: req-caa00dd3-8a26-48e5-a707-f9b2bb0f1da1 Content-Encoding: gzip Content-Length: 497 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTz03CA7a8IuneSZ7qHaAamE4i8wfCB7Sj/WqXSE/6uMXbUZ2w477Z1EZjcd+Uqoc/5L1RJ+ff0HirGroHGQAvMLPsnEYkiekiUHBRhuhcevQFNvHHDEU7/hhhNUSdA2BqiN375KCD5Cu9n/npzgEHvqw3bUDF+XW5Jl7UzEDfTwmMqSXFP09GEiiBF24wB9spZDSnL/5ZxDvGrU95RxfXxdkGm3jkI9k8ss5Hx6ADfWHGJAj9k+PEl+zoPoWr7zMz/LPnE4BEeM5m75Bfm0do27qS2l2sC/dfxg5bZsMLhr/rWjCwXNCDYhrojIbmlPaalgCAGTN8BDjNiOblAC+F", "user_id": "e9fe1a272784449798ddeb7355701307", "name": "NovaUtilsKeypairTests-7e61b1ad-31b2-4301-b786-18d4dbe20afb", "fingerprint": "98:57:2d:96:ec:22:74:1f:5d:c5:37:91:fe:a0:a9:eb"}} 2018-11-09 14:22:43,039 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-caa00dd3-8a26-48e5-a707-f9b2bb0f1da1 2018-11-09 14:22:43,042 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7e61b1ad-31b2-4301-b786-18d4dbe20afb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b327570285adbe7f599833d3fc0df550c6122e05" 2018-11-09 14:22:43,057 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-82892bd9-45bd-4b69-ad33-3f0e84b37abb x-compute-request-id: req-82892bd9-45bd-4b69-ad33-3f0e84b37abb Content-Encoding: gzip Content-Length: 553 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTz03CA7a8IuneSZ7qHaAamE4i8wfCB7Sj/WqXSE/6uMXbUZ2w477Z1EZjcd+Uqoc/5L1RJ+ff0HirGroHGQAvMLPsnEYkiekiUHBRhuhcevQFNvHHDEU7/hhhNUSdA2BqiN375KCD5Cu9n/npzgEHvqw3bUDF+XW5Jl7UzEDfTwmMqSXFP09GEiiBF24wB9spZDSnL/5ZxDvGrU95RxfXxdkGm3jkI9k8ss5Hx6ADfWHGJAj9k+PEl+zoPoWr7zMz/LPnE4BEeM5m75Bfm0do27qS2l2sC/dfxg5bZsMLhr/rWjCwXNCDYhrojIbmlPaalgCAGTN8BDjNiOblAC+F", "user_id": "e9fe1a272784449798ddeb7355701307", "name": "NovaUtilsKeypairTests-7e61b1ad-31b2-4301-b786-18d4dbe20afb", "deleted": false, "created_at": "2018-11-09T14:22:43.000000", "updated_at": null, "fingerprint": "98:57:2d:96:ec:22:74:1f:5d:c5:37:91:fe:a0:a9:eb", "deleted_at": null, "id": 9}} 2018-11-09 14:22:43,057 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7e61b1ad-31b2-4301-b786-18d4dbe20afb used request id req-82892bd9-45bd-4b69-ad33-3f0e84b37abb 2018-11-09 14:22:43,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b327570285adbe7f599833d3fc0df550c6122e05" 2018-11-09 14:22:43,079 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-5852c3c8-816d-41a6-b019-0c72cf914ace x-compute-request-id: req-5852c3c8-816d-41a6-b019-0c72cf914ace Content-Encoding: gzip Content-Length: 474 Content-Type: application/json RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTz03CA7a8IuneSZ7qHaAamE4i8wfCB7Sj/WqXSE/6uMXbUZ2w477Z1EZjcd+Uqoc/5L1RJ+ff0HirGroHGQAvMLPsnEYkiekiUHBRhuhcevQFNvHHDEU7/hhhNUSdA2BqiN375KCD5Cu9n/npzgEHvqw3bUDF+XW5Jl7UzEDfTwmMqSXFP09GEiiBF24wB9spZDSnL/5ZxDvGrU95RxfXxdkGm3jkI9k8ss5Hx6ADfWHGJAj9k+PEl+zoPoWr7zMz/LPnE4BEeM5m75Bfm0do27qS2l2sC/dfxg5bZsMLhr/rWjCwXNCDYhrojIbmlPaalgCAGTN8BDjNiOblAC+F", "name": "NovaUtilsKeypairTests-7e61b1ad-31b2-4301-b786-18d4dbe20afb", "fingerprint": "98:57:2d:96:ec:22:74:1f:5d:c5:37:91:fe:a0:a9:eb"}}]} 2018-11-09 14:22:43,079 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-5852c3c8-816d-41a6-b019-0c72cf914ace 2018-11-09 14:22:43,080 - nova_utils - DEBUG - Deleting keypair - NovaUtilsKeypairTests-7e61b1ad-31b2-4301-b786-18d4dbe20afb 2018-11-09 14:22:43,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7e61b1ad-31b2-4301-b786-18d4dbe20afb -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b327570285adbe7f599833d3fc0df550c6122e05" 2018-11-09 14:22:43,109 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:22: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-20fb6c98-9c13-4064-95d0-a3807067c0d8 x-compute-request-id: req-20fb6c98-9c13-4064-95d0-a3807067c0d8 Content-Length: 0 Content-Type: application/json 2018-11-09 14:22:43,109 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/NovaUtilsKeypairTests-7e61b1ad-31b2-4301-b786-18d4dbe20afb used request id req-20fb6c98-9c13-4064-95d0-a3807067c0d8 2018-11-09 14:22:43,110 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:22:43,111 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:43,484 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["XqIp3lk0Qm6cgU4E74LdAw"], "issued_at": "2018-11-09T14:22:43.000000Z"}} 2018-11-09 14:22:43,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9791a0d0ab11fb3062e57231836670dc87fa0e65" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-id", "swap": 2}}' 2018-11-09 14:22:43,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-916bdeb1-a40e-4449-80e1-e588bad669e8 x-compute-request-id: req-916bdeb1-a40e-4449-80e1-e588bad669e8 Content-Encoding: gzip Content-Length: 289 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-id", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-id", "name": "NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-11-09 14:22:43,723 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-916bdeb1-a40e-4449-80e1-e588bad669e8 2018-11-09 14:22:43,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9791a0d0ab11fb3062e57231836670dc87fa0e65" 2018-11-09 14:22:43,787 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:22: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-37437904-0711-4d2b-ad09-a5453e7eeed4 x-compute-request-id: req-37437904-0711-4d2b-ad09-a5453e7eeed4 Content-Length: 0 Content-Type: application/json 2018-11-09 14:22:43,787 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-id used request id req-37437904-0711-4d2b-ad09-a5453e7eeed4 2018-11-09 14:22:43,791 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9791a0d0ab11fb3062e57231836670dc87fa0e65" 2018-11-09 14:22:43,823 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-ac853ad1-fae9-4d5e-bcb0-9fe513953ee9 x-compute-request-id: req-ac853ad1-fae9-4d5e-bcb0-9fe513953ee9 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:22:43,823 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ac853ad1-fae9-4d5e-bcb0-9fe513953ee9 2018-11-09 14:22:43,826 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9791a0d0ab11fb3062e57231836670dc87fa0e65" 2018-11-09 14:22:43,848 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:22: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-020f4711-ea24-4897-bfbe-96b166e2cf24 x-compute-request-id: req-020f4711-ea24-4897-bfbe-96b166e2cf24 Content-Length: 133 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-id could not be found.", "code": 404}} 2018-11-09 14:22:43,848 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-71215384-c929-4b04-9c61-5b8079cb4c40-id used request id req-020f4711-ea24-4897-bfbe-96b166e2cf24 2018-11-09 14:22:43,849 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:22:43,850 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:44,229 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["i-_Nsz8TQWyOBrh3c33Biw"], "issued_at": "2018-11-09T14:22:44.000000Z"}} 2018-11-09 14:22:44,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcf3c81b4bb3b5d842800416eecba94679bcd58e" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "NovaUtilsFlavorTests-fffd0e56-5993-437c-861d-7c63811544f8-name", "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "OS-FLV-EXT-DATA:ephemeral": 1, "ram": 1, "id": "NovaUtilsFlavorTests-fffd0e56-5993-437c-861d-7c63811544f8-id", "swap": 2}}' 2018-11-09 14:22:44,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-e233d08a-e762-452a-84e1-4c6327f20397 x-compute-request-id: req-e233d08a-e762-452a-84e1-4c6327f20397 Content-Encoding: gzip Content-Length: 288 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-fffd0e56-5993-437c-861d-7c63811544f8-id", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/NovaUtilsFlavorTests-fffd0e56-5993-437c-861d-7c63811544f8-id", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 3.0, "disk": 1, "id": "NovaUtilsFlavorTests-fffd0e56-5993-437c-861d-7c63811544f8-id", "name": "NovaUtilsFlavorTests-fffd0e56-5993-437c-861d-7c63811544f8-name", "vcpus": 1, "swap": 2, "OS-FLV-EXT-DATA:ephemeral": 1}} 2018-11-09 14:22:44,632 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-e233d08a-e762-452a-84e1-4c6327f20397 2018-11-09 14:22:44,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-fffd0e56-5993-437c-861d-7c63811544f8-id -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fcf3c81b4bb3b5d842800416eecba94679bcd58e" 2018-11-09 14:22:44,668 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:22: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-30ccade4-a401-42f1-bb59-783a6c2aec73 x-compute-request-id: req-30ccade4-a401-42f1-bb59-783a6c2aec73 Content-Length: 0 Content-Type: application/json 2018-11-09 14:22:44,669 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/NovaUtilsFlavorTests-fffd0e56-5993-437c-861d-7c63811544f8-id used request id req-30ccade4-a401-42f1-bb59-783a6c2aec73 2018-11-09 14:22:44,670 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:22:44,671 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:45,065 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["08uQRA20RliNMELgU19PcA"], "issued_at": "2018-11-09T14:22:45.000000Z"}} 2018-11-09 14:22:45,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:45,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f3c4942-29a2-4905-a4af-78622eb6fb64 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:45,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5f3c4942-29a2-4905-a4af-78622eb6fb64 2018-11-09 14:22:45,081 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 14:22:45,081 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:22:45,082 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:45,473 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["PekkQ9TQQm6BtvZPtnKenw"], "issued_at": "2018-11-09T14:22:45.000000Z"}} 2018-11-09 14:22:45,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}563559c37a1e7f9bb89e40e9ac60f1d09073e082" 2018-11-09 14:22:45,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15afe096-a7b0-47db-a9b9-21d27f61b343 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:45,560 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-15afe096-a7b0-47db-a9b9-21d27f61b343 2018-11-09 14:22:45,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563559c37a1e7f9bb89e40e9ac60f1d09073e082" 2018-11-09 14:22:46,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 167 Content-Type: application/json X-Openstack-Request-Id: req-e26fd434-b3d3-4d9d-8b41-fb21db10e70b Date: Fri, 09 Nov 2018 14:22:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image"} 2018-11-09 14:22:46,178 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image used request id req-e26fd434-b3d3-4d9d-8b41-fb21db10e70b 2018-11-09 14:22:46,181 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563559c37a1e7f9bb89e40e9ac60f1d09073e082" 2018-11-09 14:22:46,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-54ef3264-0c6d-4d3c-9eaa-a8ca44bc8037 Date: Fri, 09 Nov 2018 14:22: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-11-09 14:22:46,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-54ef3264-0c6d-4d3c-9eaa-a8ca44bc8037 2018-11-09 14:22:46,791 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}563559c37a1e7f9bb89e40e9ac60f1d09073e082" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image"}' 2018-11-09 14:22:46,998 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 626 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4 X-Openstack-Request-Id: req-6a8cce3e-4773-4713-9a05-9bb6f09855d5 Date: Fri, 09 Nov 2018 14:22:46 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:22:46Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T14:22:46Z", "visibility": "shared", "locations": [], "self": "/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "min_disk": 0, "protected": false, "id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "file": "/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/file", "checksum": null, "owner": "dfb45da6f1334a63bc64335c92eee11f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:22:46,998 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-6a8cce3e-4773-4713-9a05-9bb6f09855d5 2018-11-09 14:22:47,009 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563559c37a1e7f9bb89e40e9ac60f1d09073e082" -d '' 2018-11-09 14:22:48,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5bfd6715-6f58-4704-95c5-b2e45b765d45 Date: Fri, 09 Nov 2018 14:22:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:22:48,436 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/file used request id req-5bfd6715-6f58-4704-95c5-b2e45b765d45 2018-11-09 14:22:48,437 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 14:22:48,440 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563559c37a1e7f9bb89e40e9ac60f1d09073e082" 2018-11-09 14:22:49,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-861beeec-81ef-4f09-a59d-5b7ae77adb12 Date: Fri, 09 Nov 2018 14:22:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:22:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:22:48Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/snap", "metadata": {}}], "self": "/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "min_disk": 0, "protected": false, "id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "file": "/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:22:49,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4 used request id req-861beeec-81ef-4f09-a59d-5b7ae77adb12 2018-11-09 14:22:49,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563559c37a1e7f9bb89e40e9ac60f1d09073e082" 2018-11-09 14:22:49,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-0142b355-59ad-49ab-8e77-15c23aca6609 Date: Fri, 09 Nov 2018 14:22:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-11-09 14:22:49,057 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-0142b355-59ad-49ab-8e77-15c23aca6609 2018-11-09 14:22:49,060 - create_image - INFO - Created image with name - NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image 2018-11-09 14:22:49,062 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563559c37a1e7f9bb89e40e9ac60f1d09073e082" 2018-11-09 14:22:49,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 887 Content-Type: application/json X-Openstack-Request-Id: req-af35661f-493c-43a3-b862-e029f86be09f Date: Fri, 09 Nov 2018 14:22:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:22:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:22:48Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/snap", "metadata": {}}], "self": "/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "min_disk": 0, "protected": false, "id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "file": "/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:22:49,079 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4 used request id req-af35661f-493c-43a3-b862-e029f86be09f 2018-11-09 14:22:49,080 - create_image - DEBUG - Instance status is - active 2018-11-09 14:22:49,080 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image 2018-11-09 14:22:49,080 - create_image - INFO - Image is now active with name - NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image 2018-11-09 14:22:49,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:22:49,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:49,462 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["T2Y5tuUmR0WQtz5HHi0PFQ"], "issued_at": "2018-11-09T14:22:49.000000Z"}} 2018-11-09 14:22:49,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}080c9e14a03918d3006d41ae94a5fb944ea4daaa" 2018-11-09 14:22:49,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eed86fb5-e435-4837-a513-f393d13b4398 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:49,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-eed86fb5-e435-4837-a513-f393d13b4398 2018-11-09 14:22:49,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}080c9e14a03918d3006d41ae94a5fb944ea4daaa" 2018-11-09 14:22:49,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2bb89078-43e8-42c6-9f42-cc1d1066daa1 Date: Fri, 09 Nov 2018 14:22:49 GMT RESP BODY: {"networks":[]} 2018-11-09 14:22:49,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net used request id req-2bb89078-43e8-42c6-9f42-cc1d1066daa1 2018-11-09 14:22:49,749 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net 2018-11-09 14:22:49,754 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}080c9e14a03918d3006d41ae94a5fb944ea4daaa" -d '{"network": {"name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net", "admin_state_up": true}}' 2018-11-09 14:22:50,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6120398b-25e0-4806-9556-65fd6ff671cb Date: Fri, 09 Nov 2018 14:22: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":"42d3c428-26e4-40c7-b9da-932fc750dd0b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:22:50Z","is_default":false,"provider:segmentation_id":34,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:50Z","mtu":1450}} 2018-11-09 14:22:50,263 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-6120398b-25e0-4806-9556-65fd6ff671cb 2018-11-09 14:22:50,269 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=42d3c428-26e4-40c7-b9da-932fc750dd0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}080c9e14a03918d3006d41ae94a5fb944ea4daaa" 2018-11-09 14:22:50,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-0ee2a457-08f5-48b6-aa3c-1a3b964204ae Date: Fri, 09 Nov 2018 14:22:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:22:50Z","provider:segmentation_id":34,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:50Z","provider:network_type":"vxlan"}]} 2018-11-09 14:22:50,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=42d3c428-26e4-40c7-b9da-932fc750dd0b used request id req-0ee2a457-08f5-48b6-aa3c-1a3b964204ae 2018-11-09 14:22:50,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}080c9e14a03918d3006d41ae94a5fb944ea4daaa" 2018-11-09 14:22:50,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-0682285e-3b7b-4787-9c71-aaf7992329d6 Date: Fri, 09 Nov 2018 14:22:50 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:22:50,658 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b used request id req-0682285e-3b7b-4787-9c71-aaf7992329d6 2018-11-09 14:22:50,659 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-subnet 2018-11-09 14:22:50,664 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}080c9e14a03918d3006d41ae94a5fb944ea4daaa" -d '{"subnets": [{"ip_version": 4, "network_id": "42d3c428-26e4-40c7-b9da-932fc750dd0b", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-subnet"}]}' 2018-11-09 14:22:51,317 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-392f8bf3-3e73-4e57-80fa-909a4f9dea74 Date: Fri, 09 Nov 2018 14:22:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:51Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:51Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"4eab12c9-4834-4f75-bcfe-65a9a2c05150","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-subnet"}]} 2018-11-09 14:22:51,317 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-392f8bf3-3e73-4e57-80fa-909a4f9dea74 2018-11-09 14:22:51,323 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=42d3c428-26e4-40c7-b9da-932fc750dd0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}080c9e14a03918d3006d41ae94a5fb944ea4daaa" 2018-11-09 14:22:51,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-59f95d4f-8784-4e7a-bdc4-1eb54275415e Date: Fri, 09 Nov 2018 14:22:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["4eab12c9-4834-4f75-bcfe-65a9a2c05150"],"description":"","tags":[],"updated_at":"2018-11-09T14:22:51Z","provider:segmentation_id":34,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:50Z","provider:network_type":"vxlan"}]} 2018-11-09 14:22:51,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=42d3c428-26e4-40c7-b9da-932fc750dd0b used request id req-59f95d4f-8784-4e7a-bdc4-1eb54275415e 2018-11-09 14:22:51,412 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}080c9e14a03918d3006d41ae94a5fb944ea4daaa" 2018-11-09 14:22:51,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-840d82bf-8a49-475c-a0bd-63da33e7ebd8 Date: Fri, 09 Nov 2018 14:22:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:51Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:51Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"4eab12c9-4834-4f75-bcfe-65a9a2c05150","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-subnet"}]} 2018-11-09 14:22:51,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b used request id req-840d82bf-8a49-475c-a0bd-63da33e7ebd8 2018-11-09 14:22:51,603 - OpenStackNetwork - DEBUG - Network [42d3c428-26e4-40c7-b9da-932fc750dd0b] created successfully 2018-11-09 14:22:51,603 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:22:51,604 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:51,990 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["imwm2Me-QTak0gqOHR9fpA"], "issued_at": "2018-11-09T14:22:51.000000Z"}} 2018-11-09 14:22:51,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}8ff91fd0f283976253ffb967f52e6bc5611e328d" 2018-11-09 14:22:52,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56e1f5b5-be7b-41c2-8344-b4dc80b2a8e2 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:52,004 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-56e1f5b5-be7b-41c2-8344-b4dc80b2a8e2 2018-11-09 14:22:52,005 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:22:52,009 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff91fd0f283976253ffb967f52e6bc5611e328d" 2018-11-09 14:22:52,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-ed07f04c-2d89-442e-a656-6bf04a6814a5 x-compute-request-id: req-ed07f04c-2d89-442e-a656-6bf04a6814a5 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:22:52,741 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ed07f04c-2d89-442e-a656-6bf04a6814a5 2018-11-09 14:22:52,745 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff91fd0f283976253ffb967f52e6bc5611e328d" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-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-11-09 14:22:52,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5feebc03-4bda-41e1-913a-8353c7aed7d8 x-compute-request-id: req-5feebc03-4bda-41e1-913a-8353c7aed7d8 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:22:52,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-5feebc03-4bda-41e1-913a-8353c7aed7d8 2018-11-09 14:22:52,812 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:22:52,813 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:22:53,213 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:22:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["2l9uIavMQj6Qpk_OvtLV2g"], "issued_at": "2018-11-09T14:22:53.000000Z"}} 2018-11-09 14:22:53,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}6dd8cb5ae873d0ec5561d17c4045042b4ad5139d" 2018-11-09 14:22:53,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7baaaf6-2848-42c7-8dcc-06a90c619737 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:22:53,313 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f7baaaf6-2848-42c7-8dcc-06a90c619737 2018-11-09 14:22:53,319 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:53,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-25604fd6-0ed2-4883-9d14-e6661f3067eb Date: Fri, 09 Nov 2018 14:22:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["4eab12c9-4834-4f75-bcfe-65a9a2c05150"],"description":"","tags":[],"updated_at":"2018-11-09T14:22:51Z","provider:segmentation_id":34,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:50Z","provider:network_type":"vxlan"}]} 2018-11-09 14:22:53,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net used request id req-25604fd6-0ed2-4883-9d14-e6661f3067eb 2018-11-09 14:22:53,574 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:53,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5bf52589-116c-45da-841e-3c7cf6d33e37 Date: Fri, 09 Nov 2018 14:22:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:51Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:51Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"4eab12c9-4834-4f75-bcfe-65a9a2c05150","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-subnet"}]} 2018-11-09 14:22:53,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b used request id req-5bf52589-116c-45da-841e-3c7cf6d33e37 2018-11-09 14:22:53,782 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:54,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-349a16db-c1b7-4d3a-962d-272fe25f0fa0 Date: Fri, 09 Nov 2018 14:22:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["4eab12c9-4834-4f75-bcfe-65a9a2c05150"],"description":"","tags":[],"updated_at":"2018-11-09T14:22:51Z","provider:segmentation_id":34,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:50Z","provider:network_type":"vxlan"}]} 2018-11-09 14:22:54,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net used request id req-349a16db-c1b7-4d3a-962d-272fe25f0fa0 2018-11-09 14:22:54,018 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:22:54,022 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:22:54 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:22:54,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6dd8cb5ae873d0ec5561d17c4045042b4ad5139d" 2018-11-09 14:22:54,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67e7ff59-3e16-429e-8ba4-15b3b110d08f 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:22:54,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-67e7ff59-3e16-429e-8ba4-15b3b110d08f 2018-11-09 14:22:54,113 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:54,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-5c2a70b2-0e48-4049-a72d-19baad03e146 Date: Fri, 09 Nov 2018 14:22:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:51Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:51Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"4eab12c9-4834-4f75-bcfe-65a9a2c05150","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-subnet"}]} 2018-11-09 14:22:54,325 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b used request id req-5c2a70b2-0e48-4049-a72d-19baad03e146 2018-11-09 14:22:54,325 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net 2018-11-09 14:22:54,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" -d '{"port": {"network_id": "42d3c428-26e4-40c7-b9da-932fc750dd0b", "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-port", "admin_state_up": true}}' 2018-11-09 14:22:55,060 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 853 X-Openstack-Request-Id: req-70b9f6f1-9d43-497d-9a2f-e95a6d005d04 Date: Fri, 09 Nov 2018 14:22:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:22:54Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4eab12c9-4834-4f75-bcfe-65a9a2c05150","ip_address":"10.55.0.12"}],"id":"0b4eb9ea-71ca-40a5-8fd5-1a48785a3bd7","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:da:3b","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-port","admin_state_up":true,"network_id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:54Z","binding:vnic_type":"normal"}} 2018-11-09 14:22:55,060 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-70b9f6f1-9d43-497d-9a2f-e95a6d005d04 2018-11-09 14:22:55,066 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:55,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-2b6f6512-24ce-4ffc-a90c-bbd610855e26 Date: Fri, 09 Nov 2018 14:22:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["4eab12c9-4834-4f75-bcfe-65a9a2c05150"],"description":"","tags":[],"updated_at":"2018-11-09T14:22:51Z","provider:segmentation_id":34,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:50Z","provider:network_type":"vxlan"}]} 2018-11-09 14:22:55,329 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net used request id req-2b6f6512-24ce-4ffc-a90c-bbd610855e26 2018-11-09 14:22:55,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:22:55,338 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:22: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:22:55,339 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:55,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31e1aca2-ef98-48d6-8808-79ba5566a56e 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:22:55,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-31e1aca2-ef98-48d6-8808-79ba5566a56e 2018-11-09 14:22:55,426 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:55,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-d5824242-8ceb-4c11-bc86-1028f4e24cbf Date: Fri, 09 Nov 2018 14:22:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:51Z","dns_nameservers":[],"updated_at":"2018-11-09T14:22:51Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"4eab12c9-4834-4f75-bcfe-65a9a2c05150","subnetpool_id":null,"name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-subnet"}]} 2018-11-09 14:22:55,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b used request id req-d5824242-8ceb-4c11-bc86-1028f4e24cbf 2018-11-09 14:22:55,475 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b&name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:55,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 856 X-Openstack-Request-Id: req-b228b163-afe2-4992-9a2d-a702299b237d Date: Fri, 09 Nov 2018 14:22:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:22:54Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4eab12c9-4834-4f75-bcfe-65a9a2c05150","ip_address":"10.55.0.12"}],"id":"0b4eb9ea-71ca-40a5-8fd5-1a48785a3bd7","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:da:3b","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-port","admin_state_up":true,"network_id":"42d3c428-26e4-40c7-b9da-932fc750dd0b","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:22:54Z","binding:vnic_type":"normal"}]} 2018-11-09 14:22:55,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=42d3c428-26e4-40c7-b9da-932fc750dd0b&name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-port&admin_state_up=True used request id req-b228b163-afe2-4992-9a2d-a702299b237d 2018-11-09 14:22:55,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:55,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0eeea9a4-60ca-4ff6-ae0d-ba72ecb0ec2a 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:22:55,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-0eeea9a4-60ca-4ff6-ae0d-ba72ecb0ec2a 2018-11-09 14:22:55,544 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst 2018-11-09 14:22:55,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:56,130 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-14d0ea35-b531-4014-8ef9-f2a9ef24d0d3 x-compute-request-id: req-14d0ea35-b531-4014-8ef9-f2a9ef24d0d3 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"flavors": [{"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}], "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-flavor-name"}]} 2018-11-09 14:22:56,130 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-14d0ea35-b531-4014-8ef9-f2a9ef24d0d3 2018-11-09 14:22:56,134 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:56,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-91837c9e-17cc-45f8-805b-f5c3a47a1463 x-compute-request-id: req-91837c9e-17cc-45f8-805b-f5c3a47a1463 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-flavor-name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:22:56,263 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7 used request id req-91837c9e-17cc-45f8-805b-f5c3a47a1463 2018-11-09 14:22:56,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:56,896 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1054 Content-Type: application/json X-Openstack-Request-Id: req-e3fb01b3-e080-49c3-9a4e-ee6af263aac6 Date: Fri, 09 Nov 2018 14:22:56 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:22:46Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:22:48Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/snap", "metadata": {}}], "self": "/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "min_disk": 0, "protected": false, "id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "file": "/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image"} 2018-11-09 14:22:56,896 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image used request id req-e3fb01b3-e080-49c3-9a4e-ee6af263aac6 2018-11-09 14:22:56,899 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:22:57,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1045b17e-7050-4989-8949-624931653669 Date: Fri, 09 Nov 2018 14:22:57 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-11-09 14:22:57,485 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-1045b17e-7050-4989-8949-624931653669 2018-11-09 14:22:57,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" -d '{"server": {"name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "imageRef": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "flavorRef": "49bb9902-1c24-4b77-abac-c678f7188ce7", "max_count": 1, "min_count": 1, "networks": [{"port": "0b4eb9ea-71ca-40a5-8fd5-1a48785a3bd7"}]}}' 2018-11-09 14:22:59,783 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:22:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be43c159-4e79-41ec-98ba-bbacc086d20b x-compute-request-id: req-be43c159-4e79-41ec-98ba-bbacc086d20b Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "adminPass": "An6j7jTWeXSJ"}} 2018-11-09 14:22:59,783 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-be43c159-4e79-41ec-98ba-bbacc086d20b 2018-11-09 14:22:59,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:00,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:22: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-5a0d8188-6748-4bce-be9d-687838796d83 x-compute-request-id: req-5a0d8188-6748-4bce-be9d-687838796d83 Content-Encoding: gzip Content-Length: 645 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:22: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": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:00,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-5a0d8188-6748-4bce-be9d-687838796d83 2018-11-09 14:23:00,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:00,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-556f054d-44cb-4dc6-8328-041943eafa26 x-compute-request-id: req-556f054d-44cb-4dc6-8328-041943eafa26 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.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23: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": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:00,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-556f054d-44cb-4dc6-8328-041943eafa26 2018-11-09 14:23:03,998 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:04,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-f4200872-41d8-4c5a-8c87-cc9f88ee3f50 x-compute-request-id: req-f4200872-41d8-4c5a-8c87-cc9f88ee3f50 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.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:04Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:04,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-f4200872-41d8-4c5a-8c87-cc9f88ee3f50 2018-11-09 14:23:07,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:08,531 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-98804756-b881-439c-ba55-362fa648dbd7 x-compute-request-id: req-98804756-b881-439c-ba55-362fa648dbd7 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:08,531 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-98804756-b881-439c-ba55-362fa648dbd7 2018-11-09 14:23:11,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:12,005 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-ae8c71ce-f2b7-4c13-b542-f1a2fa050dc2 x-compute-request-id: req-ae8c71ce-f2b7-4c13-b542-f1a2fa050dc2 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:12,005 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-ae8c71ce-f2b7-4c13-b542-f1a2fa050dc2 2018-11-09 14:23:15,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:15,597 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-a4675f2b-f00f-4014-baca-cbcb1016cd98 x-compute-request-id: req-a4675f2b-f00f-4014-baca-cbcb1016cd98 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:15,597 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-a4675f2b-f00f-4014-baca-cbcb1016cd98 2018-11-09 14:23:18,603 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:19,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-74daf717-5701-4905-98ad-6dbe4cca43bb x-compute-request-id: req-74daf717-5701-4905-98ad-6dbe4cca43bb Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:19,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-74daf717-5701-4905-98ad-6dbe4cca43bb 2018-11-09 14:23:22,540 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:23,277 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-722c6fc3-f9e9-4405-8e7f-af150f16cec7 x-compute-request-id: req-722c6fc3-f9e9-4405-8e7f-af150f16cec7 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:23,277 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-722c6fc3-f9e9-4405-8e7f-af150f16cec7 2018-11-09 14:23:26,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:26,547 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b45e8242-d04b-48ba-8af3-29d756a44f7d x-compute-request-id: req-b45e8242-d04b-48ba-8af3-29d756a44f7d Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:26,547 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-b45e8242-d04b-48ba-8af3-29d756a44f7d 2018-11-09 14:23:29,553 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:29,860 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-997474f5-7ecc-4d3d-8f48-0a389756c0bc x-compute-request-id: req-997474f5-7ecc-4d3d-8f48-0a389756c0bc Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:29,860 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-997474f5-7ecc-4d3d-8f48-0a389756c0bc 2018-11-09 14:23:32,866 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:33,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-eae0b97c-a6dc-4faa-96c9-32a1bb9aa42d x-compute-request-id: req-eae0b97c-a6dc-4faa-96c9-32a1bb9aa42d Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:05Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:33,325 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-eae0b97c-a6dc-4faa-96c9-32a1bb9aa42d 2018-11-09 14:23:36,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:37,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-12e99391-0746-484b-abde-471741fba98a x-compute-request-id: req-12e99391-0746-484b-abde-471741fba98a Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:36Z", "hostId": "507476a8dfb29316344096e44281e64fbf3d9b0d4d1c610efc88e33f", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:37,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-12e99391-0746-484b-abde-471741fba98a 2018-11-09 14:23:40,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:40,945 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-8c18a034-c662-4c70-9714-487663765f82 x-compute-request-id: req-8c18a034-c662-4c70-9714-487663765f82 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "security_groups": [{"name": "default"}], "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:36Z", "hostId": "507476a8dfb29316344096e44281e64fbf3d9b0d4d1c610efc88e33f", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:40,945 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-8c18a034-c662-4c70-9714-487663765f82 2018-11-09 14:23:43,951 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:44,194 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-69958bef-2c70-45af-b111-93efe7391e4d x-compute-request-id: req-69958bef-2c70-45af-b111-93efe7391e4d Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:43Z", "hostId": "507476a8dfb29316344096e44281e64fbf3d9b0d4d1c610efc88e33f", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:44,194 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-69958bef-2c70-45af-b111-93efe7391e4d 2018-11-09 14:23:47,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:48,158 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-91de6074-99b4-45e7-a48a-6a765b634aaf x-compute-request-id: req-91de6074-99b4-45e7-a48a-6a765b634aaf Content-Encoding: gzip Content-Length: 661 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23: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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:48,158 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-91de6074-99b4-45e7-a48a-6a765b634aaf 2018-11-09 14:23:51,166 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:51,582 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-0839595c-212a-40c3-b657-f28f66a30450 x-compute-request-id: req-0839595c-212a-40c3-b657-f28f66a30450 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:50Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:51,582 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-0839595c-212a-40c3-b657-f28f66a30450 2018-11-09 14:23:54,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:54,982 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b1c1cd5-24ab-48c8-a8cb-b58fd9e4d842 x-compute-request-id: req-6b1c1cd5-24ab-48c8-a8cb-b58fd9e4d842 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:50Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:54,983 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-6b1c1cd5-24ab-48c8-a8cb-b58fd9e4d842 2018-11-09 14:23:57,989 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:23:58,315 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:23: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-74afad08-dccc-4374-97be-f2afef607d6f x-compute-request-id: req-74afad08-dccc-4374-97be-f2afef607d6f Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:50Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:23:58,315 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-74afad08-dccc-4374-97be-f2afef607d6f 2018-11-09 14:24:01,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:01,626 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c599a51e-2039-43ce-bb0a-e2583150a5a4 x-compute-request-id: req-c599a51e-2039-43ce-bb0a-e2583150a5a4 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:50Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:24:01,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-c599a51e-2039-43ce-bb0a-e2583150a5a4 2018-11-09 14:24:04,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:05,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4702589b-bb53-478a-b0dc-53b8e265e4fb x-compute-request-id: req-4702589b-bb53-478a-b0dc-53b8e265e4fb Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:50Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:24:05,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-4702589b-bb53-478a-b0dc-53b8e265e4fb 2018-11-09 14:24:08,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:09,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7cffc68-cf97-420d-a3dd-847877b29b38 x-compute-request-id: req-e7cffc68-cf97-420d-a3dd-847877b29b38 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:50Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:24:09,022 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-e7cffc68-cf97-420d-a3dd-847877b29b38 2018-11-09 14:24:12,028 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:12,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0c579e4-7102-4487-be83-0382ebcf0fbe x-compute-request-id: req-e0c579e4-7102-4487-be83-0382ebcf0fbe Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:50Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:24:12,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-e0c579e4-7102-4487-be83-0382ebcf0fbe 2018-11-09 14:24:15,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:15,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24: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-0a60f8c7-e031-479a-8dad-71ab0538ade4 x-compute-request-id: req-0a60f8c7-e031-479a-8dad-71ab0538ade4 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:50Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:24:15,751 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-0a60f8c7-e031-479a-8dad-71ab0538ade4 2018-11-09 14:24:18,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:19,165 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24: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-499f82ae-4ff4-4aaf-b27e-591105ed8fac x-compute-request-id: req-499f82ae-4ff4-4aaf-b27e-591105ed8fac Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:23:50Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:24:19,165 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-499f82ae-4ff4-4aaf-b27e-591105ed8fac 2018-11-09 14:24:22,171 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:22,752 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24: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-0d48f649-2470-445a-b3f7-afb192f6907b x-compute-request-id: req-0d48f649-2470-445a-b3f7-afb192f6907b Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "security_groups": [{"name": "default"}], "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:24:20Z", "hostId": "ef38458e17b03894359856ed365f63e78386871c6a117db82ebe0919", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:24:22,752 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-0d48f649-2470-445a-b3f7-afb192f6907b 2018-11-09 14:24:25,758 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:26,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c3e58a2-7a7a-4cfa-a87c-19ff99989b9c x-compute-request-id: req-8c3e58a2-7a7a-4cfa-a87c-19ff99989b9c Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "security_groups": [{"name": "default"}], "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:24:25Z", "hostId": "ef38458e17b03894359856ed365f63e78386871c6a117db82ebe0919", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:24:26,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-8c3e58a2-7a7a-4cfa-a87c-19ff99989b9c 2018-11-09 14:24:29,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:30,148 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6f2eb9d-3a00-48bf-9635-244a460be57c x-compute-request-id: req-d6f2eb9d-3a00-48bf-9635-244a460be57c Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:24:30,148 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-d6f2eb9d-3a00-48bf-9635-244a460be57c 2018-11-09 14:24:33,154 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:33,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24: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-c6df4af1-2cad-42d1-99eb-d5b2c5ee2816 x-compute-request-id: req-c6df4af1-2cad-42d1-99eb-d5b2c5ee2816 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:24:33,954 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-c6df4af1-2cad-42d1-99eb-d5b2c5ee2816 2018-11-09 14:24:36,960 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:37,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24: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-00b4f549-4691-42e5-a3c4-f5a20adcd10c x-compute-request-id: req-00b4f549-4691-42e5-a3c4-f5a20adcd10c Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:24:37,245 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-00b4f549-4691-42e5-a3c4-f5a20adcd10c 2018-11-09 14:24:40,251 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:40,791 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17c524df-3fee-40ca-9d93-813cd1fcb244 x-compute-request-id: req-17c524df-3fee-40ca-9d93-813cd1fcb244 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:24:40,791 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-17c524df-3fee-40ca-9d93-813cd1fcb244 2018-11-09 14:24:43,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:44,058 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24: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-24dbe540-9e42-4d6c-b05c-c91870adeb99 x-compute-request-id: req-24dbe540-9e42-4d6c-b05c-c91870adeb99 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:24:44,058 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-24dbe540-9e42-4d6c-b05c-c91870adeb99 2018-11-09 14:24:47,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:47,173 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a839078-e385-41dd-ac94-39b0627644f0 x-compute-request-id: req-6a839078-e385-41dd-ac94-39b0627644f0 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:24:47,173 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-6a839078-e385-41dd-ac94-39b0627644f0 2018-11-09 14:24:50,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:50,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0d6e6ae7-0d2d-47dd-9d49-fdbfec3acfdc x-compute-request-id: req-0d6e6ae7-0d2d-47dd-9d49-fdbfec3acfdc Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:24:50,295 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-0d6e6ae7-0d2d-47dd-9d49-fdbfec3acfdc 2018-11-09 14:24:53,301 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:53,411 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23736041-9762-4675-b8b5-92d767c6cce2 x-compute-request-id: req-23736041-9762-4675-b8b5-92d767c6cce2 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:24:53,412 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-23736041-9762-4675-b8b5-92d767c6cce2 2018-11-09 14:24:56,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:24:57,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:24: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-c6a9d544-5dfa-4f4c-81d8-7a2c6b93deda x-compute-request-id: req-c6a9d544-5dfa-4f4c-81d8-7a2c6b93deda Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:24:57,284 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-c6a9d544-5dfa-4f4c-81d8-7a2c6b93deda 2018-11-09 14:25:00,291 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:00,408 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1521185a-1b6d-4b7b-baff-67e7549ed65f x-compute-request-id: req-1521185a-1b6d-4b7b-baff-67e7549ed65f Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:00,408 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-1521185a-1b6d-4b7b-baff-67e7549ed65f 2018-11-09 14:25:03,415 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:03,654 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-398aa174-27e6-4b72-977e-9ab525283d86 x-compute-request-id: req-398aa174-27e6-4b72-977e-9ab525283d86 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:03,654 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-398aa174-27e6-4b72-977e-9ab525283d86 2018-11-09 14:25:06,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:06,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-761c8b4a-8ef1-4ff9-bc3e-966746113c91 x-compute-request-id: req-761c8b4a-8ef1-4ff9-bc3e-966746113c91 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:06,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-761c8b4a-8ef1-4ff9-bc3e-966746113c91 2018-11-09 14:25:09,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:10,339 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-0b9efa1f-79f4-4d06-8c8f-3a9d010fbb38 x-compute-request-id: req-0b9efa1f-79f4-4d06-8c8f-3a9d010fbb38 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:10,339 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-0b9efa1f-79f4-4d06-8c8f-3a9d010fbb38 2018-11-09 14:25:13,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:13,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-64d6951c-b508-43b1-86fa-e6b3cd2c8854 x-compute-request-id: req-64d6951c-b508-43b1-86fa-e6b3cd2c8854 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:13,457 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-64d6951c-b508-43b1-86fa-e6b3cd2c8854 2018-11-09 14:25:16,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:16,997 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-32b0baeb-dc99-4183-b56a-2563169e5ac7 x-compute-request-id: req-32b0baeb-dc99-4183-b56a-2563169e5ac7 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:16,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-32b0baeb-dc99-4183-b56a-2563169e5ac7 2018-11-09 14:25:20,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:20,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-25045f6c-bd0c-4ece-9e24-1223274cafbf x-compute-request-id: req-25045f6c-bd0c-4ece-9e24-1223274cafbf Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:20,328 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-25045f6c-bd0c-4ece-9e24-1223274cafbf 2018-11-09 14:25:23,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:23,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-c47cf93f-ec1d-4c4b-8082-6f2a57ae99e1 x-compute-request-id: req-c47cf93f-ec1d-4c4b-8082-6f2a57ae99e1 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:23,762 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-c47cf93f-ec1d-4c4b-8082-6f2a57ae99e1 2018-11-09 14:25:26,768 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:27,016 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-acc5c0de-1dd1-484d-afc4-81953fd13593 x-compute-request-id: req-acc5c0de-1dd1-484d-afc4-81953fd13593 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:27,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-acc5c0de-1dd1-484d-afc4-81953fd13593 2018-11-09 14:25:30,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:30,992 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48198b1c-27c5-4d7a-ad8a-e373a2c5ad2f x-compute-request-id: req-48198b1c-27c5-4d7a-ad8a-e373a2c5ad2f Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:30,992 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-48198b1c-27c5-4d7a-ad8a-e373a2c5ad2f 2018-11-09 14:25:33,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:34,846 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-27ce9df8-01db-44f1-900e-93f7bde4f4ec x-compute-request-id: req-27ce9df8-01db-44f1-900e-93f7bde4f4ec Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:34,847 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-27ce9df8-01db-44f1-900e-93f7bde4f4ec 2018-11-09 14:25:37,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:38,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-5fd4d638-e730-4a15-be71-40d8147052c9 x-compute-request-id: req-5fd4d638-e730-4a15-be71-40d8147052c9 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:38,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-5fd4d638-e730-4a15-be71-40d8147052c9 2018-11-09 14:25:41,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:41,972 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1d045cb8-eae5-4ea9-8f68-1d4ed26dfbdf x-compute-request-id: req-1d045cb8-eae5-4ea9-8f68-1d4ed26dfbdf Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:41,973 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-1d045cb8-eae5-4ea9-8f68-1d4ed26dfbdf 2018-11-09 14:25:44,979 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:45,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-953d2d06-3beb-4a2b-b8ab-36df1c353eec x-compute-request-id: req-953d2d06-3beb-4a2b-b8ab-36df1c353eec Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:45,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-953d2d06-3beb-4a2b-b8ab-36df1c353eec 2018-11-09 14:25:48,242 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:48,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-767befd4-e135-41c2-bc19-b892c28e132a x-compute-request-id: req-767befd4-e135-41c2-bc19-b892c28e132a Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:48,671 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-767befd4-e135-41c2-bc19-b892c28e132a 2018-11-09 14:25:51,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:52,068 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-9dd96258-ec41-4267-a831-cd18a20c9643 x-compute-request-id: req-9dd96258-ec41-4267-a831-cd18a20c9643 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:52,068 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-9dd96258-ec41-4267-a831-cd18a20c9643 2018-11-09 14:25:55,074 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:55,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25: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-da85de89-98f9-4e7c-9f4c-ad79ef1bbd64 x-compute-request-id: req-da85de89-98f9-4e7c-9f4c-ad79ef1bbd64 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:55,351 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-da85de89-98f9-4e7c-9f4c-ad79ef1bbd64 2018-11-09 14:25:58,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:25:58,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:25:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be7bad3a-4697-419c-bcd9-28353e93a5eb x-compute-request-id: req-be7bad3a-4697-419c-bcd9-28353e93a5eb Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:25:58,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-be7bad3a-4697-419c-bcd9-28353e93a5eb 2018-11-09 14:26:01,469 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:26:01,906 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5b9383a-1b40-410e-b443-10158b170372 x-compute-request-id: req-b5b9383a-1b40-410e-b443-10158b170372 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:26:01,906 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-b5b9383a-1b40-410e-b443-10158b170372 2018-11-09 14:26:04,912 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:26:05,868 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae75fd26-9e10-4076-932a-0a916a581671 x-compute-request-id: req-ae75fd26-9e10-4076-932a-0a916a581671 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:26:05,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-ae75fd26-9e10-4076-932a-0a916a581671 2018-11-09 14:26:08,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:26:08,976 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14933843-43bd-4efd-9758-dc277f3bc2ec x-compute-request-id: req-14933843-43bd-4efd-9758-dc277f3bc2ec Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:26:08,976 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-14933843-43bd-4efd-9758-dc277f3bc2ec 2018-11-09 14:26:11,982 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:26:12,253 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26: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-80a0f6ff-349b-4848-8107-6c0e64665684 x-compute-request-id: req-80a0f6ff-349b-4848-8107-6c0e64665684 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:26:12,253 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-80a0f6ff-349b-4848-8107-6c0e64665684 2018-11-09 14:26:15,259 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:26:15,518 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26: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-be57ccc3-e0e6-4fed-a556-cc4f88c7ed4a x-compute-request-id: req-be57ccc3-e0e6-4fed-a556-cc4f88c7ed4a Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:26:15,518 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-be57ccc3-e0e6-4fed-a556-cc4f88c7ed4a 2018-11-09 14:26:18,523 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:26:18,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4983c8c-6e97-4b7c-851b-db55cd5d300d x-compute-request-id: req-e4983c8c-6e97-4b7c-851b-db55cd5d300d Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:26:18,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-e4983c8c-6e97-4b7c-851b-db55cd5d300d 2018-11-09 14:26:21,923 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:26:22,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26: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-339bd2a2-6994-4749-9d9e-a0efac5b85e9 x-compute-request-id: req-339bd2a2-6994-4749-9d9e-a0efac5b85e9 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:26:22,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-339bd2a2-6994-4749-9d9e-a0efac5b85e9 2018-11-09 14:26:25,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:26:25,497 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e92a645e-1ba3-4211-b4fc-ad4f4fc144d5 x-compute-request-id: req-e92a645e-1ba3-4211-b4fc-ad4f4fc144d5 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e4a26f64-da36-4c09-9572-6f9151b922a1", "rel": "bookmark"}], "image": {"id": "fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "links": [{"href": "http://172.30.9.27:8774/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000003", "OS-SRV-USG:launched_at": null, "flavor": {"id": "49bb9902-1c24-4b77-abac-c678f7188ce7", "links": [{"href": "http://172.30.9.27:8774/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7", "rel": "bookmark"}]}, "id": "e4a26f64-da36-4c09-9572-6f9151b922a1", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:24:28Z", "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-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst", "created": "2018-11-09T14:22:59Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:24:27Z"}, "metadata": {}}} 2018-11-09 14:26:25,497 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-e92a645e-1ba3-4211-b4fc-ad4f4fc144d5 2018-11-09 14:26:28,503 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:26:28,865 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:26:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea158714-1452-4fb9-a106-afbbb78a5deb x-compute-request-id: req-ea158714-1452-4fb9-a106-afbbb78a5deb Content-Type: application/json 2018-11-09 14:26:28,865 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e4a26f64-da36-4c09-9572-6f9151b922a1 used request id req-ea158714-1452-4fb9-a106-afbbb78a5deb 2018-11-09 14:26:28,865 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-port 2018-11-09 14:26:28,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/0b4eb9ea-71ca-40a5-8fd5-1a48785a3bd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}936faafefb78fd46b2f2f1fdae297a015dd37b2e" 2018-11-09 14:26:29,453 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c2a69e1b-51b5-4285-880c-2a12f0b1b005 Date: Fri, 09 Nov 2018 14:26:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:26:29,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/0b4eb9ea-71ca-40a5-8fd5-1a48785a3bd7 used request id req-c2a69e1b-51b5-4285-880c-2a12f0b1b005 2018-11-09 14:26:29,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ff91fd0f283976253ffb967f52e6bc5611e328d" 2018-11-09 14:26:29,527 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:26: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-d6f35a12-a28d-4941-93ed-e25cebb819ff x-compute-request-id: req-d6f35a12-a28d-4941-93ed-e25cebb819ff Content-Length: 0 Content-Type: application/json 2018-11-09 14:26:29,527 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/49bb9902-1c24-4b77-abac-c678f7188ce7 used request id req-d6f35a12-a28d-4941-93ed-e25cebb819ff 2018-11-09 14:26:29,528 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-subnet 2018-11-09 14:26:29,528 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-subnet 2018-11-09 14:26:29,533 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/4eab12c9-4834-4f75-bcfe-65a9a2c05150 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}080c9e14a03918d3006d41ae94a5fb944ea4daaa" 2018-11-09 14:26:32,616 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c3867c46-665d-4a6c-8007-63e334b3a98d Date: Fri, 09 Nov 2018 14:26:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:26:32,616 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/4eab12c9-4834-4f75-bcfe-65a9a2c05150 used request id req-c3867c46-665d-4a6c-8007-63e334b3a98d 2018-11-09 14:26:32,616 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-net 2018-11-09 14:26:32,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/42d3c428-26e4-40c7-b9da-932fc750dd0b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}080c9e14a03918d3006d41ae94a5fb944ea4daaa" 2018-11-09 14:26:34,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1bb96e73-9b8e-4686-8f23-b415a35bb245 Date: Fri, 09 Nov 2018 14:26:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:26:34,142 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/42d3c428-26e4-40c7-b9da-932fc750dd0b used request id req-1bb96e73-9b8e-4686-8f23-b415a35bb245 2018-11-09 14:26:34,143 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-image 2018-11-09 14:26:34,146 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}563559c37a1e7f9bb89e40e9ac60f1d09073e082" 2018-11-09 14:26:35,867 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-21650f52-a544-409a-a4c8-b86b8b086cae Date: Fri, 09 Nov 2018 14:26:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:26:35,867 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/fbec3cf5-943b-4e53-ae19-6bedc4f6aaa4 used request id req-21650f52-a544-409a-a4c8-b86b8b086cae 2018-11-09 14:26:35,869 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:26:35,872 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 14:26:35,872 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:26:35,873 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:26:36,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:26:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["VwIGiiYWREqTWR_BtbFDyg"], "issued_at": "2018-11-09T14:26:36.000000Z"}} 2018-11-09 14:26:36,264 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}80493b935c009c505efa257aa1084fd54e32ac8e" 2018-11-09 14:26:36,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4da639a1-6bca-41ad-9e52-0fe08aa7623f 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:26:36,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-4da639a1-6bca-41ad-9e52-0fe08aa7623f 2018-11-09 14:26:36,344 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80493b935c009c505efa257aa1084fd54e32ac8e" 2018-11-09 14:26:36,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-706dc946-4065-45cc-9def-5cc86a1df65f Date: Fri, 09 Nov 2018 14:26:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image"} 2018-11-09 14:26:36,968 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image used request id req-706dc946-4065-45cc-9def-5cc86a1df65f 2018-11-09 14:26:36,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80493b935c009c505efa257aa1084fd54e32ac8e" 2018-11-09 14:26:37,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-9f517ce5-925d-4588-b815-933d28e43f2b Date: Fri, 09 Nov 2018 14:26: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-11-09 14:26:37,136 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-9f517ce5-925d-4588-b815-933d28e43f2b 2018-11-09 14:26:37,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}80493b935c009c505efa257aa1084fd54e32ac8e" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image"}' 2018-11-09 14:26:37,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/3361da74-6f51-4b21-9ebb-32772060843d X-Openstack-Request-Id: req-c7134e74-f3a9-4380-a7d3-8bfb5fddf8c2 Date: Fri, 09 Nov 2018 14:26:37 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:26:37Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T14:26:37Z", "visibility": "shared", "locations": [], "self": "/v2/images/3361da74-6f51-4b21-9ebb-32772060843d", "min_disk": 0, "protected": false, "id": "3361da74-6f51-4b21-9ebb-32772060843d", "file": "/v2/images/3361da74-6f51-4b21-9ebb-32772060843d/file", "checksum": null, "owner": "dfb45da6f1334a63bc64335c92eee11f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:26:37,856 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c7134e74-f3a9-4380-a7d3-8bfb5fddf8c2 2018-11-09 14:26:37,866 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/3361da74-6f51-4b21-9ebb-32772060843d/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80493b935c009c505efa257aa1084fd54e32ac8e" -d '' 2018-11-09 14:26:39,218 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-555a81ad-3302-4afd-ad6a-399031ab6f82 Date: Fri, 09 Nov 2018 14:26:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:26:39,219 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/3361da74-6f51-4b21-9ebb-32772060843d/file used request id req-555a81ad-3302-4afd-ad6a-399031ab6f82 2018-11-09 14:26:39,219 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 14:26:39,222 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/3361da74-6f51-4b21-9ebb-32772060843d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80493b935c009c505efa257aa1084fd54e32ac8e" 2018-11-09 14:26:39,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-58ddba52-dd5c-4b48-a0a5-165aecb9f59f Date: Fri, 09 Nov 2018 14:26:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:26:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:26:39Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/3361da74-6f51-4b21-9ebb-32772060843d/snap", "metadata": {}}], "self": "/v2/images/3361da74-6f51-4b21-9ebb-32772060843d", "min_disk": 0, "protected": false, "id": "3361da74-6f51-4b21-9ebb-32772060843d", "file": "/v2/images/3361da74-6f51-4b21-9ebb-32772060843d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/3361da74-6f51-4b21-9ebb-32772060843d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:26:39,906 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/3361da74-6f51-4b21-9ebb-32772060843d used request id req-58ddba52-dd5c-4b48-a0a5-165aecb9f59f 2018-11-09 14:26:39,909 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80493b935c009c505efa257aa1084fd54e32ac8e" 2018-11-09 14:26:40,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-863899f9-c294-40d6-ac27-a8df81ce1c89 Date: Fri, 09 Nov 2018 14:26: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-11-09 14:26:40,133 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-863899f9-c294-40d6-ac27-a8df81ce1c89 2018-11-09 14:26:40,136 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image 2018-11-09 14:26:40,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/3361da74-6f51-4b21-9ebb-32772060843d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80493b935c009c505efa257aa1084fd54e32ac8e" 2018-11-09 14:26:40,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-12b7375a-45d4-4a7e-8c6b-6ca2c17957c6 Date: Fri, 09 Nov 2018 14:26:40 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:26:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:26:39Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/3361da74-6f51-4b21-9ebb-32772060843d/snap", "metadata": {}}], "self": "/v2/images/3361da74-6f51-4b21-9ebb-32772060843d", "min_disk": 0, "protected": false, "id": "3361da74-6f51-4b21-9ebb-32772060843d", "file": "/v2/images/3361da74-6f51-4b21-9ebb-32772060843d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/3361da74-6f51-4b21-9ebb-32772060843d/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:26:40,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/3361da74-6f51-4b21-9ebb-32772060843d used request id req-12b7375a-45d4-4a7e-8c6b-6ca2c17957c6 2018-11-09 14:26:40,757 - create_image - DEBUG - Instance status is - active 2018-11-09 14:26:40,757 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image 2018-11-09 14:26:40,757 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image 2018-11-09 14:26:40,757 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:26:40,758 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:26:41,140 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:26:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["D3Z1YB4JTu2-X_8hyQbuQw"], "issued_at": "2018-11-09T14:26:41.000000Z"}} 2018-11-09 14:26:41,141 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}26f908acd87f1b57ec908fab72f61a355a9f8f08" 2018-11-09 14:26:41,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0808967-04f6-493e-b3e6-47ef69b0791b 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:26:41,221 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b0808967-04f6-493e-b3e6-47ef69b0791b 2018-11-09 14:26:41,228 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f908acd87f1b57ec908fab72f61a355a9f8f08" 2018-11-09 14:26:41,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-851d1a27-995e-49eb-83c8-1284f2517bb9 Date: Fri, 09 Nov 2018 14:26:41 GMT RESP BODY: {"networks":[]} 2018-11-09 14:26:41,508 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net used request id req-851d1a27-995e-49eb-83c8-1284f2517bb9 2018-11-09 14:26:41,508 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net 2018-11-09 14:26:41,513 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f908acd87f1b57ec908fab72f61a355a9f8f08" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net", "admin_state_up": true}}' 2018-11-09 14:26:41,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-e4489c0a-6e72-45f5-a4f8-a6374c5b20cc Date: Fri, 09 Nov 2018 14:26: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":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:26:41Z","is_default":false,"provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:41Z","mtu":1450}} 2018-11-09 14:26:41,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-e4489c0a-6e72-45f5-a4f8-a6374c5b20cc 2018-11-09 14:26:41,938 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f908acd87f1b57ec908fab72f61a355a9f8f08" 2018-11-09 14:26:42,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dc1239e1-b6b2-4a3a-bedd-1f1f02809242 Date: Fri, 09 Nov 2018 14:26:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:26:41Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:41Z","provider:network_type":"vxlan"}]} 2018-11-09 14:26:42,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 used request id req-dc1239e1-b6b2-4a3a-bedd-1f1f02809242 2018-11-09 14:26:42,157 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f908acd87f1b57ec908fab72f61a355a9f8f08" 2018-11-09 14:26:42,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-57088d90-d2c5-42ff-a1a9-7c7ffd8373d4 Date: Fri, 09 Nov 2018 14:26:42 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:26:42,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 used request id req-57088d90-d2c5-42ff-a1a9-7c7ffd8373d4 2018-11-09 14:26:42,251 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet 2018-11-09 14:26:42,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f908acd87f1b57ec908fab72f61a355a9f8f08" -d '{"subnets": [{"ip_version": 4, "network_id": "98e0c879-b2d3-41b0-aed0-8fb82fd45594", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet"}]}' 2018-11-09 14:26:42,837 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-35d6173e-f1f6-486c-965c-1fd982e1e3c0 Date: Fri, 09 Nov 2018 14:26:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:42Z","dns_nameservers":[],"updated_at":"2018-11-09T14:26: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":"dfb45da6f1334a63bc64335c92eee11f","id":"b47b930e-1397-4ffd-95b7-5884a0efa364","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet"}]} 2018-11-09 14:26:42,837 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-35d6173e-f1f6-486c-965c-1fd982e1e3c0 2018-11-09 14:26:42,842 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f908acd87f1b57ec908fab72f61a355a9f8f08" 2018-11-09 14:26:42,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-1e00ae26-6d13-43fe-b3d8-56467910551f Date: Fri, 09 Nov 2018 14:26:42 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["b47b930e-1397-4ffd-95b7-5884a0efa364"],"description":"","tags":[],"updated_at":"2018-11-09T14:26:42Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:41Z","provider:network_type":"vxlan"}]} 2018-11-09 14:26:42,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 used request id req-1e00ae26-6d13-43fe-b3d8-56467910551f 2018-11-09 14:26:42,928 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f908acd87f1b57ec908fab72f61a355a9f8f08" 2018-11-09 14:26:42,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f11401b0-93e7-4de4-a4a4-f5dfbff638b2 Date: Fri, 09 Nov 2018 14:26:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:42Z","dns_nameservers":[],"updated_at":"2018-11-09T14:26: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":"dfb45da6f1334a63bc64335c92eee11f","id":"b47b930e-1397-4ffd-95b7-5884a0efa364","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet"}]} 2018-11-09 14:26:42,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 used request id req-f11401b0-93e7-4de4-a4a4-f5dfbff638b2 2018-11-09 14:26:42,994 - OpenStackNetwork - DEBUG - Network [98e0c879-b2d3-41b0-aed0-8fb82fd45594] created successfully 2018-11-09 14:26:42,994 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:26:42,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:26:43,367 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:26:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["JvdXvmhaRYuq_yI2llXSUw"], "issued_at": "2018-11-09T14:26:43.000000Z"}} 2018-11-09 14:26:43,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}77dc3cc9cf71bcfdc25046167db37ebb4f205d7b" 2018-11-09 14:26:43,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d1887c53-9092-4714-bae9-9b8a9e04a3e8 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:26:43,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d1887c53-9092-4714-bae9-9b8a9e04a3e8 2018-11-09 14:26:43,452 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:26:43,456 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77dc3cc9cf71bcfdc25046167db37ebb4f205d7b" 2018-11-09 14:26:43,634 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2933945f-8c39-4860-a899-2f9b9c5e427e x-compute-request-id: req-2933945f-8c39-4860-a899-2f9b9c5e427e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:26:43,634 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2933945f-8c39-4860-a899-2f9b9c5e427e 2018-11-09 14:26:43,637 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77dc3cc9cf71bcfdc25046167db37ebb4f205d7b" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 14:26:43,722 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8113b002-223e-4e1c-b988-24caa98a6dae x-compute-request-id: req-8113b002-223e-4e1c-b988-24caa98a6dae Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "995d1420-f1d6-4f6c-9176-74d3056add76", "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:26:43,722 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8113b002-223e-4e1c-b988-24caa98a6dae 2018-11-09 14:26:43,722 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:26:43,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:26:44,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:26:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["EFLIovK6TNizx1SX-MqW4Q"], "issued_at": "2018-11-09T14:26:44.000000Z"}} 2018-11-09 14:26:44,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}0747f4d792a90afe77315262d90450d0579a61fc" 2018-11-09 14:26:44,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5854d64-028c-40b3-8ec4-c58ee1970197 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:26:44,183 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b5854d64-028c-40b3-8ec4-c58ee1970197 2018-11-09 14:26:44,188 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0747f4d792a90afe77315262d90450d0579a61fc" 2018-11-09 14:26:45,043 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:44 GMT Server: Apache x-compute-request-id: req-8a0b3b3d-3daa-4f9e-9ddd-0031992e5d2c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8a0b3b3d-3daa-4f9e-9ddd-0031992e5d2c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 14:26:45,043 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail used request id req-8a0b3b3d-3daa-4f9e-9ddd-0031992e5d2c 2018-11-09 14:26:45,046 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-8a0b3b3d-3daa-4f9e-9ddd-0031992e5d2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0747f4d792a90afe77315262d90450d0579a61fc" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b", "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-11-09 14:26:46,072 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:26:45 GMT Server: Apache x-compute-request-id: req-8bf7402f-aa0a-4b6a-9582-e906244e63a7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8bf7402f-aa0a-4b6a-9582-e906244e63a7 Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "e9fe1a272784449798ddeb7355701307", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T14:26:45.935838", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "size": 1}} 2018-11-09 14:26:46,072 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes used request id req-8bf7402f-aa0a-4b6a-9582-e906244e63a7 2018-11-09 14:26:46,075 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8a0b3b3d-3daa-4f9e-9ddd-0031992e5d2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0747f4d792a90afe77315262d90450d0579a61fc" 2018-11-09 14:26:46,836 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:46 GMT Server: Apache x-compute-request-id: req-88be0142-eb11-4e9c-95b0-bc7b36a99769 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-88be0142-eb11-4e9c-95b0-bc7b36a99769 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:26:46.000000", "replication_status": null, "snapshot_id": null, "id": "0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-0ac43135-171e-4729-80eb-69a4c4c3c26b", "bootable": "false", "created_at": "2018-11-09T14:26:45.000000", "volume_type": null}} 2018-11-09 14:26:46,836 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b used request id req-88be0142-eb11-4e9c-95b0-bc7b36a99769 2018-11-09 14:26:46,836 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b 2018-11-09 14:26:46,839 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8a0b3b3d-3daa-4f9e-9ddd-0031992e5d2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0747f4d792a90afe77315262d90450d0579a61fc" 2018-11-09 14:26:47,602 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:46 GMT Server: Apache x-compute-request-id: req-957d5897-da04-45fd-b8f2-a38b6b5e9ed0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-957d5897-da04-45fd-b8f2-a38b6b5e9ed0 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:26:46.000000", "replication_status": null, "snapshot_id": null, "id": "0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-0ac43135-171e-4729-80eb-69a4c4c3c26b", "bootable": "false", "created_at": "2018-11-09T14:26:45.000000", "volume_type": null}} 2018-11-09 14:26:47,602 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b used request id req-957d5897-da04-45fd-b8f2-a38b6b5e9ed0 2018-11-09 14:26:47,603 - create_volume - DEBUG - Instance status is - creating 2018-11-09 14:26:47,603 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 14:26:50,606 - create_volume - DEBUG - Volume status query timeout in 296.230415106 2018-11-09 14:26:50,609 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8a0b3b3d-3daa-4f9e-9ddd-0031992e5d2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0747f4d792a90afe77315262d90450d0579a61fc" 2018-11-09 14:26:50,680 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:50 GMT Server: Apache x-compute-request-id: req-255ccaf6-5027-4959-a75b-35ffd49b1118 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-255ccaf6-5027-4959-a75b-35ffd49b1118 Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:26:49.000000", "replication_status": null, "snapshot_id": null, "id": "0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-0ac43135-171e-4729-80eb-69a4c4c3c26b", "bootable": "false", "created_at": "2018-11-09T14:26:45.000000", "volume_type": null}} 2018-11-09 14:26:50,680 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b used request id req-255ccaf6-5027-4959-a75b-35ffd49b1118 2018-11-09 14:26:50,680 - create_volume - DEBUG - Instance status is - available 2018-11-09 14:26:50,681 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b 2018-11-09 14:26:50,681 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b 2018-11-09 14:26:50,681 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:26:50,682 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:26:51,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:26:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["sU-k51MHS72UwX0OOhMccA"], "issued_at": "2018-11-09T14:26:51.000000Z"}} 2018-11-09 14:26:51,067 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:51,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bb88678-07ed-4861-8e9b-165de9568fee 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:26:51,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0bb88678-07ed-4861-8e9b-165de9568fee 2018-11-09 14:26:51,168 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:26:51,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:51,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1b43360-586c-45ec-b3c1-593301c0000a 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:26:51,247 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b1b43360-586c-45ec-b3c1-593301c0000a 2018-11-09 14:26:51,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:51,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-41cda454-a4af-4bb2-a1db-35331dd28a98 Date: Fri, 09 Nov 2018 14:26:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["b47b930e-1397-4ffd-95b7-5884a0efa364"],"description":"","tags":[],"updated_at":"2018-11-09T14:26:42Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:41Z","provider:network_type":"vxlan"}]} 2018-11-09 14:26:51,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net used request id req-41cda454-a4af-4bb2-a1db-35331dd28a98 2018-11-09 14:26:51,508 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:26:51,513 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:26:51 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:26:51,514 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:51,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ccb6c04-3791-43f2-947b-d16740f17112 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:26:51,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-1ccb6c04-3791-43f2-947b-d16740f17112 2018-11-09 14:26:51,611 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:51,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f2607931-8ed5-4f83-b11d-723e3125e004 Date: Fri, 09 Nov 2018 14:26:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:42Z","dns_nameservers":[],"updated_at":"2018-11-09T14:26: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":"dfb45da6f1334a63bc64335c92eee11f","id":"b47b930e-1397-4ffd-95b7-5884a0efa364","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet"}]} 2018-11-09 14:26:51,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 used request id req-f2607931-8ed5-4f83-b11d-723e3125e004 2018-11-09 14:26:51,847 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:52,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-dc5ccaf3-a831-4804-a25f-91513676e1df Date: Fri, 09 Nov 2018 14:26:52 GMT RESP BODY: {"ports":[]} 2018-11-09 14:26:52,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-port&admin_state_up=True used request id req-dc5ccaf3-a831-4804-a25f-91513676e1df 2018-11-09 14:26:52,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:52,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26: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-a31ce650-576e-42a6-9b4c-ef40958841ee x-compute-request-id: req-a31ce650-576e-42a6-9b4c-ef40958841ee Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 14:26:52,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst used request id req-a31ce650-576e-42a6-9b4c-ef40958841ee 2018-11-09 14:26:52,274 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:52,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8853a7d9-35d3-4660-bcf7-4559fe3988ac Date: Fri, 09 Nov 2018 14:26:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["b47b930e-1397-4ffd-95b7-5884a0efa364"],"description":"","tags":[],"updated_at":"2018-11-09T14:26:42Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:41Z","provider:network_type":"vxlan"}]} 2018-11-09 14:26:52,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net used request id req-8853a7d9-35d3-4660-bcf7-4559fe3988ac 2018-11-09 14:26:52,500 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:52,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed5b9114-9bd8-41a4-97bd-65a79b63cc34 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:26:52,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-ed5b9114-9bd8-41a4-97bd-65a79b63cc34 2018-11-09 14:26:52,582 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:52,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-11cd1573-c4d1-4d8b-8699-71475da02452 Date: Fri, 09 Nov 2018 14:26:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:42Z","dns_nameservers":[],"updated_at":"2018-11-09T14:26: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":"dfb45da6f1334a63bc64335c92eee11f","id":"b47b930e-1397-4ffd-95b7-5884a0efa364","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet"}]} 2018-11-09 14:26:52,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 used request id req-11cd1573-c4d1-4d8b-8699-71475da02452 2018-11-09 14:26:52,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:52,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-91998136-b94c-445e-b5f4-52fb57029d22 Date: Fri, 09 Nov 2018 14:26:52 GMT RESP BODY: {"ports":[]} 2018-11-09 14:26:52,966 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-port&admin_state_up=True used request id req-91998136-b94c-445e-b5f4-52fb57029d22 2018-11-09 14:26:52,966 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:26:52,967 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:26:53,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:26:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["x-XDvBDRT8m-pxG_788w4g"], "issued_at": "2018-11-09T14:26:53.000000Z"}} 2018-11-09 14:26:53,353 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}6c15f99800d4d13a8f6018f66f88abffa3ed6a51" 2018-11-09 14:26:53,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a35bba9-b863-432a-ad71-212b88653f4e 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:26:53,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3a35bba9-b863-432a-ad71-212b88653f4e 2018-11-09 14:26:53,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:53,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-76bda719-5b51-4c83-9c32-07323095c32d Date: Fri, 09 Nov 2018 14:26:53 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["b47b930e-1397-4ffd-95b7-5884a0efa364"],"description":"","tags":[],"updated_at":"2018-11-09T14:26:42Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:41Z","provider:network_type":"vxlan"}]} 2018-11-09 14:26:53,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net used request id req-76bda719-5b51-4c83-9c32-07323095c32d 2018-11-09 14:26:53,671 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:53,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-018ecb9e-d3d1-4c55-bd80-5eaab8467a8b Date: Fri, 09 Nov 2018 14:26:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:42Z","dns_nameservers":[],"updated_at":"2018-11-09T14:26: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":"dfb45da6f1334a63bc64335c92eee11f","id":"b47b930e-1397-4ffd-95b7-5884a0efa364","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet"}]} 2018-11-09 14:26:53,871 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 used request id req-018ecb9e-d3d1-4c55-bd80-5eaab8467a8b 2018-11-09 14:26:53,876 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:54,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8ee09962-0ffe-47ef-b95e-794b7f857b64 Date: Fri, 09 Nov 2018 14:26:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["b47b930e-1397-4ffd-95b7-5884a0efa364"],"description":"","tags":[],"updated_at":"2018-11-09T14:26:42Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:41Z","provider:network_type":"vxlan"}]} 2018-11-09 14:26:54,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net used request id req-8ee09962-0ffe-47ef-b95e-794b7f857b64 2018-11-09 14:26:54,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:26:54,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:26:54 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:26:54,115 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6c15f99800d4d13a8f6018f66f88abffa3ed6a51" 2018-11-09 14:26:54,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d61849bb-2de8-4164-99c3-1b88f6d315a5 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:26:54,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-d61849bb-2de8-4164-99c3-1b88f6d315a5 2018-11-09 14:26:54,207 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:54,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-bb62fcba-e23c-4af6-9b81-b536f3afa975 Date: Fri, 09 Nov 2018 14:26:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:42Z","dns_nameservers":[],"updated_at":"2018-11-09T14:26: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":"dfb45da6f1334a63bc64335c92eee11f","id":"b47b930e-1397-4ffd-95b7-5884a0efa364","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet"}]} 2018-11-09 14:26:54,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 used request id req-bb62fcba-e23c-4af6-9b81-b536f3afa975 2018-11-09 14:26:54,266 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net 2018-11-09 14:26:54,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" -d '{"port": {"network_id": "98e0c879-b2d3-41b0-aed0-8fb82fd45594", "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-port", "admin_state_up": true}}' 2018-11-09 14:26:55,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-29a01c4f-d650-499e-b1fc-972858acd2d6 Date: Fri, 09 Nov 2018 14:26:55 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:26:54Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b47b930e-1397-4ffd-95b7-5884a0efa364","ip_address":"10.55.0.9"}],"id":"4da535c6-2ceb-4218-9303-6c8e508da51b","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:20:40","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-port","admin_state_up":true,"network_id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:54Z","binding:vnic_type":"normal"}} 2018-11-09 14:26:55,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-29a01c4f-d650-499e-b1fc-972858acd2d6 2018-11-09 14:26:55,106 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:55,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9fc64011-54aa-4600-b4e5-02e025f551df Date: Fri, 09 Nov 2018 14:26:55 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["b47b930e-1397-4ffd-95b7-5884a0efa364"],"description":"","tags":[],"updated_at":"2018-11-09T14:26:42Z","provider:segmentation_id":55,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:41Z","provider:network_type":"vxlan"}]} 2018-11-09 14:26:55,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net used request id req-9fc64011-54aa-4600-b4e5-02e025f551df 2018-11-09 14:26:55,328 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:55,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7ac67357-4740-42e8-9db8-29661b7c4eeb 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:26:55,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-7ac67357-4740-42e8-9db8-29661b7c4eeb 2018-11-09 14:26:55,419 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:55,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-40719f67-6009-4e83-94b9-fec06967bac8 Date: Fri, 09 Nov 2018 14:26:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:42Z","dns_nameservers":[],"updated_at":"2018-11-09T14:26: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":"dfb45da6f1334a63bc64335c92eee11f","id":"b47b930e-1397-4ffd-95b7-5884a0efa364","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet"}]} 2018-11-09 14:26:55,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594 used request id req-40719f67-6009-4e83-94b9-fec06967bac8 2018-11-09 14:26:55,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:55,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-8fee7e6b-fd26-4ba2-82e7-58b046064339 Date: Fri, 09 Nov 2018 14:26:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:26:54Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"b47b930e-1397-4ffd-95b7-5884a0efa364","ip_address":"10.55.0.9"}],"id":"4da535c6-2ceb-4218-9303-6c8e508da51b","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:ab:20:40","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-port","admin_state_up":true,"network_id":"98e0c879-b2d3-41b0-aed0-8fb82fd45594","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:26:54Z","binding:vnic_type":"normal"}]} 2018-11-09 14:26:55,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=98e0c879-b2d3-41b0-aed0-8fb82fd45594&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-port&admin_state_up=True used request id req-8fee7e6b-fd26-4ba2-82e7-58b046064339 2018-11-09 14:26:55,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:55,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-941beae2-9a01-4717-8066-9e02db3f69fc 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:26:55,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-941beae2-9a01-4717-8066-9e02db3f69fc 2018-11-09 14:26:55,915 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst 2018-11-09 14:26:55,918 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:56,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26: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-0f6f459f-fb2a-44cb-9eb1-f320a797c40a x-compute-request-id: req-0f6f459f-fb2a-44cb-9eb1-f320a797c40a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "995d1420-f1d6-4f6c-9176-74d3056add76", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-flavor"}]} 2018-11-09 14:26:56,075 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-0f6f459f-fb2a-44cb-9eb1-f320a797c40a 2018-11-09 14:26:56,077 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/995d1420-f1d6-4f6c-9176-74d3056add76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:56,098 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26: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-427acd41-0a82-476f-910d-d78932901167 x-compute-request-id: req-427acd41-0a82-476f-910d-d78932901167 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "995d1420-f1d6-4f6c-9176-74d3056add76", "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:26:56,098 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/995d1420-f1d6-4f6c-9176-74d3056add76 used request id req-427acd41-0a82-476f-910d-d78932901167 2018-11-09 14:26:56,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:56,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-145e5271-67bb-4c5f-bfbb-e83b21ff4f7b Date: Fri, 09 Nov 2018 14:26:56 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:26:37Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:26:39Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/3361da74-6f51-4b21-9ebb-32772060843d/snap", "metadata": {}}], "self": "/v2/images/3361da74-6f51-4b21-9ebb-32772060843d", "min_disk": 0, "protected": false, "id": "3361da74-6f51-4b21-9ebb-32772060843d", "file": "/v2/images/3361da74-6f51-4b21-9ebb-32772060843d/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/3361da74-6f51-4b21-9ebb-32772060843d/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image"} 2018-11-09 14:26:56,322 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image used request id req-145e5271-67bb-4c5f-bfbb-e83b21ff4f7b 2018-11-09 14:26:56,325 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:56,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-a118884c-4641-40f1-9030-3eb0ea899ba5 Date: Fri, 09 Nov 2018 14:26:56 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-11-09 14:26:56,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-a118884c-4641-40f1-9030-3eb0ea899ba5 2018-11-09 14:26:56,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst", "imageRef": "3361da74-6f51-4b21-9ebb-32772060843d", "flavorRef": "995d1420-f1d6-4f6c-9176-74d3056add76", "max_count": 1, "min_count": 1, "networks": [{"port": "4da535c6-2ceb-4218-9303-6c8e508da51b"}]}}' 2018-11-09 14:26:58,079 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:26: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-fed9ecb9-4888-4902-ad5d-bd2cea319396 x-compute-request-id: req-fed9ecb9-4888-4902-ad5d-bd2cea319396 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3dded52b-cb9b-46cc-9eaf-20da0b18264c", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "bookmark"}], "adminPass": "ycc2BWc6tPFs"}} 2018-11-09 14:26:58,079 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-fed9ecb9-4888-4902-ad5d-bd2cea319396 2018-11-09 14:26:58,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:58,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4f8f697-e87a-4176-a361-29bd0b7d0131 x-compute-request-id: req-d4f8f697-e87a-4176-a361-29bd0b7d0131 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.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "bookmark"}], "image": {"id": "3361da74-6f51-4b21-9ebb-32772060843d", "links": [{"href": "http://172.30.9.27:8774/images/3361da74-6f51-4b21-9ebb-32772060843d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "995d1420-f1d6-4f6c-9176-74d3056add76", "links": [{"href": "http://172.30.9.27:8774/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "bookmark"}]}, "id": "3dded52b-cb9b-46cc-9eaf-20da0b18264c", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:26:58Z", "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-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst", "created": "2018-11-09T14:26:58Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:26:58,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c used request id req-d4f8f697-e87a-4176-a361-29bd0b7d0131 2018-11-09 14:26:58,314 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst 2018-11-09 14:26:58,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:26:58,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:26:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54334471-dfcc-4dcd-a017-050afe17947b x-compute-request-id: req-54334471-dfcc-4dcd-a017-050afe17947b 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.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "bookmark"}], "image": {"id": "3361da74-6f51-4b21-9ebb-32772060843d", "links": [{"href": "http://172.30.9.27:8774/images/3361da74-6f51-4b21-9ebb-32772060843d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "995d1420-f1d6-4f6c-9176-74d3056add76", "links": [{"href": "http://172.30.9.27:8774/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "bookmark"}]}, "id": "3dded52b-cb9b-46cc-9eaf-20da0b18264c", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:26:58Z", "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-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst", "created": "2018-11-09T14:26:58Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:26:58,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c used request id req-54334471-dfcc-4dcd-a017-050afe17947b 2018-11-09 14:26:58,681 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst] is - BUILD 2018-11-09 14:26:58,681 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:27:01,684 - create_instance - DEBUG - VM status query timeout in 896.63044095 2018-11-09 14:27:01,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:27:02,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aafa5798-fb1d-4fe7-8c58-a33965926d8a x-compute-request-id: req-aafa5798-fb1d-4fe7-8c58-a33965926d8a 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.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "bookmark"}], "image": {"id": "3361da74-6f51-4b21-9ebb-32772060843d", "links": [{"href": "http://172.30.9.27:8774/images/3361da74-6f51-4b21-9ebb-32772060843d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "995d1420-f1d6-4f6c-9176-74d3056add76", "links": [{"href": "http://172.30.9.27:8774/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "bookmark"}]}, "id": "3dded52b-cb9b-46cc-9eaf-20da0b18264c", "security_groups": [{"name": "default"}], "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:26:59Z", "hostId": "507476a8dfb29316344096e44281e64fbf3d9b0d4d1c610efc88e33f", "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-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst", "created": "2018-11-09T14:26:58Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:27:02,485 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c used request id req-aafa5798-fb1d-4fe7-8c58-a33965926d8a 2018-11-09 14:27:02,485 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst] is - BUILD 2018-11-09 14:27:02,485 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:27:05,489 - create_instance - DEBUG - VM status query timeout in 892.825988054 2018-11-09 14:27:05,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:27:05,845 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df829017-9f6a-4612-b0f1-6c6afc270ab3 x-compute-request-id: req-df829017-9f6a-4612-b0f1-6c6afc270ab3 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "bookmark"}], "image": {"id": "3361da74-6f51-4b21-9ebb-32772060843d", "links": [{"href": "http://172.30.9.27:8774/images/3361da74-6f51-4b21-9ebb-32772060843d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "995d1420-f1d6-4f6c-9176-74d3056add76", "links": [{"href": "http://172.30.9.27:8774/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "bookmark"}]}, "id": "3dded52b-cb9b-46cc-9eaf-20da0b18264c", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:27:05Z", "hostId": "ef38458e17b03894359856ed365f63e78386871c6a117db82ebe0919", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst", "created": "2018-11-09T14:26:58Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:27:05,845 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c used request id req-df829017-9f6a-4612-b0f1-6c6afc270ab3 2018-11-09 14:27:05,846 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst] is - BUILD 2018-11-09 14:27:05,846 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:27:08,849 - create_instance - DEBUG - VM status query timeout in 889.465093136 2018-11-09 14:27:08,853 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:27:09,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0c2f3a04-20c3-4735-b048-8d3a32e447d9 x-compute-request-id: req-0c2f3a04-20c3-4735-b048-8d3a32e447d9 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "bookmark"}], "image": {"id": "3361da74-6f51-4b21-9ebb-32772060843d", "links": [{"href": "http://172.30.9.27:8774/images/3361da74-6f51-4b21-9ebb-32772060843d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "995d1420-f1d6-4f6c-9176-74d3056add76", "links": [{"href": "http://172.30.9.27:8774/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "bookmark"}]}, "id": "3dded52b-cb9b-46cc-9eaf-20da0b18264c", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:27:05Z", "hostId": "ef38458e17b03894359856ed365f63e78386871c6a117db82ebe0919", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst", "created": "2018-11-09T14:26:58Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:27:09,794 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c used request id req-0c2f3a04-20c3-4735-b048-8d3a32e447d9 2018-11-09 14:27:09,795 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst] is - BUILD 2018-11-09 14:27:09,795 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:27:12,796 - create_instance - DEBUG - VM status query timeout in 885.518837929 2018-11-09 14:27:12,798 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:27:13,138 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27: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-abb2a2e5-e205-4587-9ab4-ea90c7b96623 x-compute-request-id: req-abb2a2e5-e205-4587-9ab4-ea90c7b96623 Content-Encoding: gzip Content-Length: 1106 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c", "rel": "bookmark"}], "image": {"id": "3361da74-6f51-4b21-9ebb-32772060843d", "links": [{"href": "http://172.30.9.27:8774/images/3361da74-6f51-4b21-9ebb-32772060843d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000006", "OS-SRV-USG:launched_at": null, "flavor": {"id": "995d1420-f1d6-4f6c-9176-74d3056add76", "links": [{"href": "http://172.30.9.27:8774/flavors/995d1420-f1d6-4f6c-9176-74d3056add76", "rel": "bookmark"}]}, "id": "3dded52b-cb9b-46cc-9eaf-20da0b18264c", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:27: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-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst", "created": "2018-11-09T14:26:58Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:27:10Z"}, "metadata": {}}} 2018-11-09 14:27:13,138 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c used request id req-abb2a2e5-e205-4587-9ab4-ea90c7b96623 2018-11-09 14:27:13,139 - create_instance - INFO - Deleting Port with ID - 4da535c6-2ceb-4218-9303-6c8e508da51b 2018-11-09 14:27:13,139 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-port 2018-11-09 14:27:13,145 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/4da535c6-2ceb-4218-9303-6c8e508da51b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:27:13,724 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1162af54-562f-43cc-b7ec-71fa01ec46bd Date: Fri, 09 Nov 2018 14:27:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:27:13,724 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/4da535c6-2ceb-4218-9303-6c8e508da51b used request id req-1162af54-562f-43cc-b7ec-71fa01ec46bd 2018-11-09 14:27:13,724 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst 2018-11-09 14:27:13,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:27:14,254 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:27:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0db0c9fd-2922-413e-b91e-60f259d52479 x-compute-request-id: req-0db0c9fd-2922-413e-b91e-60f259d52479 Content-Type: application/json 2018-11-09 14:27:14,255 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c used request id req-0db0c9fd-2922-413e-b91e-60f259d52479 2018-11-09 14:27:14,255 - create_instance - INFO - Checking deletion status 2018-11-09 14:27:14,258 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c8864b101585751c5104cc069014fee0e6a12489" 2018-11-09 14:27:14,305 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:27:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-672e6a84-f446-4a17-b96d-14ebf1511bd4 x-compute-request-id: req-672e6a84-f446-4a17-b96d-14ebf1511bd4 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 3dded52b-cb9b-46cc-9eaf-20da0b18264c could not be found.", "code": 404}} 2018-11-09 14:27:14,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/3dded52b-cb9b-46cc-9eaf-20da0b18264c used request id req-672e6a84-f446-4a17-b96d-14ebf1511bd4 2018-11-09 14:27:14,305 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 3dded52b-cb9b-46cc-9eaf-20da0b18264c could not be found. (HTTP 404) (Request-ID: req-672e6a84-f446-4a17-b96d-14ebf1511bd4) 2018-11-09 14:27:14,306 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-vm_inst 2018-11-09 14:27:14,310 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8a0b3b3d-3daa-4f9e-9ddd-0031992e5d2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0747f4d792a90afe77315262d90450d0579a61fc" 2018-11-09 14:27:15,058 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:14 GMT Server: Apache x-compute-request-id: req-0fca4ae5-e858-4f7c-b5a5-2160d751eb3d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0fca4ae5-e858-4f7c-b5a5-2160d751eb3d Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:26:49.000000", "replication_status": null, "snapshot_id": null, "id": "0f3eb969-c51f-42cc-b63c-8aaba92ab44b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-0ac43135-171e-4729-80eb-69a4c4c3c26b", "bootable": "false", "created_at": "2018-11-09T14:26:45.000000", "volume_type": null}} 2018-11-09 14:27:15,059 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b used request id req-0fca4ae5-e858-4f7c-b5a5-2160d751eb3d 2018-11-09 14:27:15,059 - create_volume - DEBUG - Instance status is - available 2018-11-09 14:27:15,060 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b 2018-11-09 14:27:15,060 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b 2018-11-09 14:27:15,063 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8a0b3b3d-3daa-4f9e-9ddd-0031992e5d2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0747f4d792a90afe77315262d90450d0579a61fc" 2018-11-09 14:27:15,888 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:27:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5bca48f-0fab-42d9-9c4c-312331fa9a09 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-11-09 14:27:15,889 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b used request id req-d5bca48f-0fab-42d9-9c4c-312331fa9a09 2018-11-09 14:27:15,892 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-8a0b3b3d-3daa-4f9e-9ddd-0031992e5d2c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0747f4d792a90afe77315262d90450d0579a61fc" 2018-11-09 14:27:16,619 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:27:15 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-ee438366-d74d-4b30-a6c5-f45d7b75a8ca x-openstack-request-id: req-ee438366-d74d-4b30-a6c5-f45d7b75a8ca Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 0f3eb969-c51f-42cc-b63c-8aaba92ab44b could not be found.", "code": 404}} 2018-11-09 14:27:16,620 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/0f3eb969-c51f-42cc-b63c-8aaba92ab44b used request id req-ee438366-d74d-4b30-a6c5-f45d7b75a8ca 2018-11-09 14:27:16,620 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 0f3eb969-c51f-42cc-b63c-8aaba92ab44b could not be found. (HTTP 404) (Request-ID: req-ee438366-d74d-4b30-a6c5-f45d7b75a8ca) 2018-11-09 14:27:16,620 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b 2018-11-09 14:27:16,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/995d1420-f1d6-4f6c-9176-74d3056add76 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}77dc3cc9cf71bcfdc25046167db37ebb4f205d7b" 2018-11-09 14:27:16,654 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:27:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8ab32d6c-621e-4abd-b120-261ee5accd50 x-compute-request-id: req-8ab32d6c-621e-4abd-b120-261ee5accd50 Content-Length: 0 Content-Type: application/json 2018-11-09 14:27:16,654 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/995d1420-f1d6-4f6c-9176-74d3056add76 used request id req-8ab32d6c-621e-4abd-b120-261ee5accd50 2018-11-09 14:27:16,655 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet 2018-11-09 14:27:16,655 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-subnet 2018-11-09 14:27:16,659 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/b47b930e-1397-4ffd-95b7-5884a0efa364 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f908acd87f1b57ec908fab72f61a355a9f8f08" 2018-11-09 14:27:19,245 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48725083-6ab1-463f-bf91-80b8b1fd6036 Date: Fri, 09 Nov 2018 14:27:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:27:19,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/b47b930e-1397-4ffd-95b7-5884a0efa364 used request id req-48725083-6ab1-463f-bf91-80b8b1fd6036 2018-11-09 14:27:19,245 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-net 2018-11-09 14:27:19,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/98e0c879-b2d3-41b0-aed0-8fb82fd45594 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f908acd87f1b57ec908fab72f61a355a9f8f08" 2018-11-09 14:27:20,707 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-59bb0f2e-b262-4143-9294-e0244966e8e1 Date: Fri, 09 Nov 2018 14:27:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:27:20,707 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/98e0c879-b2d3-41b0-aed0-8fb82fd45594 used request id req-59bb0f2e-b262-4143-9294-e0244966e8e1 2018-11-09 14:27:20,707 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-0ac43135-171e-4729-80eb-69a4c4c3c26b-image 2018-11-09 14:27:20,710 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/3361da74-6f51-4b21-9ebb-32772060843d -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}80493b935c009c505efa257aa1084fd54e32ac8e" 2018-11-09 14:27:22,593 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00502117-b33c-4f59-9f25-f044fd76fd99 Date: Fri, 09 Nov 2018 14:27:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:27:22,593 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/3361da74-6f51-4b21-9ebb-32772060843d used request id req-00502117-b33c-4f59-9f25-f044fd76fd99 2018-11-09 14:27:22,606 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:27:22,608 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 14:27:22,609 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:27:22,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:27:22,995 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:27:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["gpU6BVpbQgGPt-QGSH7lEw"], "issued_at": "2018-11-09T14:27:22.000000Z"}} 2018-11-09 14:27:22,996 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}838c2ebd760b86772729c182647513db09aab9d1" 2018-11-09 14:27:23,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6aee133-e11d-43e7-9116-b04103b8c57f 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:27:23,077 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e6aee133-e11d-43e7-9116-b04103b8c57f 2018-11-09 14:27:23,082 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}838c2ebd760b86772729c182647513db09aab9d1" 2018-11-09 14:27:23,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-9490dbbe-6b28-4c34-8864-76f1a22e3be2 Date: Fri, 09 Nov 2018 14:27:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image"} 2018-11-09 14:27:23,249 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image used request id req-9490dbbe-6b28-4c34-8864-76f1a22e3be2 2018-11-09 14:27:23,253 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}838c2ebd760b86772729c182647513db09aab9d1" 2018-11-09 14:27:23,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2b2ede81-066b-4b3e-bb67-2a568f7558cd Date: Fri, 09 Nov 2018 14:27:23 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-11-09 14:27:23,400 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-2b2ede81-066b-4b3e-bb67-2a568f7558cd 2018-11-09 14:27:23,428 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}838c2ebd760b86772729c182647513db09aab9d1" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image"}' 2018-11-09 14:27:23,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/eee85716-f66b-428d-9e27-67d561f6866c X-Openstack-Request-Id: req-c433ebde-c024-4fc5-bfbc-f7396682ac3b Date: Fri, 09 Nov 2018 14:27:23 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:27:23Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T14:27:23Z", "visibility": "shared", "locations": [], "self": "/v2/images/eee85716-f66b-428d-9e27-67d561f6866c", "min_disk": 0, "protected": false, "id": "eee85716-f66b-428d-9e27-67d561f6866c", "file": "/v2/images/eee85716-f66b-428d-9e27-67d561f6866c/file", "checksum": null, "owner": "dfb45da6f1334a63bc64335c92eee11f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:27:23,793 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-c433ebde-c024-4fc5-bfbc-f7396682ac3b 2018-11-09 14:27:23,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/eee85716-f66b-428d-9e27-67d561f6866c/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}838c2ebd760b86772729c182647513db09aab9d1" -d '' 2018-11-09 14:27:25,705 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1821d20-2e85-4ee8-86b0-64f4c7c54923 Date: Fri, 09 Nov 2018 14:27:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:27:25,705 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/eee85716-f66b-428d-9e27-67d561f6866c/file used request id req-e1821d20-2e85-4ee8-86b0-64f4c7c54923 2018-11-09 14:27:25,706 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 14:27:25,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/eee85716-f66b-428d-9e27-67d561f6866c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}838c2ebd760b86772729c182647513db09aab9d1" 2018-11-09 14:27:25,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-6e0a8202-ae35-4ff3-9555-e3ae762a2599 Date: Fri, 09 Nov 2018 14:27:25 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:27:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:27:25Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/eee85716-f66b-428d-9e27-67d561f6866c/snap", "metadata": {}}], "self": "/v2/images/eee85716-f66b-428d-9e27-67d561f6866c", "min_disk": 0, "protected": false, "id": "eee85716-f66b-428d-9e27-67d561f6866c", "file": "/v2/images/eee85716-f66b-428d-9e27-67d561f6866c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/eee85716-f66b-428d-9e27-67d561f6866c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:27:25,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/eee85716-f66b-428d-9e27-67d561f6866c used request id req-6e0a8202-ae35-4ff3-9555-e3ae762a2599 2018-11-09 14:27:25,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}838c2ebd760b86772729c182647513db09aab9d1" 2018-11-09 14:27:26,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-886ac46e-eb23-4b88-93de-77ba413cde06 Date: Fri, 09 Nov 2018 14:27:26 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-11-09 14:27:26,049 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-886ac46e-eb23-4b88-93de-77ba413cde06 2018-11-09 14:27:26,051 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image 2018-11-09 14:27:26,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/eee85716-f66b-428d-9e27-67d561f6866c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}838c2ebd760b86772729c182647513db09aab9d1" 2018-11-09 14:27:26,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-4888ca37-3c88-4247-9c7c-e0d32d619d3c Date: Fri, 09 Nov 2018 14:27:26 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:27:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:27:25Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/eee85716-f66b-428d-9e27-67d561f6866c/snap", "metadata": {}}], "self": "/v2/images/eee85716-f66b-428d-9e27-67d561f6866c", "min_disk": 0, "protected": false, "id": "eee85716-f66b-428d-9e27-67d561f6866c", "file": "/v2/images/eee85716-f66b-428d-9e27-67d561f6866c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/eee85716-f66b-428d-9e27-67d561f6866c/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:27:26,676 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/eee85716-f66b-428d-9e27-67d561f6866c used request id req-4888ca37-3c88-4247-9c7c-e0d32d619d3c 2018-11-09 14:27:26,676 - create_image - DEBUG - Instance status is - active 2018-11-09 14:27:26,677 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image 2018-11-09 14:27:26,677 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image 2018-11-09 14:27:26,677 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:27:26,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:27:27,049 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:27:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["Tu9gDQK7Q-29fQvz9YgJfg"], "issued_at": "2018-11-09T14:27:27.000000Z"}} 2018-11-09 14:27:27,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}38a7e3f0d5a9d134d666ef4bbe1957237d273469" 2018-11-09 14:27:27,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a7ded6-348b-40fc-adcc-4108a2bff6d6 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:27:27,132 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c8a7ded6-348b-40fc-adcc-4108a2bff6d6 2018-11-09 14:27:27,138 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a7e3f0d5a9d134d666ef4bbe1957237d273469" 2018-11-09 14:27:27,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a5d28ec5-2709-4760-a0f4-1d60928154a5 Date: Fri, 09 Nov 2018 14:27:27 GMT RESP BODY: {"networks":[]} 2018-11-09 14:27:27,315 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net used request id req-a5d28ec5-2709-4760-a0f4-1d60928154a5 2018-11-09 14:27:27,316 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net 2018-11-09 14:27:27,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a7e3f0d5a9d134d666ef4bbe1957237d273469" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net", "admin_state_up": true}}' 2018-11-09 14:27:27,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-bcb5fcb2-574f-4bb3-add7-da6c06473015 Date: Fri, 09 Nov 2018 14:27:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:27:27Z","is_default":false,"provider:segmentation_id":12,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:27Z","mtu":1450}} 2018-11-09 14:27:27,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-bcb5fcb2-574f-4bb3-add7-da6c06473015 2018-11-09 14:27:27,794 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=50f78f0f-32ae-4324-bf0f-fc77b767880e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a7e3f0d5a9d134d666ef4bbe1957237d273469" 2018-11-09 14:27:27,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8a1e624a-43db-4885-90a5-6f381a91a75e Date: Fri, 09 Nov 2018 14:27:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:27:27Z","provider:segmentation_id":12,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:27Z","provider:network_type":"vxlan"}]} 2018-11-09 14:27:27,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=50f78f0f-32ae-4324-bf0f-fc77b767880e used request id req-8a1e624a-43db-4885-90a5-6f381a91a75e 2018-11-09 14:27:28,001 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a7e3f0d5a9d134d666ef4bbe1957237d273469" 2018-11-09 14:27:28,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-6331baf7-0f79-407c-965a-c9ea8f84057a Date: Fri, 09 Nov 2018 14:27:28 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:27:28,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e used request id req-6331baf7-0f79-407c-965a-c9ea8f84057a 2018-11-09 14:27:28,265 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet 2018-11-09 14:27:28,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a7e3f0d5a9d134d666ef4bbe1957237d273469" -d '{"subnets": [{"ip_version": 4, "network_id": "50f78f0f-32ae-4324-bf0f-fc77b767880e", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet"}]}' 2018-11-09 14:27:28,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-d39a4b5b-12b4-43ab-80af-935b8685a779 Date: Fri, 09 Nov 2018 14:27:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:28Z","dns_nameservers":[],"updated_at":"2018-11-09T14:27:28Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"180282c5-0ee4-4331-a505-c044bb377c3d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet"}]} 2018-11-09 14:27:28,945 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-d39a4b5b-12b4-43ab-80af-935b8685a779 2018-11-09 14:27:28,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=50f78f0f-32ae-4324-bf0f-fc77b767880e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a7e3f0d5a9d134d666ef4bbe1957237d273469" 2018-11-09 14:27:29,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ac79bbdb-643a-496d-b049-3c091302a434 Date: Fri, 09 Nov 2018 14:27:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["180282c5-0ee4-4331-a505-c044bb377c3d"],"description":"","tags":[],"updated_at":"2018-11-09T14:27:28Z","provider:segmentation_id":12,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:27Z","provider:network_type":"vxlan"}]} 2018-11-09 14:27:29,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=50f78f0f-32ae-4324-bf0f-fc77b767880e used request id req-ac79bbdb-643a-496d-b049-3c091302a434 2018-11-09 14:27:29,036 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a7e3f0d5a9d134d666ef4bbe1957237d273469" 2018-11-09 14:27:29,230 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-fe07b3d3-f7ba-4880-aa76-d78d5cd1845a Date: Fri, 09 Nov 2018 14:27:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:28Z","dns_nameservers":[],"updated_at":"2018-11-09T14:27:28Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"180282c5-0ee4-4331-a505-c044bb377c3d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet"}]} 2018-11-09 14:27:29,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e used request id req-fe07b3d3-f7ba-4880-aa76-d78d5cd1845a 2018-11-09 14:27:29,230 - OpenStackNetwork - DEBUG - Network [50f78f0f-32ae-4324-bf0f-fc77b767880e] created successfully 2018-11-09 14:27:29,231 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:27:29,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:27:29,609 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:27:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["Qlx8IPRCSP-lx0n25G_olA"], "issued_at": "2018-11-09T14:27:29.000000Z"}} 2018-11-09 14:27:29,610 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}12ac2729065ab416020cf67a76d3e6344f9fa6eb" 2018-11-09 14:27:29,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aee4f02-a51c-4c0d-bd3c-a029d56aab78 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:27:29,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-3aee4f02-a51c-4c0d-bd3c-a029d56aab78 2018-11-09 14:27:29,691 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:27:29,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12ac2729065ab416020cf67a76d3e6344f9fa6eb" 2018-11-09 14:27:29,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27: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-292d35ca-e4c6-441c-b18f-9b130222a31a x-compute-request-id: req-292d35ca-e4c6-441c-b18f-9b130222a31a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:27:29,870 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-292d35ca-e4c6-441c-b18f-9b130222a31a 2018-11-09 14:27:29,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12ac2729065ab416020cf67a76d3e6344f9fa6eb" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 14:27:29,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27: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-ff9e6bcd-35ba-4a50-840b-e154f94c896c x-compute-request-id: req-ff9e6bcd-35ba-4a50-840b-e154f94c896c Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "02e9b04d-6ef0-4bbf-a401-33586551c838", "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:27:29,942 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ff9e6bcd-35ba-4a50-840b-e154f94c896c 2018-11-09 14:27:29,942 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:27:29,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:27:30,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:27:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["m08FbN1hRTyjXHGHlrzPNg"], "issued_at": "2018-11-09T14:27:30.000000Z"}} 2018-11-09 14:27:30,327 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}c7a0672fe082a7a8a9645eb76e4641fde6489d40" 2018-11-09 14:27:30,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ad026ab-996e-42a5-aad1-19cf7c5bc58d 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:27:30,407 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5ad026ab-996e-42a5-aad1-19cf7c5bc58d 2018-11-09 14:27:30,413 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a0672fe082a7a8a9645eb76e4641fde6489d40" 2018-11-09 14:27:31,314 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:30 GMT Server: Apache x-compute-request-id: req-15e08be8-09e4-4a9e-81f6-93c763f8c9fc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-15e08be8-09e4-4a9e-81f6-93c763f8c9fc Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 14:27:31,314 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail used request id req-15e08be8-09e4-4a9e-81f6-93c763f8c9fc 2018-11-09 14:27:31,317 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-15e08be8-09e4-4a9e-81f6-93c763f8c9fc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a0672fe082a7a8a9645eb76e4641fde6489d40" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e", "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-11-09 14:27:32,287 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:27:31 GMT Server: Apache x-compute-request-id: req-d1a391a0-bfb8-4b97-bd09-dd3b591d496e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d1a391a0-bfb8-4b97-bd09-dd3b591d496e Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "e9fe1a272784449798ddeb7355701307", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T14:27:32.132028", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "1484bfa2-c75a-462d-bc28-014b77c2ed0b", "size": 1}} 2018-11-09 14:27:32,288 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes used request id req-d1a391a0-bfb8-4b97-bd09-dd3b591d496e 2018-11-09 14:27:32,291 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-15e08be8-09e4-4a9e-81f6-93c763f8c9fc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a0672fe082a7a8a9645eb76e4641fde6489d40" 2018-11-09 14:27:33,152 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:32 GMT Server: Apache x-compute-request-id: req-36e57656-9982-46f1-a35d-7384ec768770 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-36e57656-9982-46f1-a35d-7384ec768770 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:27:32.000000", "replication_status": null, "snapshot_id": null, "id": "1484bfa2-c75a-462d-bc28-014b77c2ed0b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-f83ba298-f6eb-4b97-a40b-20b7fdb8327e", "bootable": "false", "created_at": "2018-11-09T14:27:32.000000", "volume_type": null}} 2018-11-09 14:27:33,152 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b used request id req-36e57656-9982-46f1-a35d-7384ec768770 2018-11-09 14:27:33,153 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e 2018-11-09 14:27:33,156 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-15e08be8-09e4-4a9e-81f6-93c763f8c9fc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a0672fe082a7a8a9645eb76e4641fde6489d40" 2018-11-09 14:27:33,433 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:33 GMT Server: Apache x-compute-request-id: req-c5b0dac2-5086-4254-9107-f69eebc85032 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5b0dac2-5086-4254-9107-f69eebc85032 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:27:32.000000", "replication_status": null, "snapshot_id": null, "id": "1484bfa2-c75a-462d-bc28-014b77c2ed0b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-f83ba298-f6eb-4b97-a40b-20b7fdb8327e", "bootable": "false", "created_at": "2018-11-09T14:27:32.000000", "volume_type": null}} 2018-11-09 14:27:33,433 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b used request id req-c5b0dac2-5086-4254-9107-f69eebc85032 2018-11-09 14:27:33,433 - create_volume - DEBUG - Instance status is - available 2018-11-09 14:27:33,434 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e 2018-11-09 14:27:33,434 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e 2018-11-09 14:27:33,434 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:27:33,435 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:27:33,815 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:27:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["DCC2OmN1QR-15rrgWcBDIA"], "issued_at": "2018-11-09T14:27:33.000000Z"}} 2018-11-09 14:27:33,816 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:33,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d9271e5-01d2-42b1-be32-4f23a74aedaa 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:27:33,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6d9271e5-01d2-42b1-be32-4f23a74aedaa 2018-11-09 14:27:33,902 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:27:33,903 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:33,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3817148-c4b6-4c4a-8c83-501f29f24b3e 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:27:33,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f3817148-c4b6-4c4a-8c83-501f29f24b3e 2018-11-09 14:27:33,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:34,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-3a2e5367-d1f2-46c6-9797-78e9e53ebd34 Date: Fri, 09 Nov 2018 14:27:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["180282c5-0ee4-4331-a505-c044bb377c3d"],"description":"","tags":[],"updated_at":"2018-11-09T14:27:28Z","provider:segmentation_id":12,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:27Z","provider:network_type":"vxlan"}]} 2018-11-09 14:27:34,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net used request id req-3a2e5367-d1f2-46c6-9797-78e9e53ebd34 2018-11-09 14:27:34,305 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:27:34,310 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:27: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:27:34,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:34,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1b1698-9a5c-49b9-b676-8538139e1e9f 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:27:34,395 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-4b1b1698-9a5c-49b9-b676-8538139e1e9f 2018-11-09 14:27:34,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:34,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-38416fac-57e3-4fcb-b2be-1f6ac1f8bcc3 Date: Fri, 09 Nov 2018 14:27:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:28Z","dns_nameservers":[],"updated_at":"2018-11-09T14:27:28Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"180282c5-0ee4-4331-a505-c044bb377c3d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet"}]} 2018-11-09 14:27:34,601 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e used request id req-38416fac-57e3-4fcb-b2be-1f6ac1f8bcc3 2018-11-09 14:27:34,607 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:34,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-7289fd76-866a-4ef4-aa7e-f42ec5a6488e Date: Fri, 09 Nov 2018 14:27:34 GMT RESP BODY: {"ports":[]} 2018-11-09 14:27:34,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-port&admin_state_up=True used request id req-7289fd76-866a-4ef4-aa7e-f42ec5a6488e 2018-11-09 14:27:34,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:35,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3fbc25f7-111b-4811-a8c1-c2ba004330ae x-compute-request-id: req-3fbc25f7-111b-4811-a8c1-c2ba004330ae Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 14:27:35,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst used request id req-3fbc25f7-111b-4811-a8c1-c2ba004330ae 2018-11-09 14:27:35,038 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:35,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-545ad8dc-2abe-479e-bd33-f9562307b91c Date: Fri, 09 Nov 2018 14:27:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["180282c5-0ee4-4331-a505-c044bb377c3d"],"description":"","tags":[],"updated_at":"2018-11-09T14:27:28Z","provider:segmentation_id":12,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:27Z","provider:network_type":"vxlan"}]} 2018-11-09 14:27:35,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net used request id req-545ad8dc-2abe-479e-bd33-f9562307b91c 2018-11-09 14:27:35,276 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:35,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08d49aa9-acd2-4fdd-a780-74e9c49011ae 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:27:35,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-08d49aa9-acd2-4fdd-a780-74e9c49011ae 2018-11-09 14:27:35,369 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:35,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-0cbf1303-c1d0-44c6-a8e2-917efdc2012d Date: Fri, 09 Nov 2018 14:27:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:28Z","dns_nameservers":[],"updated_at":"2018-11-09T14:27:28Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"180282c5-0ee4-4331-a505-c044bb377c3d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet"}]} 2018-11-09 14:27:35,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e used request id req-0cbf1303-c1d0-44c6-a8e2-917efdc2012d 2018-11-09 14:27:35,575 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:35,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-16bb24ed-d8c9-4672-b5d0-2495dcb84240 Date: Fri, 09 Nov 2018 14:27:35 GMT RESP BODY: {"ports":[]} 2018-11-09 14:27:35,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-port&admin_state_up=True used request id req-16bb24ed-d8c9-4672-b5d0-2495dcb84240 2018-11-09 14:27:35,752 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:27:35,753 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:27:36,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:27:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["u9xoBSYOSVaUmFLp9mo0_w"], "issued_at": "2018-11-09T14:27:36.000000Z"}} 2018-11-09 14:27:36,128 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}6866eabad005f435cf71539572410a988f99e31e" 2018-11-09 14:27:36,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e1bb67a-23eb-4a8d-9cba-18f07073a450 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:27:36,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-9e1bb67a-23eb-4a8d-9cba-18f07073a450 2018-11-09 14:27:36,223 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:36,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-b35b1bc2-1cbf-4d6b-b873-9bbb14651571 Date: Fri, 09 Nov 2018 14:27:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["180282c5-0ee4-4331-a505-c044bb377c3d"],"description":"","tags":[],"updated_at":"2018-11-09T14:27:28Z","provider:segmentation_id":12,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:27Z","provider:network_type":"vxlan"}]} 2018-11-09 14:27:36,469 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net used request id req-b35b1bc2-1cbf-4d6b-b873-9bbb14651571 2018-11-09 14:27:36,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:36,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-43da3450-e703-4cb6-a3e5-f3d637484783 Date: Fri, 09 Nov 2018 14:27:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:28Z","dns_nameservers":[],"updated_at":"2018-11-09T14:27:28Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"180282c5-0ee4-4331-a505-c044bb377c3d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet"}]} 2018-11-09 14:27:36,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e used request id req-43da3450-e703-4cb6-a3e5-f3d637484783 2018-11-09 14:27:36,674 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:36,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-8f149ba1-012e-4a1f-b6f8-e1c74df577bd Date: Fri, 09 Nov 2018 14:27:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["180282c5-0ee4-4331-a505-c044bb377c3d"],"description":"","tags":[],"updated_at":"2018-11-09T14:27:28Z","provider:segmentation_id":12,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:27Z","provider:network_type":"vxlan"}]} 2018-11-09 14:27:36,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net used request id req-8f149ba1-012e-4a1f-b6f8-e1c74df577bd 2018-11-09 14:27:36,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:27:36,910 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:27:36 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:27:36,912 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6866eabad005f435cf71539572410a988f99e31e" 2018-11-09 14:27:36,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31be4140-2f8c-42c5-bdd8-0d342ea1cc75 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:27:36,990 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-31be4140-2f8c-42c5-bdd8-0d342ea1cc75 2018-11-09 14:27:36,995 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:37,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c617ce9b-9960-4962-95a4-10aa0b4fa6bb Date: Fri, 09 Nov 2018 14:27:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:28Z","dns_nameservers":[],"updated_at":"2018-11-09T14:27:28Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"180282c5-0ee4-4331-a505-c044bb377c3d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet"}]} 2018-11-09 14:27:37,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e used request id req-c617ce9b-9960-4962-95a4-10aa0b4fa6bb 2018-11-09 14:27:37,059 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net 2018-11-09 14:27:37,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" -d '{"port": {"network_id": "50f78f0f-32ae-4324-bf0f-fc77b767880e", "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-port", "admin_state_up": true}}' 2018-11-09 14:27:37,795 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 858 X-Openstack-Request-Id: req-4b4abce1-0d3e-4e92-a874-82819b97945f Date: Fri, 09 Nov 2018 14:27:37 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:27:37Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"180282c5-0ee4-4331-a505-c044bb377c3d","ip_address":"10.55.0.5"}],"id":"406adafe-e5a2-4edd-b324-b33dbe1043e8","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:1d:74","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-port","admin_state_up":true,"network_id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:37Z","binding:vnic_type":"normal"}} 2018-11-09 14:27:37,795 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-4b4abce1-0d3e-4e92-a874-82819b97945f 2018-11-09 14:27:37,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:38,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-4b8591d0-230d-46aa-bed9-206234675256 Date: Fri, 09 Nov 2018 14:27:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["180282c5-0ee4-4331-a505-c044bb377c3d"],"description":"","tags":[],"updated_at":"2018-11-09T14:27:28Z","provider:segmentation_id":12,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:27Z","provider:network_type":"vxlan"}]} 2018-11-09 14:27:38,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net used request id req-4b8591d0-230d-46aa-bed9-206234675256 2018-11-09 14:27:38,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:38,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc689cfa-18d5-4c05-800d-a7e9b0294636 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:27:38,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-fc689cfa-18d5-4c05-800d-a7e9b0294636 2018-11-09 14:27:38,349 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:38,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-62a5fd95-5c3b-42c1-9121-e4b4f7f81c14 Date: Fri, 09 Nov 2018 14:27:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:28Z","dns_nameservers":[],"updated_at":"2018-11-09T14:27:28Z","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":"dfb45da6f1334a63bc64335c92eee11f","id":"180282c5-0ee4-4331-a505-c044bb377c3d","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet"}]} 2018-11-09 14:27:38,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e used request id req-62a5fd95-5c3b-42c1-9121-e4b4f7f81c14 2018-11-09 14:27:38,555 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:38,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 861 X-Openstack-Request-Id: req-8210cdae-f7b7-474f-9ba4-c4812fe9eabb Date: Fri, 09 Nov 2018 14:27:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:27:37Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"180282c5-0ee4-4331-a505-c044bb377c3d","ip_address":"10.55.0.5"}],"id":"406adafe-e5a2-4edd-b324-b33dbe1043e8","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b3:1d:74","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-port","admin_state_up":true,"network_id":"50f78f0f-32ae-4324-bf0f-fc77b767880e","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:27:37Z","binding:vnic_type":"normal"}]} 2018-11-09 14:27:38,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=50f78f0f-32ae-4324-bf0f-fc77b767880e&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-port&admin_state_up=True used request id req-8210cdae-f7b7-474f-9ba4-c4812fe9eabb 2018-11-09 14:27:38,749 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:38,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2482b967-fdc5-4985-ab8b-e476fd79321f 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:27:38,834 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-2482b967-fdc5-4985-ab8b-e476fd79321f 2018-11-09 14:27:38,834 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst 2018-11-09 14:27:38,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:38,869 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27: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-8c5355ca-13a9-439b-a90e-500ccc632e7d x-compute-request-id: req-8c5355ca-13a9-439b-a90e-500ccc632e7d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"flavors": [{"id": "02e9b04d-6ef0-4bbf-a401-33586551c838", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-flavor"}]} 2018-11-09 14:27:38,869 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8c5355ca-13a9-439b-a90e-500ccc632e7d 2018-11-09 14:27:38,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:38,895 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27: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-ed8e820a-cfc6-4e6a-abd3-4f1ccae39bba x-compute-request-id: req-ed8e820a-cfc6-4e6a-abd3-4f1ccae39bba Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "02e9b04d-6ef0-4bbf-a401-33586551c838", "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:27:38,895 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838 used request id req-ed8e820a-cfc6-4e6a-abd3-4f1ccae39bba 2018-11-09 14:27:38,898 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:39,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-055ee41a-8319-4a77-b8cd-4b4528c30a54 Date: Fri, 09 Nov 2018 14:27:39 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:27:23Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:27:25Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/eee85716-f66b-428d-9e27-67d561f6866c/snap", "metadata": {}}], "self": "/v2/images/eee85716-f66b-428d-9e27-67d561f6866c", "min_disk": 0, "protected": false, "id": "eee85716-f66b-428d-9e27-67d561f6866c", "file": "/v2/images/eee85716-f66b-428d-9e27-67d561f6866c/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/eee85716-f66b-428d-9e27-67d561f6866c/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image"} 2018-11-09 14:27:39,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image used request id req-055ee41a-8319-4a77-b8cd-4b4528c30a54 2018-11-09 14:27:39,525 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:39,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-c6d818b0-9ee0-4709-9ef0-b45ed44d066e Date: Fri, 09 Nov 2018 14:27:39 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-11-09 14:27:39,671 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-c6d818b0-9ee0-4709-9ef0-b45ed44d066e 2018-11-09 14:27:39,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst", "imageRef": "eee85716-f66b-428d-9e27-67d561f6866c", "flavorRef": "02e9b04d-6ef0-4bbf-a401-33586551c838", "max_count": 1, "min_count": 1, "networks": [{"port": "406adafe-e5a2-4edd-b324-b33dbe1043e8"}]}}' 2018-11-09 14:27:42,432 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:27: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-d81a9144-08d3-482e-b5c8-e763f4c29d4f x-compute-request-id: req-d81a9144-08d3-482e-b5c8-e763f4c29d4f Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e929f0fe-8c39-459d-b725-39f1d071a08f", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "bookmark"}], "adminPass": "pMtecgDj6Nng"}} 2018-11-09 14:27:42,432 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d81a9144-08d3-482e-b5c8-e763f4c29d4f 2018-11-09 14:27:42,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:42,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27: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-02f697e1-a289-493a-b15d-cdd8d1d1b47b x-compute-request-id: req-02f697e1-a289-493a-b15d-cdd8d1d1b47b Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "bookmark"}], "image": {"id": "eee85716-f66b-428d-9e27-67d561f6866c", "links": [{"href": "http://172.30.9.27:8774/images/eee85716-f66b-428d-9e27-67d561f6866c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "02e9b04d-6ef0-4bbf-a401-33586551c838", "links": [{"href": "http://172.30.9.27:8774/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "bookmark"}]}, "id": "e929f0fe-8c39-459d-b725-39f1d071a08f", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:27:42Z", "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-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst", "created": "2018-11-09T14:27:42Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:27:42,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f used request id req-02f697e1-a289-493a-b15d-cdd8d1d1b47b 2018-11-09 14:27:42,913 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst 2018-11-09 14:27:42,916 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:43,166 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27: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-20d34d8f-c192-4942-9045-a5e1e0f75bdc x-compute-request-id: req-20d34d8f-c192-4942-9045-a5e1e0f75bdc Content-Encoding: gzip Content-Length: 658 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "bookmark"}], "image": {"id": "eee85716-f66b-428d-9e27-67d561f6866c", "links": [{"href": "http://172.30.9.27:8774/images/eee85716-f66b-428d-9e27-67d561f6866c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "02e9b04d-6ef0-4bbf-a401-33586551c838", "links": [{"href": "http://172.30.9.27:8774/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "bookmark"}]}, "id": "e929f0fe-8c39-459d-b725-39f1d071a08f", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:27:42Z", "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-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst", "created": "2018-11-09T14:27:42Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:27:43,166 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f used request id req-20d34d8f-c192-4942-9045-a5e1e0f75bdc 2018-11-09 14:27:43,167 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst] is - BUILD 2018-11-09 14:27:43,167 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:27:46,170 - create_instance - DEBUG - VM status query timeout in 896.743355989 2018-11-09 14:27:46,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:46,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27: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-03c92a15-5c59-4ffd-bfdb-faed5ae8a8f6 x-compute-request-id: req-03c92a15-5c59-4ffd-bfdb-faed5ae8a8f6 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.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "bookmark"}], "image": {"id": "eee85716-f66b-428d-9e27-67d561f6866c", "links": [{"href": "http://172.30.9.27:8774/images/eee85716-f66b-428d-9e27-67d561f6866c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "02e9b04d-6ef0-4bbf-a401-33586551c838", "links": [{"href": "http://172.30.9.27:8774/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "bookmark"}]}, "id": "e929f0fe-8c39-459d-b725-39f1d071a08f", "security_groups": [{"name": "default"}], "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:27:43Z", "hostId": "507476a8dfb29316344096e44281e64fbf3d9b0d4d1c610efc88e33f", "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-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst", "created": "2018-11-09T14:27:42Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:27:46,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f used request id req-03c92a15-5c59-4ffd-bfdb-faed5ae8a8f6 2018-11-09 14:27:46,872 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst] is - BUILD 2018-11-09 14:27:46,872 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:27:49,875 - create_instance - DEBUG - VM status query timeout in 893.038167 2018-11-09 14:27:49,878 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:49,974 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27: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-8e06466c-ba8f-4790-bbd7-71334aaceecd x-compute-request-id: req-8e06466c-ba8f-4790-bbd7-71334aaceecd Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "bookmark"}], "image": {"id": "eee85716-f66b-428d-9e27-67d561f6866c", "links": [{"href": "http://172.30.9.27:8774/images/eee85716-f66b-428d-9e27-67d561f6866c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "02e9b04d-6ef0-4bbf-a401-33586551c838", "links": [{"href": "http://172.30.9.27:8774/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "bookmark"}]}, "id": "e929f0fe-8c39-459d-b725-39f1d071a08f", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:27:49Z", "hostId": "ef38458e17b03894359856ed365f63e78386871c6a117db82ebe0919", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst", "created": "2018-11-09T14:27:42Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:27:49,975 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f used request id req-8e06466c-ba8f-4790-bbd7-71334aaceecd 2018-11-09 14:27:49,975 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst] is - BUILD 2018-11-09 14:27:49,975 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:27:52,978 - create_instance - DEBUG - VM status query timeout in 889.93559885 2018-11-09 14:27:52,981 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:53,669 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ffbea8b-ae9e-4b14-a1f2-ccc1fd484035 x-compute-request-id: req-3ffbea8b-ae9e-4b14-a1f2-ccc1fd484035 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "bookmark"}], "image": {"id": "eee85716-f66b-428d-9e27-67d561f6866c", "links": [{"href": "http://172.30.9.27:8774/images/eee85716-f66b-428d-9e27-67d561f6866c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "02e9b04d-6ef0-4bbf-a401-33586551c838", "links": [{"href": "http://172.30.9.27:8774/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "bookmark"}]}, "id": "e929f0fe-8c39-459d-b725-39f1d071a08f", "security_groups": [{"name": "default"}], "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:27:50Z", "hostId": "ef38458e17b03894359856ed365f63e78386871c6a117db82ebe0919", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst", "created": "2018-11-09T14:27:42Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:27:53,669 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f used request id req-3ffbea8b-ae9e-4b14-a1f2-ccc1fd484035 2018-11-09 14:27:53,669 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst] is - BUILD 2018-11-09 14:27:53,669 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:27:56,673 - create_instance - DEBUG - VM status query timeout in 886.240908861 2018-11-09 14:27:56,675 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:57,477 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27: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-98ddff7b-260b-4707-80d1-ffea1f0e063a x-compute-request-id: req-98ddff7b-260b-4707-80d1-ffea1f0e063a Content-Encoding: gzip Content-Length: 1100 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/e929f0fe-8c39-459d-b725-39f1d071a08f", "rel": "bookmark"}], "image": {"id": "eee85716-f66b-428d-9e27-67d561f6866c", "links": [{"href": "http://172.30.9.27:8774/images/eee85716-f66b-428d-9e27-67d561f6866c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-00000009", "OS-SRV-USG:launched_at": null, "flavor": {"id": "02e9b04d-6ef0-4bbf-a401-33586551c838", "links": [{"href": "http://172.30.9.27:8774/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838", "rel": "bookmark"}]}, "id": "e929f0fe-8c39-459d-b725-39f1d071a08f", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:27:56Z", "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-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst", "created": "2018-11-09T14:27:42Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:27:55Z"}, "metadata": {}}} 2018-11-09 14:27:57,477 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f used request id req-98ddff7b-260b-4707-80d1-ffea1f0e063a 2018-11-09 14:27:57,477 - create_instance - INFO - Deleting Port with ID - 406adafe-e5a2-4edd-b324-b33dbe1043e8 2018-11-09 14:27:57,477 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-port 2018-11-09 14:27:57,483 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/406adafe-e5a2-4edd-b324-b33dbe1043e8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:58,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b897bac4-db5b-4fb4-87d6-df09a15f70db Date: Fri, 09 Nov 2018 14:27:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:27:58,009 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/406adafe-e5a2-4edd-b324-b33dbe1043e8 used request id req-b897bac4-db5b-4fb4-87d6-df09a15f70db 2018-11-09 14:27:58,009 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst 2018-11-09 14:27:58,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:58,313 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:27: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-5ca759fb-10c8-4717-9617-c143fafe550a x-compute-request-id: req-5ca759fb-10c8-4717-9617-c143fafe550a Content-Type: application/json 2018-11-09 14:27:58,313 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f used request id req-5ca759fb-10c8-4717-9617-c143fafe550a 2018-11-09 14:27:58,313 - create_instance - INFO - Checking deletion status 2018-11-09 14:27:58,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5e91ad2f1fdae64cdca8797d688bc23add492bab" 2018-11-09 14:27:58,360 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:27: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-c3ef909a-d216-4a93-8d1d-9d0ad9db41a3 x-compute-request-id: req-c3ef909a-d216-4a93-8d1d-9d0ad9db41a3 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance e929f0fe-8c39-459d-b725-39f1d071a08f could not be found.", "code": 404}} 2018-11-09 14:27:58,360 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/e929f0fe-8c39-459d-b725-39f1d071a08f used request id req-c3ef909a-d216-4a93-8d1d-9d0ad9db41a3 2018-11-09 14:27:58,361 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance e929f0fe-8c39-459d-b725-39f1d071a08f could not be found. (HTTP 404) (Request-ID: req-c3ef909a-d216-4a93-8d1d-9d0ad9db41a3) 2018-11-09 14:27:58,361 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-vm_inst 2018-11-09 14:27:58,364 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-15e08be8-09e4-4a9e-81f6-93c763f8c9fc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a0672fe082a7a8a9645eb76e4641fde6489d40" 2018-11-09 14:27:58,560 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:58 GMT Server: Apache x-compute-request-id: req-82cafcaa-1a07-47b2-9e14-d2fc546525bf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-82cafcaa-1a07-47b2-9e14-d2fc546525bf Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:27:32.000000", "replication_status": null, "snapshot_id": null, "id": "1484bfa2-c75a-462d-bc28-014b77c2ed0b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-f83ba298-f6eb-4b97-a40b-20b7fdb8327e", "bootable": "false", "created_at": "2018-11-09T14:27:32.000000", "volume_type": null}} 2018-11-09 14:27:58,561 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b used request id req-82cafcaa-1a07-47b2-9e14-d2fc546525bf 2018-11-09 14:27:58,561 - create_volume - DEBUG - Instance status is - available 2018-11-09 14:27:58,561 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e 2018-11-09 14:27:58,561 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e 2018-11-09 14:27:58,564 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-15e08be8-09e4-4a9e-81f6-93c763f8c9fc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a0672fe082a7a8a9645eb76e4641fde6489d40" 2018-11-09 14:27:59,355 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:27:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-751d729d-089f-406c-9897-e408d10c9e32 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-11-09 14:27:59,355 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b used request id req-751d729d-089f-406c-9897-e408d10c9e32 2018-11-09 14:27:59,358 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-15e08be8-09e4-4a9e-81f6-93c763f8c9fc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a0672fe082a7a8a9645eb76e4641fde6489d40" 2018-11-09 14:27:59,410 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:27:59 GMT Server: Apache x-compute-request-id: req-c5f1857c-d3eb-4ab9-85df-9030c5d93ec3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c5f1857c-d3eb-4ab9-85df-9030c5d93ec3 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:27:59.000000", "replication_status": null, "snapshot_id": null, "id": "1484bfa2-c75a-462d-bc28-014b77c2ed0b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-f83ba298-f6eb-4b97-a40b-20b7fdb8327e", "bootable": "false", "created_at": "2018-11-09T14:27:32.000000", "volume_type": null}} 2018-11-09 14:27:59,410 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b used request id req-c5f1857c-d3eb-4ab9-85df-9030c5d93ec3 2018-11-09 14:27:59,410 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 14:27:59,410 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 14:28:02,414 - create_volume - DEBUG - Volume status query timeout in 56.941493988 2018-11-09 14:28:02,417 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-15e08be8-09e4-4a9e-81f6-93c763f8c9fc" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7a0672fe082a7a8a9645eb76e4641fde6489d40" 2018-11-09 14:28:03,178 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:28:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4ad3a301-5e47-43b7-834e-2a410f6e680c x-openstack-request-id: req-4ad3a301-5e47-43b7-834e-2a410f6e680c Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 1484bfa2-c75a-462d-bc28-014b77c2ed0b could not be found.", "code": 404}} 2018-11-09 14:28:03,178 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/1484bfa2-c75a-462d-bc28-014b77c2ed0b used request id req-4ad3a301-5e47-43b7-834e-2a410f6e680c 2018-11-09 14:28:03,178 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume 1484bfa2-c75a-462d-bc28-014b77c2ed0b could not be found. (HTTP 404) (Request-ID: req-4ad3a301-5e47-43b7-834e-2a410f6e680c) 2018-11-09 14:28:03,179 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e 2018-11-09 14:28:03,182 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}12ac2729065ab416020cf67a76d3e6344f9fa6eb" 2018-11-09 14:28:03,235 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:28:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-20a24311-7c69-4218-9b32-d7de4693b81c x-compute-request-id: req-20a24311-7c69-4218-9b32-d7de4693b81c Content-Length: 0 Content-Type: application/json 2018-11-09 14:28:03,235 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/02e9b04d-6ef0-4bbf-a401-33586551c838 used request id req-20a24311-7c69-4218-9b32-d7de4693b81c 2018-11-09 14:28:03,236 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet 2018-11-09 14:28:03,236 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-subnet 2018-11-09 14:28:03,241 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/180282c5-0ee4-4331-a505-c044bb377c3d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a7e3f0d5a9d134d666ef4bbe1957237d273469" 2018-11-09 14:28:05,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cf81af5d-d6a4-4fb0-ba03-527cba2689ff Date: Fri, 09 Nov 2018 14:28:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:28:05,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/180282c5-0ee4-4331-a505-c044bb377c3d used request id req-cf81af5d-d6a4-4fb0-ba03-527cba2689ff 2018-11-09 14:28:05,699 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-net 2018-11-09 14:28:05,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/50f78f0f-32ae-4324-bf0f-fc77b767880e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38a7e3f0d5a9d134d666ef4bbe1957237d273469" 2018-11-09 14:28:06,987 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fceb4ee2-1e9e-48e1-8200-d95ccb62ee1c Date: Fri, 09 Nov 2018 14:28:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:28:06,987 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/50f78f0f-32ae-4324-bf0f-fc77b767880e used request id req-fceb4ee2-1e9e-48e1-8200-d95ccb62ee1c 2018-11-09 14:28:06,988 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-f83ba298-f6eb-4b97-a40b-20b7fdb8327e-image 2018-11-09 14:28:06,991 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/eee85716-f66b-428d-9e27-67d561f6866c -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}838c2ebd760b86772729c182647513db09aab9d1" 2018-11-09 14:28:08,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d562d58c-c732-4c22-997b-79c5b4b2ae35 Date: Fri, 09 Nov 2018 14:28:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:28:08,380 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/eee85716-f66b-428d-9e27-67d561f6866c used request id req-d562d58c-c732-4c22-997b-79c5b4b2ae35 2018-11-09 14:28:08,381 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:28:08,384 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 14:28:08,384 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:28:08,385 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:08,761 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["hKlSt_U-SZSP7Ye0TIqNXQ"], "issued_at": "2018-11-09T14:28:08.000000Z"}} 2018-11-09 14:28:08,762 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}8c9c746087d8d61bd826464687d269d902f2f879" 2018-11-09 14:28:08,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e56514a9-d83b-4d36-a0ec-01eba3f1d614 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:28:08,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-e56514a9-d83b-4d36-a0ec-01eba3f1d614 2018-11-09 14:28:08,846 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c9c746087d8d61bd826464687d269d902f2f879" 2018-11-09 14:28:09,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 173 Content-Type: application/json X-Openstack-Request-Id: req-6b74ef96-7900-4291-94f8-e4f33bc8c902 Date: Fri, 09 Nov 2018 14:28:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image"} 2018-11-09 14:28:09,020 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image used request id req-6b74ef96-7900-4291-94f8-e4f33bc8c902 2018-11-09 14:28:09,023 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c9c746087d8d61bd826464687d269d902f2f879" 2018-11-09 14:28:09,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d2a92799-93bf-4d6d-9655-da4f6bd70614 Date: Fri, 09 Nov 2018 14:28:09 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-11-09 14:28:09,187 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d2a92799-93bf-4d6d-9655-da4f6bd70614 2018-11-09 14:28:09,215 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8c9c746087d8d61bd826464687d269d902f2f879" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image"}' 2018-11-09 14:28:09,432 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 632 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306 X-Openstack-Request-Id: req-58498ef9-9ad9-438f-8d3a-d83f603baef4 Date: Fri, 09 Nov 2018 14:28:09 GMT RESP BODY: {"status": "queued", "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:28:09Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T14:28:09Z", "visibility": "shared", "locations": [], "self": "/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306", "min_disk": 0, "protected": false, "id": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "file": "/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/file", "checksum": null, "owner": "dfb45da6f1334a63bc64335c92eee11f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:28:09,432 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-58498ef9-9ad9-438f-8d3a-d83f603baef4 2018-11-09 14:28:09,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c9c746087d8d61bd826464687d269d902f2f879" -d '' 2018-11-09 14:28:11,418 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a8407b2c-0439-4804-a29a-cc14ca95474d Date: Fri, 09 Nov 2018 14:28:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:28:11,418 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/file used request id req-a8407b2c-0439-4804-a29a-cc14ca95474d 2018-11-09 14:28:11,419 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 14:28:11,421 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c9c746087d8d61bd826464687d269d902f2f879" 2018-11-09 14:28:11,589 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-559bfd2f-fd58-4340-b42e-b4d377895a13 Date: Fri, 09 Nov 2018 14:28:11 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:28:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:28:11Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/snap", "metadata": {}}], "self": "/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306", "min_disk": 0, "protected": false, "id": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "file": "/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:28:11,589 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306 used request id req-559bfd2f-fd58-4340-b42e-b4d377895a13 2018-11-09 14:28:11,592 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c9c746087d8d61bd826464687d269d902f2f879" 2018-11-09 14:28:11,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-1ee72aa2-8dac-4ef4-bff4-8b04c852d378 Date: Fri, 09 Nov 2018 14:28: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-11-09 14:28:11,600 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-1ee72aa2-8dac-4ef4-bff4-8b04c852d378 2018-11-09 14:28:11,603 - create_image - INFO - Created image with name - NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image 2018-11-09 14:28:11,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c9c746087d8d61bd826464687d269d902f2f879" 2018-11-09 14:28:12,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 893 Content-Type: application/json X-Openstack-Request-Id: req-df9d33a4-9d99-43f2-9019-00cf0e8d81a8 Date: Fri, 09 Nov 2018 14:28:12 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:28:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:28:11Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/snap", "metadata": {}}], "self": "/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306", "min_disk": 0, "protected": false, "id": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "file": "/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:28:12,209 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306 used request id req-df9d33a4-9d99-43f2-9019-00cf0e8d81a8 2018-11-09 14:28:12,210 - create_image - DEBUG - Instance status is - active 2018-11-09 14:28:12,210 - create_image - DEBUG - Image is active with name - NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image 2018-11-09 14:28:12,210 - create_image - INFO - Image is now active with name - NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image 2018-11-09 14:28:12,210 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:28:12,211 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:12,678 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["rIEFTdVyQGO-3xCoSxNaKw"], "issued_at": "2018-11-09T14:28:12.000000Z"}} 2018-11-09 14:28:12,679 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}101ab88844ffef247451ffc5c2c9e6f79f766a45" 2018-11-09 14:28:12,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fc4674b-0a58-4ebd-b0e9-253422e6bc5b 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:28:12,691 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-6fc4674b-0a58-4ebd-b0e9-253422e6bc5b 2018-11-09 14:28:12,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101ab88844ffef247451ffc5c2c9e6f79f766a45" 2018-11-09 14:28:12,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-121fa6a6-22ce-4438-8ac1-2bac885c0ba1 Date: Fri, 09 Nov 2018 14:28:12 GMT RESP BODY: {"networks":[]} 2018-11-09 14:28:12,891 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net used request id req-121fa6a6-22ce-4438-8ac1-2bac885c0ba1 2018-11-09 14:28:12,891 - neutron_utils - INFO - Creating network with name NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net 2018-11-09 14:28:12,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101ab88844ffef247451ffc5c2c9e6f79f766a45" -d '{"network": {"name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net", "admin_state_up": true}}' 2018-11-09 14:28:13,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-54db1903-bedc-41af-b102-849f37fd9cdc Date: Fri, 09 Nov 2018 14:28:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1e073235-c019-4cdf-90c5-1155cd123c42","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:28:13Z","is_default":false,"provider:segmentation_id":63,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:13Z","mtu":1450}} 2018-11-09 14:28:13,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks used request id req-54db1903-bedc-41af-b102-849f37fd9cdc 2018-11-09 14:28:13,315 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=1e073235-c019-4cdf-90c5-1155cd123c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101ab88844ffef247451ffc5c2c9e6f79f766a45" 2018-11-09 14:28:13,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ea99ad9a-bd23-474a-be42-de115cb1cee9 Date: Fri, 09 Nov 2018 14:28:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1e073235-c019-4cdf-90c5-1155cd123c42","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-11-09T14:28:13Z","provider:segmentation_id":63,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:13Z","provider:network_type":"vxlan"}]} 2018-11-09 14:28:13,555 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=1e073235-c019-4cdf-90c5-1155cd123c42 used request id req-ea99ad9a-bd23-474a-be42-de115cb1cee9 2018-11-09 14:28:13,561 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101ab88844ffef247451ffc5c2c9e6f79f766a45" 2018-11-09 14:28:13,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f02ed7b6-6267-4b36-874f-4d404c3f77b0 Date: Fri, 09 Nov 2018 14:28:13 GMT RESP BODY: {"subnets":[]} 2018-11-09 14:28:13,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 used request id req-f02ed7b6-6267-4b36-874f-4d404c3f77b0 2018-11-09 14:28:13,742 - neutron_utils - INFO - Creating subnet with name NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet 2018-11-09 14:28:13,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101ab88844ffef247451ffc5c2c9e6f79f766a45" -d '{"subnets": [{"ip_version": 4, "network_id": "1e073235-c019-4cdf-90c5-1155cd123c42", "cidr": "10.55.0.0/24", "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet"}]}' 2018-11-09 14:28:14,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9802ade2-6315-4d6e-b96b-6c71bde025b8 Date: Fri, 09 Nov 2018 14:28:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e073235-c019-4cdf-90c5-1155cd123c42","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:28:14Z","gateway_ip":"10.55.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.55.0.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"1fee2632-17c0-444d-b56d-504cefc2814f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet"}]} 2018-11-09 14:28:14,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets used request id req-9802ade2-6315-4d6e-b96b-6c71bde025b8 2018-11-09 14:28:14,519 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?id=1e073235-c019-4cdf-90c5-1155cd123c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101ab88844ffef247451ffc5c2c9e6f79f766a45" 2018-11-09 14:28:14,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-9eba4488-5aa4-477a-9d7f-ea556683432a Date: Fri, 09 Nov 2018 14:28:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e073235-c019-4cdf-90c5-1155cd123c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["1fee2632-17c0-444d-b56d-504cefc2814f"],"description":"","tags":[],"updated_at":"2018-11-09T14:28:14Z","provider:segmentation_id":63,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:13Z","provider:network_type":"vxlan"}]} 2018-11-09 14:28:14,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?id=1e073235-c019-4cdf-90c5-1155cd123c42 used request id req-9eba4488-5aa4-477a-9d7f-ea556683432a 2018-11-09 14:28:14,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101ab88844ffef247451ffc5c2c9e6f79f766a45" 2018-11-09 14:28:14,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-5ba238d3-1444-4242-911e-f1562a306cc5 Date: Fri, 09 Nov 2018 14:28:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e073235-c019-4cdf-90c5-1155cd123c42","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:28:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"1fee2632-17c0-444d-b56d-504cefc2814f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet"}]} 2018-11-09 14:28:14,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 used request id req-5ba238d3-1444-4242-911e-f1562a306cc5 2018-11-09 14:28:14,952 - OpenStackNetwork - DEBUG - Network [1e073235-c019-4cdf-90c5-1155cd123c42] created successfully 2018-11-09 14:28:14,952 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:28:14,953 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:15,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["3KquaNzPTMi0AwmyKftAGQ"], "issued_at": "2018-11-09T14:28:15.000000Z"}} 2018-11-09 14:28:15,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}ef97e111ef81df33390b55f7f20cf304f63e0a79" 2018-11-09 14:28:15,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d53cffad-d7ad-460d-88f5-168bab7c9956 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:28:15,360 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d53cffad-d7ad-460d-88f5-168bab7c9956 2018-11-09 14:28:15,361 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:28:15,365 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef97e111ef81df33390b55f7f20cf304f63e0a79" 2018-11-09 14:28:15,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2d0e76b0-713d-4dbd-a623-aa0610515fdb x-compute-request-id: req-2d0e76b0-713d-4dbd-a623-aa0610515fdb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:28:15,539 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-2d0e76b0-713d-4dbd-a623-aa0610515fdb 2018-11-09 14:28:15,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef97e111ef81df33390b55f7f20cf304f63e0a79" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 14:28:15,693 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-3fe591d6-e18d-401b-b7a3-2ac2863cdcda x-compute-request-id: req-3fe591d6-e18d-401b-b7a3-2ac2863cdcda Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:28:15,693 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3fe591d6-e18d-401b-b7a3-2ac2863cdcda 2018-11-09 14:28:15,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:28:15,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:16,084 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["-RciGxYWR3-Rz5USKCQvhA"], "issued_at": "2018-11-09T14:28:16.000000Z"}} 2018-11-09 14:28:16,084 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}211bcec30517bc52635d3952c5b04d83b3a11484" 2018-11-09 14:28:16,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0fc63cc-721f-488b-96cb-f2ae88258c87 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:28:16,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c0fc63cc-721f-488b-96cb-f2ae88258c87 2018-11-09 14:28:16,171 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211bcec30517bc52635d3952c5b04d83b3a11484" 2018-11-09 14:28:16,920 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:16 GMT Server: Apache x-compute-request-id: req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 14:28:16,920 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail used request id req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597 2018-11-09 14:28:16,924 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211bcec30517bc52635d3952c5b04d83b3a11484" -d '{"volume": {"status": "creating", "user_id": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729", "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-11-09 14:28:17,869 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:28:16 GMT Server: Apache x-compute-request-id: req-a4cf8cbe-812b-47ed-9e70-3db8fdc57b7a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a4cf8cbe-812b-47ed-9e70-3db8fdc57b7a Content-Length: 881 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "e9fe1a272784449798ddeb7355701307", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T14:28:17.722344", "description": null, "updated_at": null, "volume_type": null, "name": "NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "size": 1}} 2018-11-09 14:28:17,869 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes used request id req-a4cf8cbe-812b-47ed-9e70-3db8fdc57b7a 2018-11-09 14:28:17,872 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211bcec30517bc52635d3952c5b04d83b3a11484" 2018-11-09 14:28:18,074 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:17 GMT Server: Apache x-compute-request-id: req-82058491-61ba-43a6-bd25-fb46a249eb10 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-82058491-61ba-43a6-bd25-fb46a249eb10 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:28:17.000000", "replication_status": null, "snapshot_id": null, "id": "e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-f60ee1ec-6e75-4eca-a3a6-c056f9880729", "bootable": "false", "created_at": "2018-11-09T14:28:17.000000", "volume_type": null}} 2018-11-09 14:28:18,074 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b used request id req-82058491-61ba-43a6-bd25-fb46a249eb10 2018-11-09 14:28:18,074 - create_volume - INFO - Created volume with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729 2018-11-09 14:28:18,077 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211bcec30517bc52635d3952c5b04d83b3a11484" 2018-11-09 14:28:18,268 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:18 GMT Server: Apache x-compute-request-id: req-3fb0f94d-bc67-4e2b-adb0-b26722e360d8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3fb0f94d-bc67-4e2b-adb0-b26722e360d8 Content-Encoding: gzip Content-Length: 521 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:28:17.000000", "replication_status": null, "snapshot_id": null, "id": "e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-f60ee1ec-6e75-4eca-a3a6-c056f9880729", "bootable": "false", "created_at": "2018-11-09T14:28:17.000000", "volume_type": null}} 2018-11-09 14:28:18,268 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b used request id req-3fb0f94d-bc67-4e2b-adb0-b26722e360d8 2018-11-09 14:28:18,269 - create_volume - DEBUG - Instance status is - creating 2018-11-09 14:28:18,269 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 14:28:21,272 - create_volume - DEBUG - Volume status query timeout in 296.802474976 2018-11-09 14:28:21,275 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211bcec30517bc52635d3952c5b04d83b3a11484" 2018-11-09 14:28:22,059 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:21 GMT Server: Apache x-compute-request-id: req-dbcda278-c400-4377-9e45-d3194ff3a3da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dbcda278-c400-4377-9e45-d3194ff3a3da Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:28:18.000000", "replication_status": null, "snapshot_id": null, "id": "e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-f60ee1ec-6e75-4eca-a3a6-c056f9880729", "bootable": "false", "created_at": "2018-11-09T14:28:17.000000", "volume_type": null}} 2018-11-09 14:28:22,059 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b used request id req-dbcda278-c400-4377-9e45-d3194ff3a3da 2018-11-09 14:28:22,059 - create_volume - DEBUG - Instance status is - available 2018-11-09 14:28:22,060 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729 2018-11-09 14:28:22,060 - create_volume - INFO - Volume is now active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729 2018-11-09 14:28:22,060 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:28:22,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:22,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["LnrIHdetS2qNQWyzPuoprg"], "issued_at": "2018-11-09T14:28:22.000000Z"}} 2018-11-09 14:28:22,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:22,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b439eb9-4ec1-4215-aad0-2fafbf4149b3 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:28:22,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-0b439eb9-4ec1-4215-aad0-2fafbf4149b3 2018-11-09 14:28:22,539 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:28:22,541 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:22,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d174b7d-9e85-49ca-b27d-40ac0887f70f 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:28:22,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-5d174b7d-9e85-49ca-b27d-40ac0887f70f 2018-11-09 14:28:22,632 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:22,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-0fce8d63-13cd-4b82-8ad6-3fd81f0455de Date: Fri, 09 Nov 2018 14:28:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e073235-c019-4cdf-90c5-1155cd123c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["1fee2632-17c0-444d-b56d-504cefc2814f"],"description":"","tags":[],"updated_at":"2018-11-09T14:28:14Z","provider:segmentation_id":63,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:13Z","provider:network_type":"vxlan"}]} 2018-11-09 14:28:22,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net used request id req-0fce8d63-13cd-4b82-8ad6-3fd81f0455de 2018-11-09 14:28:22,883 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:28:22,888 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:28: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:28:22,889 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:23,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d517976f-a80d-4c27-9343-fc3216f56093 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:28:23,051 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-d517976f-a80d-4c27-9343-fc3216f56093 2018-11-09 14:28:23,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:23,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-c3d427bb-77f5-4d14-b278-23ec8285489a Date: Fri, 09 Nov 2018 14:28:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e073235-c019-4cdf-90c5-1155cd123c42","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:28:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"1fee2632-17c0-444d-b56d-504cefc2814f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet"}]} 2018-11-09 14:28:23,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 used request id req-c3d427bb-77f5-4d14-b278-23ec8285489a 2018-11-09 14:28:23,277 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1e073235-c019-4cdf-90c5-1155cd123c42&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:23,466 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-39aca247-9cc9-4fb7-b017-0d61efb5900b Date: Fri, 09 Nov 2018 14:28:23 GMT RESP BODY: {"ports":[]} 2018-11-09 14:28:23,466 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1e073235-c019-4cdf-90c5-1155cd123c42&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-port&admin_state_up=True used request id req-39aca247-9cc9-4fb7-b017-0d61efb5900b 2018-11-09 14:28:23,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:23,854 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-b32d1975-69d9-4762-88df-8dc378e49ec1 x-compute-request-id: req-b32d1975-69d9-4762-88df-8dc378e49ec1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-11-09 14:28:23,854 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst used request id req-b32d1975-69d9-4762-88df-8dc378e49ec1 2018-11-09 14:28:23,860 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:24,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-e8ffb08e-5750-4e60-8e3b-f11f1cff60ff Date: Fri, 09 Nov 2018 14:28:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e073235-c019-4cdf-90c5-1155cd123c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["1fee2632-17c0-444d-b56d-504cefc2814f"],"description":"","tags":[],"updated_at":"2018-11-09T14:28:14Z","provider:segmentation_id":63,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:13Z","provider:network_type":"vxlan"}]} 2018-11-09 14:28:24,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net used request id req-e8ffb08e-5750-4e60-8e3b-f11f1cff60ff 2018-11-09 14:28:24,237 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:24,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3dc6426-60af-44fd-b740-7e00e6d9fd3b 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:28:24,327 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-e3dc6426-60af-44fd-b740-7e00e6d9fd3b 2018-11-09 14:28:24,332 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:24,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f7401a5d-ff1f-4483-a832-61fd80d5a02c Date: Fri, 09 Nov 2018 14:28:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e073235-c019-4cdf-90c5-1155cd123c42","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:28:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"1fee2632-17c0-444d-b56d-504cefc2814f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet"}]} 2018-11-09 14:28:24,537 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 used request id req-f7401a5d-ff1f-4483-a832-61fd80d5a02c 2018-11-09 14:28:24,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1e073235-c019-4cdf-90c5-1155cd123c42&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:24,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-a0bb33ee-b7d9-47b5-a616-8fe6d0b97d07 Date: Fri, 09 Nov 2018 14:28:24 GMT RESP BODY: {"ports":[]} 2018-11-09 14:28:24,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1e073235-c019-4cdf-90c5-1155cd123c42&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-port&admin_state_up=True used request id req-a0bb33ee-b7d9-47b5-a616-8fe6d0b97d07 2018-11-09 14:28:24,741 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:28:24,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:25,128 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["bk5aZrmVQLeGEDc0e5amHg"], "issued_at": "2018-11-09T14:28:25.000000Z"}} 2018-11-09 14:28:25,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}b41e8dd1952e6e5c1a3a4d2a4acc0c15d351ac13" 2018-11-09 14:28:25,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54258511-4edd-450c-9cd2-9930d9daea76 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:28:25,210 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-54258511-4edd-450c-9cd2-9930d9daea76 2018-11-09 14:28:25,216 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:25,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ff41eb5a-a568-43f2-b66f-dd2d2faf7ef7 Date: Fri, 09 Nov 2018 14:28:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e073235-c019-4cdf-90c5-1155cd123c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["1fee2632-17c0-444d-b56d-504cefc2814f"],"description":"","tags":[],"updated_at":"2018-11-09T14:28:14Z","provider:segmentation_id":63,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:13Z","provider:network_type":"vxlan"}]} 2018-11-09 14:28:25,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net used request id req-ff41eb5a-a568-43f2-b66f-dd2d2faf7ef7 2018-11-09 14:28:25,463 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:25,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-f37943ba-9688-43aa-9a1f-1807c7bcee16 Date: Fri, 09 Nov 2018 14:28:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e073235-c019-4cdf-90c5-1155cd123c42","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:28:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"1fee2632-17c0-444d-b56d-504cefc2814f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet"}]} 2018-11-09 14:28:25,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 used request id req-f37943ba-9688-43aa-9a1f-1807c7bcee16 2018-11-09 14:28:25,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:25,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-7b693553-c90b-479d-9c65-10752257cc09 Date: Fri, 09 Nov 2018 14:28:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e073235-c019-4cdf-90c5-1155cd123c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["1fee2632-17c0-444d-b56d-504cefc2814f"],"description":"","tags":[],"updated_at":"2018-11-09T14:28:14Z","provider:segmentation_id":63,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:13Z","provider:network_type":"vxlan"}]} 2018-11-09 14:28:25,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net used request id req-7b693553-c90b-479d-9c65-10752257cc09 2018-11-09 14:28:25,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:28:25,912 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:28: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:28:25,913 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b41e8dd1952e6e5c1a3a4d2a4acc0c15d351ac13" 2018-11-09 14:28:26,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fce04690-bb69-4a43-8ab4-c0fc222a3020 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:28:26,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-fce04690-bb69-4a43-8ab4-c0fc222a3020 2018-11-09 14:28:26,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:26,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-8a1a4c54-a448-47f6-8703-c54ea7987ef7 Date: Fri, 09 Nov 2018 14:28:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e073235-c019-4cdf-90c5-1155cd123c42","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:28:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"1fee2632-17c0-444d-b56d-504cefc2814f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet"}]} 2018-11-09 14:28:26,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 used request id req-8a1a4c54-a448-47f6-8703-c54ea7987ef7 2018-11-09 14:28:26,280 - neutron_utils - INFO - Creating port for network with name - NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net 2018-11-09 14:28:26,285 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" -d '{"port": {"network_id": "1e073235-c019-4cdf-90c5-1155cd123c42", "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-port", "admin_state_up": true}}' 2018-11-09 14:28:27,166 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-5676c656-ee64-4873-9d5c-cc7bd78bb2d4 Date: Fri, 09 Nov 2018 14:28:27 GMT RESP BODY: {"port":{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:28:26Z","device_owner":"","revision_number":3,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"1fee2632-17c0-444d-b56d-504cefc2814f","ip_address":"10.55.0.13"}],"id":"4d9b2834-7c67-4f4c-af96-2641190ec025","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:36:aa","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-port","admin_state_up":true,"network_id":"1e073235-c019-4cdf-90c5-1155cd123c42","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:26Z","binding:vnic_type":"normal"}} 2018-11-09 14:28:27,166 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/ports used request id req-5676c656-ee64-4873-9d5c-cc7bd78bb2d4 2018-11-09 14:28:27,171 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:27,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-ddc735c2-c65b-44a6-98fe-c02b3eebdeaf Date: Fri, 09 Nov 2018 14:28:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1e073235-c019-4cdf-90c5-1155cd123c42","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"ACTIVE","subnets":["1fee2632-17c0-444d-b56d-504cefc2814f"],"description":"","tags":[],"updated_at":"2018-11-09T14:28:14Z","provider:segmentation_id":63,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net","admin_state_up":true,"tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:13Z","provider:network_type":"vxlan"}]} 2018-11-09 14:28:27,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks?name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net used request id req-ddc735c2-c65b-44a6-98fe-c02b3eebdeaf 2018-11-09 14:28:27,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:27,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-178d3956-3236-4e1d-ad81-46369ee9e010 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:28:27,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-178d3956-3236-4e1d-ad81-46369ee9e010 2018-11-09 14:28:27,488 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:27,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-dc789d69-a4bc-40e3-8e61-d30ef71a1dd3 Date: Fri, 09 Nov 2018 14:28:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1e073235-c019-4cdf-90c5-1155cd123c42","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:14Z","dns_nameservers":[],"updated_at":"2018-11-09T14:28:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.55.0.2","end":"10.55.0.254"}],"gateway_ip":"10.55.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.55.0.0/24","project_id":"dfb45da6f1334a63bc64335c92eee11f","id":"1fee2632-17c0-444d-b56d-504cefc2814f","subnetpool_id":null,"name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet"}]} 2018-11-09 14:28:27,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets?network_id=1e073235-c019-4cdf-90c5-1155cd123c42 used request id req-dc789d69-a4bc-40e3-8e61-d30ef71a1dd3 2018-11-09 14:28:27,706 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/ports?network_id=1e073235-c019-4cdf-90c5-1155cd123c42&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-port&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:27,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 862 X-Openstack-Request-Id: req-67524d09-a32a-4eeb-8cd1-b84018e10f23 Date: Fri, 09 Nov 2018 14:28:27 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-11-09T14:28:26Z","device_owner":"","revision_number":3,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"1fee2632-17c0-444d-b56d-504cefc2814f","ip_address":"10.55.0.13"}],"id":"4d9b2834-7c67-4f4c-af96-2641190ec025","security_groups":["745c3978-58a5-4169-b51b-c3c8bc458756"],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:b5:36:aa","project_id":"dfb45da6f1334a63bc64335c92eee11f","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"","name":"NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-port","admin_state_up":true,"network_id":"1e073235-c019-4cdf-90c5-1155cd123c42","tenant_id":"dfb45da6f1334a63bc64335c92eee11f","created_at":"2018-11-09T14:28:26Z","binding:vnic_type":"normal"}]} 2018-11-09 14:28:27,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports?network_id=1e073235-c019-4cdf-90c5-1155cd123c42&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-port&admin_state_up=True used request id req-67524d09-a32a-4eeb-8cd1-b84018e10f23 2018-11-09 14:28:27,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:27,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44aa1418-7759-4e13-aed5-1456942455e4 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:28:27,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-44aa1418-7759-4e13-aed5-1456942455e4 2018-11-09 14:28:27,850 - nova_utils - INFO - Creating VM with name - NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst 2018-11-09 14:28:27,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:27,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-8b3c2ebb-26b7-4288-80cc-efe4caf36307 x-compute-request-id: req-8b3c2ebb-26b7-4288-80cc-efe4caf36307 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"flavors": [{"id": "dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "bookmark"}], "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-flavor"}]} 2018-11-09 14:28:27,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-8b3c2ebb-26b7-4288-80cc-efe4caf36307 2018-11-09 14:28:27,997 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:28,017 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-068da4a9-613a-4404-8b0b-d26db3347edc x-compute-request-id: req-068da4a9-613a-4404-8b0b-d26db3347edc Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:28:28,017 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8 used request id req-068da4a9-613a-4404-8b0b-d26db3347edc 2018-11-09 14:28:28,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:28,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1066 Content-Type: application/json X-Openstack-Request-Id: req-c16b09ec-815b-48fe-a7fe-9618b08fb1ad Date: Fri, 09 Nov 2018 14:28:28 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:28:09Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:28:11Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/snap", "metadata": {}}], "self": "/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306", "min_disk": 0, "protected": false, "id": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "file": "/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/4fe9606d-9dcf-4d14-ae65-f549b203c306/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image"} 2018-11-09 14:28:28,205 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image used request id req-c16b09ec-815b-48fe-a7fe-9618b08fb1ad 2018-11-09 14:28:28,208 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:28,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-d54675a8-4327-4f8d-825f-024d82677017 Date: Fri, 09 Nov 2018 14:28: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-11-09 14:28:28,375 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-d54675a8-4327-4f8d-825f-024d82677017 2018-11-09 14:28:28,381 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" -d '{"server": {"name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst", "imageRef": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "flavorRef": "dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "max_count": 1, "min_count": 1, "networks": [{"port": "4d9b2834-7c67-4f4c-af96-2641190ec025"}]}}' 2018-11-09 14:28:29,980 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:28:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d3a72ee4-903a-4dd1-9bea-dc156b6ada84 x-compute-request-id: req-d3a72ee4-903a-4dd1-9bea-dc156b6ada84 Content-Length: 374 location: http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "022b9bd7-3d79-45f0-804f-d652cbcac2f3", "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "bookmark"}], "adminPass": "4Q8cEBhFDiF9"}} 2018-11-09 14:28:29,980 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/servers used request id req-d3a72ee4-903a-4dd1-9bea-dc156b6ada84 2018-11-09 14:28:29,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:30,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-67386db2-1a58-4c22-aab6-e3aec6a6273f x-compute-request-id: req-67386db2-1a58-4c22-aab6-e3aec6a6273f Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "bookmark"}], "image": {"id": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "links": [{"href": "http://172.30.9.27:8774/images/4fe9606d-9dcf-4d14-ae65-f549b203c306", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "links": [{"href": "http://172.30.9.27:8774/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "bookmark"}]}, "id": "022b9bd7-3d79-45f0-804f-d652cbcac2f3", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:28:30Z", "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-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst", "created": "2018-11-09T14:28:29Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:28:30,198 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 used request id req-67386db2-1a58-4c22-aab6-e3aec6a6273f 2018-11-09 14:28:30,198 - create_instance - INFO - Created instance with name - NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst 2018-11-09 14:28:30,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:30,446 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56578214-d968-43cb-874f-acf1a0a11bae x-compute-request-id: req-56578214-d968-43cb-874f-acf1a0a11bae Content-Encoding: gzip Content-Length: 653 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "bookmark"}], "image": {"id": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "links": [{"href": "http://172.30.9.27:8774/images/4fe9606d-9dcf-4d14-ae65-f549b203c306", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "links": [{"href": "http://172.30.9.27:8774/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "bookmark"}]}, "id": "022b9bd7-3d79-45f0-804f-d652cbcac2f3", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:28:30Z", "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-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst", "created": "2018-11-09T14:28:29Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:28:30,446 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 used request id req-56578214-d968-43cb-874f-acf1a0a11bae 2018-11-09 14:28:30,446 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst] is - BUILD 2018-11-09 14:28:30,447 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:28:33,450 - create_instance - DEBUG - VM status query timeout in 896.748743057 2018-11-09 14:28:33,453 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:34,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-185eb6dc-3403-475e-8681-983331fe17bf x-compute-request-id: req-185eb6dc-3403-475e-8681-983331fe17bf 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.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "bookmark"}], "image": {"id": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "links": [{"href": "http://172.30.9.27:8774/images/4fe9606d-9dcf-4d14-ae65-f549b203c306", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "links": [{"href": "http://172.30.9.27:8774/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "bookmark"}]}, "id": "022b9bd7-3d79-45f0-804f-d652cbcac2f3", "security_groups": [{"name": "default"}], "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:28:31Z", "hostId": "507476a8dfb29316344096e44281e64fbf3d9b0d4d1c610efc88e33f", "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-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst", "created": "2018-11-09T14:28:29Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:28:34,055 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 used request id req-185eb6dc-3403-475e-8681-983331fe17bf 2018-11-09 14:28:34,056 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst] is - BUILD 2018-11-09 14:28:34,056 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:28:37,059 - create_instance - DEBUG - VM status query timeout in 893.139281034 2018-11-09 14:28:37,062 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:37,511 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-fe5fef68-3da8-4f5e-ba4e-9e38fdeab7b2 x-compute-request-id: req-fe5fef68-3da8-4f5e-ba4e-9e38fdeab7b2 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "bookmark"}], "image": {"id": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "links": [{"href": "http://172.30.9.27:8774/images/4fe9606d-9dcf-4d14-ae65-f549b203c306", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "links": [{"href": "http://172.30.9.27:8774/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "bookmark"}]}, "id": "022b9bd7-3d79-45f0-804f-d652cbcac2f3", "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:28:36Z", "hostId": "ef38458e17b03894359856ed365f63e78386871c6a117db82ebe0919", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst", "created": "2018-11-09T14:28:29Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:28:37,511 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 used request id req-fe5fef68-3da8-4f5e-ba4e-9e38fdeab7b2 2018-11-09 14:28:37,511 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst] is - BUILD 2018-11-09 14:28:37,512 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:28:40,515 - create_instance - DEBUG - VM status query timeout in 889.683701992 2018-11-09 14:28:40,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:40,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-e192ce6b-9fb7-4301-82a6-fed4be5c7d72 x-compute-request-id: req-e192ce6b-9fb7-4301-82a6-fed4be5c7d72 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "bookmark"}], "image": {"id": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "links": [{"href": "http://172.30.9.27:8774/images/4fe9606d-9dcf-4d14-ae65-f549b203c306", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "links": [{"href": "http://172.30.9.27:8774/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "bookmark"}]}, "id": "022b9bd7-3d79-45f0-804f-d652cbcac2f3", "security_groups": [{"name": "default"}], "user_id": "e9fe1a272784449798ddeb7355701307", "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-11-09T14:28:40Z", "hostId": "ef38458e17b03894359856ed365f63e78386871c6a117db82ebe0919", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst", "created": "2018-11-09T14:28:29Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-11-09 14:28:40,912 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 used request id req-e192ce6b-9fb7-4301-82a6-fed4be5c7d72 2018-11-09 14:28:40,912 - create_instance - DEBUG - Instance status [NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst] is - BUILD 2018-11-09 14:28:40,912 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-11-09 14:28:43,916 - create_instance - DEBUG - VM status query timeout in 886.282886028 2018-11-09 14:28:43,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:44,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-dcd74853-a7d2-4f46-989a-ccd237d8b304 x-compute-request-id: req-dcd74853-a7d2-4f46-989a-ccd237d8b304 Content-Encoding: gzip Content-Length: 1101 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "self"}, {"href": "http://172.30.9.27:8774/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3", "rel": "bookmark"}], "image": {"id": "4fe9606d-9dcf-4d14-ae65-f549b203c306", "links": [{"href": "http://172.30.9.27:8774/images/4fe9606d-9dcf-4d14-ae65-f549b203c306", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-EXT-SRV-ATTR:instance_name": "instance-0000000c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "links": [{"href": "http://172.30.9.27:8774/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8", "rel": "bookmark"}]}, "id": "022b9bd7-3d79-45f0-804f-d652cbcac2f3", "user_id": "e9fe1a272784449798ddeb7355701307", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ERROR", "updated": "2018-11-09T14:28:43Z", "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-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst", "created": "2018-11-09T14:28:29Z", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. There are not enough hosts available.", "code": 500, "details": " File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 554, in build_instances\n context, spec_obj, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/conductor/manager.py\", line 635, in _schedule_instances\n request_spec, instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/utils.py\", line 586, in wrapped\n return func(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 52, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py\", line 37, in __run_method\n return getattr(self.instance, __name)(*args, **kwargs)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py\", line 33, in select_destinations\n instance_uuids)\n File \"/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py\", line 137, in select_destinations\n return cctxt.call(ctxt, 'select_destinations', **msg_args)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py\", line 169, in call\n retry=self.retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/transport.py\", line 123, in _send\n timeout=timeout, retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 566, in send\n retry=retry)\n File \"/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py\", line 557, in _send\n raise result\n", "created": "2018-11-09T14:28:41Z"}, "metadata": {}}} 2018-11-09 14:28:44,274 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 used request id req-dcd74853-a7d2-4f46-989a-ccd237d8b304 2018-11-09 14:28:44,275 - create_instance - INFO - Deleting Port with ID - 4d9b2834-7c67-4f4c-af96-2641190ec025 2018-11-09 14:28:44,275 - neutron_utils - INFO - Deleting port with name NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-port 2018-11-09 14:28:44,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/ports/4d9b2834-7c67-4f4c-af96-2641190ec025 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:44,728 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ad8d20b9-9697-4cb4-a71d-32a4d91f3797 Date: Fri, 09 Nov 2018 14:28:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:28:44,729 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/ports/4d9b2834-7c67-4f4c-af96-2641190ec025 used request id req-ad8d20b9-9697-4cb4-a71d-32a4d91f3797 2018-11-09 14:28:44,729 - create_instance - INFO - Deleting VM instance - NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst 2018-11-09 14:28:44,732 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:45,223 - novaclient.v2.client - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:28: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-ff0e4bd6-9c5e-4564-823d-0f7209007801 x-compute-request-id: req-ff0e4bd6-9c5e-4564-823d-0f7209007801 Content-Type: application/json 2018-11-09 14:28:45,223 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 used request id req-ff0e4bd6-9c5e-4564-823d-0f7209007801 2018-11-09 14:28:45,223 - create_instance - INFO - Checking deletion status 2018-11-09 14:28:45,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc7bb494229ccb2ccaaf3347672444da30eb13a" 2018-11-09 14:28:45,299 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:28: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-94018749-68ce-4592-8c63-55d5f8a3f884 x-compute-request-id: req-94018749-68ce-4592-8c63-55d5f8a3f884 Content-Length: 111 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Instance 022b9bd7-3d79-45f0-804f-d652cbcac2f3 could not be found.", "code": 404}} 2018-11-09 14:28:45,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/022b9bd7-3d79-45f0-804f-d652cbcac2f3 used request id req-94018749-68ce-4592-8c63-55d5f8a3f884 2018-11-09 14:28:45,299 - create_instance - DEBUG - Instance not found when querying status for DELETED with message Instance 022b9bd7-3d79-45f0-804f-d652cbcac2f3 could not be found. (HTTP 404) (Request-ID: req-94018749-68ce-4592-8c63-55d5f8a3f884) 2018-11-09 14:28:45,300 - create_instance - INFO - VM has been properly deleted VM with name - NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-vm_inst 2018-11-09 14:28:45,303 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211bcec30517bc52635d3952c5b04d83b3a11484" 2018-11-09 14:28:46,068 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:45 GMT Server: Apache x-compute-request-id: req-34bc1557-d15f-48d2-90a0-c8247d33943c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-34bc1557-d15f-48d2-90a0-c8247d33943c Content-Encoding: gzip Content-Length: 522 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:28:18.000000", "replication_status": null, "snapshot_id": null, "id": "e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-f60ee1ec-6e75-4eca-a3a6-c056f9880729", "bootable": "false", "created_at": "2018-11-09T14:28:17.000000", "volume_type": null}} 2018-11-09 14:28:46,068 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b used request id req-34bc1557-d15f-48d2-90a0-c8247d33943c 2018-11-09 14:28:46,068 - create_volume - DEBUG - Instance status is - available 2018-11-09 14:28:46,068 - create_volume - DEBUG - Volume is active with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729 2018-11-09 14:28:46,068 - cinder_utils - INFO - Deleting volume named - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729 2018-11-09 14:28:46,071 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211bcec30517bc52635d3952c5b04d83b3a11484" 2018-11-09 14:28:46,162 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:28:46 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4887bf84-da78-4e74-b99b-541e87897f7b 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-11-09 14:28:46,162 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b used request id req-4887bf84-da78-4e74-b99b-541e87897f7b 2018-11-09 14:28:46,165 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211bcec30517bc52635d3952c5b04d83b3a11484" 2018-11-09 14:28:46,216 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:46 GMT Server: Apache x-compute-request-id: req-08ff501d-825b-4d9b-b7ad-e7a3a0884e09 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-08ff501d-825b-4d9b-b7ad-e7a3a0884e09 Content-Encoding: gzip Content-Length: 525 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:28:46.000000", "replication_status": null, "snapshot_id": null, "id": "e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-f60ee1ec-6e75-4eca-a3a6-c056f9880729", "bootable": "false", "created_at": "2018-11-09T14:28:17.000000", "volume_type": null}} 2018-11-09 14:28:46,217 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b used request id req-08ff501d-825b-4d9b-b7ad-e7a3a0884e09 2018-11-09 14:28:46,217 - create_volume - DEBUG - Instance status is - deleting 2018-11-09 14:28:46,217 - create_volume - DEBUG - Retry querying volume status in 3 seconds 2018-11-09 14:28:49,220 - create_volume - DEBUG - Volume status query timeout in 56.9421298504 2018-11-09 14:28:49,223 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-c2cb7799-4273-43f0-a1c0-fd0c9ecfd597" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}211bcec30517bc52635d3952c5b04d83b3a11484" 2018-11-09 14:28:49,428 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:28:49 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-5e7e1a4d-7851-45ba-837f-16503cfdfe40 x-openstack-request-id: req-5e7e1a4d-7851-45ba-837f-16503cfdfe40 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b could not be found.", "code": 404}} 2018-11-09 14:28:49,429 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b used request id req-5e7e1a4d-7851-45ba-837f-16503cfdfe40 2018-11-09 14:28:49,429 - create_volume - DEBUG - Volume not found when querying status for deleted with message Volume e36b9c3f-cdf4-4680-a79e-c8fb89d35b1b could not be found. (HTTP 404) (Request-ID: req-5e7e1a4d-7851-45ba-837f-16503cfdfe40) 2018-11-09 14:28:49,429 - create_volume - INFO - Volume has been properly deleted with name - NovaUtilsInstanceVolumeTests-NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729 2018-11-09 14:28:49,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ef97e111ef81df33390b55f7f20cf304f63e0a79" 2018-11-09 14:28:49,505 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:28: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-9ef754fd-7ca2-4e5f-92c0-056aab175398 x-compute-request-id: req-9ef754fd-7ca2-4e5f-92c0-056aab175398 Content-Length: 0 Content-Type: application/json 2018-11-09 14:28:49,505 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/dbfe7d5f-e6e7-432d-ba7d-61d3fe1615c8 used request id req-9ef754fd-7ca2-4e5f-92c0-056aab175398 2018-11-09 14:28:49,506 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet 2018-11-09 14:28:49,506 - neutron_utils - INFO - Deleting subnet with name NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-subnet 2018-11-09 14:28:49,511 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/subnets/1fee2632-17c0-444d-b56d-504cefc2814f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101ab88844ffef247451ffc5c2c9e6f79f766a45" 2018-11-09 14:28:52,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-32f2ff3b-798c-462d-a3dd-021bb677983f Date: Fri, 09 Nov 2018 14:28:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:28:52,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/1fee2632-17c0-444d-b56d-504cefc2814f used request id req-32f2ff3b-798c-462d-a3dd-021bb677983f 2018-11-09 14:28:52,291 - neutron_utils - INFO - Deleting network with name NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-net 2018-11-09 14:28:52,296 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9696/v2.0/networks/1e073235-c019-4cdf-90c5-1155cd123c42 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}101ab88844ffef247451ffc5c2c9e6f79f766a45" 2018-11-09 14:28:53,699 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2aa06c8f-e242-44ca-a10d-7ac3d811bf92 Date: Fri, 09 Nov 2018 14:28:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:28:53,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/1e073235-c019-4cdf-90c5-1155cd123c42 used request id req-2aa06c8f-e242-44ca-a10d-7ac3d811bf92 2018-11-09 14:28:53,700 - glance_utils - INFO - Deleting image named - NovaUtilsInstanceVolumeTests-f60ee1ec-6e75-4eca-a3a6-c056f9880729-image 2018-11-09 14:28:53,703 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8c9c746087d8d61bd826464687d269d902f2f879" 2018-11-09 14:28:55,860 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76df36b5-9bf4-4c49-a321-a3216c352b31 Date: Fri, 09 Nov 2018 14:28:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:28:55,860 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4fe9606d-9dcf-4d14-ae65-f549b203c306 used request id req-76df36b5-9bf4-4c49-a321-a3216c352b31 2018-11-09 14:28:55,862 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:28:55,863 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:28:55,864 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:56,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["6DvrjXWBSXWluiu5FYznxA"], "issued_at": "2018-11-09T14:28:56.000000Z"}} 2018-11-09 14:28:56,252 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}26f071a5cebf997b9675897e102e50b44e06ffb2" 2018-11-09 14:28:56,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd665794-f4ac-4af3-8ab7-4e53a0a6e271 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:28:56,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-cd665794-f4ac-4af3-8ab7-4e53a0a6e271 2018-11-09 14:28:56,334 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:28:56,338 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f071a5cebf997b9675897e102e50b44e06ffb2" 2018-11-09 14:28:56,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-58f690d1-b128-4111-938e-3c4b7a39677a x-compute-request-id: req-58f690d1-b128-4111-938e-3c4b7a39677a Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:28:56,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-58f690d1-b128-4111-938e-3c4b7a39677a 2018-11-09 14:28:56,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f071a5cebf997b9675897e102e50b44e06ffb2" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-44a518db-b091-4820-98db-0be71ae82bf5name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-09 14:28:56,609 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-7e9a5db4-5c8f-4c64-9446-6434b27fda0e x-compute-request-id: req-7e9a5db4-5c8f-4c64-9446-6434b27fda0e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/543103f9-6aa9-442d-9c24-e9af81b17459", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/543103f9-6aa9-442d-9c24-e9af81b17459", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "543103f9-6aa9-442d-9c24-e9af81b17459", "name": "CreateFlavorTests-44a518db-b091-4820-98db-0be71ae82bf5name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:28:56,609 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7e9a5db4-5c8f-4c64-9446-6434b27fda0e 2018-11-09 14:28:56,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:57,005 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["RQXSlnN8RmqYozH1PHUzvw"], "issued_at": "2018-11-09T14:28:56.000000Z"}} 2018-11-09 14:28:57,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/543103f9-6aa9-442d-9c24-e9af81b17459 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81c5f64b8f8482175a2ee136d8fa812b4e58d5c5" 2018-11-09 14:28:57,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-64a67907-9176-4a50-8c88-e7847679201c x-compute-request-id: req-64a67907-9176-4a50-8c88-e7847679201c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/543103f9-6aa9-442d-9c24-e9af81b17459", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/543103f9-6aa9-442d-9c24-e9af81b17459", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "543103f9-6aa9-442d-9c24-e9af81b17459", "name": "CreateFlavorTests-44a518db-b091-4820-98db-0be71ae82bf5name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:28:57,200 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/543103f9-6aa9-442d-9c24-e9af81b17459 used request id req-64a67907-9176-4a50-8c88-e7847679201c 2018-11-09 14:28:57,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/543103f9-6aa9-442d-9c24-e9af81b17459/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81c5f64b8f8482175a2ee136d8fa812b4e58d5c5" 2018-11-09 14:28:57,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-615e089f-bbbc-4813-9e63-121266b016c3 x-compute-request-id: req-615e089f-bbbc-4813-9e63-121266b016c3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 14:28:57,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/543103f9-6aa9-442d-9c24-e9af81b17459/os-extra_specs used request id req-615e089f-bbbc-4813-9e63-121266b016c3 2018-11-09 14:28:57,226 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/543103f9-6aa9-442d-9c24-e9af81b17459 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}26f071a5cebf997b9675897e102e50b44e06ffb2" 2018-11-09 14:28:57,258 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:28:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-41bde4e8-6ad5-44e4-9be7-a6c5823853cb x-compute-request-id: req-41bde4e8-6ad5-44e4-9be7-a6c5823853cb Content-Length: 0 Content-Type: application/json 2018-11-09 14:28:57,259 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/543103f9-6aa9-442d-9c24-e9af81b17459 used request id req-41bde4e8-6ad5-44e4-9be7-a6c5823853cb 2018-11-09 14:28:57,262 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}81c5f64b8f8482175a2ee136d8fa812b4e58d5c5" 2018-11-09 14:28:57,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-52b40611-fbef-40aa-bd70-9b4e7e6d21cb x-compute-request-id: req-52b40611-fbef-40aa-bd70-9b4e7e6d21cb Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:28:57,291 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-52b40611-fbef-40aa-bd70-9b4e7e6d21cb 2018-11-09 14:28:57,292 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:28:57,293 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:28:57,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:57,672 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["w1NM0Tt3QRyYzpiQnlhwAQ"], "issued_at": "2018-11-09T14:28:57.000000Z"}} 2018-11-09 14:28:57,673 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}5bb8d0d65d09a7fbdb81b6b66b5a93369466f62f" 2018-11-09 14:28:57,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8103b2ad-04bb-4561-8b5a-8484c35fb579 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:28:57,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-8103b2ad-04bb-4561-8b5a-8484c35fb579 2018-11-09 14:28:57,762 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:28:57,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb8d0d65d09a7fbdb81b6b66b5a93369466f62f" 2018-11-09 14:28:57,939 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-522bf3ec-571b-4286-878e-39c3b7c8064c x-compute-request-id: req-522bf3ec-571b-4286-878e-39c3b7c8064c Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:28:57,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-522bf3ec-571b-4286-878e-39c3b7c8064c 2018-11-09 14:28:57,943 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb8d0d65d09a7fbdb81b6b66b5a93369466f62f" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-039ff9ce-828e-41a8-afee-34b9acf9ac37name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-09 14:28:57,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-7b53f412-dce3-44bf-8603-1c18849b5482 x-compute-request-id: req-7b53f412-dce3-44bf-8603-1c18849b5482 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8befb8ed-ee86-4b40-8631-fe133d01f881", "name": "CreateFlavorTests-039ff9ce-828e-41a8-afee-34b9acf9ac37name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:28:57,987 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-7b53f412-dce3-44bf-8603-1c18849b5482 2018-11-09 14:28:57,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:58,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["FQEgwR9fTPapFiH_SdZjxg"], "issued_at": "2018-11-09T14:28:58.000000Z"}} 2018-11-09 14:28:58,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db197a499abaecda81bbab30775fac69d28177ac" 2018-11-09 14:28:58,566 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7813ec20-2cdd-4bce-9ba6-3b8f32410fd9 x-compute-request-id: req-7813ec20-2cdd-4bce-9ba6-3b8f32410fd9 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "8befb8ed-ee86-4b40-8631-fe133d01f881", "name": "CreateFlavorTests-039ff9ce-828e-41a8-afee-34b9acf9ac37name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:28:58,566 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881 used request id req-7813ec20-2cdd-4bce-9ba6-3b8f32410fd9 2018-11-09 14:28:58,569 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db197a499abaecda81bbab30775fac69d28177ac" 2018-11-09 14:28:58,591 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-43aad090-8606-489d-89c9-ec4333f2b5ea x-compute-request-id: req-43aad090-8606-489d-89c9-ec4333f2b5ea Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 14:28:58,591 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881/os-extra_specs used request id req-43aad090-8606-489d-89c9-ec4333f2b5ea 2018-11-09 14:28:58,594 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db197a499abaecda81bbab30775fac69d28177ac" 2018-11-09 14:28:58,635 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:28: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-2c97d15f-4e7e-40ce-8fb4-5401231fc07c x-compute-request-id: req-2c97d15f-4e7e-40ce-8fb4-5401231fc07c Content-Length: 0 Content-Type: application/json 2018-11-09 14:28:58,635 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881 used request id req-2c97d15f-4e7e-40ce-8fb4-5401231fc07c 2018-11-09 14:28:58,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}db197a499abaecda81bbab30775fac69d28177ac" 2018-11-09 14:28:58,665 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-00c7c326-9e49-4704-982d-ecfdd1536c1e x-compute-request-id: req-00c7c326-9e49-4704-982d-ecfdd1536c1e Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:28:58,665 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-00c7c326-9e49-4704-982d-ecfdd1536c1e 2018-11-09 14:28:58,667 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5bb8d0d65d09a7fbdb81b6b66b5a93369466f62f" 2018-11-09 14:28:58,686 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:28: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-748f52a5-268b-4fe8-bd97-96b3952f56f6 x-compute-request-id: req-748f52a5-268b-4fe8-bd97-96b3952f56f6 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 8befb8ed-ee86-4b40-8631-fe133d01f881 could not be found.", "code": 404}} 2018-11-09 14:28:58,686 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/8befb8ed-ee86-4b40-8631-fe133d01f881 used request id req-748f52a5-268b-4fe8-bd97-96b3952f56f6 2018-11-09 14:28:58,687 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:28:58,688 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:28:58,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:59,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["l-T6bCc_RGmDz6XpnHqPQA"], "issued_at": "2018-11-09T14:28:59.000000Z"}} 2018-11-09 14:28:59,074 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}d9a3abb1545194c3a3e0e6183e1971e71ec770e0" 2018-11-09 14:28:59,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-736aae30-bcb0-4668-9d3b-4c2a8b39021d 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:28:59,157 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-736aae30-bcb0-4668-9d3b-4c2a8b39021d 2018-11-09 14:28:59,158 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:28:59,162 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a3abb1545194c3a3e0e6183e1971e71ec770e0" 2018-11-09 14:28:59,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ec207b1e-42c4-496c-bb7f-670116321192 x-compute-request-id: req-ec207b1e-42c4-496c-bb7f-670116321192 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:28:59,342 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-ec207b1e-42c4-496c-bb7f-670116321192 2018-11-09 14:28:59,345 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a3abb1545194c3a3e0e6183e1971e71ec770e0" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-71dfbbae-1487-49b9-aadf-1e112705f56ename", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-09 14:28:59,435 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-49483e19-5e63-4c2e-8c42-5a3a290aa73b x-compute-request-id: req-49483e19-5e63-4c2e-8c42-5a3a290aa73b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/55ff82c3-34f2-4d3a-ba35-e10f74041427", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/55ff82c3-34f2-4d3a-ba35-e10f74041427", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "55ff82c3-34f2-4d3a-ba35-e10f74041427", "name": "CreateFlavorTests-71dfbbae-1487-49b9-aadf-1e112705f56ename", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:28:59,435 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-49483e19-5e63-4c2e-8c42-5a3a290aa73b 2018-11-09 14:28:59,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:28:59,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:28:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["AGQGuoqCSm2IWol8z7lMXA"], "issued_at": "2018-11-09T14:28:59.000000Z"}} 2018-11-09 14:28:59,833 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/55ff82c3-34f2-4d3a-ba35-e10f74041427 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa67b5c7d59b8eca9a838274ebcfd713acfa3a6" 2018-11-09 14:29:00,001 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:28: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-20cff8a9-9b93-49e6-867a-0054dcae0cea x-compute-request-id: req-20cff8a9-9b93-49e6-867a-0054dcae0cea Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/55ff82c3-34f2-4d3a-ba35-e10f74041427", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/55ff82c3-34f2-4d3a-ba35-e10f74041427", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "55ff82c3-34f2-4d3a-ba35-e10f74041427", "name": "CreateFlavorTests-71dfbbae-1487-49b9-aadf-1e112705f56ename", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:29:00,001 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/55ff82c3-34f2-4d3a-ba35-e10f74041427 used request id req-20cff8a9-9b93-49e6-867a-0054dcae0cea 2018-11-09 14:29:00,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/55ff82c3-34f2-4d3a-ba35-e10f74041427/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fa67b5c7d59b8eca9a838274ebcfd713acfa3a6" 2018-11-09 14:29:00,021 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7cfedf8-0e4b-467a-926b-862218a28a93 x-compute-request-id: req-b7cfedf8-0e4b-467a-926b-862218a28a93 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 14:29:00,021 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/55ff82c3-34f2-4d3a-ba35-e10f74041427/os-extra_specs used request id req-b7cfedf8-0e4b-467a-926b-862218a28a93 2018-11-09 14:29:00,023 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/55ff82c3-34f2-4d3a-ba35-e10f74041427 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d9a3abb1545194c3a3e0e6183e1971e71ec770e0" 2018-11-09 14:29:00,078 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:29:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-67949502-e758-4e29-99f7-1b7a513b07bc x-compute-request-id: req-67949502-e758-4e29-99f7-1b7a513b07bc Content-Length: 0 Content-Type: application/json 2018-11-09 14:29:00,078 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/55ff82c3-34f2-4d3a-ba35-e10f74041427 used request id req-67949502-e758-4e29-99f7-1b7a513b07bc 2018-11-09 14:29:00,079 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:29:00,080 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:29:00,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:29:00,471 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:29:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["yWbTk7OQT0euPlD-WmKx-w"], "issued_at": "2018-11-09T14:29:00.000000Z"}} 2018-11-09 14:29:00,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}ab76d2c8f31dd80ed59bf556709e1900e82f21dd" 2018-11-09 14:29:00,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97fcfc7e-f359-4785-b6ed-d132858845bc 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:29:00,549 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-97fcfc7e-f359-4785-b6ed-d132858845bc 2018-11-09 14:29:00,550 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:29:00,555 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab76d2c8f31dd80ed59bf556709e1900e82f21dd" 2018-11-09 14:29:00,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-405fa742-8d42-46ff-8cea-9e727e6d8f74 x-compute-request-id: req-405fa742-8d42-46ff-8cea-9e727e6d8f74 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:29:00,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-405fa742-8d42-46ff-8cea-9e727e6d8f74 2018-11-09 14:29:00,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab76d2c8f31dd80ed59bf556709e1900e82f21dd" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-a201f9c1-5020-4ab7-a90e-f0e99e880d37name", "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "OS-FLV-EXT-DATA:ephemeral": 2, "ram": 1, "id": null, "swap": 3}}' 2018-11-09 14:29:00,825 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29: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-442bdf2f-579c-46e3-bc4d-8dc333be7ca5 x-compute-request-id: req-442bdf2f-579c-46e3-bc4d-8dc333be7ca5 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf", "name": "CreateFlavorTests-a201f9c1-5020-4ab7-a90e-f0e99e880d37name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-11-09 14:29:00,826 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-442bdf2f-579c-46e3-bc4d-8dc333be7ca5 2018-11-09 14:29:00,826 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:29:01,290 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:29:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["y_M04B2kStOjaInvk8QtXg"], "issued_at": "2018-11-09T14:29:01.000000Z"}} 2018-11-09 14:29:01,293 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63a969529eee8eb01b8ddfe8d02a8484eba7d8b" 2018-11-09 14:29:01,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4d88347-1dbc-4a8c-b2ce-d915d341f683 x-compute-request-id: req-c4d88347-1dbc-4a8c-b2ce-d915d341f683 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": false, "rxtx_factor": 2.2, "disk": 1, "id": "6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf", "name": "CreateFlavorTests-a201f9c1-5020-4ab7-a90e-f0e99e880d37name", "vcpus": 1, "swap": 3, "OS-FLV-EXT-DATA:ephemeral": 2}} 2018-11-09 14:29:01,463 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf used request id req-c4d88347-1dbc-4a8c-b2ce-d915d341f683 2018-11-09 14:29:01,466 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63a969529eee8eb01b8ddfe8d02a8484eba7d8b" 2018-11-09 14:29:01,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d26d6bae-a022-4125-865b-d4b0fc18b98c x-compute-request-id: req-d26d6bae-a022-4125-865b-d4b0fc18b98c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 14:29:01,483 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf/os-extra_specs used request id req-d26d6bae-a022-4125-865b-d4b0fc18b98c 2018-11-09 14:29:01,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63a969529eee8eb01b8ddfe8d02a8484eba7d8b" 2018-11-09 14:29:01,543 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:29:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5101cf46-ce08-4688-87e9-8fad95cbbeb3 x-compute-request-id: req-5101cf46-ce08-4688-87e9-8fad95cbbeb3 Content-Length: 0 Content-Type: application/json 2018-11-09 14:29:01,543 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf used request id req-5101cf46-ce08-4688-87e9-8fad95cbbeb3 2018-11-09 14:29:01,545 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a63a969529eee8eb01b8ddfe8d02a8484eba7d8b" 2018-11-09 14:29:01,569 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aea23478-c41c-4f8f-bf77-5fc068f0266d x-compute-request-id: req-aea23478-c41c-4f8f-bf77-5fc068f0266d Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:29:01,569 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-aea23478-c41c-4f8f-bf77-5fc068f0266d 2018-11-09 14:29:01,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ab76d2c8f31dd80ed59bf556709e1900e82f21dd" 2018-11-09 14:29:01,588 - novaclient.v2.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:29:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-049fc03b-4e7f-4324-b963-ee0db11a3672 x-compute-request-id: req-049fc03b-4e7f-4324-b963-ee0db11a3672 Content-Length: 109 Content-Type: application/json; charset=UTF-8 RESP BODY: {"itemNotFound": {"message": "Flavor 6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf could not be found.", "code": 404}} 2018-11-09 14:29:01,588 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/6f840f93-9f2e-43c7-a1a3-fd6ecebcfcdf used request id req-049fc03b-4e7f-4324-b963-ee0db11a3672 2018-11-09 14:29:01,589 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:29:01,590 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:29:01,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:29:01,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:29:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["i0-8nDhKRbKwnyq71-7bUA"], "issued_at": "2018-11-09T14:29:01.000000Z"}} 2018-11-09 14:29:01,972 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}09e4c82e94ddf5786090a0a1e7ab58989b3111c6" 2018-11-09 14:29:02,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1f4ff1c-aa97-412a-b39a-8083d45465e1 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:29:02,046 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b1f4ff1c-aa97-412a-b39a-8083d45465e1 2018-11-09 14:29:02,048 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:29:02,052 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e4c82e94ddf5786090a0a1e7ab58989b3111c6" 2018-11-09 14:29:02,375 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a49349a0-af75-4291-8bd7-fe6dc26da648 x-compute-request-id: req-a49349a0-af75-4291-8bd7-fe6dc26da648 Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:29:02,375 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-a49349a0-af75-4291-8bd7-fe6dc26da648 2018-11-09 14:29:02,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e4c82e94ddf5786090a0a1e7ab58989b3111c6" -d '{"flavor": {"vcpus": 1, "disk": 1, "name": "CreateFlavorTests-cb341d58-d9b3-456f-a71b-9e72133e62c4name", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 1, "id": null, "swap": 0}}' 2018-11-09 14:29:02,463 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29: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-d41b1c81-54d9-4413-94f9-193bbeb3a000 x-compute-request-id: req-d41b1c81-54d9-4413-94f9-193bbeb3a000 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/54841cc0-366f-4745-858e-35f9d8598673", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54841cc0-366f-4745-858e-35f9d8598673", "name": "CreateFlavorTests-cb341d58-d9b3-456f-a71b-9e72133e62c4name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:29:02,463 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-d41b1c81-54d9-4413-94f9-193bbeb3a000 2018-11-09 14:29:02,464 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:29:02,852 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:29:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["arqs5IFiRyy5IFa9H5HB6A"], "issued_at": "2018-11-09T14:29:02.000000Z"}} 2018-11-09 14:29:02,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31ba457dc03d438c82c35a5d96993ba99bd9f65" 2018-11-09 14:29:03,042 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29: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-ada953d7-49ca-4cb5-a262-313142589461 x-compute-request-id: req-ada953d7-49ca-4cb5-a262-313142589461 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/54841cc0-366f-4745-858e-35f9d8598673", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54841cc0-366f-4745-858e-35f9d8598673", "name": "CreateFlavorTests-cb341d58-d9b3-456f-a71b-9e72133e62c4name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:29:03,042 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673 used request id req-ada953d7-49ca-4cb5-a262-313142589461 2018-11-09 14:29:03,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673/os-extra_specs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b31ba457dc03d438c82c35a5d96993ba99bd9f65" 2018-11-09 14:29:03,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9de4bb09-fb13-4512-a4cf-d4f2ffece6e8 x-compute-request-id: req-9de4bb09-fb13-4512-a4cf-d4f2ffece6e8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-11-09 14:29:03,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673/os-extra_specs used request id req-9de4bb09-fb13-4512-a4cf-d4f2ffece6e8 2018-11-09 14:29:03,063 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:29:03,064 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:29:03,459 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:29:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["kw7d2P9CTUSSKr3qvIP7Xg"], "issued_at": "2018-11-09T14:29:03.000000Z"}} 2018-11-09 14:29:03,459 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}5a68880c7cdb2c19d2e0f9ffa3e4ed9fdad1ab05" 2018-11-09 14:29:03,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f282073f-31f9-46f9-88e4-33382c9febdd 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:29:03,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-f282073f-31f9-46f9-88e4-33382c9febdd 2018-11-09 14:29:03,537 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:29:03,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a68880c7cdb2c19d2e0f9ffa3e4ed9fdad1ab05" 2018-11-09 14:29:03,724 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29: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-f04c79b0-9eb9-4156-9278-38ca1228e578 x-compute-request-id: req-f04c79b0-9eb9-4156-9278-38ca1228e578 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"flavors": [{"id": "54841cc0-366f-4745-858e-35f9d8598673", "links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/54841cc0-366f-4745-858e-35f9d8598673", "rel": "bookmark"}], "name": "CreateFlavorTests-cb341d58-d9b3-456f-a71b-9e72133e62c4name"}]} 2018-11-09 14:29:03,724 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-f04c79b0-9eb9-4156-9278-38ca1228e578 2018-11-09 14:29:03,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a68880c7cdb2c19d2e0f9ffa3e4ed9fdad1ab05" 2018-11-09 14:29:03,748 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29: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-0bc6a801-99fa-49dc-a5a0-7a4632ced817 x-compute-request-id: req-0bc6a801-99fa-49dc-a5a0-7a4632ced817 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/54841cc0-366f-4745-858e-35f9d8598673", "rel": "bookmark"}], "ram": 1, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1, "id": "54841cc0-366f-4745-858e-35f9d8598673", "name": "CreateFlavorTests-cb341d58-d9b3-456f-a71b-9e72133e62c4name", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:29:03,748 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673 used request id req-0bc6a801-99fa-49dc-a5a0-7a4632ced817 2018-11-09 14:29:03,749 - create_flavor - INFO - Found flavor with name - CreateFlavorTests-cb341d58-d9b3-456f-a71b-9e72133e62c4name 2018-11-09 14:29:03,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09e4c82e94ddf5786090a0a1e7ab58989b3111c6" 2018-11-09 14:29:03,791 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:29:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fa173e68-a3d5-4fbc-a2c1-20e650f9b769 x-compute-request-id: req-fa173e68-a3d5-4fbc-a2c1-20e650f9b769 Content-Length: 0 Content-Type: application/json 2018-11-09 14:29:03,791 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/54841cc0-366f-4745-858e-35f9d8598673 used request id req-fa173e68-a3d5-4fbc-a2c1-20e650f9b769 2018-11-09 14:29:03,792 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 14:29:03,792 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:29:03,793 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:29:04,181 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:29:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["ZVx6w_VFSAuMTgW-RAkVtw"], "issued_at": "2018-11-09T14:29:04.000000Z"}} 2018-11-09 14:29:04,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}f9da516822cf6f8e4bb10d4d74f70494722b8a07" 2018-11-09 14:29:04,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9e7efec-e4b7-47a8-aee4-92f747d77a76 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:29:04,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-c9e7efec-e4b7-47a8-aee4-92f747d77a76 2018-11-09 14:29:04,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9da516822cf6f8e4bb10d4d74f70494722b8a07" 2018-11-09 14:29:04,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-e5839cff-121f-461f-8877-aeb036000c32 Date: Fri, 09 Nov 2018 14:29:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image"} 2018-11-09 14:29:04,425 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image used request id req-e5839cff-121f-461f-8877-aeb036000c32 2018-11-09 14:29:04,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9da516822cf6f8e4bb10d4d74f70494722b8a07" 2018-11-09 14:29:04,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cd62693c-0518-461f-8b96-aa1de68166de Date: Fri, 09 Nov 2018 14:29:04 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-11-09 14:29:04,599 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-cd62693c-0518-461f-8b96-aa1de68166de 2018-11-09 14:29:04,628 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f9da516822cf6f8e4bb10d4d74f70494722b8a07" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image"}' 2018-11-09 14:29:04,874 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48 X-Openstack-Request-Id: req-ac9e53c5-8d72-4ba8-8aef-2bdf000966bc Date: Fri, 09 Nov 2018 14:29:04 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:29:04Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T14:29:04Z", "visibility": "shared", "locations": [], "self": "/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48", "min_disk": 0, "protected": false, "id": "4358d632-10a1-434f-acbb-f5e79fbbee48", "file": "/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48/file", "checksum": null, "owner": "dfb45da6f1334a63bc64335c92eee11f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:29:04,874 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-ac9e53c5-8d72-4ba8-8aef-2bdf000966bc 2018-11-09 14:29:04,885 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9da516822cf6f8e4bb10d4d74f70494722b8a07" -d '' 2018-11-09 14:29:06,883 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-991969cc-c0a7-42a3-a475-57d9f15c4ce6 Date: Fri, 09 Nov 2018 14:29:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:29:06,884 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48/file used request id req-991969cc-c0a7-42a3-a475-57d9f15c4ce6 2018-11-09 14:29:06,884 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 14:29:06,887 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9da516822cf6f8e4bb10d4d74f70494722b8a07" 2018-11-09 14:29:07,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-c16d0bf8-a1b8-4094-9314-5643d1d30240 Date: Fri, 09 Nov 2018 14:29:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:29:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:29:06Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/4358d632-10a1-434f-acbb-f5e79fbbee48/snap", "metadata": {}}], "self": "/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48", "min_disk": 0, "protected": false, "id": "4358d632-10a1-434f-acbb-f5e79fbbee48", "file": "/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/4358d632-10a1-434f-acbb-f5e79fbbee48/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:29:07,048 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48 used request id req-c16d0bf8-a1b8-4094-9314-5643d1d30240 2018-11-09 14:29:07,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9da516822cf6f8e4bb10d4d74f70494722b8a07" 2018-11-09 14:29:07,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-baf88f6a-f09d-485e-9c9b-e5582f93b028 Date: Fri, 09 Nov 2018 14:29:07 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-11-09 14:29:07,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-baf88f6a-f09d-485e-9c9b-e5582f93b028 2018-11-09 14:29:07,061 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image 2018-11-09 14:29:07,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9da516822cf6f8e4bb10d4d74f70494722b8a07" 2018-11-09 14:29:07,222 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-bf557f67-23c9-49d1-b3ca-66ce17d6de85 Date: Fri, 09 Nov 2018 14:29:07 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:29:04Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:29:06Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/4358d632-10a1-434f-acbb-f5e79fbbee48/snap", "metadata": {}}], "self": "/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48", "min_disk": 0, "protected": false, "id": "4358d632-10a1-434f-acbb-f5e79fbbee48", "file": "/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/4358d632-10a1-434f-acbb-f5e79fbbee48/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:29:07,222 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48 used request id req-bf557f67-23c9-49d1-b3ca-66ce17d6de85 2018-11-09 14:29:07,223 - create_image - DEBUG - Instance status is - active 2018-11-09 14:29:07,223 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image 2018-11-09 14:29:07,223 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image 2018-11-09 14:29:07,223 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:29:07,224 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:29:07,603 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:29:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["wznYUKpuS42rICngFGsJ7w"], "issued_at": "2018-11-09T14:29:07.000000Z"}} 2018-11-09 14:29:07,604 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}c974cd13d7a8070018bff6b1a045bf15a8ca0352" 2018-11-09 14:29:07,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1c116f7-5d4e-44a5-ac78-1edfcdf9603c 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:29:07,687 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-b1c116f7-5d4e-44a5-ac78-1edfcdf9603c 2018-11-09 14:29:07,689 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:29:07,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c974cd13d7a8070018bff6b1a045bf15a8ca0352" 2018-11-09 14:29:07,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-999a78fa-3ac5-41ff-abe9-8e4b650cb10f x-compute-request-id: req-999a78fa-3ac5-41ff-abe9-8e4b650cb10f Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:29:07,984 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-999a78fa-3ac5-41ff-abe9-8e4b650cb10f 2018-11-09 14:29:07,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c974cd13d7a8070018bff6b1a045bf15a8ca0352" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 14:29:08,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29: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-3c8b2960-0032-4ab9-8d0e-067cd32b4750 x-compute-request-id: req-3c8b2960-0032-4ab9-8d0e-067cd32b4750 Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/4af2ff8a-0671-4577-8107-350dc2637c5d", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/4af2ff8a-0671-4577-8107-350dc2637c5d", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "4af2ff8a-0671-4577-8107-350dc2637c5d", "name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:29:08,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-3c8b2960-0032-4ab9-8d0e-067cd32b4750 2018-11-09 14:29:08,075 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 14:29:08,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:29:08,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:29:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["MAjz7JRoR_aC0nlhgU-BSQ"], "issued_at": "2018-11-09T14:29:08.000000Z"}} 2018-11-09 14:29:08,489 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-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-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}}' 2018-11-09 14:29:11,439 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:29:08 GMT Server: Apache x-openstack-request-id: req-a09eaf9d-11ab-4a75-9ed4-8da38c0d340c Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}]}} 2018-11-09 14:29:11,439 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks used request id req-a09eaf9d-11ab-4a75-9ed4-8da38c0d340c 2018-11-09 14:29:11,442 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:12,201 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:11 GMT Server: Apache x-openstack-request-id: req-c316da0c-b799-44c7-a614-3cf4a7428dbe Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:12,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:12 GMT Server: Apache x-openstack-request-id: req-2c07201b-b7dd-4f4f-ac92-55ce397b3bc7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:12,968 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-2c07201b-b7dd-4f4f-ac92-55ce397b3bc7 2018-11-09 14:29:12,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks?stack_name=HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:13,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:12 GMT Server: Apache x-openstack-request-id: req-e678c708-23f9-465a-bf2f-be62367e38be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "deletion_time": null, "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "updated_time": null, "project": "dfb45da6f1334a63bc64335c92eee11f", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "tags": null}]} 2018-11-09 14:29:13,833 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks?stack_name=HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1 used request id req-e678c708-23f9-465a-bf2f-be62367e38be 2018-11-09 14:29:13,836 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks?stack_name=HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:14,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:13 GMT Server: Apache x-openstack-request-id: req-3033ca40-97a1-4b88-8f2f-a0b232168da0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "deletion_time": null, "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "updated_time": null, "project": "dfb45da6f1334a63bc64335c92eee11f", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "tags": null}]} 2018-11-09 14:29:14,518 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks?stack_name=HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1 used request id req-3033ca40-97a1-4b88-8f2f-a0b232168da0 2018-11-09 14:29:14,521 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:15,175 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:14 GMT Server: Apache x-openstack-request-id: req-5f8ddb41-a407-4acf-b22e-b6fad6887413 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:15,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:15 GMT Server: Apache x-openstack-request-id: req-81481c23-428c-4c2d-8aa2-8c015e7cade2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:15,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-81481c23-428c-4c2d-8aa2-8c015e7cade2 2018-11-09 14:29:15,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:16,673 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:15 GMT Server: Apache x-openstack-request-id: req-d6bcb72e-055c-4d00-89cd-a225dc7fd8c9 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58/resources Content-Length: 521 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:16,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:16 GMT Server: Apache x-openstack-request-id: req-706b9274-f2ba-415b-abd6-0755952c152a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server1_port", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58/resources/server1_port", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "stack"}], "logical_resource_id": "server1_port", "creation_time": "2018-11-09T14:29:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T14:29:11Z", "required_by": ["my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "ebbc9512-116c-4402-8bf4-6bbebbd51f73", "resource_type": "OS::Neutron::Port"}, {"resource_name": "private_subnet", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58/resources/private_subnet", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "stack"}], "logical_resource_id": "private_subnet", "creation_time": "2018-11-09T14:29:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T14:29:11Z", "required_by": ["server1_port", "my_instance"], "resource_status_reason": "state changed", "physical_resource_id": "11c78602-b8d3-49bf-8f0f-aace4011831b", "resource_type": "OS::Neutron::Subnet"}, {"resource_name": "private_net", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58/resources/private_net", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "stack"}], "logical_resource_id": "private_net", "creation_time": "2018-11-09T14:29:11Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T14:29:11Z", "required_by": ["server1_port", "private_subnet"], "resource_status_reason": "state changed", "physical_resource_id": "f2614ace-525d-4c8f-975c-9227e8894520", "resource_type": "OS::Neutron::Net"}, {"resource_name": "my_instance", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58/resources/my_instance", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "stack"}], "logical_resource_id": "my_instance", "creation_time": "2018-11-09T14:29:11Z", "resource_status": "CREATE_IN_PROGRESS", "updated_time": "2018-11-09T14:29:11Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "", "resource_type": "OS::Nova::Server"}]} 2018-11-09 14:29:16,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58/resources used request id req-706b9274-f2ba-415b-abd6-0755952c152a 2018-11-09 14:29:16,802 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:17,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:16 GMT Server: Apache x-openstack-request-id: req-d99e5abb-b748-48ee-a050-2ee061cc6830 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:18,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:17 GMT Server: Apache x-openstack-request-id: req-b6e2bc77-2b61-4f4b-a258-4b19ef936781 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:18,269 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-b6e2bc77-2b61-4f4b-a258-4b19ef936781 2018-11-09 14:29:18,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:18,970 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:18 GMT Server: Apache x-openstack-request-id: req-9cc47c9f-17a7-4c97-8c05-18029f756e61 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:19,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:18 GMT Server: Apache x-openstack-request-id: req-ca9fbf01-5769-4188-8f92-11cf9dffbb67 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:19,692 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-ca9fbf01-5769-4188-8f92-11cf9dffbb67 2018-11-09 14:29:22,698 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:23,428 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:22 GMT Server: Apache x-openstack-request-id: req-9b64074a-4046-4f7d-ba64-bc5cd92d4fc2 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:23,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:23 GMT Server: Apache x-openstack-request-id: req-b8c08252-8fea-4d43-8bda-315f96ed74fd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:23,554 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-b8c08252-8fea-4d43-8bda-315f96ed74fd 2018-11-09 14:29:26,560 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:26,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:26 GMT Server: Apache x-openstack-request-id: req-a6bf0a46-2544-437a-ba49-dbe779dc9ddb Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:26,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:26 GMT Server: Apache x-openstack-request-id: req-3cbdcdbc-2e4c-467d-bc24-24ba8eb4ed12 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:26,760 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-3cbdcdbc-2e4c-467d-bc24-24ba8eb4ed12 2018-11-09 14:29:29,767 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:30,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:29 GMT Server: Apache x-openstack-request-id: req-15e7cb8e-0a0e-4514-af0a-10b5e4dcdbbd Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:31,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:30 GMT Server: Apache x-openstack-request-id: req-9aa55034-ff34-4f36-9ff9-f3404896b60c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:31,198 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-9aa55034-ff34-4f36-9ff9-f3404896b60c 2018-11-09 14:29:34,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:34,961 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:34 GMT Server: Apache x-openstack-request-id: req-b147aaa4-d689-4e51-af9a-0320fe948058 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:35,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:34 GMT Server: Apache x-openstack-request-id: req-93d51e6c-88fe-444a-b940-9ea8b2182f15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:35,086 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-93d51e6c-88fe-444a-b940-9ea8b2182f15 2018-11-09 14:29:38,092 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:38,170 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:38 GMT Server: Apache x-openstack-request-id: req-b2c7af0f-602b-450f-a6c5-4f6d5118e210 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:38,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:38 GMT Server: Apache x-openstack-request-id: req-124a5b59-a7b9-453f-8cd5-c60314a02075 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:38,296 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-124a5b59-a7b9-453f-8cd5-c60314a02075 2018-11-09 14:29:41,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:41,378 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:41 GMT Server: Apache x-openstack-request-id: req-054b8d00-0ddb-4202-86f7-19ecd700dab4 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:41,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:41 GMT Server: Apache x-openstack-request-id: req-98539062-c5f6-422f-8e05-0e4d5d25e2b1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:41,504 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-98539062-c5f6-422f-8e05-0e4d5d25e2b1 2018-11-09 14:29:44,510 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:44,585 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:44 GMT Server: Apache x-openstack-request-id: req-e91b56a5-1c7f-4f21-99f2-8b8c101e712a Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:44,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:44 GMT Server: Apache x-openstack-request-id: req-66f454e3-1b17-4fd2-926b-1ee04f535dfc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:44,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-66f454e3-1b17-4fd2-926b-1ee04f535dfc 2018-11-09 14:29:47,873 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:47,948 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:47 GMT Server: Apache x-openstack-request-id: req-21c744a5-0a47-4558-bd62-3b4b5e377763 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:48,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:47 GMT Server: Apache x-openstack-request-id: req-83037105-1df8-4293-9e14-910964e54a74 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:48,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-83037105-1df8-4293-9e14-910964e54a74 2018-11-09 14:29:51,080 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:51,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:51 GMT Server: Apache x-openstack-request-id: req-fb3d6b4d-0f7c-428b-8c33-bdf612f93e7e Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:52,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:51 GMT Server: Apache x-openstack-request-id: req-77c5af17-b33d-448d-bec1-3ad994f26808 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:52,516 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-77c5af17-b33d-448d-bec1-3ad994f26808 2018-11-09 14:29:55,522 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:55,599 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:55 GMT Server: Apache x-openstack-request-id: req-b8f221bf-c507-4154-97f2-404b552490cd Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:55,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:55 GMT Server: Apache x-openstack-request-id: req-10fdf32f-90c9-4e20-89d0-ade320084ae5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:55,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-10fdf32f-90c9-4e20-89d0-ade320084ae5 2018-11-09 14:29:58,731 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:29:58,810 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:29:58 GMT Server: Apache x-openstack-request-id: req-6e0d8d55-ab11-4a05-a747-8d53d73ac724 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:29:59,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:29:58 GMT Server: Apache x-openstack-request-id: req-7490a09e-d877-48c2-b61b-16912fdb04f3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:29:59,543 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-7490a09e-d877-48c2-b61b-16912fdb04f3 2018-11-09 14:30:02,549 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:03,172 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:02 GMT Server: Apache x-openstack-request-id: req-b32d0644-f6dc-4a1d-b2ed-a2af575ec9c2 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:03,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:03 GMT Server: Apache x-openstack-request-id: req-f7458a70-b2b9-4e76-aab5-f078ff3e383a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:03,214 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-f7458a70-b2b9-4e76-aab5-f078ff3e383a 2018-11-09 14:30:06,220 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:06,246 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:06 GMT Server: Apache x-openstack-request-id: req-22ffd034-7bec-4758-8de8-f59967c8f307 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:06,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:06 GMT Server: Apache x-openstack-request-id: req-9d6d0a91-15d6-4a7b-92ea-b05e3b173dc0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:06,324 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-9d6d0a91-15d6-4a7b-92ea-b05e3b173dc0 2018-11-09 14:30:09,330 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:09,357 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:09 GMT Server: Apache x-openstack-request-id: req-04917070-eba7-4070-8146-6e6bf1e1342a Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:10,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:09 GMT Server: Apache x-openstack-request-id: req-e9b71053-ad00-4e64-94cf-56e10fbc021f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:10,049 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-e9b71053-ad00-4e64-94cf-56e10fbc021f 2018-11-09 14:30:13,056 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:13,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:13 GMT Server: Apache x-openstack-request-id: req-b9a65d0f-5606-4068-9e3f-587cd487e35e Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:13,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:13 GMT Server: Apache x-openstack-request-id: req-60a0c805-0ab6-4429-96bc-2b144a60e5c9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:13,159 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-60a0c805-0ab6-4429-96bc-2b144a60e5c9 2018-11-09 14:30:16,165 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:16,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:16 GMT Server: Apache x-openstack-request-id: req-da5541b0-0e05-4e64-8bad-c2c3277e50ef Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:16,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:16 GMT Server: Apache x-openstack-request-id: req-4c7f7fac-0893-4f57-9836-3719b27a42f4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:16,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-4c7f7fac-0893-4f57-9836-3719b27a42f4 2018-11-09 14:30:19,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:19,881 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:19 GMT Server: Apache x-openstack-request-id: req-1b816b98-5ad1-4098-9cb0-9ba01c73ab0d Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:19,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:19 GMT Server: Apache x-openstack-request-id: req-9e0034ff-1baa-45ff-9b2e-7626f4813cea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:19,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-9e0034ff-1baa-45ff-9b2e-7626f4813cea 2018-11-09 14:30:22,929 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:22,955 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:22 GMT Server: Apache x-openstack-request-id: req-6821eaea-cbea-4867-bd0d-288f564677ef Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:23,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:22 GMT Server: Apache x-openstack-request-id: req-8bb121dc-6908-4d9d-8164-0800b4af3268 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:23,029 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-8bb121dc-6908-4d9d-8164-0800b4af3268 2018-11-09 14:30:26,035 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:26,062 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:26 GMT Server: Apache x-openstack-request-id: req-1ec62f74-e7fd-44e6-bd55-2834768e6328 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:26,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:26 GMT Server: Apache x-openstack-request-id: req-e307413c-2f28-422a-b854-b03fed0e1480 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:26,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-e307413c-2f28-422a-b854-b03fed0e1480 2018-11-09 14:30:29,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:29,824 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:29 GMT Server: Apache x-openstack-request-id: req-0d235f19-daf6-4a52-99c9-c79c081c599d Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:29,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:29 GMT Server: Apache x-openstack-request-id: req-8dac15e0-e41d-46dc-a6a0-0ed9a6662814 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:29,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-8dac15e0-e41d-46dc-a6a0-0ed9a6662814 2018-11-09 14:30:32,905 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:33,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:32 GMT Server: Apache x-openstack-request-id: req-0309a976-bd4b-4fbe-a572-16c94fb7ffde Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:33,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:33 GMT Server: Apache x-openstack-request-id: req-80b0d975-8226-4c07-a0b6-212fa0161901 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:33,599 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-80b0d975-8226-4c07-a0b6-212fa0161901 2018-11-09 14:30:36,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:36,634 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:36 GMT Server: Apache x-openstack-request-id: req-44c51f21-028c-4414-a588-35bb2b4c798f Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:36,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:36 GMT Server: Apache x-openstack-request-id: req-65cf4e73-dac4-451a-b556-cd1e1602af62 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:36,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-65cf4e73-dac4-451a-b556-cd1e1602af62 2018-11-09 14:30:39,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:39,708 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:39 GMT Server: Apache x-openstack-request-id: req-3d9c64af-e259-451a-8c8d-00ab44aaf478 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:39,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:39 GMT Server: Apache x-openstack-request-id: req-31bd1fca-7d7a-42ae-8173-37f619d24563 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:39,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-31bd1fca-7d7a-42ae-8173-37f619d24563 2018-11-09 14:30:42,757 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:42,785 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:42 GMT Server: Apache x-openstack-request-id: req-dd5195a3-a305-49d9-be21-72100c790078 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:42,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:42 GMT Server: Apache x-openstack-request-id: req-8c0a508e-224d-4ccd-96f3-cded24876f66 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:42,860 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-8c0a508e-224d-4ccd-96f3-cded24876f66 2018-11-09 14:30:45,864 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:45,890 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:45 GMT Server: Apache x-openstack-request-id: req-865a52e3-2f6a-4a19-a721-f83eec3a5c17 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:45,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:45 GMT Server: Apache x-openstack-request-id: req-1e08451f-bb98-4a57-87dd-fbf10ad492d7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:45,933 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-1e08451f-bb98-4a57-87dd-fbf10ad492d7 2018-11-09 14:30:48,939 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:48,967 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:48 GMT Server: Apache x-openstack-request-id: req-09a75afd-057e-4327-899e-dae0343fa5ea Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:49,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:48 GMT Server: Apache x-openstack-request-id: req-f7ee654c-ef38-41f0-b9a0-ffd0ccb473bf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:49,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-f7ee654c-ef38-41f0-b9a0-ffd0ccb473bf 2018-11-09 14:30:52,049 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:52,075 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:52 GMT Server: Apache x-openstack-request-id: req-008ccb44-7930-4011-9471-d62e65a8ce72 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:52,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:52 GMT Server: Apache x-openstack-request-id: req-498c6971-5c0e-4524-8cfb-39dbe49ceffe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:52,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-498c6971-5c0e-4524-8cfb-39dbe49ceffe 2018-11-09 14:30:55,123 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:55,782 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:55 GMT Server: Apache x-openstack-request-id: req-81d89ff4-7273-4c02-9c28-b5635c34fcba Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:55,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:55 GMT Server: Apache x-openstack-request-id: req-a6271e28-3259-4051-a128-c98d658aa76a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:55,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-a6271e28-3259-4051-a128-c98d658aa76a 2018-11-09 14:30:58,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:30:59,578 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:30:58 GMT Server: Apache x-openstack-request-id: req-96b5049f-2ace-4c80-b5cc-991d26b9e58f Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:30:59,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:30:59 GMT Server: Apache x-openstack-request-id: req-bfd56fdc-50dd-4f93-87a6-63a5243a7aa9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:30:59,620 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-bfd56fdc-50dd-4f93-87a6-63a5243a7aa9 2018-11-09 14:31:02,626 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:02,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:02 GMT Server: Apache x-openstack-request-id: req-11b8ee5f-f776-4323-a587-08aa93be0f52 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:02,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:02 GMT Server: Apache x-openstack-request-id: req-4a0350dd-8de3-4aeb-b0ac-dc4a0cce2abb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:02,693 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-4a0350dd-8de3-4aeb-b0ac-dc4a0cce2abb 2018-11-09 14:31:05,700 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:06,384 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:05 GMT Server: Apache x-openstack-request-id: req-4b67c439-06ed-4a24-853e-89bad21e709e Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:06,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:06 GMT Server: Apache x-openstack-request-id: req-6cb92819-b4e8-4f2e-97df-7e0e10f6894d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:06,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-6cb92819-b4e8-4f2e-97df-7e0e10f6894d 2018-11-09 14:31:09,465 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:09,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:09 GMT Server: Apache x-openstack-request-id: req-05b89206-99ad-4f61-81a5-a118128ec759 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:09,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:09 GMT Server: Apache x-openstack-request-id: req-20bdad79-601c-489c-b150-30c22f3a6a65 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:09,567 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-20bdad79-601c-489c-b150-30c22f3a6a65 2018-11-09 14:31:12,573 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:12,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:12 GMT Server: Apache x-openstack-request-id: req-10d2b5ce-0866-47fa-af77-3545db3716b0 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:12,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:12 GMT Server: Apache x-openstack-request-id: req-7f6f6819-43eb-453b-8151-9db88caa218f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:12,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-7f6f6819-43eb-453b-8151-9db88caa218f 2018-11-09 14:31:15,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:15,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:15 GMT Server: Apache x-openstack-request-id: req-bb2a8ddd-536e-4ee5-86ca-e7b6290c9029 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:15,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:15 GMT Server: Apache x-openstack-request-id: req-d2331cf3-49a4-4bd8-9b86-cb39b8f19c00 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:15,750 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-d2331cf3-49a4-4bd8-9b86-cb39b8f19c00 2018-11-09 14:31:18,756 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:18,784 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:18 GMT Server: Apache x-openstack-request-id: req-0981a05d-2213-4989-bd31-27dce49c337e Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:18,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:18 GMT Server: Apache x-openstack-request-id: req-1d05abb0-1b3a-43ed-a9cb-7dfffc884d5e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:18,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-1d05abb0-1b3a-43ed-a9cb-7dfffc884d5e 2018-11-09 14:31:21,832 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:21,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:21 GMT Server: Apache x-openstack-request-id: req-1a0fa602-2e0b-4186-9b55-d4c285504c95 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:21,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:21 GMT Server: Apache x-openstack-request-id: req-df8064ff-be70-4bf5-a290-03987eb6f067 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:21,935 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-df8064ff-be70-4bf5-a290-03987eb6f067 2018-11-09 14:31:24,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:24,970 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:24 GMT Server: Apache x-openstack-request-id: req-2de84dbc-fde7-4f2b-a07b-0a267e3f6fbd Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:25,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:24 GMT Server: Apache x-openstack-request-id: req-25752443-d64c-4ad1-8110-f3eea41af046 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:25,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-25752443-d64c-4ad1-8110-f3eea41af046 2018-11-09 14:31:28,051 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:28,078 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:28 GMT Server: Apache x-openstack-request-id: req-0b86d265-c784-41e0-ad98-75ca240cb9ca Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:28,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:28 GMT Server: Apache x-openstack-request-id: req-6b92b89a-2461-487e-a4c3-b89fb94131b6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:28,121 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-6b92b89a-2461-487e-a4c3-b89fb94131b6 2018-11-09 14:31:31,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:31,155 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:31 GMT Server: Apache x-openstack-request-id: req-089985af-75b5-4e1f-8c04-2263a7fe4fc5 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:31,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:31 GMT Server: Apache x-openstack-request-id: req-fdf2e788-98fd-42fb-bdf0-8621a684299e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:31,863 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-fdf2e788-98fd-42fb-bdf0-8621a684299e 2018-11-09 14:31:34,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:34,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:34 GMT Server: Apache x-openstack-request-id: req-923246e0-8727-4c84-9428-582f236197f2 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:34,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:34 GMT Server: Apache x-openstack-request-id: req-600ba4f4-9ede-4fdf-8833-b6f50667e096 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:34,941 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-600ba4f4-9ede-4fdf-8833-b6f50667e096 2018-11-09 14:31:37,945 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:37,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:37 GMT Server: Apache x-openstack-request-id: req-4de24a3a-ae2c-43be-91aa-8a1ac3e187a0 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:38,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:37 GMT Server: Apache x-openstack-request-id: req-1d05cede-1de6-44fd-af45-6da50b610980 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:38,046 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-1d05cede-1de6-44fd-af45-6da50b610980 2018-11-09 14:31:41,053 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:41,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:41 GMT Server: Apache x-openstack-request-id: req-ce437529-bbed-41d9-b452-2515f84aba88 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:41,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:41 GMT Server: Apache x-openstack-request-id: req-fd9f4d3e-92d7-4f7d-9076-5f57f4b6b57a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:41,121 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-fd9f4d3e-92d7-4f7d-9076-5f57f4b6b57a 2018-11-09 14:31:44,127 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:44,154 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:44 GMT Server: Apache x-openstack-request-id: req-6c58c3f8-d494-4325-94bf-1d1c5b686b27 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:44,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:44 GMT Server: Apache x-openstack-request-id: req-86dbc633-30b0-4526-a3cf-4998d9af09aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 653 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": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image", "inst_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1", "stack_user_project_id": "98e03c11ac2642e2b37845e2419ba32d", "stack_status_reason": "Resource CREATE failed: ResourceInError: resources.my_instance: Went to status ERROR due to \"Message: No valid host was found. There are not enough hosts available., Code: 500\"", "creation_time": "2018-11-09T14:29:10Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "a7228b1e-92b4-415b-8974-9e12f347ac58", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:44,228 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-86dbc633-30b0-4526-a3cf-4998d9af09aa 2018-11-09 14:31:44,248 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/a7228b1e-92b4-415b-8974-9e12f347ac58 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c7f9447710e6572192d36fcef6deb2d34581608d" 2018-11-09 14:31:44,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:44 GMT Server: Apache x-openstack-request-id: req-f0935fb0-e8bb-49d1-a82e-ac13cecd895a Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:44,347 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:31:44 GMT Server: Apache x-openstack-request-id: req-0c50267a-841a-4a17-a890-97983be4572e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:31:44,347 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-stack1/a7228b1e-92b4-415b-8974-9e12f347ac58 used request id req-0c50267a-841a-4a17-a890-97983be4572e 2018-11-09 14:31:44,347 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-08cda0ce-4b5c-42ba-8356-857da0206b61-image 2018-11-09 14:31:44,350 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}f9da516822cf6f8e4bb10d4d74f70494722b8a07" 2018-11-09 14:31:46,310 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-eaa175f8-1b2f-45cb-8fdc-f4b825eb4df2 Date: Fri, 09 Nov 2018 14:31:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:31:46,310 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/4358d632-10a1-434f-acbb-f5e79fbbee48 used request id req-eaa175f8-1b2f-45cb-8fdc-f4b825eb4df2 2018-11-09 14:31:46,314 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/4af2ff8a-0671-4577-8107-350dc2637c5d -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c974cd13d7a8070018bff6b1a045bf15a8ca0352" 2018-11-09 14:31:46,361 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:31: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-366ef7b5-b744-4ecd-b931-d7bd7a07b3d7 x-compute-request-id: req-366ef7b5-b744-4ecd-b931-d7bd7a07b3d7 Content-Length: 0 Content-Type: application/json 2018-11-09 14:31:46,362 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/4af2ff8a-0671-4577-8107-350dc2637c5d used request id req-366ef7b5-b744-4ecd-b931-d7bd7a07b3d7 2018-11-09 14:31:46,363 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 14:31:46,363 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:31:46,365 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:31:46,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:31:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["tQxuDEmdSJqiwUpjB4HN8Q"], "issued_at": "2018-11-09T14:31:46.000000Z"}} 2018-11-09 14:31:46,744 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}49d6083ebea097338c64e9280c5aef214b5afb67" 2018-11-09 14:31:46,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-049659e8-0d1b-40a2-98e5-20ba91ddefce 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:31:46,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-049659e8-0d1b-40a2-98e5-20ba91ddefce 2018-11-09 14:31:46,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49d6083ebea097338c64e9280c5aef214b5afb67" 2018-11-09 14:31:47,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 176 Content-Type: application/json X-Openstack-Request-Id: req-cd44f413-ba57-416a-b984-556bc4b3f273 Date: Fri, 09 Nov 2018 14:31:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image"} 2018-11-09 14:31:47,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image used request id req-cd44f413-ba57-416a-b984-556bc4b3f273 2018-11-09 14:31:47,105 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49d6083ebea097338c64e9280c5aef214b5afb67" 2018-11-09 14:31:47,264 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-cf588641-4426-4af7-a618-23647f3335bc Date: Fri, 09 Nov 2018 14:31:47 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-11-09 14:31:47,264 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-cf588641-4426-4af7-a618-23647f3335bc 2018-11-09 14:31:47,293 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}49d6083ebea097338c64e9280c5aef214b5afb67" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image"}' 2018-11-09 14:31:47,556 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 635 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd X-Openstack-Request-Id: req-8ac9bf7d-0bc8-4a6f-a70f-888caebe30ff Date: Fri, 09 Nov 2018 14:31:47 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:31:47Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T14:31:47Z", "visibility": "shared", "locations": [], "self": "/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd", "min_disk": 0, "protected": false, "id": "c4c67912-3071-4827-a612-f5dd16b013cd", "file": "/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd/file", "checksum": null, "owner": "dfb45da6f1334a63bc64335c92eee11f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:31:47,556 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-8ac9bf7d-0bc8-4a6f-a70f-888caebe30ff 2018-11-09 14:31:47,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49d6083ebea097338c64e9280c5aef214b5afb67" -d '' 2018-11-09 14:31:49,439 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5cc1b81d-02bc-42af-8251-532e11ad3651 Date: Fri, 09 Nov 2018 14:31:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:31:49,439 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd/file used request id req-5cc1b81d-02bc-42af-8251-532e11ad3651 2018-11-09 14:31:49,440 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 14:31:49,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49d6083ebea097338c64e9280c5aef214b5afb67" 2018-11-09 14:31:49,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-d4749cc6-da97-41be-b305-8551d89d1e98 Date: Fri, 09 Nov 2018 14:31:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:31:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:31:49Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/c4c67912-3071-4827-a612-f5dd16b013cd/snap", "metadata": {}}], "self": "/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd", "min_disk": 0, "protected": false, "id": "c4c67912-3071-4827-a612-f5dd16b013cd", "file": "/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/c4c67912-3071-4827-a612-f5dd16b013cd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:31:49,616 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd used request id req-d4749cc6-da97-41be-b305-8551d89d1e98 2018-11-09 14:31:49,619 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49d6083ebea097338c64e9280c5aef214b5afb67" 2018-11-09 14:31:49,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-2ef79349-a224-4b94-8d25-f7137cef307c Date: Fri, 09 Nov 2018 14:31:49 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "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-11-09 14:31:49,775 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-2ef79349-a224-4b94-8d25-f7137cef307c 2018-11-09 14:31:49,777 - create_image - INFO - Created image with name - HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image 2018-11-09 14:31:49,780 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49d6083ebea097338c64e9280c5aef214b5afb67" 2018-11-09 14:31:49,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 896 Content-Type: application/json X-Openstack-Request-Id: req-040fc22b-42d3-4748-af3c-c098f6b3581b Date: Fri, 09 Nov 2018 14:31:49 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:31:47Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:31:49Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/c4c67912-3071-4827-a612-f5dd16b013cd/snap", "metadata": {}}], "self": "/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd", "min_disk": 0, "protected": false, "id": "c4c67912-3071-4827-a612-f5dd16b013cd", "file": "/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/c4c67912-3071-4827-a612-f5dd16b013cd/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:31:49,957 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd used request id req-040fc22b-42d3-4748-af3c-c098f6b3581b 2018-11-09 14:31:49,957 - create_image - DEBUG - Instance status is - active 2018-11-09 14:31:49,958 - create_image - DEBUG - Image is active with name - HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image 2018-11-09 14:31:49,958 - create_image - INFO - Image is now active with name - HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image 2018-11-09 14:31:49,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:31:49,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:31:50,360 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:31:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["-zO--MpvRC225QCcg0SFCQ"], "issued_at": "2018-11-09T14:31:50.000000Z"}} 2018-11-09 14:31:50,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}342bf405b087443f70be2ce525865bfab80ca154" 2018-11-09 14:31:50,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a174014d-7973-4995-a5a2-5721311c307f 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:31:50,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-a174014d-7973-4995-a5a2-5721311c307f 2018-11-09 14:31:50,438 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:31:50,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}342bf405b087443f70be2ce525865bfab80ca154" 2018-11-09 14:31:50,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31: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-9569aaa4-5d6f-4391-9524-1096ac0689de x-compute-request-id: req-9569aaa4-5d6f-4391-9524-1096ac0689de Content-Length: 15 Content-Type: application/json RESP BODY: {"flavors": []} 2018-11-09 14:31:50,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9569aaa4-5d6f-4391-9524-1096ac0689de 2018-11-09 14:31:50,621 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}342bf405b087443f70be2ce525865bfab80ca154" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 256, "id": null, "swap": 0}}' 2018-11-09 14:31:50,694 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31: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-9deb98dc-f555-4629-a695-458de93e5081 x-compute-request-id: req-9deb98dc-f555-4629-a695-458de93e5081 Content-Encoding: gzip Content-Length: 324 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/d7129969-d000-4ada-a201-ea2c3ed213b2", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/d7129969-d000-4ada-a201-ea2c3ed213b2", "rel": "bookmark"}], "ram": 256, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 10, "id": "d7129969-d000-4ada-a201-ea2c3ed213b2", "name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor", "vcpus": 1, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:31:50,694 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.27:8774/v2.1/flavors used request id req-9deb98dc-f555-4629-a695-458de93e5081 2018-11-09 14:31:50,695 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 14:31:50,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:31:51,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:31:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["prboGP1HTQivgKbMr-7wYw"], "issued_at": "2018-11-09T14:31:51.000000Z"}} 2018-11-09 14:31:51,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" -d '{"stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-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-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}}' 2018-11-09 14:31:53,686 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:31:51 GMT Server: Apache x-openstack-request-id: req-f5ed00d2-b529-49ad-ac1a-2328b211d86d Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}]}} 2018-11-09 14:31:53,686 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks used request id req-f5ed00d2-b529-49ad-ac1a-2328b211d86d 2018-11-09 14:31:53,689 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:31:53,870 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:53 GMT Server: Apache x-openstack-request-id: req-281cf504-0def-4aa7-8c80-05bc01fd3f0c Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:54,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:53 GMT Server: Apache x-openstack-request-id: req-63ad5bd7-1451-4ba8-a222-bfb1a28fdde5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:54,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-63ad5bd7-1451-4ba8-a222-bfb1a28fdde5 2018-11-09 14:31:54,090 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks?stack_name=HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:31:54,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:54 GMT Server: Apache x-openstack-request-id: req-b6a1c36c-4ade-45a5-a12b-8de9ad53ee1a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "deletion_time": null, "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "updated_time": null, "project": "dfb45da6f1334a63bc64335c92eee11f", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "tags": null}]} 2018-11-09 14:31:54,132 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks?stack_name=HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1 used request id req-b6a1c36c-4ade-45a5-a12b-8de9ad53ee1a 2018-11-09 14:31:54,135 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks?stack_name=HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:31:54,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:54 GMT Server: Apache x-openstack-request-id: req-bc4edfc1-5c02-4c84-ac99-99f9ab864461 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"stacks": [{"description": "", "parent": null, "stack_status_reason": "Stack CREATE started", "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "deletion_time": null, "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "updated_time": null, "project": "dfb45da6f1334a63bc64335c92eee11f", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "tags": null}]} 2018-11-09 14:31:54,327 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks?stack_name=HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1 used request id req-bc4edfc1-5c02-4c84-ac99-99f9ab864461 2018-11-09 14:31:54,329 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:31:54,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:54 GMT Server: Apache x-openstack-request-id: req-bca204a1-90f0-47ec-8a15-0620e791b7ba Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:54,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:54 GMT Server: Apache x-openstack-request-id: req-1e493df1-92ca-4045-a1d4-67db697696a5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:54,725 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-1e493df1-92ca-4045-a1d4-67db697696a5 2018-11-09 14:31:54,727 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:31:54,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:54 GMT Server: Apache x-openstack-request-id: req-e11450d3-57a8-4647-b0f5-e634258264d2 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:55,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:54 GMT Server: Apache x-openstack-request-id: req-c5180ebb-c644-4e73-9714-f874a4889d2c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:55,102 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-c5180ebb-c644-4e73-9714-f874a4889d2c 2018-11-09 14:31:58,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:31:58,134 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:31:58 GMT Server: Apache x-openstack-request-id: req-f1f408e6-4aa8-47af-a7b9-db71c21ceb08 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:31:58,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:31:58 GMT Server: Apache x-openstack-request-id: req-22b454fb-8a9d-44b0-8f08-ba44c2b59148 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:31:58,176 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-22b454fb-8a9d-44b0-8f08-ba44c2b59148 2018-11-09 14:32:01,182 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:01,209 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:01 GMT Server: Apache x-openstack-request-id: req-c00f48d0-7bf5-4b04-bab8-4eacdc2c06e1 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:01,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:01 GMT Server: Apache x-openstack-request-id: req-37138631-5c01-45d5-83fc-4672a3174c54 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:01,878 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-37138631-5c01-45d5-83fc-4672a3174c54 2018-11-09 14:32:04,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:05,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:04 GMT Server: Apache x-openstack-request-id: req-89cbb475-0c71-4c1c-9daa-b9da5a048a75 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:05,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:05 GMT Server: Apache x-openstack-request-id: req-28e4ea92-b59d-4d40-9f6f-073b39af9503 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:05,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-28e4ea92-b59d-4d40-9f6f-073b39af9503 2018-11-09 14:32:08,104 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:08,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:08 GMT Server: Apache x-openstack-request-id: req-2f2b9d7a-a867-4547-b5a5-2cc4be5f2562 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:08,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:08 GMT Server: Apache x-openstack-request-id: req-eceefea9-d00f-44bd-9dc8-c16a98e6340a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:08,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-eceefea9-d00f-44bd-9dc8-c16a98e6340a 2018-11-09 14:32:11,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:11,381 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:11 GMT Server: Apache x-openstack-request-id: req-32fc61ad-eb7b-4f4f-9fde-d4d5e6368f60 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:11,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:11 GMT Server: Apache x-openstack-request-id: req-03d8f080-373d-44da-a24b-400739f9fa25 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:11,621 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-03d8f080-373d-44da-a24b-400739f9fa25 2018-11-09 14:32:14,627 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:14,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:14 GMT Server: Apache x-openstack-request-id: req-c4eda782-6833-45fb-98a1-8ca5905e2f74 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:14,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:14 GMT Server: Apache x-openstack-request-id: req-0db1ba6b-df7f-4342-a2de-957d60b07da5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:14,886 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-0db1ba6b-df7f-4342-a2de-957d60b07da5 2018-11-09 14:32:17,892 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:18,067 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:17 GMT Server: Apache x-openstack-request-id: req-6f50a359-14c7-4e1f-b530-5da57fb863d0 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:18,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:18 GMT Server: Apache x-openstack-request-id: req-e0271a8b-91db-46a1-b725-8ad1791f93bb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:18,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-e0271a8b-91db-46a1-b725-8ad1791f93bb 2018-11-09 14:32:21,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:21,175 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:21 GMT Server: Apache x-openstack-request-id: req-7e959694-200f-4273-b332-a4c91aa7de76 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:21,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:21 GMT Server: Apache x-openstack-request-id: req-12ec7d5b-9c57-4ec7-b5f3-e563094f4d61 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:21,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-12ec7d5b-9c57-4ec7-b5f3-e563094f4d61 2018-11-09 14:32:24,256 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:24,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:24 GMT Server: Apache x-openstack-request-id: req-316870f4-f638-4f49-bae2-2a7310ce51d3 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:24,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:24 GMT Server: Apache x-openstack-request-id: req-24e8cb4e-8c29-46a8-9d14-770587d45a6c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:24,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-24e8cb4e-8c29-46a8-9d14-770587d45a6c 2018-11-09 14:32:27,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:28,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:27 GMT Server: Apache x-openstack-request-id: req-ae2a4e5a-9c1a-4f1c-82f3-7a4657aba1ed Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:28,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:28 GMT Server: Apache x-openstack-request-id: req-927acebf-2f5b-4668-9d8e-8933f510db1f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:28,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-927acebf-2f5b-4668-9d8e-8933f510db1f 2018-11-09 14:32:31,247 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:31,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:31 GMT Server: Apache x-openstack-request-id: req-7f813a62-5dbe-4d7c-a4d9-66fd52fe1852 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:31,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:31 GMT Server: Apache x-openstack-request-id: req-76b970bb-769d-4a44-a028-334af99e9e39 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:31,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-76b970bb-769d-4a44-a028-334af99e9e39 2018-11-09 14:32:34,355 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:34,381 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:34 GMT Server: Apache x-openstack-request-id: req-3d157b8b-4571-401a-80b0-829cf45d6422 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:34,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:34 GMT Server: Apache x-openstack-request-id: req-64ad1545-51d0-4972-b156-9c55ce380824 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:34,602 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-64ad1545-51d0-4972-b156-9c55ce380824 2018-11-09 14:32:37,608 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:37,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:37 GMT Server: Apache x-openstack-request-id: req-3ccb691e-e8ec-44b8-95c2-e5cd9176d160 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:37,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:37 GMT Server: Apache x-openstack-request-id: req-c6be944b-9139-48b7-8301-4e003ff270b1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:37,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-c6be944b-9139-48b7-8301-4e003ff270b1 2018-11-09 14:32:40,716 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:40,902 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:40 GMT Server: Apache x-openstack-request-id: req-166dcbad-4b54-4854-8818-4077d1beeb71 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:40,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:40 GMT Server: Apache x-openstack-request-id: req-f0dda158-0fc2-47cb-8d06-7cb2ca7344b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:40,976 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-f0dda158-0fc2-47cb-8d06-7cb2ca7344b4 2018-11-09 14:32:43,982 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:44,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:43 GMT Server: Apache x-openstack-request-id: req-027527d4-3b58-443d-ba37-49ae471daa5a Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:44,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:44 GMT Server: Apache x-openstack-request-id: req-dd737a63-eab0-4696-991f-e548e95b6dc4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:44,086 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-dd737a63-eab0-4696-991f-e548e95b6dc4 2018-11-09 14:32:47,089 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:47,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:47 GMT Server: Apache x-openstack-request-id: req-f31f8404-a04f-4df9-8967-3d0f7f86ce4c Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:47,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:47 GMT Server: Apache x-openstack-request-id: req-f267cf8b-eaee-485a-af7e-86a8a8ebdb88 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:47,340 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-f267cf8b-eaee-485a-af7e-86a8a8ebdb88 2018-11-09 14:32:50,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:50,374 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:50 GMT Server: Apache x-openstack-request-id: req-981421fb-47ed-42aa-9191-702411d2ed30 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:50,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:50 GMT Server: Apache x-openstack-request-id: req-e3ed4870-8518-4f2e-886f-b3b9c6049110 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:50,417 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-e3ed4870-8518-4f2e-886f-b3b9c6049110 2018-11-09 14:32:53,423 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:53,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:53 GMT Server: Apache x-openstack-request-id: req-54c4b11d-0bb7-4ea6-a39f-777c994b8960 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:53,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:53 GMT Server: Apache x-openstack-request-id: req-8cc986bc-f807-4910-b861-baff2ec03cc5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:53,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-8cc986bc-f807-4910-b861-baff2ec03cc5 2018-11-09 14:32:56,530 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:56,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:56 GMT Server: Apache x-openstack-request-id: req-d91eb0ed-8842-44bf-b0fb-9343ff4c0054 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:56,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:56 GMT Server: Apache x-openstack-request-id: req-8b006b2f-33c0-46ff-82a3-55f30cd24b96 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:56,599 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-8b006b2f-33c0-46ff-82a3-55f30cd24b96 2018-11-09 14:32:59,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:32:59,632 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:32:59 GMT Server: Apache x-openstack-request-id: req-aacfedb9-1dfe-4e21-9e11-852f33feb8be Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:32:59,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:32:59 GMT Server: Apache x-openstack-request-id: req-d9ff536f-9010-4b17-a2f1-82e415fb83e0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:32:59,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-d9ff536f-9010-4b17-a2f1-82e415fb83e0 2018-11-09 14:33:02,682 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:02,725 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:02 GMT Server: Apache x-openstack-request-id: req-0ac6ead5-8084-40aa-95cc-0e2633e492a4 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:02,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:02 GMT Server: Apache x-openstack-request-id: req-ba3de89f-36a2-4d2d-9edc-0b606d44f894 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:02,926 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-ba3de89f-36a2-4d2d-9edc-0b606d44f894 2018-11-09 14:33:05,932 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:05,959 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:05 GMT Server: Apache x-openstack-request-id: req-0f9608c2-e0fb-4f77-877d-3d307972aae4 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:06,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:05 GMT Server: Apache x-openstack-request-id: req-5fed9a40-2702-4ab2-b473-40287fb3d5c3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:06,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-5fed9a40-2702-4ab2-b473-40287fb3d5c3 2018-11-09 14:33:09,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:09,069 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:09 GMT Server: Apache x-openstack-request-id: req-ca184cc7-f757-4c7a-9cc4-c75e99579267 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:09,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:09 GMT Server: Apache x-openstack-request-id: req-c788e03a-9b65-46b8-a13a-fb727c0f7ca4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:09,143 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-c788e03a-9b65-46b8-a13a-fb727c0f7ca4 2018-11-09 14:33:12,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:12,347 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:12 GMT Server: Apache x-openstack-request-id: req-47aae0c2-3467-4e9b-bc83-bfbf49cf4a37 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:12,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:12 GMT Server: Apache x-openstack-request-id: req-74cd9ff6-e4fd-4c79-83d4-1d8041233481 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:12,390 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-74cd9ff6-e4fd-4c79-83d4-1d8041233481 2018-11-09 14:33:15,396 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:15,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:15 GMT Server: Apache x-openstack-request-id: req-39452f0c-bccc-4ee6-8e2a-5386567f5528 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:15,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:15 GMT Server: Apache x-openstack-request-id: req-27ac291b-abec-424e-bdf8-94bb6c030058 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:15,464 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-27ac291b-abec-424e-bdf8-94bb6c030058 2018-11-09 14:33:18,471 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:18,498 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:18 GMT Server: Apache x-openstack-request-id: req-90e61e5a-0f9d-4972-a937-a45769f6d421 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:18,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:18 GMT Server: Apache x-openstack-request-id: req-a51e5569-91a8-4183-ab77-374208914d5e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:18,574 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-a51e5569-91a8-4183-ab77-374208914d5e 2018-11-09 14:33:21,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:21,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:21 GMT Server: Apache x-openstack-request-id: req-140f103f-4467-46ba-b093-8fc8c9e89189 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:21,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:21 GMT Server: Apache x-openstack-request-id: req-d464c871-11f9-4d41-8257-040a822f4a0d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:21,684 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-d464c871-11f9-4d41-8257-040a822f4a0d 2018-11-09 14:33:24,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:24,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:24 GMT Server: Apache x-openstack-request-id: req-5210e472-382c-4325-886d-84ff81b80012 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:24,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:24 GMT Server: Apache x-openstack-request-id: req-db6875d9-1f69-4508-a1c2-7037ca51ac3b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:24,958 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-db6875d9-1f69-4508-a1c2-7037ca51ac3b 2018-11-09 14:33:27,965 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:28,140 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:27 GMT Server: Apache x-openstack-request-id: req-b949edb7-3be1-4a3c-a1b0-f0bdeca673d9 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:28,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:28 GMT Server: Apache x-openstack-request-id: req-3f61116a-d8cf-4d28-993f-500c46b58b0b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:28,182 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-3f61116a-d8cf-4d28-993f-500c46b58b0b 2018-11-09 14:33:31,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:31,217 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:31 GMT Server: Apache x-openstack-request-id: req-966c9ec1-efa6-42bc-92b8-02c5536d5c92 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:31,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:31 GMT Server: Apache x-openstack-request-id: req-3956c64e-8f6d-4172-bbce-0fc26123fe34 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 550 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single compute instance", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:31,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-3956c64e-8f6d-4172-bbce-0fc26123fe34 2018-11-09 14:33:34,299 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:34,327 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:34 GMT Server: Apache x-openstack-request-id: req-32e814c7-a297-4204-a74b-a7dea38fd607 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:34,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:34 GMT Server: Apache x-openstack-request-id: req-43d1f147-859e-4f5f-a2d0-5a5fda9127ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 652 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": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "OS::stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "image_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image", "inst_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-inst", "subnet_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-subnet", "net_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-net", "flavor_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-flavor"}, "deletion_time": null, "stack_name": "HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1", "stack_user_project_id": "cfa49bb358b44b0d9049a6601534da7f", "stack_status_reason": "Resource CREATE failed: ResourceInError: resources.my_instance: Went to status ERROR due to \"Message: No valid host was found. There are not enough hosts available., Code: 500\"", "creation_time": "2018-11-09T14:31:53Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "3d63b1c0-d457-48a7-bcbf-fce9da43347d", "outputs": [], "template_description": "Simple template to deploy a single compute instance"}} 2018-11-09 14:33:34,370 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-43d1f147-859e-4f5f-a2d0-5a5fda9127ea 2018-11-09 14:33:34,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/3d63b1c0-d457-48a7-bcbf-fce9da43347d -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fea27014d89638ae0c726e0f43104f0de5773b9d" 2018-11-09 14:33:34,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:34 GMT Server: Apache x-openstack-request-id: req-09aed964-a3c7-4a15-93db-4ae27f6dcbfc Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:34,440 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:33:34 GMT Server: Apache x-openstack-request-id: req-b3cc8dff-20d5-4bba-9574-b3e88299c13f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:33:34,441 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-stack1/3d63b1c0-d457-48a7-bcbf-fce9da43347d used request id req-b3cc8dff-20d5-4bba-9574-b3e88299c13f 2018-11-09 14:33:34,441 - glance_utils - INFO - Deleting image named - HeatUtilsCreateSimpleStackTests-4ab033e5-a5ba-49ea-9266-4c38fc8b1fdd-image 2018-11-09 14:33:34,443 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:9292/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}49d6083ebea097338c64e9280c5aef214b5afb67" 2018-11-09 14:33:35,829 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0ad3843d-e66f-4391-a24a-749db886379c Date: Fri, 09 Nov 2018 14:33:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:33:35,829 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/c4c67912-3071-4827-a612-f5dd16b013cd used request id req-0ad3843d-e66f-4391-a24a-749db886379c 2018-11-09 14:33:35,832 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8774/v2.1/flavors/d7129969-d000-4ada-a201-ea2c3ed213b2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}342bf405b087443f70be2ce525865bfab80ca154" 2018-11-09 14:33:35,867 - novaclient.v2.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:33:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f5baed19-3add-4cea-a8ac-c637501f8334 x-compute-request-id: req-f5baed19-3add-4cea-a8ac-c637501f8334 Content-Length: 0 Content-Type: application/json 2018-11-09 14:33:35,867 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.27:8774/v2.1/flavors/d7129969-d000-4ada-a201-ea2c3ed213b2 used request id req-f5baed19-3add-4cea-a8ac-c637501f8334 2018-11-09 14:33:35,869 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 14:33:35,869 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:33:35,870 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:33:36,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:33:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["-ZQsBPCpT4qVzQziN3gb7g"], "issued_at": "2018-11-09T14:33:36.000000Z"}} 2018-11-09 14:33:36,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}8fd3f3fe373224fb64dd35c908e5e935418b3407" 2018-11-09 14:33:36,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57039a70-5507-4077-a81e-51467f0d1423 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:33:36,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-57039a70-5507-4077-a81e-51467f0d1423 2018-11-09 14:33:36,348 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd3f3fe373224fb64dd35c908e5e935418b3407" 2018-11-09 14:33:36,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-cbc9cabd-8987-4f5b-ae5b-caf81719c96d Date: Fri, 09 Nov 2018 14:33:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"} 2018-11-09 14:33:36,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1 used request id req-cbc9cabd-8987-4f5b-ae5b-caf81719c96d 2018-11-09 14:33:36,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd3f3fe373224fb64dd35c908e5e935418b3407" 2018-11-09 14:33:36,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-79942cd2-8af1-49cb-8ac6-60e75fbcacee Date: Fri, 09 Nov 2018 14:33:36 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-11-09 14:33:36,677 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-79942cd2-8af1-49cb-8ac6-60e75fbcacee 2018-11-09 14:33:36,708 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fd3f3fe373224fb64dd35c908e5e935418b3407" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}' 2018-11-09 14:33:37,030 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53 X-Openstack-Request-Id: req-f1e27713-8c5d-4c9b-9dcf-bc0c39e17f79 Date: Fri, 09 Nov 2018 14:33:37 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:33:36Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T14:33:36Z", "visibility": "shared", "locations": [], "self": "/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53", "min_disk": 0, "protected": false, "id": "9116c62b-0456-46bb-a334-bd6006c1dc53", "file": "/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53/file", "checksum": null, "owner": "dfb45da6f1334a63bc64335c92eee11f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:33:37,030 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-f1e27713-8c5d-4c9b-9dcf-bc0c39e17f79 2018-11-09 14:33:37,040 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd3f3fe373224fb64dd35c908e5e935418b3407" -d '' 2018-11-09 14:33:39,085 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a350cb9-7488-4109-bb9f-6de7d3fac07e Date: Fri, 09 Nov 2018 14:33:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:33:39,085 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53/file used request id req-1a350cb9-7488-4109-bb9f-6de7d3fac07e 2018-11-09 14:33:39,085 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 14:33:39,088 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd3f3fe373224fb64dd35c908e5e935418b3407" 2018-11-09 14:33:39,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-25a339de-0aa9-4149-824e-d99dfa531efd Date: Fri, 09 Nov 2018 14:33:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:33:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:33:39Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/9116c62b-0456-46bb-a334-bd6006c1dc53/snap", "metadata": {}}], "self": "/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53", "min_disk": 0, "protected": false, "id": "9116c62b-0456-46bb-a334-bd6006c1dc53", "file": "/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/9116c62b-0456-46bb-a334-bd6006c1dc53/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:33:39,258 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53 used request id req-25a339de-0aa9-4149-824e-d99dfa531efd 2018-11-09 14:33:39,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd3f3fe373224fb64dd35c908e5e935418b3407" 2018-11-09 14:33:39,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-587d340f-96b7-4214-9176-81e95b6b2e40 Date: Fri, 09 Nov 2018 14:33:39 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-11-09 14:33:39,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-587d340f-96b7-4214-9176-81e95b6b2e40 2018-11-09 14:33:39,454 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1 2018-11-09 14:33:39,457 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fd3f3fe373224fb64dd35c908e5e935418b3407" 2018-11-09 14:33:39,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-13878590-3791-47fd-bdea-afabc896b99f Date: Fri, 09 Nov 2018 14:33:39 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:33:36Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:33:39Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/9116c62b-0456-46bb-a334-bd6006c1dc53/snap", "metadata": {}}], "self": "/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53", "min_disk": 0, "protected": false, "id": "9116c62b-0456-46bb-a334-bd6006c1dc53", "file": "/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/9116c62b-0456-46bb-a334-bd6006c1dc53/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:33:39,642 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/9116c62b-0456-46bb-a334-bd6006c1dc53 used request id req-13878590-3791-47fd-bdea-afabc896b99f 2018-11-09 14:33:39,643 - create_image - DEBUG - Instance status is - active 2018-11-09 14:33:39,643 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1 2018-11-09 14:33:39,643 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1 2018-11-09 14:33:39,644 - openstack_tests - DEBUG - Image metadata - {u'disk_file': u'/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'} 2018-11-09 14:33:39,644 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-11-09 14:33:39,645 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:33:40,029 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:33:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["HaFo5X6NSNOqLUGLpaTCtA"], "issued_at": "2018-11-09T14:33:40.000000Z"}} 2018-11-09 14:33:40,029 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}1c7e90203e968666fa94dd55c5193eb4473a6d0d" 2018-11-09 14:33:40,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a5d89a7-89f1-4afa-81b8-b4e742c44d45 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:33:40,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-1a5d89a7-89f1-4afa-81b8-b4e742c44d45 2018-11-09 14:33:40,120 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c7e90203e968666fa94dd55c5193eb4473a6d0d" 2018-11-09 14:33:40,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 178 Content-Type: application/json X-Openstack-Request-Id: req-68eb37b0-9a22-43c4-a741-284001a232cd Date: Fri, 09 Nov 2018 14:33:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2"} 2018-11-09 14:33:40,286 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images?limit=20&disk_format=qcow2&name=HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2 used request id req-68eb37b0-9a22-43c4-a741-284001a232cd 2018-11-09 14:33:40,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c7e90203e968666fa94dd55c5193eb4473a6d0d" 2018-11-09 14:33:40,440 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-e6aee01f-b2f1-4ef8-956f-1caa6c727aad Date: Fri, 09 Nov 2018 14:33: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-11-09 14:33:40,440 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-e6aee01f-b2f1-4ef8-956f-1caa6c727aad 2018-11-09 14:33:40,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1c7e90203e968666fa94dd55c5193eb4473a6d0d" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2"}' 2018-11-09 14:33:40,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 637 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6 X-Openstack-Request-Id: req-51768985-f122-4058-86a4-10d7b8edb52c Date: Fri, 09 Nov 2018 14:33:40 GMT RESP BODY: {"status": "queued", "name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:33:40Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-11-09T14:33:40Z", "visibility": "shared", "locations": [], "self": "/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6", "min_disk": 0, "protected": false, "id": "21c89dbe-2902-423c-9292-881baf0ee7c6", "file": "/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6/file", "checksum": null, "owner": "dfb45da6f1334a63bc64335c92eee11f", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:33:40,732 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-51768985-f122-4058-86a4-10d7b8edb52c 2018-11-09 14:33:40,742 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.27:9292/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c7e90203e968666fa94dd55c5193eb4473a6d0d" -d '' 2018-11-09 14:33:42,583 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4e6de60b-03f7-4353-9e30-b8b7e465fc8c Date: Fri, 09 Nov 2018 14:33:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-11-09 14:33:42,583 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6/file used request id req-4e6de60b-03f7-4353-9e30-b8b7e465fc8c 2018-11-09 14:33:42,584 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-11-09 14:33:42,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c7e90203e968666fa94dd55c5193eb4473a6d0d" 2018-11-09 14:33:42,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-cb701b06-576d-4120-9aaa-fcec82baa1cd Date: Fri, 09 Nov 2018 14:33:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:33:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:33:42Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/21c89dbe-2902-423c-9292-881baf0ee7c6/snap", "metadata": {}}], "self": "/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6", "min_disk": 0, "protected": false, "id": "21c89dbe-2902-423c-9292-881baf0ee7c6", "file": "/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/21c89dbe-2902-423c-9292-881baf0ee7c6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:33:42,760 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6 used request id req-cb701b06-576d-4120-9aaa-fcec82baa1cd 2018-11-09 14:33:42,763 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c7e90203e968666fa94dd55c5193eb4473a6d0d" 2018-11-09 14:33:42,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4157 X-Openstack-Request-Id: req-fc5cf5c9-43b7-48b5-bacc-fcb91fcf54ac Date: Fri, 09 Nov 2018 14:33: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-11-09 14:33:42,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/schemas/image used request id req-fc5cf5c9-43b7-48b5-bacc-fcb91fcf54ac 2018-11-09 14:33:42,774 - create_image - INFO - Created image with name - HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2 2018-11-09 14:33:42,777 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9292/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1c7e90203e968666fa94dd55c5193eb4473a6d0d" 2018-11-09 14:33:42,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 898 Content-Type: application/json X-Openstack-Request-Id: req-46543680-ff82-428d-81cc-0e67600c5feb Date: Fri, 09 Nov 2018 14:33:42 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "tags": [], "container_format": "bare", "created_at": "2018-11-09T14:33:40Z", "size": 12716032, "disk_format": "qcow2", "updated_at": "2018-11-09T14:33:42Z", "visibility": "shared", "locations": [{"url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/21c89dbe-2902-423c-9292-881baf0ee7c6/snap", "metadata": {}}], "self": "/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6", "min_disk": 0, "protected": false, "id": "21c89dbe-2902-423c-9292-881baf0ee7c6", "file": "/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6/file", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "owner": "dfb45da6f1334a63bc64335c92eee11f", "direct_url": "rbd://61cf9c59-8493-4628-813a-1e877f5cb6b5/images/21c89dbe-2902-423c-9292-881baf0ee7c6/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-11-09 14:33:42,935 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images/21c89dbe-2902-423c-9292-881baf0ee7c6 used request id req-46543680-ff82-428d-81cc-0e67600c5feb 2018-11-09 14:33:42,936 - create_image - DEBUG - Instance status is - active 2018-11-09 14:33:42,936 - create_image - DEBUG - Image is active with name - HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2 2018-11-09 14:33:42,936 - create_image - INFO - Image is now active with name - HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2 2018-11-09 14:33:42,936 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 14:33:43,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:33:43,390 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:33:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["-_42T0S7SX2lu3RHmfvwNQ"], "issued_at": "2018-11-09T14:33:43.000000Z"}} 2018-11-09 14:33:43,393 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" -d '{"stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-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-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net"}}' 2018-11-09 14:33:47,040 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:33:43 GMT Server: Apache x-openstack-request-id: req-493ce0c7-a442-4128-8d56-a2891f20b596 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 276 Content-Type: application/json RESP BODY: {"stack": {"id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}]}} 2018-11-09 14:33:47,041 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks used request id req-493ce0c7-a442-4128-8d56-a2891f20b596 2018-11-09 14:33:47,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:33:47,206 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:47 GMT Server: Apache x-openstack-request-id: req-cc3bbeed-d406-4887-83f5-a937bad629a3 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:47,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:47 GMT Server: Apache x-openstack-request-id: req-b297b6dc-c898-413a-9e7c-9d8f0c4779da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 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-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "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-11-09 14:33:47,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-b297b6dc-c898-413a-9e7c-9d8f0c4779da 2018-11-09 14:33:47,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:33:47,584 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:47 GMT Server: Apache x-openstack-request-id: req-58af7e09-be8a-4537-b7d0-5e3ae7cd3e14 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:47,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:47 GMT Server: Apache x-openstack-request-id: req-a19246b8-a53b-4020-9870-a70d3b521b0e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 719 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-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "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-11-09 14:33:47,659 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-a19246b8-a53b-4020-9870-a70d3b521b0e 2018-11-09 14:33:50,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:33:50,848 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:50 GMT Server: Apache x-openstack-request-id: req-8d51d389-80e2-492c-84e5-3d0c6d70a855 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:51,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:50 GMT Server: Apache x-openstack-request-id: req-a62181a1-c559-4425-a6ac-9a4701b757ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:33:51,173 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-a62181a1-c559-4425-a6ac-9a4701b757ac 2018-11-09 14:33:54,180 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:33:54,207 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:54 GMT Server: Apache x-openstack-request-id: req-6c3e5abf-86be-43d2-a1b9-7c7a9f5881e4 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:54,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:54 GMT Server: Apache x-openstack-request-id: req-e9419e4f-2a31-4420-8205-746409aafc70 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:33:54,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-e9419e4f-2a31-4420-8205-746409aafc70 2018-11-09 14:33:57,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:33:57,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:33:57 GMT Server: Apache x-openstack-request-id: req-06bfbb1d-dfb1-4f9f-843c-e831e0dce5fe Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:33:57,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:33:57 GMT Server: Apache x-openstack-request-id: req-c0ebaebe-6816-45f3-a69b-8c16672a9336 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:33:57,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-c0ebaebe-6816-45f3-a69b-8c16672a9336 2018-11-09 14:34:00,994 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:01,632 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:00 GMT Server: Apache x-openstack-request-id: req-9f645532-8d2b-47af-bd82-65d4191b6fa0 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:01,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:01 GMT Server: Apache x-openstack-request-id: req-8ecc7e3b-243a-4642-9fcb-57e628a1fbcf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:01,949 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-8ecc7e3b-243a-4642-9fcb-57e628a1fbcf 2018-11-09 14:34:04,956 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:05,153 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:04 GMT Server: Apache x-openstack-request-id: req-3f1b7e5d-2624-4c41-9d3f-8677dfd881cf Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:05,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:05 GMT Server: Apache x-openstack-request-id: req-dc20aaeb-b690-4ff4-9b71-a8bf0e99aee7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:05,379 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-dc20aaeb-b690-4ff4-9b71-a8bf0e99aee7 2018-11-09 14:34:08,385 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:08,414 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:08 GMT Server: Apache x-openstack-request-id: req-82dcd295-3c11-45fe-8a43-8fd347b47536 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:08,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:08 GMT Server: Apache x-openstack-request-id: req-3865d745-d9a4-4df8-9103-3871a14adb01 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:08,746 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-3865d745-d9a4-4df8-9103-3871a14adb01 2018-11-09 14:34:11,753 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:11,925 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:11 GMT Server: Apache x-openstack-request-id: req-f40d84be-e774-414e-8a27-78bd7f21a5fa Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:12,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:11 GMT Server: Apache x-openstack-request-id: req-8353847f-8bb1-4087-98a5-950d07d20f33 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:12,314 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-8353847f-8bb1-4087-98a5-950d07d20f33 2018-11-09 14:34:15,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:15,349 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:15 GMT Server: Apache x-openstack-request-id: req-ac988149-a1c0-4372-990c-8c38b2d0419c Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:15,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:15 GMT Server: Apache x-openstack-request-id: req-a3114446-85f9-4b25-899a-28c67826d065 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:15,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-a3114446-85f9-4b25-899a-28c67826d065 2018-11-09 14:34:18,531 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:18,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:18 GMT Server: Apache x-openstack-request-id: req-cea1d493-b431-45ec-b002-ed59ffc12a43 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:18,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:18 GMT Server: Apache x-openstack-request-id: req-233f9c9f-23fe-486c-a5ea-23d914e08233 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:18,732 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-233f9c9f-23fe-486c-a5ea-23d914e08233 2018-11-09 14:34:21,739 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:21,766 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:21 GMT Server: Apache x-openstack-request-id: req-50ee226c-d680-405d-8213-fc562f48ba8d Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:21,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:21 GMT Server: Apache x-openstack-request-id: req-856ccbe3-f1d0-4ba2-b68b-a8e416cdce80 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:21,942 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-856ccbe3-f1d0-4ba2-b68b-a8e416cdce80 2018-11-09 14:34:24,948 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:24,976 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:24 GMT Server: Apache x-openstack-request-id: req-96396922-3525-4203-960c-ec8f9343c47b Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:25,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:24 GMT Server: Apache x-openstack-request-id: req-bb262649-4c5c-408d-8b64-71ec95ec1f0f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:25,790 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-bb262649-4c5c-408d-8b64-71ec95ec1f0f 2018-11-09 14:34:28,796 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:28,971 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:28 GMT Server: Apache x-openstack-request-id: req-5830b9f6-6535-41d0-bd07-c5519ffb2bf7 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:29,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:28 GMT Server: Apache x-openstack-request-id: req-8f04e50f-a1ab-4cc0-ae29-086b8b949401 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:29,302 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-8f04e50f-a1ab-4cc0-ae29-086b8b949401 2018-11-09 14:34:32,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:32,335 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:32 GMT Server: Apache x-openstack-request-id: req-4da8cd8d-ec8c-4c35-9cb8-a77f35167cfb Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:32,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:32 GMT Server: Apache x-openstack-request-id: req-e5dd9e09-ab5c-467a-9afe-5e025af632d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:32,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-e5dd9e09-ab5c-467a-9afe-5e025af632d2 2018-11-09 14:34:35,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:36,224 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:35 GMT Server: Apache x-openstack-request-id: req-c38d2aaa-dc76-4d7e-95f3-d0766956921d Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:36,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:36 GMT Server: Apache x-openstack-request-id: req-e5adb5aa-9d32-454f-ba7a-f6f8ed478e17 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:36,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-e5adb5aa-9d32-454f-ba7a-f6f8ed478e17 2018-11-09 14:34:39,405 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:39,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:39 GMT Server: Apache x-openstack-request-id: req-183e95e0-082d-4f9e-a7a9-d5d85cd89ae3 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:39,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:39 GMT Server: Apache x-openstack-request-id: req-eea0082d-5f5e-4583-9dc6-dc6c5eabae15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:39,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-eea0082d-5f5e-4583-9dc6-dc6c5eabae15 2018-11-09 14:34:42,614 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:42,641 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:42 GMT Server: Apache x-openstack-request-id: req-df968c85-cdc1-41ad-aba7-e4571ca86323 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:42,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:42 GMT Server: Apache x-openstack-request-id: req-c9e35e06-4c04-4cff-ba21-0bb57645a27b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:42,817 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-c9e35e06-4c04-4cff-ba21-0bb57645a27b 2018-11-09 14:34:45,823 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:46,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:45 GMT Server: Apache x-openstack-request-id: req-e8311b2b-22e0-4dfd-9737-5d4f240b1901 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:46,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:46 GMT Server: Apache x-openstack-request-id: req-0667d2f6-00c4-463b-b449-781a78da6ed9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:46,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-0667d2f6-00c4-463b-b449-781a78da6ed9 2018-11-09 14:34:49,244 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:49,271 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:49 GMT Server: Apache x-openstack-request-id: req-1b931774-a04f-454c-ae38-cb1be753e15b Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:49,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:49 GMT Server: Apache x-openstack-request-id: req-43ecc61a-67de-488a-8ad3-bd20da722ac9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:49,592 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-43ecc61a-67de-488a-8ad3-bd20da722ac9 2018-11-09 14:34:52,599 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:52,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:52 GMT Server: Apache x-openstack-request-id: req-45ad2b4a-aa70-494f-825f-2efd3c4fe57f Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:52,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:52 GMT Server: Apache x-openstack-request-id: req-00572f0a-297b-4b15-8efa-84707de192d4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:52,800 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-00572f0a-297b-4b15-8efa-84707de192d4 2018-11-09 14:34:55,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:55,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:55 GMT Server: Apache x-openstack-request-id: req-23fc4b39-cecb-4488-bb0e-aa154ff4a1a3 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:56,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:55 GMT Server: Apache x-openstack-request-id: req-fb7167c4-7158-4a9b-9e93-3675ee283e53 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:56,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-fb7167c4-7158-4a9b-9e93-3675ee283e53 2018-11-09 14:34:59,016 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:34:59,225 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:34:59 GMT Server: Apache x-openstack-request-id: req-ce9023b8-5e74-4fe2-aae4-de8592719bf2 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:34:59,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:34:59 GMT Server: Apache x-openstack-request-id: req-cbbd5a9c-1789-4d5b-ad06-f4ce748fa4ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:34:59,550 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-cbbd5a9c-1789-4d5b-ad06-f4ce748fa4ae 2018-11-09 14:35:02,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:35:02,753 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:02 GMT Server: Apache x-openstack-request-id: req-600a5458-45d8-4e5d-9765-0630d51aa187 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:03,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:02 GMT Server: Apache x-openstack-request-id: req-e9ec5b1f-90fe-4373-911b-641dce71b6f9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:35:03,627 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-e9ec5b1f-90fe-4373-911b-641dce71b6f9 2018-11-09 14:35:06,633 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:35:06,660 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:06 GMT Server: Apache x-openstack-request-id: req-3dc3c542-9e71-4d6f-a598-a8eadb3b969a Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:06,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:06 GMT Server: Apache x-openstack-request-id: req-4c0ec8e0-8f75-41c1-9b6b-9db6a2f94390 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:35:06,991 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-4c0ec8e0-8f75-41c1-9b6b-9db6a2f94390 2018-11-09 14:35:09,997 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:35:10,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:09 GMT Server: Apache x-openstack-request-id: req-42453654-9700-46b0-88c1-818d09091556 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:10,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:10 GMT Server: Apache x-openstack-request-id: req-6dcc353c-e9b7-4e7f-a2c1-b66d76af9da9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:35:10,200 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-6dcc353c-e9b7-4e7f-a2c1-b66d76af9da9 2018-11-09 14:35:13,206 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:35:13,234 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:13 GMT Server: Apache x-openstack-request-id: req-d5a17517-b8de-4068-ad06-ef9c062b0636 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:13,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:13 GMT Server: Apache x-openstack-request-id: req-1869312d-accd-4630-855e-c999253d5267 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:35:13,409 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-1869312d-accd-4630-855e-c999253d5267 2018-11-09 14:35:16,415 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:35:16,441 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:16 GMT Server: Apache x-openstack-request-id: req-bef60fad-6f55-4693-bd7c-cbe403af3291 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:16,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:16 GMT Server: Apache x-openstack-request-id: req-0f1c903d-a127-4c15-b001-6c5202d25968 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:35:16,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-0f1c903d-a127-4c15-b001-6c5202d25968 2018-11-09 14:35:19,621 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:35:19,649 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:19 GMT Server: Apache x-openstack-request-id: req-9df6ba25-4050-4463-86fd-f755af7b39a0 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:19,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:19 GMT Server: Apache x-openstack-request-id: req-bc368357-2fa7-4a31-8aed-27786ef2b178 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:35:19,825 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-bc368357-2fa7-4a31-8aed-27786ef2b178 2018-11-09 14:35:22,831 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:35:22,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:22 GMT Server: Apache x-openstack-request-id: req-ef2cb285-6083-433c-8963-35d0ff16a01e Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:23,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:22 GMT Server: Apache x-openstack-request-id: req-021cf284-2f26-4f25-a7c6-de8d7336f95e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:35:23,199 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-021cf284-2f26-4f25-a7c6-de8d7336f95e 2018-11-09 14:35:26,205 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:35:26,231 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:26 GMT Server: Apache x-openstack-request-id: req-02da989a-9aef-4c5c-b223-31ee4b97f719 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:26,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:26 GMT Server: Apache x-openstack-request-id: req-5766e3e3-b19d-4b4d-8410-b5a87ee703ad Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2077 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Sample template with two VMs instantiated against different images and flavors on the same network and the first one has a floating IP\n", "parameters": {"flavor2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:35:26,407 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-5766e3e3-b19d-4b4d-8410-b5a87ee703ad 2018-11-09 14:35:29,413 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/48b8cadb-31cd-497e-9284-7199c8f4f322 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ec390fde2e6ab6e5980a8120a0a334d8bb0e1532" 2018-11-09 14:35:29,579 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:29 GMT Server: Apache x-openstack-request-id: req-faf84113-b4dd-442d-b7dc-19f69f4dffb0 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 Content-Length: 501 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:29,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:29 GMT Server: Apache x-openstack-request-id: req-6c787de1-79f6-4912-9a70-7e810a2358f3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 2178 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-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor2", "OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "OS::stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "router_name": "mgmt_router", "keypair_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-keypair", "security_group_name": "security_group_name", "subnet_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-subnet", "net_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-net", "external_net_name": "external", "inst2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst2", "inst1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-inst1", "image2_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image2", "flavor1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-flavor1", "image1_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-image1"}, "deletion_time": null, "stack_name": "HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack", "stack_user_project_id": "75647a7448de4ee3ad9c3f651c88c621", "stack_status_reason": "Resource CREATE failed: ResourceInError: resources.vm2: Went to status ERROR due to \"Message: No valid host was found. There are not enough hosts available., Code: 500\"", "creation_time": "2018-11-09T14:33:46Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_FAILED", "stack_owner": null, "updated_time": null, "id": "48b8cadb-31cd-497e-9284-7199c8f4f322", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA70NlSk3rXZiMYfN7dvv2ZucRnARWr8TYJ3bmL4AUhfoFnhfc\ngDG+I+ay/r26WIpl0cOYULKEXzDdTdExs0BWYfEb81Lm3D+m959RzR2NCrKOxnOK\nvIVww5+2CcMuEYD6VIwKbktX3cY7uYx2iLWm5KC5WQsXbkYwzsak5eSFrH/i2t3I\nZ/5xU5Xenp0/R3W1LwNvGzk4qjsU6uxctcvw2ZYnHM3/ePNy4kv7MrtAkr/gEAJK\nACho50h+mpOWTk6tVUj6IZOv2EWWQ0X/PpChF0a9KURS60bP56ea5SxewB8aLwl6\nal3h62Bb0bzw9QWTbYCAVU12rASuPbLCD7SLnQIDAQABAoIBAQCgdPNF7JGO2FI1\nEmPXfMxXYFlX5zT3dax8cumWK3AYFX+U8W2n7zQTwZCC9Fw3KsFz9pd8buwFJrET\nkdqh2uDTmC3lddBrHqjr4cWrKElBRlQn1K7TFS51kvMzAtkvVe8LqksIgrCvg1Tk\nb8XCkwgUxZDnnV+eTaZH1cIahrH65xEVvYhmRI5hwyvoP6yIFiW+SXn30RpWdm73\nElEJ/cMJcuVIZ/oA2mGr0PzDcOBgsrwruveogAmNT+ddlexGTzo9eWxT3S0A4Zry\nrH5d5ZrIMtMxOc+zMMIVMGPQeT9H+Q0T7Hy8GDcp1AMtYKDCkPJTm3HIR090bbPx\n9k3ZbqQlAoGBAPm7S7jA4lHBgFGl9tTMgfCJ6hO+UJvqDYMmHe6JlN9+9wud3OGW\nNszxEikWjUFMGWIueUzT7HQDypdLLtZGRHhGH0149MM0Ytw5nKF5DiJP8x6aLxHs\n6KZ9aiS8SvGf4+6ac0ctn2oCdR6jX+CTR7bZEaGq7PFBiYS7mLVcppvrAoGBAPVE\n1UtiyuZ+LBgUU1QNBm5udODfz9PTUbb9xR22+7DidYDcXjdaJWzUjBRDoF2Xa53i\nhMgCISO3iUT0z/0o8kJD9yKMXMY+Xqo9V19Ingw7Wbon6SBqjvEYuheLaQmiKnh6\nU2khKhzSy7i/ygZ3kv+fpZuVngx2X8i1wmC3SryXAoGACjhJ/wOVv3bFw5GhKlA8\nORXLyIcPUXIgn29d5jcnKoZNoeIR+gFluLlc3uWXXka4+zWfrS83DABjuBFRl19E\nyg9ElK0QhzSLnyuUZ19G3syazHPO3VLuqnGTeHFkN8MtVsRnV1Bcp7/1/wz8jXo5\ngxgbCpyuGalu8UmkFDf4cYUCgYBI0wZN2uiJ5Z6sC6TuSOvG8E8N0gaAS7dwkQrt\nFr7Gt4bSGxxybPa9yKJLBgVgpKwUdgSc6lzyoPVGHzZ+YaEE4e9IN8r4Jd6vx4Tg\nysv6r8iliGIk+N62YXQnt4IZlSftG80WYv2BD2nj0jZnEyv3cGyYtKT36FHqY2Vy\nmBm9wwKBgQCEXP1i1DrkFX/DMLTjcoQQSa8Ss4IQcF15Bp10WPGWkplk/OiFDn3f\nYsgqnVHpDCyrRPuZidS+sludUavbNJZ3v1PT0AwiWoae7FtqokrKDVmrNJNb+fAX\nFanS6esLbVxGhQXnLo+R9+7NW7+tHfFsf+nVkXV1IdwRWahou16j6Q==\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-11-09 14:35:29,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsCreateComplexStackTests-c47e9f18-e266-47e2-9218-a22c18f5cc7e-stack/48b8cadb-31cd-497e-9284-7199c8f4f322 used request id req-6c787de1-79f6-4912-9a70-7e810a2358f3 2018-11-09 14:35:29,755 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 14:35:29,755 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:35:29,779 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:35:30,259 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:35:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["s5FqjCB5Qyy1YsijFk8TaA"], "issued_at": "2018-11-09T14:35:30.000000Z"}} 2018-11-09 14:35:30,261 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d77457dc7d4f5698c4211dd1a8dbea771636ab9" -d '{"stack_name": "HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-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-11-09 14:35:31,834 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:35:30 GMT Server: Apache x-openstack-request-id: req-00d2aff2-fa67-4c41-a61a-687b88f0fb09 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622 Content-Length: 264 Content-Type: application/json RESP BODY: {"stack": {"id": "cdb8cf74-9d40-4586-896c-806fe3cba622", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622", "rel": "self"}]}} 2018-11-09 14:35:31,834 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks used request id req-00d2aff2-fa67-4c41-a61a-687b88f0fb09 2018-11-09 14:35:31,837 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/cdb8cf74-9d40-4586-896c-806fe3cba622 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d77457dc7d4f5698c4211dd1a8dbea771636ab9" 2018-11-09 14:35:32,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:31 GMT Server: Apache x-openstack-request-id: req-e3568b07-92e6-4476-a4da-850051288b8a Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:32,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:32 GMT Server: Apache x-openstack-request-id: req-bbde5505-8299-410d-86ca-9220d9d43b87 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 507 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": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "cdb8cf74-9d40-4586-896c-806fe3cba622", "OS::stack_name": "HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack", "stack_user_project_id": "0ec4bdfe7a864ee3bf9c36c6d9162949", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:35:31Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "cdb8cf74-9d40-4586-896c-806fe3cba622", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 14:35:32,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622 used request id req-bbde5505-8299-410d-86ca-9220d9d43b87 2018-11-09 14:35:32,246 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/cdb8cf74-9d40-4586-896c-806fe3cba622 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d77457dc7d4f5698c4211dd1a8dbea771636ab9" 2018-11-09 14:35:32,272 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:32 GMT Server: Apache x-openstack-request-id: req-84c98890-1584-4ec4-bdae-880df738b9c8 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:32,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:32 GMT Server: Apache x-openstack-request-id: req-8829d713-97ca-4eb8-b1ac-e76fc72a6cf3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Simple template to deploy a single volume with encryption", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "cdb8cf74-9d40-4586-896c-806fe3cba622", "OS::stack_name": "HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack"}, "deletion_time": null, "stack_name": "HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack", "stack_user_project_id": "0ec4bdfe7a864ee3bf9c36c6d9162949", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T14:35:31Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "cdb8cf74-9d40-4586-896c-806fe3cba622", "outputs": [], "template_description": "Simple template to deploy a single volume with encryption"}} 2018-11-09 14:35:32,471 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622 used request id req-8829d713-97ca-4eb8-b1ac-e76fc72a6cf3 2018-11-09 14:35:32,474 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/cdb8cf74-9d40-4586-896c-806fe3cba622/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d77457dc7d4f5698c4211dd1a8dbea771636ab9" 2018-11-09 14:35:32,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:32 GMT Server: Apache x-openstack-request-id: req-4524753d-cad3-482f-9f0c-43b7762e1676 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622/resources Content-Length: 497 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:32,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:32 GMT Server: Apache x-openstack-request-id: req-b3e2f17a-430f-4e2f-84cb-1f6470e9fe72 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.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622/resources/flavor", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622", "rel": "stack"}], "logical_resource_id": "flavor", "creation_time": "2018-11-09T14:35:31Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T14:35:31Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "40e79012-a042-40a0-8179-d6f24ea6b75b", "resource_type": "OS::Nova::Flavor"}]} 2018-11-09 14:35:32,827 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622/resources used request id req-b3e2f17a-430f-4e2f-84cb-1f6470e9fe72 2018-11-09 14:35:32,830 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/flavors/40e79012-a042-40a0-8179-d6f24ea6b75b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d77457dc7d4f5698c4211dd1a8dbea771636ab9" 2018-11-09 14:35:32,850 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35: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-3da24479-3a24-4983-ba7a-bdf715d39d92 x-compute-request-id: req-3da24479-3a24-4983-ba7a-bdf715d39d92 Content-Encoding: gzip Content-Length: 330 Content-Type: application/json RESP BODY: {"flavor": {"links": [{"href": "http://172.30.9.27:8774/v2.1/flavors/40e79012-a042-40a0-8179-d6f24ea6b75b", "rel": "self"}, {"href": "http://172.30.9.27:8774/flavors/40e79012-a042-40a0-8179-d6f24ea6b75b", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 200, "id": "40e79012-a042-40a0-8179-d6f24ea6b75b", "name": "HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack-flavor-oqm7sweiecc6", "vcpus": 8, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2018-11-09 14:35:32,850 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/flavors/40e79012-a042-40a0-8179-d6f24ea6b75b used request id req-3da24479-3a24-4983-ba7a-bdf715d39d92 2018-11-09 14:35:32,853 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/cdb8cf74-9d40-4586-896c-806fe3cba622 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9d77457dc7d4f5698c4211dd1a8dbea771636ab9" 2018-11-09 14:35:32,879 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:32 GMT Server: Apache x-openstack-request-id: req-5771d532-fce2-4af7-83e8-2c6f847a3efe Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622 Content-Length: 477 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:33,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:35:32 GMT Server: Apache x-openstack-request-id: req-5ba8637a-62e0-4c8a-943a-b379caa6ac2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:35:33,079 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsFlavorTests-7786793a-47ac-43b8-b0e6-587787e2b330-stack/cdb8cf74-9d40-4586-896c-806fe3cba622 used request id req-5ba8637a-62e0-4c8a-943a-b379caa6ac2d 2018-11-09 14:35:33,080 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 14:35:33,081 - nova_utils - DEBUG - Retrieving Nova Client 2018-11-09 14:35:33,093 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:35:33,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:35:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["2OGr5O5CRzeW0H9NA-EhVw"], "issued_at": "2018-11-09T14:35:33.000000Z"}} 2018-11-09 14:35:33,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}706dac41b43fee1034cb363fe4f2eca045e59213" -d '{"stack_name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-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-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp"}}' 2018-11-09 14:35:35,105 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:35:33 GMT Server: Apache x-openstack-request-id: req-05b11dab-a3ab-4061-ad47-bd49a002e5df Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27 Content-Length: 265 Content-Type: application/json RESP BODY: {"stack": {"id": "7069d68b-5a65-41b5-870b-64e1d6558c27", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27", "rel": "self"}]}} 2018-11-09 14:35:35,105 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks used request id req-05b11dab-a3ab-4061-ad47-bd49a002e5df 2018-11-09 14:35:35,108 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/7069d68b-5a65-41b5-870b-64e1d6558c27 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}706dac41b43fee1034cb363fe4f2eca045e59213" 2018-11-09 14:35:35,288 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:35 GMT Server: Apache x-openstack-request-id: req-d3d43a8f-faa2-4a5b-a693-21877144844b Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:35,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:35 GMT Server: Apache x-openstack-request-id: req-f5e068a4-a8e6-4ab3-b91b-449e1b0e1290 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1894 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": true, "description": "Test template that simply deploys a keypair with a generated key\n", "parameters": {"OS::project_id": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "7069d68b-5a65-41b5-870b-64e1d6558c27", "OS::stack_name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack", "keypair_name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack", "stack_user_project_id": "f53ebddcd67b4e68b9b8f09467317506", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:35:34Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7069d68b-5a65-41b5-870b-64e1d6558c27", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1kMlxQ3TkoFnzwOi5pGLcUGKHS6lSjIX63OCBmHPpQ5PtG1l\nBcHiw1KiX0IVEY0lYxQEU8gMtNli73ztRmcwQEJSVIP9UCJHp9s83swSSbhPgC1D\n5HWXbwcFDIl+nsIbirgaXS7ltvHnuzWu6Y/By3c2zswmrExsCbFCK1mxlITfk5G2\nX3ScEozcnHHVDSYsGQZVQPD2EaSe7CiKQZo+kKbqkKhb9liF59dDjpoH1uEpFahe\nLL/3nFi3tkXrMGYNSDXqp1r8/kiQgRjv0ElIMGSPQerqZuHgfFG3GaDzWjubdjmD\nwb+NLT0GKyJuU2NSQRlGD0YA32SKuniqE3mCgQIDAQABAoIBADBRRiQw4QRJ0Fob\nrNGoArUQnY/FJBsePsym6Kx9xDCpkInUnZJ1zahUay9mHJAvrz2vluY517u0xh3R\no0RcIsJq8lwCw84dXOFajFiF1p3vRWZXTtcnOXYdNCNGolo01bcrmy5mVAE0fhh2\nm7Ip6/7xLFfoK9RxC3AIHC7gdC5Uenkh9iiS5MSXG/sKNBcReomkYwRdjP0YmYCM\nu+hHssyzrLXBlgRE1BuHPhKN8WL7hEGnj0JzKxZyjZz7PDXOW5eiFxQ5ek3N5xbJ\nxwv3eTpca1BmAjCiq5Q989DSYj/hNQO8TkE2dJcKhcN1c6mj72Tj40umP1A/Ve8B\nk+1v990CgYEA/7CaRGB8kd9AStmKw+TV9jYbg1IlHyacCGQemoYsfxW2Z5wRBGch\n8YDMjdK/OhuhjBMwvGX3DH8dGQ79t+KuUu830VBVn0Wp0O+ozBUDbYK3T5lk7CfA\nZe3AiE6jiX2sXG+Z23YbivzIJs9SBOOu82QBs5MJmbHc1x4QBIUVWTMCgYEA1oWu\nRcxwqdkFBSg3DqQex9sSXy3+cqpKoD8TMhv817Tj6VH8UK9mYa2JKqAWZFRBGU72\nwjhf0TmCJ0MGkIMKujn97kW07nU3lMD4ubVxlqz0kYZOn0tT6pQ43/cJNV8omT07\n5qC/gHUIKe39XCqLmCH+XZwQbGaGbxjXHAUvvXsCgYEA8efvzAlNUeVaOnae5r81\n/v8qAJBTNqmcrgOrQJ74sjOko1nwb63zWz10Sim9agiCSrhNP7FojpYkvXSFbtgz\n/Zr9wDa1Cz8pbtePZ6Xp3E3ziIekCBmD2euaYFumNYqE699aPVv8qv6FjtJO0vlm\nqDdRtMfEKXkxawSyOtR+YikCgYB25w+qRl+n9M7whdLGfbdF5SowsUiYe8TzPyK/\non2pfezZdQTaH+4qc8pUYvkmUQDoKzlge2i4ihyW8HKiBNAcWmph+CcKCNRu0erK\n3EQCVQkV5BCOAG2Z1uATW1SyTXUuQp+B/FVIuRV2UCAfRsGq6CSZ9BeyTb1ztJv+\nPu2wIwKBgFLROXplNnxuV42nP/30zW36bWV1uERqmG3I9SRfOop3P4yHsLGtFWqi\nlkKuvi27VAaTk40tcYolCIaXs91se6jC+4xAxnh97vIjHDf6nY0WO71zTI9X5KYa\naDtw/IpJh+W5rMdsUxL/4xUs7IcQXztgRlk2MMhtdJ2rrOpuKXFm\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-11-09 14:35:35,561 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27 used request id req-f5e068a4-a8e6-4ab3-b91b-449e1b0e1290 2018-11-09 14:35:35,564 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/7069d68b-5a65-41b5-870b-64e1d6558c27 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}706dac41b43fee1034cb363fe4f2eca045e59213" 2018-11-09 14:35:35,589 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:35 GMT Server: Apache x-openstack-request-id: req-c8a5def8-d2b6-4393-a60e-d66f58d7c7f8 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:35,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:35 GMT Server: Apache x-openstack-request-id: req-1fc03fa5-8b26-4e68-9e67-dced5127c264 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1903 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": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "7069d68b-5a65-41b5-870b-64e1d6558c27", "OS::stack_name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack", "keypair_name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack", "stack_user_project_id": "f53ebddcd67b4e68b9b8f09467317506", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T14:35:34Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7069d68b-5a65-41b5-870b-64e1d6558c27", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1kMlxQ3TkoFnzwOi5pGLcUGKHS6lSjIX63OCBmHPpQ5PtG1l\nBcHiw1KiX0IVEY0lYxQEU8gMtNli73ztRmcwQEJSVIP9UCJHp9s83swSSbhPgC1D\n5HWXbwcFDIl+nsIbirgaXS7ltvHnuzWu6Y/By3c2zswmrExsCbFCK1mxlITfk5G2\nX3ScEozcnHHVDSYsGQZVQPD2EaSe7CiKQZo+kKbqkKhb9liF59dDjpoH1uEpFahe\nLL/3nFi3tkXrMGYNSDXqp1r8/kiQgRjv0ElIMGSPQerqZuHgfFG3GaDzWjubdjmD\nwb+NLT0GKyJuU2NSQRlGD0YA32SKuniqE3mCgQIDAQABAoIBADBRRiQw4QRJ0Fob\nrNGoArUQnY/FJBsePsym6Kx9xDCpkInUnZJ1zahUay9mHJAvrz2vluY517u0xh3R\no0RcIsJq8lwCw84dXOFajFiF1p3vRWZXTtcnOXYdNCNGolo01bcrmy5mVAE0fhh2\nm7Ip6/7xLFfoK9RxC3AIHC7gdC5Uenkh9iiS5MSXG/sKNBcReomkYwRdjP0YmYCM\nu+hHssyzrLXBlgRE1BuHPhKN8WL7hEGnj0JzKxZyjZz7PDXOW5eiFxQ5ek3N5xbJ\nxwv3eTpca1BmAjCiq5Q989DSYj/hNQO8TkE2dJcKhcN1c6mj72Tj40umP1A/Ve8B\nk+1v990CgYEA/7CaRGB8kd9AStmKw+TV9jYbg1IlHyacCGQemoYsfxW2Z5wRBGch\n8YDMjdK/OhuhjBMwvGX3DH8dGQ79t+KuUu830VBVn0Wp0O+ozBUDbYK3T5lk7CfA\nZe3AiE6jiX2sXG+Z23YbivzIJs9SBOOu82QBs5MJmbHc1x4QBIUVWTMCgYEA1oWu\nRcxwqdkFBSg3DqQex9sSXy3+cqpKoD8TMhv817Tj6VH8UK9mYa2JKqAWZFRBGU72\nwjhf0TmCJ0MGkIMKujn97kW07nU3lMD4ubVxlqz0kYZOn0tT6pQ43/cJNV8omT07\n5qC/gHUIKe39XCqLmCH+XZwQbGaGbxjXHAUvvXsCgYEA8efvzAlNUeVaOnae5r81\n/v8qAJBTNqmcrgOrQJ74sjOko1nwb63zWz10Sim9agiCSrhNP7FojpYkvXSFbtgz\n/Zr9wDa1Cz8pbtePZ6Xp3E3ziIekCBmD2euaYFumNYqE699aPVv8qv6FjtJO0vlm\nqDdRtMfEKXkxawSyOtR+YikCgYB25w+qRl+n9M7whdLGfbdF5SowsUiYe8TzPyK/\non2pfezZdQTaH+4qc8pUYvkmUQDoKzlge2i4ihyW8HKiBNAcWmph+CcKCNRu0erK\n3EQCVQkV5BCOAG2Z1uATW1SyTXUuQp+B/FVIuRV2UCAfRsGq6CSZ9BeyTb1ztJv+\nPu2wIwKBgFLROXplNnxuV42nP/30zW36bWV1uERqmG3I9SRfOop3P4yHsLGtFWqi\nlkKuvi27VAaTk40tcYolCIaXs91se6jC+4xAxnh97vIjHDf6nY0WO71zTI9X5KYa\naDtw/IpJh+W5rMdsUxL/4xUs7IcQXztgRlk2MMhtdJ2rrOpuKXFm\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-11-09 14:35:35,859 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27 used request id req-1fc03fa5-8b26-4e68-9e67-dced5127c264 2018-11-09 14:35:35,863 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/7069d68b-5a65-41b5-870b-64e1d6558c27/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}706dac41b43fee1034cb363fe4f2eca045e59213" 2018-11-09 14:35:36,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:35 GMT Server: Apache x-openstack-request-id: req-fcc3f00e-6c0a-4e90-8e1a-783e4ab217c4 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27/resources Content-Length: 499 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:36,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:36 GMT Server: Apache x-openstack-request-id: req-3be77daa-0526-41ca-90e6-e696b8619ebc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 371 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "keypair", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27/resources/keypair", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27", "rel": "stack"}], "logical_resource_id": "keypair", "creation_time": "2018-11-09T14:35:35Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T14:35:35Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp", "resource_type": "OS::Nova::KeyPair"}]} 2018-11-09 14:35:36,228 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27/resources used request id req-3be77daa-0526-41ca-90e6-e696b8619ebc 2018-11-09 14:35:36,232 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}706dac41b43fee1034cb363fe4f2eca045e59213" 2018-11-09 14:35:36,252 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35: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-5e035c51-9be1-4b9f-948f-1e929b20a9a6 x-compute-request-id: req-5e035c51-9be1-4b9f-948f-1e929b20a9a6 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWQyXFDdOSgWfPA6LmkYtxQYodLqVKMhfrc4IGYc+lDk+0bWUFweLDUqJfQhURjSVjFARTyAy02WLvfO1GZzBAQlJUg/1QIken2zzezBJJuE+ALUPkdZdvBwUMiX6ewhuKuBpdLuW28ee7Na7pj8HLdzbOzCasTGwJsUIrWbGUhN+TkbZfdJwSjNyccdUNJiwZBlVA8PYRpJ7sKIpBmj6QpuqQqFv2WIXn10OOmgfW4SkVqF4sv/ecWLe2ReswZg1INeqnWvz+SJCBGO/QSUgwZI9B6upm4eB8UbcZoPNaO5t2OYPBv40tPQYrIm5TY1JBGUYPRgDfZIq6eKoTeYKB Generated-by-Nova", "user_id": "e9fe1a272784449798ddeb7355701307", "name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp", "deleted": false, "created_at": "2018-11-09T14:35:35.000000", "updated_at": null, "fingerprint": "ca:4d:f0:27:82:db:24:a5:8c:60:dd:af:06:ef:79:de", "deleted_at": null, "id": 15}} 2018-11-09 14:35:36,252 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp used request id req-5e035c51-9be1-4b9f-948f-1e929b20a9a6 2018-11-09 14:35:36,255 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/7069d68b-5a65-41b5-870b-64e1d6558c27 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}706dac41b43fee1034cb363fe4f2eca045e59213" 2018-11-09 14:35:36,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:36 GMT Server: Apache x-openstack-request-id: req-ca231f43-3229-48d2-aaf8-1b392646e23c Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:36,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:36 GMT Server: Apache x-openstack-request-id: req-945c28d3-e02f-40cf-b2fd-2bf4419f5428 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 1903 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": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "7069d68b-5a65-41b5-870b-64e1d6558c27", "OS::stack_name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack", "keypair_name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp"}, "deletion_time": null, "stack_name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack", "stack_user_project_id": "f53ebddcd67b4e68b9b8f09467317506", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T14:35:34Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7069d68b-5a65-41b5-870b-64e1d6558c27", "outputs": [{"output_value": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA1kMlxQ3TkoFnzwOi5pGLcUGKHS6lSjIX63OCBmHPpQ5PtG1l\nBcHiw1KiX0IVEY0lYxQEU8gMtNli73ztRmcwQEJSVIP9UCJHp9s83swSSbhPgC1D\n5HWXbwcFDIl+nsIbirgaXS7ltvHnuzWu6Y/By3c2zswmrExsCbFCK1mxlITfk5G2\nX3ScEozcnHHVDSYsGQZVQPD2EaSe7CiKQZo+kKbqkKhb9liF59dDjpoH1uEpFahe\nLL/3nFi3tkXrMGYNSDXqp1r8/kiQgRjv0ElIMGSPQerqZuHgfFG3GaDzWjubdjmD\nwb+NLT0GKyJuU2NSQRlGD0YA32SKuniqE3mCgQIDAQABAoIBADBRRiQw4QRJ0Fob\nrNGoArUQnY/FJBsePsym6Kx9xDCpkInUnZJ1zahUay9mHJAvrz2vluY517u0xh3R\no0RcIsJq8lwCw84dXOFajFiF1p3vRWZXTtcnOXYdNCNGolo01bcrmy5mVAE0fhh2\nm7Ip6/7xLFfoK9RxC3AIHC7gdC5Uenkh9iiS5MSXG/sKNBcReomkYwRdjP0YmYCM\nu+hHssyzrLXBlgRE1BuHPhKN8WL7hEGnj0JzKxZyjZz7PDXOW5eiFxQ5ek3N5xbJ\nxwv3eTpca1BmAjCiq5Q989DSYj/hNQO8TkE2dJcKhcN1c6mj72Tj40umP1A/Ve8B\nk+1v990CgYEA/7CaRGB8kd9AStmKw+TV9jYbg1IlHyacCGQemoYsfxW2Z5wRBGch\n8YDMjdK/OhuhjBMwvGX3DH8dGQ79t+KuUu830VBVn0Wp0O+ozBUDbYK3T5lk7CfA\nZe3AiE6jiX2sXG+Z23YbivzIJs9SBOOu82QBs5MJmbHc1x4QBIUVWTMCgYEA1oWu\nRcxwqdkFBSg3DqQex9sSXy3+cqpKoD8TMhv817Tj6VH8UK9mYa2JKqAWZFRBGU72\nwjhf0TmCJ0MGkIMKujn97kW07nU3lMD4ubVxlqz0kYZOn0tT6pQ43/cJNV8omT07\n5qC/gHUIKe39XCqLmCH+XZwQbGaGbxjXHAUvvXsCgYEA8efvzAlNUeVaOnae5r81\n/v8qAJBTNqmcrgOrQJ74sjOko1nwb63zWz10Sim9agiCSrhNP7FojpYkvXSFbtgz\n/Zr9wDa1Cz8pbtePZ6Xp3E3ziIekCBmD2euaYFumNYqE699aPVv8qv6FjtJO0vlm\nqDdRtMfEKXkxawSyOtR+YikCgYB25w+qRl+n9M7whdLGfbdF5SowsUiYe8TzPyK/\non2pfezZdQTaH+4qc8pUYvkmUQDoKzlge2i4ihyW8HKiBNAcWmph+CcKCNRu0erK\n3EQCVQkV5BCOAG2Z1uATW1SyTXUuQp+B/FVIuRV2UCAfRsGq6CSZ9BeyTb1ztJv+\nPu2wIwKBgFLROXplNnxuV42nP/30zW36bWV1uERqmG3I9SRfOop3P4yHsLGtFWqi\nlkKuvi27VAaTk40tcYolCIaXs91se6jC+4xAxnh97vIjHDf6nY0WO71zTI9X5KYa\naDtw/IpJh+W5rMdsUxL/4xUs7IcQXztgRlk2MMhtdJ2rrOpuKXFm\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-11-09 14:35:36,558 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27 used request id req-945c28d3-e02f-40cf-b2fd-2bf4419f5428 2018-11-09 14:35:36,562 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}706dac41b43fee1034cb363fe4f2eca045e59213" 2018-11-09 14:35:36,576 - novaclient.v2.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35: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-f2403a89-a4ac-42e6-9290-a31cf469ac72 x-compute-request-id: req-f2403a89-a4ac-42e6-9290-a31cf469ac72 Content-Encoding: gzip Content-Length: 573 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWQyXFDdOSgWfPA6LmkYtxQYodLqVKMhfrc4IGYc+lDk+0bWUFweLDUqJfQhURjSVjFARTyAy02WLvfO1GZzBAQlJUg/1QIken2zzezBJJuE+ALUPkdZdvBwUMiX6ewhuKuBpdLuW28ee7Na7pj8HLdzbOzCasTGwJsUIrWbGUhN+TkbZfdJwSjNyccdUNJiwZBlVA8PYRpJ7sKIpBmj6QpuqQqFv2WIXn10OOmgfW4SkVqF4sv/ecWLe2ReswZg1INeqnWvz+SJCBGO/QSUgwZI9B6upm4eB8UbcZoPNaO5t2OYPBv40tPQYrIm5TY1JBGUYPRgDfZIq6eKoTeYKB Generated-by-Nova", "user_id": "e9fe1a272784449798ddeb7355701307", "name": "HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp", "deleted": false, "created_at": "2018-11-09T14:35:35.000000", "updated_at": null, "fingerprint": "ca:4d:f0:27:82:db:24:a5:8c:60:dd:af:06:ef:79:de", "deleted_at": null, "id": 15}} 2018-11-09 14:35:36,576 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-kp used request id req-f2403a89-a4ac-42e6-9290-a31cf469ac72 2018-11-09 14:35:36,579 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/7069d68b-5a65-41b5-870b-64e1d6558c27 -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}706dac41b43fee1034cb363fe4f2eca045e59213" 2018-11-09 14:35:36,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:36 GMT Server: Apache x-openstack-request-id: req-496ba83b-0d25-40dd-bbc2-8c0a164e1d00 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27 Content-Length: 479 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:36,797 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:35:36 GMT Server: Apache x-openstack-request-id: req-7c3f38ee-6443-4548-9bc6-c5eb38b9323d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:35:36,797 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsKeypairTests-67ba4514-ddf3-4de5-8a9e-5994054fd6fb-stack/7069d68b-5a65-41b5-870b-64e1d6558c27 used request id req-7c3f38ee-6443-4548-9bc6-c5eb38b9323d 2018-11-09 14:35:36,798 - heat_utils - DEBUG - Retrieving Heat Client 2018-11-09 14:35:36,811 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:35:37,186 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:35:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["HR3w5Ah4TFCGHWh3c0vBRg"], "issued_at": "2018-11-09T14:35:37.000000Z"}} 2018-11-09 14:35:37,189 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efd374c3dcc0db5bab1c11dada9affe12d10d7f" -d '{"stack_name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-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-7e203fbc-2508-47f8-aecb-33c9ea3e1715-sec-grp"}}' 2018-11-09 14:35:38,817 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 09 Nov 2018 14:35:37 GMT Server: Apache x-openstack-request-id: req-663a243d-4f6d-44b8-af51-66acf1916854 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b Content-Length: 271 Content-Type: application/json RESP BODY: {"stack": {"id": "7806f52f-3a06-44cd-998b-d67c37be529b", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b", "rel": "self"}]}} 2018-11-09 14:35:38,818 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks used request id req-663a243d-4f6d-44b8-af51-66acf1916854 2018-11-09 14:35:38,821 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/7806f52f-3a06-44cd-998b-d67c37be529b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efd374c3dcc0db5bab1c11dada9affe12d10d7f" 2018-11-09 14:35:38,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:38 GMT Server: Apache x-openstack-request-id: req-86bbb02e-9d87-48d8-be47-dc98b7fd3444 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:39,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:38 GMT Server: Apache x-openstack-request-id: req-481239b1-47e8-4842-a244-6d0f81944331 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": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "7806f52f-3a06-44cd-998b-d67c37be529b", "OS::stack_name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack", "security_group_name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack", "stack_user_project_id": "210b1895f6b74f1e9e89c75d88c7040f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:35:38Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7806f52f-3a06-44cd-998b-d67c37be529b", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 14:35:39,187 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b used request id req-481239b1-47e8-4842-a244-6d0f81944331 2018-11-09 14:35:39,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/7806f52f-3a06-44cd-998b-d67c37be529b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efd374c3dcc0db5bab1c11dada9affe12d10d7f" 2018-11-09 14:35:39,369 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:39 GMT Server: Apache x-openstack-request-id: req-281315e5-22d0-479f-abd1-6c671ac34d1f Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:39,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:39 GMT Server: Apache x-openstack-request-id: req-e2c3abf5-ed35-4993-ad35-c16a36494c04 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": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "7806f52f-3a06-44cd-998b-d67c37be529b", "OS::stack_name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack", "security_group_name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack", "stack_user_project_id": "210b1895f6b74f1e9e89c75d88c7040f", "stack_status_reason": "Stack CREATE started", "creation_time": "2018-11-09T14:35:38Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "7806f52f-3a06-44cd-998b-d67c37be529b", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 14:35:39,551 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b used request id req-e2c3abf5-ed35-4993-ad35-c16a36494c04 2018-11-09 14:35:42,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/7806f52f-3a06-44cd-998b-d67c37be529b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efd374c3dcc0db5bab1c11dada9affe12d10d7f" 2018-11-09 14:35:42,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:42 GMT Server: Apache x-openstack-request-id: req-3ac974e1-469e-40ed-803d-4304b0235689 Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:42,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:42 GMT Server: Apache x-openstack-request-id: req-9b52d2d6-4b53-4d56-8646-facc55d2e3e2 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": "dfb45da6f1334a63bc64335c92eee11f", "OS::stack_id": "7806f52f-3a06-44cd-998b-d67c37be529b", "OS::stack_name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack", "security_group_name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-sec-grp"}, "deletion_time": null, "stack_name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack", "stack_user_project_id": "210b1895f6b74f1e9e89c75d88c7040f", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-11-09T14:35:38Z", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": null, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "7806f52f-3a06-44cd-998b-d67c37be529b", "outputs": [], "template_description": "Sample template for creating a single SecurityGroup\n"}} 2018-11-09 14:35:42,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b used request id req-9b52d2d6-4b53-4d56-8646-facc55d2e3e2 2018-11-09 14:35:42,937 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/7806f52f-3a06-44cd-998b-d67c37be529b/resources -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efd374c3dcc0db5bab1c11dada9affe12d10d7f" 2018-11-09 14:35:42,963 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:42 GMT Server: Apache x-openstack-request-id: req-26f53f57-6b88-4085-8020-7dbf2dd2140d Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b/resources Content-Length: 511 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b/resources;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:43,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:42 GMT Server: Apache x-openstack-request-id: req-f7d5d395-c7ee-49fb-a73f-06148a175b82 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"resources": [{"resource_name": "server_security_group", "links": [{"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b/resources/server_security_group", "rel": "self"}, {"href": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b", "rel": "stack"}], "logical_resource_id": "server_security_group", "creation_time": "2018-11-09T14:35:38Z", "resource_status": "CREATE_COMPLETE", "updated_time": "2018-11-09T14:35:38Z", "required_by": [], "resource_status_reason": "state changed", "physical_resource_id": "3b0b0de7-db55-4b98-a534-88f1d4db19ca", "resource_type": "OS::Neutron::SecurityGroup"}]} 2018-11-09 14:35:43,164 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b/resources used request id req-f7d5d395-c7ee-49fb-a73f-06148a175b82 2018-11-09 14:35:43,164 - neutron_utils - INFO - Retrieving security group with ID - 3b0b0de7-db55-4b98-a534-88f1d4db19ca 2018-11-09 14:35:43,170 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-groups?id=3b0b0de7-db55-4b98-a534-88f1d4db19ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efd374c3dcc0db5bab1c11dada9affe12d10d7f" 2018-11-09 14:35:43,350 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-9690ca27-c812-4d5e-91ae-9fd46abd078a Date: Fri, 09 Nov 2018 14:35:43 GMT RESP BODY: {"security_groups": [{"description": "Test description", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:35:39Z", "updated_at": "2018-11-09T14:35:40Z", "security_group_rules": [{"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T14:35:40Z", "revision_number": 0, "id": "286bb5cd-09c0-4bff-9687-5bc24b889d6d", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T14:35:40Z", "security_group_id": "3b0b0de7-db55-4b98-a534-88f1d4db19ca", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:35:40Z", "revision_number": 0, "id": "adc6e4e6-4e6a-4893-b353-13b0c1a02175", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T14:35:40Z", "security_group_id": "3b0b0de7-db55-4b98-a534-88f1d4db19ca", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 6, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "3b0b0de7-db55-4b98-a534-88f1d4db19ca", "name": "HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-sec-grp"}]} 2018-11-09 14:35:43,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups?id=3b0b0de7-db55-4b98-a534-88f1d4db19ca used request id req-9690ca27-c812-4d5e-91ae-9fd46abd078a 2018-11-09 14:35:43,351 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 3b0b0de7-db55-4b98-a534-88f1d4db19ca 2018-11-09 14:35:43,356 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3b0b0de7-db55-4b98-a534-88f1d4db19ca -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efd374c3dcc0db5bab1c11dada9affe12d10d7f" 2018-11-09 14:35:43,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1012 X-Openstack-Request-Id: req-58439d7c-8d2b-426b-8429-89725f979616 Date: Fri, 09 Nov 2018 14:35:43 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-11-09T14:35:40Z", "security_group_id": "3b0b0de7-db55-4b98-a534-88f1d4db19ca", "port_range_min": 22, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:35:40Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "286bb5cd-09c0-4bff-9687-5bc24b889d6d"}, {"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-11-09T14:35:40Z", "security_group_id": "3b0b0de7-db55-4b98-a534-88f1d4db19ca", "port_range_min": null, "revision_number": 0, "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:35:40Z", "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "adc6e4e6-4e6a-4893-b353-13b0c1a02175"}]} 2018-11-09 14:35:43,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-group-rules?security_group_id=3b0b0de7-db55-4b98-a534-88f1d4db19ca used request id req-58439d7c-8d2b-426b-8429-89725f979616 2018-11-09 14:35:43,550 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/7806f52f-3a06-44cd-998b-d67c37be529b -H "User-Agent: python-heatclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9efd374c3dcc0db5bab1c11dada9affe12d10d7f" 2018-11-09 14:35:43,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Fri, 09 Nov 2018 14:35:43 GMT Server: Apache x-openstack-request-id: req-a03b2a3e-514e-4a4d-ba2e-7557385014ca Location: http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b Content-Length: 491 Content-Type: application/json RESP BODY: {"message": "The resource was found at http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b;\nyou should be redirected automatically.\n\n", "code": "302 Found", "title": "Found"} 2018-11-09 14:35:43,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:35:43 GMT Server: Apache x-openstack-request-id: req-5cebabc8-f395-4f35-a885-d339effc385e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:35:43,780 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f/stacks/HeatUtilsSecurityGroupTests-7e203fbc-2508-47f8-aecb-33c9ea3e1715-stack/7806f52f-3a06-44cd-998b-d67c37be529b used request id req-5cebabc8-f395-4f35-a885-d339effc385e 2018-11-09 14:35:43,783 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:35:44,163 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:35:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["3fiF7YIMTM2PmvFeQrqKRg"], "issued_at": "2018-11-09T14:35:44.000000Z"}} 2018-11-09 14:35:44,166 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a308af7fc391779668dc3abee3da82366a20fd" -d '{"qos_specs": {"consumer": "both", "name": "CinderUtilsQoSTests-af173657-fb49-4a03-8758-ce0f512c7d2d"}}' 2018-11-09 14:35:44,903 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:44 GMT Server: Apache x-compute-request-id: req-a999e00f-68f9-4278-b6d2-6d6ca294da23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a999e00f-68f9-4278-b6d2-6d6ca294da23 Content-Encoding: gzip Content-Length: 243 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {}, "consumer": "both", "id": "1177f57f-b9e9-4620-934f-c713ed8e5552", "name": "CinderUtilsQoSTests-af173657-fb49-4a03-8758-ce0f512c7d2d"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/1177f57f-b9e9-4620-934f-c713ed8e5552", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/1177f57f-b9e9-4620-934f-c713ed8e5552", "rel": "bookmark"}]} 2018-11-09 14:35:44,904 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-a999e00f-68f9-4278-b6d2-6d6ca294da23 2018-11-09 14:35:44,908 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a999e00f-68f9-4278-b6d2-6d6ca294da23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a308af7fc391779668dc3abee3da82366a20fd" 2018-11-09 14:35:45,083 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:44 GMT Server: Apache x-compute-request-id: req-3137a4a4-78e2-4192-8563-0a58042939fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3137a4a4-78e2-4192-8563-0a58042939fd Content-Encoding: gzip Content-Length: 156 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {}, "consumer": "both", "id": "1177f57f-b9e9-4620-934f-c713ed8e5552", "name": "CinderUtilsQoSTests-af173657-fb49-4a03-8758-ce0f512c7d2d"}]} 2018-11-09 14:35:45,084 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-3137a4a4-78e2-4192-8563-0a58042939fd 2018-11-09 14:35:45,084 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-af173657-fb49-4a03-8758-ce0f512c7d2d 2018-11-09 14:35:45,087 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/1177f57f-b9e9-4620-934f-c713ed8e5552?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a999e00f-68f9-4278-b6d2-6d6ca294da23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a308af7fc391779668dc3abee3da82366a20fd" 2018-11-09 14:35:45,290 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:35:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6c1ecd36-e42c-4968-a723-ac2e67d429f0 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-11-09 14:35:45,290 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/1177f57f-b9e9-4620-934f-c713ed8e5552?force=False used request id req-6c1ecd36-e42c-4968-a723-ac2e67d429f0 2018-11-09 14:35:45,293 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a999e00f-68f9-4278-b6d2-6d6ca294da23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a308af7fc391779668dc3abee3da82366a20fd" 2018-11-09 14:35:45,312 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:45 GMT Server: Apache x-compute-request-id: req-02d64616-8c05-4e89-a1ad-3ba60ee7bec9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-02d64616-8c05-4e89-a1ad-3ba60ee7bec9 Content-Length: 17 Content-Type: application/json RESP BODY: {"qos_specs": []} 2018-11-09 14:35:45,312 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-02d64616-8c05-4e89-a1ad-3ba60ee7bec9 2018-11-09 14:35:45,313 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-af173657-fb49-4a03-8758-ce0f512c7d2d 2018-11-09 14:35:45,316 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/1177f57f-b9e9-4620-934f-c713ed8e5552?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a999e00f-68f9-4278-b6d2-6d6ca294da23" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}58a308af7fc391779668dc3abee3da82366a20fd" 2018-11-09 14:35:46,048 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:35:45 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-c99f23fe-ed2d-4a2e-befb-459be13079c9 x-openstack-request-id: req-c99f23fe-ed2d-4a2e-befb-459be13079c9 Content-Length: 100 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec 1177f57f-b9e9-4620-934f-c713ed8e5552.", "code": 404}} 2018-11-09 14:35:46,048 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/1177f57f-b9e9-4620-934f-c713ed8e5552?force=False used request id req-c99f23fe-ed2d-4a2e-befb-459be13079c9 2018-11-09 14:35:46,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:35:46,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:35:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["G5W5KlOxQ5ih_9YA-H_2Ag"], "issued_at": "2018-11-09T14:35:46.000000Z"}} 2018-11-09 14:35:46,449 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4fe57126409b0aaffdd7a3eb3f62fd3cdc0c5dc" -d '{"qos_specs": {"foo": "bar ", "consumer": "back-end", "name": "CinderUtilsQoSTests-84782102-521c-4296-b9d2-577f80b064fb"}}' 2018-11-09 14:35:47,193 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:46 GMT Server: Apache x-compute-request-id: req-5391807d-0178-46d3-989d-c16abecb5a75 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5391807d-0178-46d3-989d-c16abecb5a75 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "2e3aad76-51dd-410e-90b4-683296fb6345", "name": "CinderUtilsQoSTests-84782102-521c-4296-b9d2-577f80b064fb"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/2e3aad76-51dd-410e-90b4-683296fb6345", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/2e3aad76-51dd-410e-90b4-683296fb6345", "rel": "bookmark"}]} 2018-11-09 14:35:47,193 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-5391807d-0178-46d3-989d-c16abecb5a75 2018-11-09 14:35:47,196 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5391807d-0178-46d3-989d-c16abecb5a75" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4fe57126409b0aaffdd7a3eb3f62fd3cdc0c5dc" 2018-11-09 14:35:47,371 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:47 GMT Server: Apache x-compute-request-id: req-f98b9027-0254-4986-b04a-534b2b04924a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f98b9027-0254-4986-b04a-534b2b04924a Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "back-end", "id": "2e3aad76-51dd-410e-90b4-683296fb6345", "name": "CinderUtilsQoSTests-84782102-521c-4296-b9d2-577f80b064fb"}]} 2018-11-09 14:35:47,372 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-f98b9027-0254-4986-b04a-534b2b04924a 2018-11-09 14:35:47,375 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/2e3aad76-51dd-410e-90b4-683296fb6345 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5391807d-0178-46d3-989d-c16abecb5a75" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4fe57126409b0aaffdd7a3eb3f62fd3cdc0c5dc" 2018-11-09 14:35:47,533 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:47 GMT Server: Apache x-compute-request-id: req-be6826d4-c82b-49d6-b9e9-1e9219dc7b44 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-be6826d4-c82b-49d6-b9e9-1e9219dc7b44 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "back-end", "id": "2e3aad76-51dd-410e-90b4-683296fb6345", "name": "CinderUtilsQoSTests-84782102-521c-4296-b9d2-577f80b064fb"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/2e3aad76-51dd-410e-90b4-683296fb6345", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/2e3aad76-51dd-410e-90b4-683296fb6345", "rel": "bookmark"}]} 2018-11-09 14:35:47,533 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/2e3aad76-51dd-410e-90b4-683296fb6345 used request id req-be6826d4-c82b-49d6-b9e9-1e9219dc7b44 2018-11-09 14:35:47,534 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-84782102-521c-4296-b9d2-577f80b064fb 2018-11-09 14:35:47,536 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/2e3aad76-51dd-410e-90b4-683296fb6345?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-5391807d-0178-46d3-989d-c16abecb5a75" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f4fe57126409b0aaffdd7a3eb3f62fd3cdc0c5dc" 2018-11-09 14:35:47,740 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:35:47 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cf26075e-6ab0-44bf-b002-e0de27b1aa7f 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-11-09 14:35:47,740 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/2e3aad76-51dd-410e-90b4-683296fb6345?force=False used request id req-cf26075e-6ab0-44bf-b002-e0de27b1aa7f 2018-11-09 14:35:47,743 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:35:48,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:35:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["Ltv7b91fSc6Sj7MuV_45sA"], "issued_at": "2018-11-09T14:35:48.000000Z"}} 2018-11-09 14:35:48,122 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}711edecfff4d86a2382c2c6d01fc0c24232d102d" -d '{"qos_specs": {"foo": "bar ", "consumer": "both", "name": "CinderUtilsQoSTests-2d32ea57-de23-4b39-8f19-5fad3015ed0a"}}' 2018-11-09 14:35:48,303 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:48 GMT Server: Apache x-compute-request-id: req-10438c1e-828a-45b8-bb29-8465f0898ed2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-10438c1e-828a-45b8-bb29-8465f0898ed2 Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "a45573a5-d2a5-4419-9416-698eecc64065", "name": "CinderUtilsQoSTests-2d32ea57-de23-4b39-8f19-5fad3015ed0a"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a45573a5-d2a5-4419-9416-698eecc64065", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a45573a5-d2a5-4419-9416-698eecc64065", "rel": "bookmark"}]} 2018-11-09 14:35:48,304 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-10438c1e-828a-45b8-bb29-8465f0898ed2 2018-11-09 14:35:48,307 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10438c1e-828a-45b8-bb29-8465f0898ed2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}711edecfff4d86a2382c2c6d01fc0c24232d102d" 2018-11-09 14:35:48,483 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:48 GMT Server: Apache x-compute-request-id: req-54bf242d-1dcc-4eea-aa4f-fca2c7590ec5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-54bf242d-1dcc-4eea-aa4f-fca2c7590ec5 Content-Encoding: gzip Content-Length: 163 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "both", "id": "a45573a5-d2a5-4419-9416-698eecc64065", "name": "CinderUtilsQoSTests-2d32ea57-de23-4b39-8f19-5fad3015ed0a"}]} 2018-11-09 14:35:48,483 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-54bf242d-1dcc-4eea-aa4f-fca2c7590ec5 2018-11-09 14:35:48,487 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a45573a5-d2a5-4419-9416-698eecc64065 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10438c1e-828a-45b8-bb29-8465f0898ed2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}711edecfff4d86a2382c2c6d01fc0c24232d102d" 2018-11-09 14:35:48,761 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:48 GMT Server: Apache x-compute-request-id: req-ee5d85e4-fbce-4a39-9a8d-bc11635ff11e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ee5d85e4-fbce-4a39-9a8d-bc11635ff11e Content-Encoding: gzip Content-Length: 247 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "both", "id": "a45573a5-d2a5-4419-9416-698eecc64065", "name": "CinderUtilsQoSTests-2d32ea57-de23-4b39-8f19-5fad3015ed0a"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a45573a5-d2a5-4419-9416-698eecc64065", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a45573a5-d2a5-4419-9416-698eecc64065", "rel": "bookmark"}]} 2018-11-09 14:35:48,761 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a45573a5-d2a5-4419-9416-698eecc64065 used request id req-ee5d85e4-fbce-4a39-9a8d-bc11635ff11e 2018-11-09 14:35:48,762 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-2d32ea57-de23-4b39-8f19-5fad3015ed0a 2018-11-09 14:35:48,764 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a45573a5-d2a5-4419-9416-698eecc64065?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-10438c1e-828a-45b8-bb29-8465f0898ed2" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}711edecfff4d86a2382c2c6d01fc0c24232d102d" 2018-11-09 14:35:49,548 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:35:48 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-32e72acb-53c3-40a3-bcd0-ee735787aa28 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-11-09 14:35:49,548 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a45573a5-d2a5-4419-9416-698eecc64065?force=False used request id req-32e72acb-53c3-40a3-bcd0-ee735787aa28 2018-11-09 14:35:49,551 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:35:49,941 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:35:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["H9Pz3mFfQwqCIS8NovmlCg"], "issued_at": "2018-11-09T14:35:49.000000Z"}} 2018-11-09 14:35:49,943 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd5f0a64f68ddb548af88084fb91dd89cbfef43" -d '{"qos_specs": {"foo": "bar ", "consumer": "front-end", "name": "CinderUtilsQoSTests-01603976-f966-497d-bb68-34ca63747839"}}' 2018-11-09 14:35:50,152 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:49 GMT Server: Apache x-compute-request-id: req-55325fb7-38b0-4cf8-8ea5-bbc84d496f5b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-55325fb7-38b0-4cf8-8ea5-bbc84d496f5b Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b", "name": "CinderUtilsQoSTests-01603976-f966-497d-bb68-34ca63747839"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b", "rel": "bookmark"}]} 2018-11-09 14:35:50,152 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-55325fb7-38b0-4cf8-8ea5-bbc84d496f5b 2018-11-09 14:35:50,155 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-55325fb7-38b0-4cf8-8ea5-bbc84d496f5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd5f0a64f68ddb548af88084fb91dd89cbfef43" 2018-11-09 14:35:50,318 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:50 GMT Server: Apache x-compute-request-id: req-1623262e-a5c1-415d-b572-7b5a061c4f61 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1623262e-a5c1-415d-b572-7b5a061c4f61 Content-Encoding: gzip Content-Length: 166 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar "}, "consumer": "front-end", "id": "a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b", "name": "CinderUtilsQoSTests-01603976-f966-497d-bb68-34ca63747839"}]} 2018-11-09 14:35:50,318 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-1623262e-a5c1-415d-b572-7b5a061c4f61 2018-11-09 14:35:50,321 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-55325fb7-38b0-4cf8-8ea5-bbc84d496f5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd5f0a64f68ddb548af88084fb91dd89cbfef43" 2018-11-09 14:35:50,493 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:50 GMT Server: Apache x-compute-request-id: req-cd9d7205-50e6-4f48-8b5c-fbf466fb4b54 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd9d7205-50e6-4f48-8b5c-fbf466fb4b54 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar "}, "consumer": "front-end", "id": "a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b", "name": "CinderUtilsQoSTests-01603976-f966-497d-bb68-34ca63747839"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b", "rel": "bookmark"}]} 2018-11-09 14:35:50,494 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b used request id req-cd9d7205-50e6-4f48-8b5c-fbf466fb4b54 2018-11-09 14:35:50,494 - cinder_utils - INFO - Deleting QoS named - CinderUtilsQoSTests-01603976-f966-497d-bb68-34ca63747839 2018-11-09 14:35:50,497 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-55325fb7-38b0-4cf8-8ea5-bbc84d496f5b" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9fd5f0a64f68ddb548af88084fb91dd89cbfef43" 2018-11-09 14:35:50,708 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:35:50 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dfe1aa3b-77eb-44b1-8958-8c9dd81b6bf0 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-11-09 14:35:50,709 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/a4cdeb45-8e02-42fd-a5c8-fd8c62d44f1b?force=False used request id req-dfe1aa3b-77eb-44b1-8958-8c9dd81b6bf0 2018-11-09 14:35:50,712 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:35:51,175 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:35:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["ztxsJhwUQTupCQKhz5AW1g"], "issued_at": "2018-11-09T14:35:51.000000Z"}} 2018-11-09 14:35:51,176 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:51,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec6c8064-5754-4d0d-93ed-8e3255208478 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:35:51,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-ec6c8064-5754-4d0d-93ed-8e3255208478 2018-11-09 14:35:51,192 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-5e7cfafb-5c63-4412-9591-8f6cad81c09b", "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-11-09 14:35:51,553 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:35:51 GMT Server: Apache x-compute-request-id: req-d655b52b-6d8d-4349-9b60-ac59ffefa001 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d655b52b-6d8d-4349-9b60-ac59ffefa001 Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "e9fe1a272784449798ddeb7355701307", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T14:35:51.421697", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-5e7cfafb-5c63-4412-9591-8f6cad81c09b", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "954a9516-53a9-4d59-865d-6154968c27fa", "size": 1}} 2018-11-09 14:35:51,553 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes used request id req-d655b52b-6d8d-4349-9b60-ac59ffefa001 2018-11-09 14:35:51,557 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d655b52b-6d8d-4349-9b60-ac59ffefa001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:52,305 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:51 GMT Server: Apache x-compute-request-id: req-3aa38f37-2d8e-42fb-b676-a5299161139b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3aa38f37-2d8e-42fb-b676-a5299161139b Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:35:51.000000", "replication_status": null, "snapshot_id": null, "id": "954a9516-53a9-4d59-865d-6154968c27fa", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-5e7cfafb-5c63-4412-9591-8f6cad81c09b", "bootable": "false", "created_at": "2018-11-09T14:35:51.000000", "volume_type": null}} 2018-11-09 14:35:52,305 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa used request id req-3aa38f37-2d8e-42fb-b676-a5299161139b 2018-11-09 14:35:52,308 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d655b52b-6d8d-4349-9b60-ac59ffefa001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:53,062 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:52 GMT Server: Apache x-compute-request-id: req-e4100e76-85fc-422e-ac84-7a0ebb1399b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e4100e76-85fc-422e-ac84-7a0ebb1399b5 Content-Encoding: gzip Content-Length: 512 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:35:51.000000", "replication_status": null, "snapshot_id": null, "id": "954a9516-53a9-4d59-865d-6154968c27fa", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-5e7cfafb-5c63-4412-9591-8f6cad81c09b", "bootable": "false", "created_at": "2018-11-09T14:35:51.000000", "volume_type": null}} 2018-11-09 14:35:53,062 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa used request id req-e4100e76-85fc-422e-ac84-7a0ebb1399b5 2018-11-09 14:35:53,065 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d655b52b-6d8d-4349-9b60-ac59ffefa001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:53,114 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:53 GMT Server: Apache x-compute-request-id: req-636bc8a5-c20a-4c8e-9190-303bf253c527 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-636bc8a5-c20a-4c8e-9190-303bf253c527 Content-Encoding: gzip Content-Length: 511 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:35:51.000000", "replication_status": null, "snapshot_id": null, "id": "954a9516-53a9-4d59-865d-6154968c27fa", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-5e7cfafb-5c63-4412-9591-8f6cad81c09b", "bootable": "false", "created_at": "2018-11-09T14:35:51.000000", "volume_type": null}]} 2018-11-09 14:35:53,115 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail used request id req-636bc8a5-c20a-4c8e-9190-303bf253c527 2018-11-09 14:35:53,118 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:35:53,123 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:35:53 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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:35:53,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:53,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a458e89b-85b9-4253-9921-b991d23f1653 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:35:53,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-a458e89b-85b9-4253-9921-b991d23f1653 2018-11-09 14:35:53,218 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-5e7cfafb-5c63-4412-9591-8f6cad81c09b 2018-11-09 14:35:53,220 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d655b52b-6d8d-4349-9b60-ac59ffefa001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:53,325 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:35:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-24ededc8-fb68-4603-95e2-258a61e361f7 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-11-09 14:35:53,326 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa used request id req-24ededc8-fb68-4603-95e2-258a61e361f7 2018-11-09 14:35:53,328 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d655b52b-6d8d-4349-9b60-ac59ffefa001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:53,531 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:53 GMT Server: Apache x-compute-request-id: req-5f80248d-9875-40f4-a1ff-53a8fb016de7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5f80248d-9875-40f4-a1ff-53a8fb016de7 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:35:53.000000", "replication_status": null, "snapshot_id": null, "id": "954a9516-53a9-4d59-865d-6154968c27fa", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-5e7cfafb-5c63-4412-9591-8f6cad81c09b", "bootable": "false", "created_at": "2018-11-09T14:35:51.000000", "volume_type": null}} 2018-11-09 14:35:53,531 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa used request id req-5f80248d-9875-40f4-a1ff-53a8fb016de7 2018-11-09 14:35:56,538 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d655b52b-6d8d-4349-9b60-ac59ffefa001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:56,731 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:35:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-b7d7e86c-7984-4609-a93a-c28f2f4f3fc4 x-openstack-request-id: req-b7d7e86c-7984-4609-a93a-c28f2f4f3fc4 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 954a9516-53a9-4d59-865d-6154968c27fa could not be found.", "code": 404}} 2018-11-09 14:35:56,731 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa used request id req-b7d7e86c-7984-4609-a93a-c28f2f4f3fc4 2018-11-09 14:35:56,734 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d655b52b-6d8d-4349-9b60-ac59ffefa001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:56,958 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:56 GMT Server: Apache x-compute-request-id: req-889641fb-d034-4b44-8a46-77f7fdcc73b8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-889641fb-d034-4b44-8a46-77f7fdcc73b8 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-11-09 14:35:56,958 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail used request id req-889641fb-d034-4b44-8a46-77f7fdcc73b8 2018-11-09 14:35:56,958 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-5e7cfafb-5c63-4412-9591-8f6cad81c09b 2018-11-09 14:35:56,961 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d655b52b-6d8d-4349-9b60-ac59ffefa001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:56,997 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:35:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-12dbf890-601e-478d-a948-db3b482a1116 x-openstack-request-id: req-12dbf890-601e-478d-a948-db3b482a1116 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 954a9516-53a9-4d59-865d-6154968c27fa could not be found.", "code": 404}} 2018-11-09 14:35:56,997 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa used request id req-12dbf890-601e-478d-a948-db3b482a1116 2018-11-09 14:35:57,000 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d655b52b-6d8d-4349-9b60-ac59ffefa001" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f5214ae2ee384556e1eaefdc535ef2ea0182f53c" 2018-11-09 14:35:57,283 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:35:56 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-4393c301-2e09-48e3-b1fe-ed32d9f9f749 x-openstack-request-id: req-4393c301-2e09-48e3-b1fe-ed32d9f9f749 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 954a9516-53a9-4d59-865d-6154968c27fa could not be found.", "code": 404}} 2018-11-09 14:35:57,283 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/954a9516-53a9-4d59-865d-6154968c27fa used request id req-4393c301-2e09-48e3-b1fe-ed32d9f9f749 2018-11-09 14:35:57,286 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:35:57,666 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:35:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["C3JYTd88QU6FcMURwu_oVQ"], "issued_at": "2018-11-09T14:35:57.000000Z"}} 2018-11-09 14:35:57,666 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27: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}ac5cc02e1c55f4feeee18e22e54354edc7dadf81" 2018-11-09 14:35:57,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0874329-6f5f-4d05-8a2d-13b651c652e1 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.27:5000/v3/", "rel": "self"}]}} 2018-11-09 14:35:57,752 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000/v3 used request id req-d0874329-6f5f-4d05-8a2d-13b651c652e1 2018-11-09 14:35:57,756 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac5cc02e1c55f4feeee18e22e54354edc7dadf81" -d '{"volume": {"status": "creating", "user_id": null, "name": "CinderUtilsVolumeTests-ed8a29c3-3eb0-484c-a610-672743ff22f9", "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-11-09 14:35:58,098 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:35:57 GMT Server: Apache x-compute-request-id: req-d3d6388b-7904-411c-8910-29d98cac71da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d3d6388b-7904-411c-8910-29d98cac71da Content-Length: 846 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "migration_status": null, "user_id": "e9fe1a272784449798ddeb7355701307", "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-11-09T14:35:57.995493", "description": null, "updated_at": null, "volume_type": null, "name": "CinderUtilsVolumeTests-ed8a29c3-3eb0-484c-a610-672743ff22f9", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "83a7929f-32a2-4b15-8199-4e93d1ecd91e", "size": 1}} 2018-11-09 14:35:58,098 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes used request id req-d3d6388b-7904-411c-8910-29d98cac71da 2018-11-09 14:35:58,101 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3d6388b-7904-411c-8910-29d98cac71da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac5cc02e1c55f4feeee18e22e54354edc7dadf81" 2018-11-09 14:35:58,303 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:58 GMT Server: Apache x-compute-request-id: req-b4b3abc7-2c7f-41f9-8bd3-6f1ecc64d890 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b4b3abc7-2c7f-41f9-8bd3-6f1ecc64d890 Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:35:58.000000", "replication_status": null, "snapshot_id": null, "id": "83a7929f-32a2-4b15-8199-4e93d1ecd91e", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-ed8a29c3-3eb0-484c-a610-672743ff22f9", "bootable": "false", "created_at": "2018-11-09T14:35:57.000000", "volume_type": null}} 2018-11-09 14:35:58,303 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e used request id req-b4b3abc7-2c7f-41f9-8bd3-6f1ecc64d890 2018-11-09 14:35:58,306 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3d6388b-7904-411c-8910-29d98cac71da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac5cc02e1c55f4feeee18e22e54354edc7dadf81" 2018-11-09 14:35:58,511 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:58 GMT Server: Apache x-compute-request-id: req-352944d7-4a46-4d2a-925f-f421104d034a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-352944d7-4a46-4d2a-925f-f421104d034a Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:35:58.000000", "replication_status": null, "snapshot_id": null, "id": "83a7929f-32a2-4b15-8199-4e93d1ecd91e", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-ed8a29c3-3eb0-484c-a610-672743ff22f9", "bootable": "false", "created_at": "2018-11-09T14:35:57.000000", "volume_type": null}} 2018-11-09 14:35:58,511 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e used request id req-352944d7-4a46-4d2a-925f-f421104d034a 2018-11-09 14:35:58,514 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3d6388b-7904-411c-8910-29d98cac71da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac5cc02e1c55f4feeee18e22e54354edc7dadf81" 2018-11-09 14:35:58,707 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:58 GMT Server: Apache x-compute-request-id: req-48c43744-a8f9-465e-bb52-e85e95739ece OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-48c43744-a8f9-465e-bb52-e85e95739ece Content-Encoding: gzip Content-Length: 514 Content-Type: application/json RESP BODY: {"volumes": [{"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:35:58.000000", "replication_status": null, "snapshot_id": null, "id": "83a7929f-32a2-4b15-8199-4e93d1ecd91e", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-ed8a29c3-3eb0-484c-a610-672743ff22f9", "bootable": "false", "created_at": "2018-11-09T14:35:57.000000", "volume_type": null}]} 2018-11-09 14:35:58,707 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/detail used request id req-48c43744-a8f9-465e-bb52-e85e95739ece 2018-11-09 14:35:58,711 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.1.0 python-requests/2.18.2 CPython/2.7.15" 2018-11-09 14:35:58,716 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 09 Nov 2018 14:35: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.27:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-11-09 14:35:58,717 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac5cc02e1c55f4feeee18e22e54354edc7dadf81" 2018-11-09 14:35:58,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99a0f630-81b9-4dba-8012-87001d137543 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.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:35:58,798 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-99a0f630-81b9-4dba-8012-87001d137543 2018-11-09 14:35:58,798 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTests-ed8a29c3-3eb0-484c-a610-672743ff22f9 2018-11-09 14:35:58,801 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3d6388b-7904-411c-8910-29d98cac71da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac5cc02e1c55f4feeee18e22e54354edc7dadf81" 2018-11-09 14:35:59,043 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:35:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ca1f659f-ad95-4134-ab4c-742d6e5dbf7d 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-11-09 14:35:59,043 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e used request id req-ca1f659f-ad95-4134-ab4c-742d6e5dbf7d 2018-11-09 14:35:59,046 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3d6388b-7904-411c-8910-29d98cac71da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac5cc02e1c55f4feeee18e22e54354edc7dadf81" 2018-11-09 14:35:59,250 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:35:59 GMT Server: Apache x-compute-request-id: req-c9f94919-df37-4821-a224-4a0835da879a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c9f94919-df37-4821-a224-4a0835da879a Content-Encoding: gzip Content-Length: 517 Content-Type: application/json RESP BODY: {"volume": {"migration_status": null, "attachments": [], "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e", "rel": "bookmark"}], "availability_zone": "nova", "os-vol-host-attr:host": "hostgroup@tripleo_ceph#tripleo_ceph", "encrypted": false, "updated_at": "2018-11-09T14:35:58.000000", "replication_status": null, "snapshot_id": null, "id": "83a7929f-32a2-4b15-8199-4e93d1ecd91e", "size": 1, "user_id": "e9fe1a272784449798ddeb7355701307", "os-vol-tenant-attr:tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "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-ed8a29c3-3eb0-484c-a610-672743ff22f9", "bootable": "false", "created_at": "2018-11-09T14:35:57.000000", "volume_type": null}} 2018-11-09 14:35:59,250 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e used request id req-c9f94919-df37-4821-a224-4a0835da879a 2018-11-09 14:36:02,256 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d3d6388b-7904-411c-8910-29d98cac71da" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac5cc02e1c55f4feeee18e22e54354edc7dadf81" 2018-11-09 14:36:02,468 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:36:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-376e3be8-aeca-4028-a1be-846291e19aa7 x-openstack-request-id: req-376e3be8-aeca-4028-a1be-846291e19aa7 Content-Length: 109 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume 83a7929f-32a2-4b15-8199-4e93d1ecd91e could not be found.", "code": 404}} 2018-11-09 14:36:02,468 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/volumes/83a7929f-32a2-4b15-8199-4e93d1ecd91e used request id req-376e3be8-aeca-4028-a1be-846291e19aa7 2018-11-09 14:36:02,471 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:36:02,858 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:36:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["pezJ_WCWQTmtVLKrZgLbdg"], "issued_at": "2018-11-09T14:36:02.000000Z"}} 2018-11-09 14:36:02,862 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d053d36393f850a4e500eb3f28769853466d8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-89d539ae-1072-4310-85c3-04bc177dcafe", "description": null}}' 2018-11-09 14:36:03,172 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:02 GMT Server: Apache x-compute-request-id: req-d1026a6b-d98e-4161-9c2b-f1fbb97a0e46 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d1026a6b-d98e-4161-9c2b-f1fbb97a0e46 Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-89d539ae-1072-4310-85c3-04bc177dcafe", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5", "description": null}} 2018-11-09 14:36:03,172 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types used request id req-d1026a6b-d98e-4161-9c2b-f1fbb97a0e46 2018-11-09 14:36:03,175 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1026a6b-d98e-4161-9c2b-f1fbb97a0e46" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d053d36393f850a4e500eb3f28769853466d8" 2018-11-09 14:36:03,340 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:03 GMT Server: Apache x-compute-request-id: req-04edc9a2-10ef-49d1-9261-23b93ed0e21c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-04edc9a2-10ef-49d1-9261-23b93ed0e21c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-89d539ae-1072-4310-85c3-04bc177dcafe", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5", "description": null}]} 2018-11-09 14:36:03,341 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types?is_public=None used request id req-04edc9a2-10ef-49d1-9261-23b93ed0e21c 2018-11-09 14:36:03,344 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1026a6b-d98e-4161-9c2b-f1fbb97a0e46" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d053d36393f850a4e500eb3f28769853466d8" 2018-11-09 14:36:03,522 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:03 GMT Server: Apache x-compute-request-id: req-873ccdef-235b-4294-9967-4a216fcbc392 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-873ccdef-235b-4294-9967-4a216fcbc392 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-89d539ae-1072-4310-85c3-04bc177dcafe", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5", "description": null}} 2018-11-09 14:36:03,523 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5 used request id req-873ccdef-235b-4294-9967-4a216fcbc392 2018-11-09 14:36:03,525 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1026a6b-d98e-4161-9c2b-f1fbb97a0e46" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d053d36393f850a4e500eb3f28769853466d8" 2018-11-09 14:36:04,234 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:03 GMT Server: Apache x-compute-request-id: req-d5b454e2-ad4a-48cf-a917-5873057adcbf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5b454e2-ad4a-48cf-a917-5873057adcbf Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 14:36:04,234 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5/encryption used request id req-d5b454e2-ad4a-48cf-a917-5873057adcbf 2018-11-09 14:36:04,235 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-89d539ae-1072-4310-85c3-04bc177dcafe 2018-11-09 14:36:04,237 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1026a6b-d98e-4161-9c2b-f1fbb97a0e46" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d053d36393f850a4e500eb3f28769853466d8" 2018-11-09 14:36:04,542 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2cc3dcec-d420-435d-9540-a4550c95e95a 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-11-09 14:36:04,542 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5 used request id req-2cc3dcec-d420-435d-9540-a4550c95e95a 2018-11-09 14:36:04,545 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1026a6b-d98e-4161-9c2b-f1fbb97a0e46" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d053d36393f850a4e500eb3f28769853466d8" 2018-11-09 14:36:04,703 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:36:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-174abd45-48be-4582-8171-a0331e747987 x-openstack-request-id: req-174abd45-48be-4582-8171-a0331e747987 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5 could not be found.", "code": 404}} 2018-11-09 14:36:04,703 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5 used request id req-174abd45-48be-4582-8171-a0331e747987 2018-11-09 14:36:04,703 - cinder_utils - INFO - Volume with ID [acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5] does not exist 2018-11-09 14:36:04,703 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-89d539ae-1072-4310-85c3-04bc177dcafe 2018-11-09 14:36:04,706 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-d1026a6b-d98e-4161-9c2b-f1fbb97a0e46" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}462d053d36393f850a4e500eb3f28769853466d8" 2018-11-09 14:36:05,433 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:36:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-f23f07dc-2c56-4bea-8f04-46c17cfd8795 x-openstack-request-id: req-f23f07dc-2c56-4bea-8f04-46c17cfd8795 Content-Length: 114 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5 could not be found.", "code": 404}} 2018-11-09 14:36:05,434 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/acb037ea-d6a3-4e8e-b7b0-1257ba42c9a5 used request id req-f23f07dc-2c56-4bea-8f04-46c17cfd8795 2018-11-09 14:36:05,436 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:36:05,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:36:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["xOSzarVBTxeq9404GiAcUg"], "issued_at": "2018-11-09T14:36:05.000000Z"}} 2018-11-09 14:36:05,819 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4d5d75c617660730d83ad551ecbe5dc6c017e2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsSimpleVolumeTypeTests-93765183-7dae-4b75-91d5-350e68095404", "description": null}}' 2018-11-09 14:36:06,589 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:05 GMT Server: Apache x-compute-request-id: req-e34c158c-92ea-40ac-aedb-b121b7dd1fe0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e34c158c-92ea-40ac-aedb-b121b7dd1fe0 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-93765183-7dae-4b75-91d5-350e68095404", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1c5677d0-66ce-4e19-94ab-06266d25c870", "description": null}} 2018-11-09 14:36:06,589 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types used request id req-e34c158c-92ea-40ac-aedb-b121b7dd1fe0 2018-11-09 14:36:06,592 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types?is_public=None -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e34c158c-92ea-40ac-aedb-b121b7dd1fe0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4d5d75c617660730d83ad551ecbe5dc6c017e2" 2018-11-09 14:36:06,764 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:06 GMT Server: Apache x-compute-request-id: req-d141b28d-f37e-41ee-b829-c2184c9a3ea5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d141b28d-f37e-41ee-b829-c2184c9a3ea5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"volume_types": [{"name": "CinderUtilsSimpleVolumeTypeTests-93765183-7dae-4b75-91d5-350e68095404", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1c5677d0-66ce-4e19-94ab-06266d25c870", "description": null}]} 2018-11-09 14:36:06,764 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types?is_public=None used request id req-d141b28d-f37e-41ee-b829-c2184c9a3ea5 2018-11-09 14:36:06,767 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e34c158c-92ea-40ac-aedb-b121b7dd1fe0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4d5d75c617660730d83ad551ecbe5dc6c017e2" 2018-11-09 14:36:06,938 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:06 GMT Server: Apache x-compute-request-id: req-1e3a58c1-dc7d-4994-a699-e4bfa0be2454 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e3a58c1-dc7d-4994-a699-e4bfa0be2454 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-93765183-7dae-4b75-91d5-350e68095404", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1c5677d0-66ce-4e19-94ab-06266d25c870", "description": null}} 2018-11-09 14:36:06,938 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870 used request id req-1e3a58c1-dc7d-4994-a699-e4bfa0be2454 2018-11-09 14:36:06,941 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e34c158c-92ea-40ac-aedb-b121b7dd1fe0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4d5d75c617660730d83ad551ecbe5dc6c017e2" 2018-11-09 14:36:07,107 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:06 GMT Server: Apache x-compute-request-id: req-5be71f4f-87fa-4145-835a-215d6e9c061a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5be71f4f-87fa-4145-835a-215d6e9c061a Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 14:36:07,107 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870/encryption used request id req-5be71f4f-87fa-4145-835a-215d6e9c061a 2018-11-09 14:36:07,110 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e34c158c-92ea-40ac-aedb-b121b7dd1fe0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4d5d75c617660730d83ad551ecbe5dc6c017e2" 2018-11-09 14:36:07,283 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:07 GMT Server: Apache x-compute-request-id: req-2ca52c63-803c-4407-8817-55bfc267333a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2ca52c63-803c-4407-8817-55bfc267333a Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-93765183-7dae-4b75-91d5-350e68095404", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1c5677d0-66ce-4e19-94ab-06266d25c870", "description": null}} 2018-11-09 14:36:07,283 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870 used request id req-2ca52c63-803c-4407-8817-55bfc267333a 2018-11-09 14:36:07,286 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e34c158c-92ea-40ac-aedb-b121b7dd1fe0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4d5d75c617660730d83ad551ecbe5dc6c017e2" 2018-11-09 14:36:07,446 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:07 GMT Server: Apache x-compute-request-id: req-e6e60c2c-26ff-4168-b271-ecd4fd868fb9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e6e60c2c-26ff-4168-b271-ecd4fd868fb9 Content-Encoding: gzip Content-Length: 206 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsSimpleVolumeTypeTests-93765183-7dae-4b75-91d5-350e68095404", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "1c5677d0-66ce-4e19-94ab-06266d25c870", "description": null}} 2018-11-09 14:36:07,446 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870 used request id req-e6e60c2c-26ff-4168-b271-ecd4fd868fb9 2018-11-09 14:36:07,449 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e34c158c-92ea-40ac-aedb-b121b7dd1fe0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4d5d75c617660730d83ad551ecbe5dc6c017e2" 2018-11-09 14:36:07,623 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:07 GMT Server: Apache x-compute-request-id: req-f2547e66-7605-4ccb-a104-9631f1f17594 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f2547e66-7605-4ccb-a104-9631f1f17594 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 14:36:07,624 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870/encryption used request id req-f2547e66-7605-4ccb-a104-9631f1f17594 2018-11-09 14:36:07,624 - cinder_utils - INFO - Deleting volume named - CinderUtilsSimpleVolumeTypeTests-93765183-7dae-4b75-91d5-350e68095404 2018-11-09 14:36:07,627 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e34c158c-92ea-40ac-aedb-b121b7dd1fe0" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3a4d5d75c617660730d83ad551ecbe5dc6c017e2" 2018-11-09 14:36:07,697 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:07 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9a3981af-d77c-435f-8dc1-3ec74a978fd4 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-11-09 14:36:07,697 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/1c5677d0-66ce-4e19-94ab-06266d25c870 used request id req-9a3981af-d77c-435f-8dc1-3ec74a978fd4 2018-11-09 14:36:07,699 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:36:08,090 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:36:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["A4_ka1vaTiax1wAOCbPGuA"], "issued_at": "2018-11-09T14:36:08.000000Z"}} 2018-11-09 14:36:08,093 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e829a5e84b6fcc12164ffa3ebad51ac2110922d" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-4a07e78a-53f5-4b86-9c45-4cf96e36d5c3-type", "description": null}}' 2018-11-09 14:36:08,305 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:08 GMT Server: Apache x-compute-request-id: req-a709f1f2-38e2-4afc-a335-60481d920ca3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a709f1f2-38e2-4afc-a335-60481d920ca3 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-4a07e78a-53f5-4b86-9c45-4cf96e36d5c3-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "315783b2-030a-4675-9b39-2ae51d30ff30", "description": null}} 2018-11-09 14:36:08,305 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types used request id req-a709f1f2-38e2-4afc-a335-60481d920ca3 2018-11-09 14:36:08,308 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/315783b2-030a-4675-9b39-2ae51d30ff30/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-a709f1f2-38e2-4afc-a335-60481d920ca3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e829a5e84b6fcc12164ffa3ebad51ac2110922d" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-4a07e78a-53f5-4b86-9c45-4cf96e36d5c3", "control_location": "back-end", "key_size": -1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-11-09 14:36:08,501 - cinderclient.v3.client - DEBUG - RESP: [400] Date: Fri, 09 Nov 2018 14:36:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-d6c05c28-6800-47c7-b234-340513eb70d2 x-openstack-request-id: req-d6c05c28-6800-47c7-b234-340513eb70d2 Content-Length: 65 Content-Type: application/json RESP BODY: {"badRequest": {"message": "key_size must be >= 0", "code": 400}} 2018-11-09 14:36:08,501 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/315783b2-030a-4675-9b39-2ae51d30ff30/encryption used request id req-d6c05c28-6800-47c7-b234-340513eb70d2 2018-11-09 14:36:08,501 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-4a07e78a-53f5-4b86-9c45-4cf96e36d5c3-type 2018-11-09 14:36:08,504 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/315783b2-030a-4675-9b39-2ae51d30ff30 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-a709f1f2-38e2-4afc-a335-60481d920ca3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6e829a5e84b6fcc12164ffa3ebad51ac2110922d" 2018-11-09 14:36:09,276 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:08 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f22e5a67-03c9-4db7-b63b-951834fedfc8 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-11-09 14:36:09,276 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/315783b2-030a-4675-9b39-2ae51d30ff30 used request id req-f22e5a67-03c9-4db7-b63b-951834fedfc8 2018-11-09 14:36:09,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:36:09,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:36:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["eHWJu6zCQF-MQEi_a_j4KQ"], "issued_at": "2018-11-09T14:36:09.000000Z"}} 2018-11-09 14:36:09,671 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79-type", "description": null}}' 2018-11-09 14:36:09,863 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:09 GMT Server: Apache x-compute-request-id: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "240159b0-1bea-43e0-8fe0-23aaabc83df0", "description": null}} 2018-11-09 14:36:09,863 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types used request id req-f0ddced2-fc06-45a9-a664-9c94cc32e62d 2018-11-09 14:36:09,867 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" -d '{"encryption": {"control_location": "back-end", "provider_class": "LuksEncryptor", "name": "CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79", "provider": "LuksEncryptor"}}' 2018-11-09 14:36:10,081 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:09 GMT Server: Apache x-compute-request-id: req-ded49cc8-c386-46f3-bcc3-231ef1304400 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ded49cc8-c386-46f3-bcc3-231ef1304400 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "240159b0-1bea-43e0-8fe0-23aaabc83df0", "name": "CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79", "control_location": "back-end", "encryption_id": "4880c575-ecf2-4ba8-82ab-853064d32592", "provider": "LuksEncryptor", "provider_class": "LuksEncryptor"}} 2018-11-09 14:36:10,081 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0/encryption used request id req-ded49cc8-c386-46f3-bcc3-231ef1304400 2018-11-09 14:36:10,085 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" 2018-11-09 14:36:10,270 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:10 GMT Server: Apache x-compute-request-id: req-8529f122-00e9-422f-80dc-90491c7944df OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8529f122-00e9-422f-80dc-90491c7944df Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "240159b0-1bea-43e0-8fe0-23aaabc83df0", "description": null}} 2018-11-09 14:36:10,270 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0 used request id req-8529f122-00e9-422f-80dc-90491c7944df 2018-11-09 14:36:10,273 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" 2018-11-09 14:36:10,428 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:10 GMT Server: Apache x-compute-request-id: req-e436b8ad-bbd5-473a-abe0-b933f638b4f5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e436b8ad-bbd5-473a-abe0-b933f638b4f5 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"volume_type_id": "240159b0-1bea-43e0-8fe0-23aaabc83df0", "control_location": "back-end", "deleted": false, "created_at": "2018-11-09T14:36:10.000000", "updated_at": null, "encryption_id": "4880c575-ecf2-4ba8-82ab-853064d32592", "key_size": null, "provider": "LuksEncryptor", "deleted_at": null, "cipher": null} 2018-11-09 14:36:10,428 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0/encryption used request id req-e436b8ad-bbd5-473a-abe0-b933f638b4f5 2018-11-09 14:36:10,428 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79-type 2018-11-09 14:36:10,431 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" 2018-11-09 14:36:10,599 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:10 GMT Server: Apache x-compute-request-id: req-3f7e4d4c-f731-4549-b321-1a9135f0ba8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3f7e4d4c-f731-4549-b321-1a9135f0ba8a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "240159b0-1bea-43e0-8fe0-23aaabc83df0", "description": null}} 2018-11-09 14:36:10,599 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0 used request id req-3f7e4d4c-f731-4549-b321-1a9135f0ba8a 2018-11-09 14:36:10,602 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" 2018-11-09 14:36:11,337 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:10 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-eea09849-7f32-43c6-915f-6fc16ce03121 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-11-09 14:36:11,337 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0/encryption/provider used request id req-eea09849-7f32-43c6-915f-6fc16ce03121 2018-11-09 14:36:11,340 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" 2018-11-09 14:36:11,364 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:11 GMT Server: Apache x-compute-request-id: req-d9e442ec-76d2-41a8-8196-bdb885aebc0d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d9e442ec-76d2-41a8-8196-bdb885aebc0d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "240159b0-1bea-43e0-8fe0-23aaabc83df0", "description": null}} 2018-11-09 14:36:11,364 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0 used request id req-d9e442ec-76d2-41a8-8196-bdb885aebc0d 2018-11-09 14:36:11,367 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" 2018-11-09 14:36:11,541 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:11 GMT Server: Apache x-compute-request-id: req-f6a739d1-8d8e-4307-b818-2990bbcda451 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f6a739d1-8d8e-4307-b818-2990bbcda451 Content-Length: 2 Content-Type: application/json RESP BODY: {} 2018-11-09 14:36:11,541 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0/encryption used request id req-f6a739d1-8d8e-4307-b818-2990bbcda451 2018-11-09 14:36:11,541 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79-type 2018-11-09 14:36:11,544 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" 2018-11-09 14:36:11,719 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:11 GMT Server: Apache x-compute-request-id: req-bb614834-5ec3-4643-8c5a-7663c2bc989b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bb614834-5ec3-4643-8c5a-7663c2bc989b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "240159b0-1bea-43e0-8fe0-23aaabc83df0", "description": null}} 2018-11-09 14:36:11,719 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0 used request id req-bb614834-5ec3-4643-8c5a-7663c2bc989b 2018-11-09 14:36:11,722 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" 2018-11-09 14:36:11,890 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:36:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-3516113f-5e40-4691-9bd7-4f2b7ecb5347 x-openstack-request-id: req-3516113f-5e40-4691-9bd7-4f2b7ecb5347 Content-Length: 130 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "Volume type encryption for type 240159b0-1bea-43e0-8fe0-23aaabc83df0 does not exist.", "code": 404}} 2018-11-09 14:36:11,890 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0/encryption/provider used request id req-3516113f-5e40-4691-9bd7-4f2b7ecb5347 2018-11-09 14:36:11,890 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-2b622000-4bcc-465a-a983-c16d3fd55d79-type 2018-11-09 14:36:11,893 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-f0ddced2-fc06-45a9-a664-9c94cc32e62d" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8dabae2c1757300b03d2b8e83fb4ee65a66bc2b3" 2018-11-09 14:36:12,663 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:11 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-39ec293e-797d-4677-bede-7c02431e735d 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-11-09 14:36:12,664 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/240159b0-1bea-43e0-8fe0-23aaabc83df0 used request id req-39ec293e-797d-4677-bede-7c02431e735d 2018-11-09 14:36:12,666 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:36:13,054 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:36:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["EWUxV_PSRJW3f30mXol8Tg"], "issued_at": "2018-11-09T14:36:13.000000Z"}} 2018-11-09 14:36:13,057 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab0003a6df2abeb8ffb03048f9a2c289ae3bed8" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-a985993c-dabc-41ed-ab0b-99542af29505-type", "description": null}}' 2018-11-09 14:36:13,248 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:13 GMT Server: Apache x-compute-request-id: req-ded529bb-4538-47bf-bcc6-c14949d0e8f3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ded529bb-4538-47bf-bcc6-c14949d0e8f3 Content-Encoding: gzip Content-Length: 199 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-a985993c-dabc-41ed-ab0b-99542af29505-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "86b941fd-cdd4-4a7e-8b4f-27cc206fb498", "description": null}} 2018-11-09 14:36:13,249 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types used request id req-ded529bb-4538-47bf-bcc6-c14949d0e8f3 2018-11-09 14:36:13,252 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-ded529bb-4538-47bf-bcc6-c14949d0e8f3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab0003a6df2abeb8ffb03048f9a2c289ae3bed8" -d '{"encryption": {"control_location": "front-end", "provider_class": "foo", "name": "CinderUtilsAddEncryptionTests-a985993c-dabc-41ed-ab0b-99542af29505", "provider": "foo"}}' 2018-11-09 14:36:13,465 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:13 GMT Server: Apache x-compute-request-id: req-dd664c51-dae1-4458-b5c8-ad194ef605c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dd664c51-dae1-4458-b5c8-ad194ef605c7 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "86b941fd-cdd4-4a7e-8b4f-27cc206fb498", "name": "CinderUtilsAddEncryptionTests-a985993c-dabc-41ed-ab0b-99542af29505", "control_location": "front-end", "encryption_id": "809f6abb-3bfd-483d-a59b-06846f30886e", "provider": "foo", "provider_class": "foo"}} 2018-11-09 14:36:13,466 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498/encryption used request id req-dd664c51-dae1-4458-b5c8-ad194ef605c7 2018-11-09 14:36:13,469 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded529bb-4538-47bf-bcc6-c14949d0e8f3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab0003a6df2abeb8ffb03048f9a2c289ae3bed8" 2018-11-09 14:36:13,640 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:13 GMT Server: Apache x-compute-request-id: req-1a171711-5418-481e-a954-13d71a006247 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1a171711-5418-481e-a954-13d71a006247 Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-a985993c-dabc-41ed-ab0b-99542af29505-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "86b941fd-cdd4-4a7e-8b4f-27cc206fb498", "description": null}} 2018-11-09 14:36:13,640 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498 used request id req-1a171711-5418-481e-a954-13d71a006247 2018-11-09 14:36:13,643 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded529bb-4538-47bf-bcc6-c14949d0e8f3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab0003a6df2abeb8ffb03048f9a2c289ae3bed8" 2018-11-09 14:36:13,817 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:13 GMT Server: Apache x-compute-request-id: req-8fb39347-b016-4aa8-b282-6050f845656d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8fb39347-b016-4aa8-b282-6050f845656d Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "86b941fd-cdd4-4a7e-8b4f-27cc206fb498", "control_location": "front-end", "deleted": false, "created_at": "2018-11-09T14:36:13.000000", "updated_at": null, "encryption_id": "809f6abb-3bfd-483d-a59b-06846f30886e", "key_size": null, "provider": "foo", "deleted_at": null, "cipher": null} 2018-11-09 14:36:13,817 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498/encryption used request id req-8fb39347-b016-4aa8-b282-6050f845656d 2018-11-09 14:36:13,818 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-a985993c-dabc-41ed-ab0b-99542af29505-type 2018-11-09 14:36:13,820 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded529bb-4538-47bf-bcc6-c14949d0e8f3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab0003a6df2abeb8ffb03048f9a2c289ae3bed8" 2018-11-09 14:36:14,003 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:13 GMT Server: Apache x-compute-request-id: req-60d5eb0a-df7f-4586-936f-41b682dc980e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-60d5eb0a-df7f-4586-936f-41b682dc980e Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-a985993c-dabc-41ed-ab0b-99542af29505-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "86b941fd-cdd4-4a7e-8b4f-27cc206fb498", "description": null}} 2018-11-09 14:36:14,003 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498 used request id req-60d5eb0a-df7f-4586-936f-41b682dc980e 2018-11-09 14:36:14,006 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded529bb-4538-47bf-bcc6-c14949d0e8f3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab0003a6df2abeb8ffb03048f9a2c289ae3bed8" 2018-11-09 14:36:14,205 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-6a428c3a-7f0f-4278-aad1-6a99ff3976f3 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-11-09 14:36:14,205 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498/encryption/provider used request id req-6a428c3a-7f0f-4278-aad1-6a99ff3976f3 2018-11-09 14:36:14,205 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-a985993c-dabc-41ed-ab0b-99542af29505-type 2018-11-09 14:36:14,208 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-ded529bb-4538-47bf-bcc6-c14949d0e8f3" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aab0003a6df2abeb8ffb03048f9a2c289ae3bed8" 2018-11-09 14:36:14,267 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ec2de861-04fb-42d1-97a6-e950de62b58c 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-11-09 14:36:14,267 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/86b941fd-cdd4-4a7e-8b4f-27cc206fb498 used request id req-ec2de861-04fb-42d1-97a6-e950de62b58c 2018-11-09 14:36:14,269 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:36:14,642 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:36:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["ZiO7kkXAQyOdvX-IPD1CHg"], "issued_at": "2018-11-09T14:36:14.000000Z"}} 2018-11-09 14:36:14,645 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd24c5e438d46f612be3776f0f967076dcce978" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsAddEncryptionTests-641df7ff-90e6-49ea-ae99-8aaeb3fec602-type", "description": null}}' 2018-11-09 14:36:14,866 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:14 GMT Server: Apache x-compute-request-id: req-df98bce3-3dd5-4a91-8b0b-c9a67db1bdad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-df98bce3-3dd5-4a91-8b0b-c9a67db1bdad Content-Encoding: gzip Content-Length: 197 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-641df7ff-90e6-49ea-ae99-8aaeb3fec602-type", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06bca784-100b-4356-a48b-5f28d77bdc06", "description": null}} 2018-11-09 14:36:14,866 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types used request id req-df98bce3-3dd5-4a91-8b0b-c9a67db1bdad 2018-11-09 14:36:14,869 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-df98bce3-3dd5-4a91-8b0b-c9a67db1bdad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd24c5e438d46f612be3776f0f967076dcce978" -d '{"encryption": {"name": "CinderUtilsAddEncryptionTests-641df7ff-90e6-49ea-ae99-8aaeb3fec602", "control_location": "back-end", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}}' 2018-11-09 14:36:15,699 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:14 GMT Server: Apache x-compute-request-id: req-776a77fe-a689-4620-b4ad-7446c999db54 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-776a77fe-a689-4620-b4ad-7446c999db54 Content-Encoding: gzip Content-Length: 234 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "06bca784-100b-4356-a48b-5f28d77bdc06", "name": "CinderUtilsAddEncryptionTests-641df7ff-90e6-49ea-ae99-8aaeb3fec602", "control_location": "back-end", "encryption_id": "9814835e-2e9e-4b7f-b3a8-daa20b85f046", "key_size": 1, "provider": "foo", "provider_class": "foo", "cipher": "bar"}} 2018-11-09 14:36:15,699 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06/encryption used request id req-776a77fe-a689-4620-b4ad-7446c999db54 2018-11-09 14:36:15,702 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df98bce3-3dd5-4a91-8b0b-c9a67db1bdad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd24c5e438d46f612be3776f0f967076dcce978" 2018-11-09 14:36:15,869 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:15 GMT Server: Apache x-compute-request-id: req-afdeccc3-cbd6-4ef3-b346-8d20453026ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-afdeccc3-cbd6-4ef3-b346-8d20453026ed Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-641df7ff-90e6-49ea-ae99-8aaeb3fec602-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06bca784-100b-4356-a48b-5f28d77bdc06", "description": null}} 2018-11-09 14:36:15,869 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06 used request id req-afdeccc3-cbd6-4ef3-b346-8d20453026ed 2018-11-09 14:36:15,872 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df98bce3-3dd5-4a91-8b0b-c9a67db1bdad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd24c5e438d46f612be3776f0f967076dcce978" 2018-11-09 14:36:16,046 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:15 GMT Server: Apache x-compute-request-id: req-50c88c85-f37f-45da-a4c9-98c52b7f3bc4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-50c88c85-f37f-45da-a4c9-98c52b7f3bc4 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"volume_type_id": "06bca784-100b-4356-a48b-5f28d77bdc06", "control_location": "back-end", "deleted": false, "created_at": "2018-11-09T14:36:15.000000", "updated_at": null, "encryption_id": "9814835e-2e9e-4b7f-b3a8-daa20b85f046", "key_size": 1, "provider": "foo", "deleted_at": null, "cipher": "bar"} 2018-11-09 14:36:16,046 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06/encryption used request id req-50c88c85-f37f-45da-a4c9-98c52b7f3bc4 2018-11-09 14:36:16,047 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsAddEncryptionTests-641df7ff-90e6-49ea-ae99-8aaeb3fec602-type 2018-11-09 14:36:16,049 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df98bce3-3dd5-4a91-8b0b-c9a67db1bdad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd24c5e438d46f612be3776f0f967076dcce978" 2018-11-09 14:36:16,229 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:16 GMT Server: Apache x-compute-request-id: req-6e2e9794-807d-4adb-80cd-ad898bb7cef2 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e2e9794-807d-4adb-80cd-ad898bb7cef2 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsAddEncryptionTests-641df7ff-90e6-49ea-ae99-8aaeb3fec602-type", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "06bca784-100b-4356-a48b-5f28d77bdc06", "description": null}} 2018-11-09 14:36:16,229 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06 used request id req-6e2e9794-807d-4adb-80cd-ad898bb7cef2 2018-11-09 14:36:16,232 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df98bce3-3dd5-4a91-8b0b-c9a67db1bdad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd24c5e438d46f612be3776f0f967076dcce978" 2018-11-09 14:36:16,445 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a62cfaf2-5496-4560-94df-c20c238d957c 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-11-09 14:36:16,445 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06/encryption/provider used request id req-a62cfaf2-5496-4560-94df-c20c238d957c 2018-11-09 14:36:16,445 - cinder_utils - INFO - Deleting volume named - CinderUtilsAddEncryptionTests-641df7ff-90e6-49ea-ae99-8aaeb3fec602-type 2018-11-09 14:36:16,448 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-df98bce3-3dd5-4a91-8b0b-c9a67db1bdad" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fd24c5e438d46f612be3776f0f967076dcce978" 2018-11-09 14:36:16,646 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:16 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f24ab11-48bc-430a-b635-5528024e49ee 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-11-09 14:36:16,646 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/06bca784-100b-4356-a48b-5f28d77bdc06 used request id req-5f24ab11-48bc-430a-b635-5528024e49ee 2018-11-09 14:36:16,648 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:36:17,032 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:36:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["-Z6ZlRl1T3WTENBTrZfXiw"], "issued_at": "2018-11-09T14:36:17.000000Z"}} 2018-11-09 14:36:17,035 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a3d160f81ab78ced81b8902306cd01c0c723dd" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-0dfef032-5a48-40e5-9218-8d5e1bb04cad-qos"}}' 2018-11-09 14:36:17,231 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:17 GMT Server: Apache x-compute-request-id: req-9b4f22ad-62a6-40b6-974e-aae9505a2a24 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9b4f22ad-62a6-40b6-974e-aae9505a2a24 Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "f4c1665e-b943-446b-8b85-23db926fd0c5", "name": "CinderUtilsVolumeTypeCompleteTests-0dfef032-5a48-40e5-9218-8d5e1bb04cad-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/f4c1665e-b943-446b-8b85-23db926fd0c5", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/f4c1665e-b943-446b-8b85-23db926fd0c5", "rel": "bookmark"}]} 2018-11-09 14:36:17,232 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-9b4f22ad-62a6-40b6-974e-aae9505a2a24 2018-11-09 14:36:17,235 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9b4f22ad-62a6-40b6-974e-aae9505a2a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a3d160f81ab78ced81b8902306cd01c0c723dd" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-0dfef032-5a48-40e5-9218-8d5e1bb04cad", "description": null}}' 2018-11-09 14:36:17,448 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:17 GMT Server: Apache x-compute-request-id: req-db199b27-8cf7-4a68-9c27-99b8e78baf65 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-db199b27-8cf7-4a68-9c27-99b8e78baf65 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0dfef032-5a48-40e5-9218-8d5e1bb04cad", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d61b325c-1598-4c7a-ade4-b86d359e81f6", "description": null}} 2018-11-09 14:36:17,449 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types used request id req-db199b27-8cf7-4a68-9c27-99b8e78baf65 2018-11-09 14:36:17,452 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-9b4f22ad-62a6-40b6-974e-aae9505a2a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a3d160f81ab78ced81b8902306cd01c0c723dd" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-09 14:36:18,240 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:17 GMT Server: Apache x-compute-request-id: req-ab12e665-a9ce-40bd-802c-1bf87452433e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ab12e665-a9ce-40bd-802c-1bf87452433e Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "d61b325c-1598-4c7a-ade4-b86d359e81f6", "name": "foo", "control_location": "back-end", "encryption_id": "5395c813-05d6-4922-a8c2-c041b3c0c03e", "provider": "bar", "provider_class": "bar"}} 2018-11-09 14:36:18,241 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6/encryption used request id req-ab12e665-a9ce-40bd-802c-1bf87452433e 2018-11-09 14:36:18,244 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b4f22ad-62a6-40b6-974e-aae9505a2a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a3d160f81ab78ced81b8902306cd01c0c723dd" 2018-11-09 14:36:18,426 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:18 GMT Server: Apache x-compute-request-id: req-fe65d438-8abd-4483-bd0f-fa8dec577081 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fe65d438-8abd-4483-bd0f-fa8dec577081 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0dfef032-5a48-40e5-9218-8d5e1bb04cad", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d61b325c-1598-4c7a-ade4-b86d359e81f6", "description": null}} 2018-11-09 14:36:18,426 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6 used request id req-fe65d438-8abd-4483-bd0f-fa8dec577081 2018-11-09 14:36:18,429 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b4f22ad-62a6-40b6-974e-aae9505a2a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a3d160f81ab78ced81b8902306cd01c0c723dd" 2018-11-09 14:36:18,600 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:18 GMT Server: Apache x-compute-request-id: req-86f94d07-e887-4f34-8192-392183691dc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-86f94d07-e887-4f34-8192-392183691dc7 Content-Encoding: gzip Content-Length: 215 Content-Type: application/json RESP BODY: {"volume_type_id": "d61b325c-1598-4c7a-ade4-b86d359e81f6", "control_location": "back-end", "deleted": false, "created_at": "2018-11-09T14:36:18.000000", "updated_at": null, "encryption_id": "5395c813-05d6-4922-a8c2-c041b3c0c03e", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-09 14:36:18,601 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6/encryption used request id req-86f94d07-e887-4f34-8192-392183691dc7 2018-11-09 14:36:18,601 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-0dfef032-5a48-40e5-9218-8d5e1bb04cad 2018-11-09 14:36:18,604 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b4f22ad-62a6-40b6-974e-aae9505a2a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a3d160f81ab78ced81b8902306cd01c0c723dd" 2018-11-09 14:36:18,778 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:18 GMT Server: Apache x-compute-request-id: req-90450a40-aeb4-47c6-88d8-6263bfff6ca5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-90450a40-aeb4-47c6-88d8-6263bfff6ca5 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-0dfef032-5a48-40e5-9218-8d5e1bb04cad", "qos_specs_id": null, "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "d61b325c-1598-4c7a-ade4-b86d359e81f6", "description": null}} 2018-11-09 14:36:18,779 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6 used request id req-90450a40-aeb4-47c6-88d8-6263bfff6ca5 2018-11-09 14:36:18,782 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b4f22ad-62a6-40b6-974e-aae9505a2a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a3d160f81ab78ced81b8902306cd01c0c723dd" 2018-11-09 14:36:18,983 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-81e14870-167e-4db1-a944-e458f08f122c 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-11-09 14:36:18,984 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6/encryption/provider used request id req-81e14870-167e-4db1-a944-e458f08f122c 2018-11-09 14:36:18,984 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-0dfef032-5a48-40e5-9218-8d5e1bb04cad 2018-11-09 14:36:18,987 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b4f22ad-62a6-40b6-974e-aae9505a2a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a3d160f81ab78ced81b8902306cd01c0c723dd" 2018-11-09 14:36:19,040 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:18 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a71df82b-ff98-4389-8c62-b1fb9ab5fb63 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-11-09 14:36:19,040 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/d61b325c-1598-4c7a-ade4-b86d359e81f6 used request id req-a71df82b-ff98-4389-8c62-b1fb9ab5fb63 2018-11-09 14:36:19,040 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-0dfef032-5a48-40e5-9218-8d5e1bb04cad-qos 2018-11-09 14:36:19,043 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/f4c1665e-b943-446b-8b85-23db926fd0c5?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-9b4f22ad-62a6-40b6-974e-aae9505a2a24" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b9a3d160f81ab78ced81b8902306cd01c0c723dd" 2018-11-09 14:36:19,093 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:19 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d2b2a2d0-dc75-4305-9172-3912c1928614 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-11-09 14:36:19,093 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/f4c1665e-b943-446b-8b85-23db926fd0c5?force=False used request id req-d2b2a2d0-dc75-4305-9172-3912c1928614 2018-11-09 14:36:19,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:36:19,480 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:36:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["ztPvkQb7Rl2EkZ_HGanDcg"], "issued_at": "2018-11-09T14:36:19.000000Z"}} 2018-11-09 14:36:19,483 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e6fb51faf7a1c4726a485d8c1d38ba4233860d7" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-928a6466-b257-4029-a3a1-86107243ce90-qos"}}' 2018-11-09 14:36:19,686 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:19 GMT Server: Apache x-compute-request-id: req-09235a4f-9ad8-4a71-8385-2004841ad71c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-09235a4f-9ad8-4a71-8385-2004841ad71c Content-Encoding: gzip Content-Length: 263 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "3664ad2a-d241-4d4b-becd-2ec8981a5247", "name": "CinderUtilsVolumeTypeCompleteTests-928a6466-b257-4029-a3a1-86107243ce90-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/3664ad2a-d241-4d4b-becd-2ec8981a5247", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/3664ad2a-d241-4d4b-becd-2ec8981a5247", "rel": "bookmark"}]} 2018-11-09 14:36:19,686 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-09235a4f-9ad8-4a71-8385-2004841ad71c 2018-11-09 14:36:19,688 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-09235a4f-9ad8-4a71-8385-2004841ad71c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e6fb51faf7a1c4726a485d8c1d38ba4233860d7" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-928a6466-b257-4029-a3a1-86107243ce90", "description": null}}' 2018-11-09 14:36:19,893 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:19 GMT Server: Apache x-compute-request-id: req-ade661cb-de45-421b-ac82-5dec6bf769ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ade661cb-de45-421b-ac82-5dec6bf769ce Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-928a6466-b257-4029-a3a1-86107243ce90", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "aa6e7c66-b988-4907-aa38-3ad0518ae590", "description": null}} 2018-11-09 14:36:19,894 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types used request id req-ade661cb-de45-421b-ac82-5dec6bf769ce 2018-11-09 14:36:19,897 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09235a4f-9ad8-4a71-8385-2004841ad71c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e6fb51faf7a1c4726a485d8c1d38ba4233860d7" 2018-11-09 14:36:20,073 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:19 GMT Server: Apache x-compute-request-id: req-f068292d-fbcd-46f7-9ac5-4c1adaa4e5ef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-f068292d-fbcd-46f7-9ac5-4c1adaa4e5ef Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "3664ad2a-d241-4d4b-becd-2ec8981a5247", "name": "CinderUtilsVolumeTypeCompleteTests-928a6466-b257-4029-a3a1-86107243ce90-qos"}]} 2018-11-09 14:36:20,073 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-f068292d-fbcd-46f7-9ac5-4c1adaa4e5ef 2018-11-09 14:36:20,076 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/None/associate?vol_type_id=aa6e7c66-b988-4907-aa38-3ad0518ae590 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09235a4f-9ad8-4a71-8385-2004841ad71c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e6fb51faf7a1c4726a485d8c1d38ba4233860d7" 2018-11-09 14:36:20,253 - cinderclient.v3.client - DEBUG - RESP: [404] Date: Fri, 09 Nov 2018 14:36:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-compute-request-id: req-972cab1d-780e-4515-95cf-6b5cc2d6f800 x-openstack-request-id: req-972cab1d-780e-4515-95cf-6b5cc2d6f800 Content-Length: 68 Content-Type: application/json RESP BODY: {"itemNotFound": {"message": "No such QoS spec None.", "code": 404}} 2018-11-09 14:36:20,254 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/None/associate?vol_type_id=aa6e7c66-b988-4907-aa38-3ad0518ae590 used request id req-972cab1d-780e-4515-95cf-6b5cc2d6f800 2018-11-09 14:36:20,254 - cinder_utils - WARNING - Unable to locate qos_spec named foo - No such QoS spec None. (HTTP 404) (Request-ID: req-972cab1d-780e-4515-95cf-6b5cc2d6f800) 2018-11-09 14:36:20,254 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-928a6466-b257-4029-a3a1-86107243ce90 2018-11-09 14:36:20,257 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/aa6e7c66-b988-4907-aa38-3ad0518ae590 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09235a4f-9ad8-4a71-8385-2004841ad71c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e6fb51faf7a1c4726a485d8c1d38ba4233860d7" 2018-11-09 14:36:20,486 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e32a0d3c-b9ff-47be-b506-088bcd27d790 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-11-09 14:36:20,486 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/aa6e7c66-b988-4907-aa38-3ad0518ae590 used request id req-e32a0d3c-b9ff-47be-b506-088bcd27d790 2018-11-09 14:36:20,486 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-928a6466-b257-4029-a3a1-86107243ce90-qos 2018-11-09 14:36:20,489 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/3664ad2a-d241-4d4b-becd-2ec8981a5247?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-09235a4f-9ad8-4a71-8385-2004841ad71c" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9e6fb51faf7a1c4726a485d8c1d38ba4233860d7" 2018-11-09 14:36:20,686 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:20 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3152cb53-d5d7-4501-aff6-11f820380645 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-11-09 14:36:20,686 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/3664ad2a-d241-4d4b-becd-2ec8981a5247?force=False used request id req-3152cb53-d5d7-4501-aff6-11f820380645 2018-11-09 14:36:20,689 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:36:21,067 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:36:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["jfjbUBRhTTW2ICEVtOPffQ"], "issued_at": "2018-11-09T14:36:21.000000Z"}} 2018-11-09 14:36:21,072 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa02be1fe0676d79f768b78d92c965f87f24b1f2" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-76b13449-612e-4b2d-add8-2f2b4a5072eb-qos"}}' 2018-11-09 14:36:21,268 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:21 GMT Server: Apache x-compute-request-id: req-6e86855e-cd3e-43ea-b3af-ad73ad0f05ce OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6e86855e-cd3e-43ea-b3af-ad73ad0f05ce Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "6ad1f8a6-4fb4-475d-be37-cbb719eb3598", "name": "CinderUtilsVolumeTypeCompleteTests-76b13449-612e-4b2d-add8-2f2b4a5072eb-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/6ad1f8a6-4fb4-475d-be37-cbb719eb3598", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/6ad1f8a6-4fb4-475d-be37-cbb719eb3598", "rel": "bookmark"}]} 2018-11-09 14:36:21,268 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-6e86855e-cd3e-43ea-b3af-ad73ad0f05ce 2018-11-09 14:36:21,271 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-6e86855e-cd3e-43ea-b3af-ad73ad0f05ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa02be1fe0676d79f768b78d92c965f87f24b1f2" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-76b13449-612e-4b2d-add8-2f2b4a5072eb", "description": null}}' 2018-11-09 14:36:21,468 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:21 GMT Server: Apache x-compute-request-id: req-e8096672-f9c7-439b-b243-78e720083774 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e8096672-f9c7-439b-b243-78e720083774 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-76b13449-612e-4b2d-add8-2f2b4a5072eb", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "407dce0c-e219-4989-8764-0eeaa18fa06e", "description": null}} 2018-11-09 14:36:21,469 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types used request id req-e8096672-f9c7-439b-b243-78e720083774 2018-11-09 14:36:21,472 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e86855e-cd3e-43ea-b3af-ad73ad0f05ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa02be1fe0676d79f768b78d92c965f87f24b1f2" 2018-11-09 14:36:21,657 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:21 GMT Server: Apache x-compute-request-id: req-dc3c6df0-2c92-4585-b561-123204a2cbe6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dc3c6df0-2c92-4585-b561-123204a2cbe6 Content-Encoding: gzip Content-Length: 176 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "6ad1f8a6-4fb4-475d-be37-cbb719eb3598", "name": "CinderUtilsVolumeTypeCompleteTests-76b13449-612e-4b2d-add8-2f2b4a5072eb-qos"}]} 2018-11-09 14:36:21,657 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-dc3c6df0-2c92-4585-b561-123204a2cbe6 2018-11-09 14:36:21,660 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/6ad1f8a6-4fb4-475d-be37-cbb719eb3598/associate?vol_type_id=407dce0c-e219-4989-8764-0eeaa18fa06e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e86855e-cd3e-43ea-b3af-ad73ad0f05ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa02be1fe0676d79f768b78d92c965f87f24b1f2" 2018-11-09 14:36:21,886 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f89e5dd0-9850-47da-9a96-9755f653de93 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-11-09 14:36:21,886 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/6ad1f8a6-4fb4-475d-be37-cbb719eb3598/associate?vol_type_id=407dce0c-e219-4989-8764-0eeaa18fa06e used request id req-f89e5dd0-9850-47da-9a96-9755f653de93 2018-11-09 14:36:21,886 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-76b13449-612e-4b2d-add8-2f2b4a5072eb 2018-11-09 14:36:21,889 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/407dce0c-e219-4989-8764-0eeaa18fa06e -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e86855e-cd3e-43ea-b3af-ad73ad0f05ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa02be1fe0676d79f768b78d92c965f87f24b1f2" 2018-11-09 14:36:22,664 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:21 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e19f4e1b-24a8-4007-af81-b44939b897fe 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-11-09 14:36:22,664 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/407dce0c-e219-4989-8764-0eeaa18fa06e used request id req-e19f4e1b-24a8-4007-af81-b44939b897fe 2018-11-09 14:36:22,664 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-76b13449-612e-4b2d-add8-2f2b4a5072eb-qos 2018-11-09 14:36:22,667 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/6ad1f8a6-4fb4-475d-be37-cbb719eb3598?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-6e86855e-cd3e-43ea-b3af-ad73ad0f05ce" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aa02be1fe0676d79f768b78d92c965f87f24b1f2" 2018-11-09 14:36:22,878 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:22 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-93333be7-dec5-455d-81b0-c62330cb711d 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-11-09 14:36:22,878 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/6ad1f8a6-4fb4-475d-be37-cbb719eb3598?force=False used request id req-93333be7-dec5-455d-81b0-c62330cb711d 2018-11-09 14:36:22,880 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-11-09 14:36:23,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e7e525a5dd00490f802ae82d71c35f9c", "name": "heat_stack_owner"}, {"id": "eca454812d9343b090a48d40475f5e7c", "name": "Member"}, {"id": "dc4c46b2381347bd983d7d486ae3151d", "name": "admin"}], "expires_at": "2018-11-09T15:36:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb45da6f1334a63bc64335c92eee11f", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "19017b38ebec482fb22a94f992ee4692"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2b5f3e4e02dd4f45b5afe9fa615124e8"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01c580e0a5844d0ae5388f38ffa1f5a"}], "type": "metric", "id": "009a784daa0d4fd0a7d13ea647b2391e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "290087ef8f794cd28c1488a580d32f73"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d976768dbcba44d2895baa07d4e78cc1"}, {"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e557e4c4b4e44c1988cdf912887950d5"}], "type": "image", "id": "2a5c014879c64634be505f4b622dd296", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "3447395b32654907b2ea59e794af0f73", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d98679e5c8d468fb17d02a04551df5f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3889d097ca594da8bb8bee267ccd31b9"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7098715fcea41679578263665af0019"}], "type": "cloudformation", "id": "4404ac636a864bcba5d93447049d92fe", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.27:9311", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "08d66ebb870e4a5fb8d42acb55994b18"}, {"url": "http://192.30.9.5:9311", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "370c31558f6a4ee3b71f8db55bf9570a"}, {"url": "http://192.30.9.5:9311", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "84af5a21ced44365ac295b8ebdaecfbf"}], "type": "key-manager", "id": "4db6f86f719944beb2ecee3e72a609b4", "name": "barbican"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4751659688c449acbcd6c0f886c676c6"}, {"url": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e1fd738699c45e1acb6ca3552d9f48b"}, {"url": "http://192.30.9.5:8776/v3/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "759947da7b434a299901712577f44cdd"}], "type": "volumev3", "id": "53eb8391e2cc4e689acaec41b3866565", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2cd5a24467f24e159884879bcf145027"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4dfe2f5450b2478faa04a917e9d49dcc"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9c8030998aa34e97b10d27bbf440104f"}], "type": "network", "id": "5828cc6d534c4005987dd5fd2ba0b208", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5788c2934d884f2694d4bab354f5df06"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "94bc717033384a1c84b043fd527dff7e"}, {"url": "http://192.30.9.5:8004/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9794750c6d584dc5a0147b25088f5846"}], "type": "orchestration", "id": "5e370e217a7a44729f3a5d8ee4e5a69b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "161e9070a971431f905bdae391049d01"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c878e0272144553914daf5a246b1d19"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f2e6adca4740460fba77ff99c826b0c6"}], "type": "placement", "id": "67c461853bba4a85accfa52e4d5a614e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48d45e70a3ba432bb412486d874af396"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59fb1f0ca2ed4e1d8acf138bc1052561"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "99b503705a2d43cba29b17dab14c9f64"}], "type": "alarming", "id": "9377bd9c76ff464b8d1054ccd6cb27f1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "04f1195c12684885ac0797ea080902be"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a380a41de17e44a0b0d02de942c85463"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f483460d8e9a462b998b2102f17254ad"}], "type": "compute", "id": "9c7adfa610a845079ee083d532543400", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "95e85d37c1eb4c3483f99cd939ab644c"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a20771e1cfcc4502afa3de726df9bcf4"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcea90a81333478fb8190e5709346834"}], "type": "identity", "id": "a1a6875b50974925ae80ad92fec94cef", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "01088c0f1a2b47d8ae22ed1ea802a37f"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0154c6c8d5a74aabb991855765eb3dc1"}, {"url": "http://192.30.9.5:8776/v1/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "39c3c317ece84d568cf1640072110cdb"}], "type": "volume", "id": "a5703ae254e74381a4706646cb7a4480", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:1789", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2bad3f7f7f434518b1b3016dc7fb0630"}, {"url": "http://172.30.9.27:1789", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d55da0a67f78436783f1a8362cbbabf3"}, {"url": "http://192.30.9.5:1789", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff5339d10cf34b72b4b61643bc226966"}], "type": "policy", "id": "fb00a6adfccc46169029f0948c0b671a", "name": "congress"}, {"endpoints": [{"url": "http://172.30.9.27:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52b26b0aeb3a41419ee45057edb91ed6"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d5081aa266e4a5faed6f712ef8f2b1b"}, {"url": "http://192.30.9.5:8776/v2/dfb45da6f1334a63bc64335c92eee11f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d13bbf3358624ea5b283d63ce378e7f2"}], "type": "volumev2", "id": "fd32bb715e364b15bb52240aec422645", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "id": "e9fe1a272784449798ddeb7355701307"}, "audit_ids": ["AerUy70FT22FODzBiqkOPQ"], "issued_at": "2018-11-09T14:36:23.000000Z"}} 2018-11-09 14:36:23,274 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" -d '{"qos_specs": {"foo": "bar", "consumer": "both", "name": "CinderUtilsVolumeTypeCompleteTests-13ae39e1-1113-4b89-b73e-1f690d58d2c8-qos"}}' 2018-11-09 14:36:23,459 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:23 GMT Server: Apache x-compute-request-id: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb Content-Encoding: gzip Content-Length: 262 Content-Type: application/json RESP BODY: {"qos_specs": {"specs": {"foo": "bar"}, "consumer": "both", "id": "010b56f3-9217-40c0-9a3f-8b4260c7344e", "name": "CinderUtilsVolumeTypeCompleteTests-13ae39e1-1113-4b89-b73e-1f690d58d2c8-qos"}, "links": [{"href": "http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/010b56f3-9217-40c0-9a3f-8b4260c7344e", "rel": "self"}, {"href": "http://172.30.9.27:8776/dfb45da6f1334a63bc64335c92eee11f/qos-specs/010b56f3-9217-40c0-9a3f-8b4260c7344e", "rel": "bookmark"}]} 2018-11-09 14:36:23,459 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-e100d0fc-085b-4e35-a3e2-aeccea0246fb 2018-11-09 14:36:23,463 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" -d '{"volume_type": {"os-volume-type-access:is_public": false, "name": "CinderUtilsVolumeTypeCompleteTests-13ae39e1-1113-4b89-b73e-1f690d58d2c8", "description": null}}' 2018-11-09 14:36:23,673 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:23 GMT Server: Apache x-compute-request-id: req-a2ee1717-7b22-46d1-871d-0282845a5c94 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a2ee1717-7b22-46d1-871d-0282845a5c94 Content-Encoding: gzip Content-Length: 196 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-13ae39e1-1113-4b89-b73e-1f690d58d2c8", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "050b3828-0091-4806-ab5f-918ce8b59d52", "description": null}} 2018-11-09 14:36:23,674 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types used request id req-a2ee1717-7b22-46d1-871d-0282845a5c94 2018-11-09 14:36:23,677 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52/encryption -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "X-OpenStack-Request-ID: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" -d '{"encryption": {"control_location": "back-end", "provider_class": "bar", "name": "foo", "provider": "bar"}}' 2018-11-09 14:36:23,884 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:23 GMT Server: Apache x-compute-request-id: req-627614af-7b76-42b0-b815-58924e17aef0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-627614af-7b76-42b0-b815-58924e17aef0 Content-Encoding: gzip Content-Length: 169 Content-Type: application/json RESP BODY: {"encryption": {"volume_type_id": "050b3828-0091-4806-ab5f-918ce8b59d52", "name": "foo", "control_location": "back-end", "encryption_id": "88eec0b1-2115-4044-ad19-f34d69298dae", "provider": "bar", "provider_class": "bar"}} 2018-11-09 14:36:23,884 - cinderclient.v3.client - DEBUG - POST call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52/encryption used request id req-627614af-7b76-42b0-b815-58924e17aef0 2018-11-09 14:36:23,887 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" 2018-11-09 14:36:24,049 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:23 GMT Server: Apache x-compute-request-id: req-d8ec9630-3ea1-466c-a196-338d9db1c27a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d8ec9630-3ea1-466c-a196-338d9db1c27a Content-Encoding: gzip Content-Length: 177 Content-Type: application/json RESP BODY: {"qos_specs": [{"specs": {"foo": "bar"}, "consumer": "both", "id": "010b56f3-9217-40c0-9a3f-8b4260c7344e", "name": "CinderUtilsVolumeTypeCompleteTests-13ae39e1-1113-4b89-b73e-1f690d58d2c8-qos"}]} 2018-11-09 14:36:24,049 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs used request id req-d8ec9630-3ea1-466c-a196-338d9db1c27a 2018-11-09 14:36:24,053 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/010b56f3-9217-40c0-9a3f-8b4260c7344e/associate?vol_type_id=050b3828-0091-4806-ab5f-918ce8b59d52 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" 2018-11-09 14:36:24,271 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-21005ef6-5070-4556-a6aa-e6fb5f2e4882 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-11-09 14:36:24,271 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/010b56f3-9217-40c0-9a3f-8b4260c7344e/associate?vol_type_id=050b3828-0091-4806-ab5f-918ce8b59d52 used request id req-21005ef6-5070-4556-a6aa-e6fb5f2e4882 2018-11-09 14:36:24,274 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" 2018-11-09 14:36:24,446 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:24 GMT Server: Apache x-compute-request-id: req-527d8187-7eab-4b99-acea-0cc35021748d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-527d8187-7eab-4b99-acea-0cc35021748d Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-13ae39e1-1113-4b89-b73e-1f690d58d2c8", "qos_specs_id": "010b56f3-9217-40c0-9a3f-8b4260c7344e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "050b3828-0091-4806-ab5f-918ce8b59d52", "description": null}} 2018-11-09 14:36:24,446 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52 used request id req-527d8187-7eab-4b99-acea-0cc35021748d 2018-11-09 14:36:24,448 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52/encryption -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" 2018-11-09 14:36:24,616 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:24 GMT Server: Apache x-compute-request-id: req-19cb7149-06f6-4f39-bbcb-25044f130dcd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-19cb7149-06f6-4f39-bbcb-25044f130dcd Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"volume_type_id": "050b3828-0091-4806-ab5f-918ce8b59d52", "control_location": "back-end", "deleted": false, "created_at": "2018-11-09T14:36:23.000000", "updated_at": null, "encryption_id": "88eec0b1-2115-4044-ad19-f34d69298dae", "key_size": null, "provider": "bar", "deleted_at": null, "cipher": null} 2018-11-09 14:36:24,617 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52/encryption used request id req-19cb7149-06f6-4f39-bbcb-25044f130dcd 2018-11-09 14:36:24,617 - cinder_utils - INFO - Deleting volume encryption for volume type - CinderUtilsVolumeTypeCompleteTests-13ae39e1-1113-4b89-b73e-1f690d58d2c8 2018-11-09 14:36:24,620 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" 2018-11-09 14:36:24,798 - cinderclient.v3.client - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:24 GMT Server: Apache x-compute-request-id: req-1fc4b7d0-ce4d-4342-a752-5327db7022bc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1fc4b7d0-ce4d-4342-a752-5327db7022bc Content-Encoding: gzip Content-Length: 231 Content-Type: application/json RESP BODY: {"volume_type": {"name": "CinderUtilsVolumeTypeCompleteTests-13ae39e1-1113-4b89-b73e-1f690d58d2c8", "qos_specs_id": "010b56f3-9217-40c0-9a3f-8b4260c7344e", "extra_specs": {}, "os-volume-type-access:is_public": false, "is_public": false, "id": "050b3828-0091-4806-ab5f-918ce8b59d52", "description": null}} 2018-11-09 14:36:24,798 - cinderclient.v3.client - DEBUG - GET call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52 used request id req-1fc4b7d0-ce4d-4342-a752-5327db7022bc 2018-11-09 14:36:24,801 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52/encryption/provider -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" 2018-11-09 14:36:25,013 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:24 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-dce58739-b32f-43db-b614-61e9b44a3fbd 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-11-09 14:36:25,013 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52/encryption/provider used request id req-dce58739-b32f-43db-b614-61e9b44a3fbd 2018-11-09 14:36:25,014 - cinder_utils - INFO - Deleting volume named - CinderUtilsVolumeTypeCompleteTests-13ae39e1-1113-4b89-b73e-1f690d58d2c8 2018-11-09 14:36:25,016 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52 -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" 2018-11-09 14:36:25,075 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-72da7ca7-6ae6-47e7-8731-d51e1e802a2c 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-11-09 14:36:25,076 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/types/050b3828-0091-4806-ab5f-918ce8b59d52 used request id req-72da7ca7-6ae6-47e7-8731-d51e1e802a2c 2018-11-09 14:36:25,076 - cinder_utils - INFO - Deleting QoS named - CinderUtilsVolumeTypeCompleteTests-13ae39e1-1113-4b89-b73e-1f690d58d2c8-qos 2018-11-09 14:36:25,078 - cinderclient.v3.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/010b56f3-9217-40c0-9a3f-8b4260c7344e?force=False -H "User-Agent: python-cinderclient" -H "X-OpenStack-Request-ID: req-e100d0fc-085b-4e35-a3e2-aeccea0246fb" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf8833fd0d496673f0c578070b403b8724810592" 2018-11-09 14:36:25,287 - cinderclient.v3.client - DEBUG - RESP: [202] Date: Fri, 09 Nov 2018 14:36:25 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-a1525326-f1a7-4018-8ec2-77a9dfd3c3fe 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-11-09 14:36:25,287 - cinderclient.v3.client - DEBUG - DELETE call to volumev3 for http://172.30.9.27:8776/v3/dfb45da6f1334a63bc64335c92eee11f/qos-specs/010b56f3-9217-40c0-9a3f-8b4260c7344e?force=False used request id req-a1525326-f1a7-4018-8ec2-77a9dfd3c3fe 2018-11-09 14:36:25,289 - 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) ... FAIL test_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ERROR test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ERROR test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ... ERROR 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) ... FAIL test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ... FAIL 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_add_remove_volume (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/nova_utils_tests.py", line 425, in setUp self.instance_creator.create(block=True) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 103, in create self.__create_vm(block) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 151, in __create_vm if not self.vm_active(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 525, in vm_active poll_interval): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 552, in __vm_status_check status = self.__status(expected_status_code) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 587, in __status 'Instance had an error during deployment') VmInstanceCreationError: Instance had an error during deployment ====================================================================== ERROR: test_attach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/nova_utils_tests.py", line 425, in setUp self.instance_creator.create(block=True) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 103, in create self.__create_vm(block) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 151, in __create_vm if not self.vm_active(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 525, in vm_active poll_interval): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 552, in __vm_status_check status = self.__status(expected_status_code) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 587, in __status 'Instance had an error during deployment') VmInstanceCreationError: Instance had an error during deployment ====================================================================== ERROR: test_detach_volume_nowait (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceVolumeTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/nova_utils_tests.py", line 425, in setUp self.instance_creator.create(block=True) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 103, in create self.__create_vm(block) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 151, in __create_vm if not self.vm_active(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 525, in vm_active poll_interval): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 552, in __vm_status_check status = self.__status(expected_status_code) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 587, in __status 'Instance had an error during deployment') VmInstanceCreationError: Instance had an error during deployment ====================================================================== 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 ====================================================================== FAIL: test_create_instance (snaps.openstack.utils.tests.nova_utils_tests.NovaUtilsInstanceTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/nova_utils_tests.py", line 357, in test_create_instance self.vm_inst.name, status, create_instance.STATUS_ACTIVE)) AssertionError: VM NovaUtilsInstanceTests-3087447f-427d-4e67-a183-51d7ed3abc83-vm_inst status ERROR is not ACTIVE ====================================================================== FAIL: test_create_stack (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/heat_utils_tests.py", line 178, in test_create_stack self.assertTrue(stack_active(self.heat_client, self.stack1)) AssertionError: False is not true ====================================================================== FAIL: test_create_stack_x2 (snaps.openstack.utils.tests.heat_utils_tests.HeatUtilsCreateSimpleStackTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/snaps/openstack/utils/tests/heat_utils_tests.py", line 220, in test_create_stack_x2 self.assertTrue(stack_active(self.heat_client, self.stack1)) AssertionError: False is not true ---------------------------------------------------------------------- Ran 84 tests in 1068.902s FAILED (failures=3, errors=4) 2018-11-09 14:36:25,451 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-11-09 14:36:25,452 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 17:49 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-11-09 14:36:25,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:36:25,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:25,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8077deb-eeaa-40eb-a3f3-a58df4b6ca8c Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "e7e525a5dd00490f802ae82d71c35f9c", "links": {"self": "http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:36:25,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-b8077deb-eeaa-40eb-a3f3-a58df4b6ca8c 2018-11-09 14:36:25,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.081661939621s 2018-11-09 14:36:25,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 14:36:25,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:25,691 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:36:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55142797-b611-44d8-89f3-5f6ecbab4e36 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:36:25,692 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/e7e525a5dd00490f802ae82d71c35f9c used request id req-55142797-b611-44d8-89f3-5f6ecbab4e36 2018-11-09 14:36:25,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.151477813721s 2018-11-09 14:36:25,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 14:36:25,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:25,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ef445f6-2fe3-475e-b2db-caa2cba5c8ae Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/2ee09e57e63146e3aebfcff31a7933fd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2ee09e57e63146e3aebfcff31a7933fd", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/2faf8556decc4f0dbcbbc3661871b84b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2faf8556decc4f0dbcbbc3661871b84b", "email": "neutron@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/33e98adb79a44265bb7710f49a8a74f4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33e98adb79a44265bb7710f49a8a74f4", "email": "glance@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/3e7693a0b26e4b04bbf06577a6f622c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e7693a0b26e4b04bbf06577a6f622c3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "congress", "links": {"self": "http://172.30.9.27:5000/v3/users/70e3a3ad4b8d46a49a3ad373f560a601"}, "domain_id": "default", "enabled": true, "options": {}, "id": "70e3a3ad4b8d46a49a3ad373f560a601", "email": "congress@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/751e7ccee10e442995770157e8d8bfc0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "751e7ccee10e442995770157e8d8bfc0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/75af1f2226c0418897a804d7f418d0ef"}, "domain_id": "default", "enabled": true, "options": {}, "id": "75af1f2226c0418897a804d7f418d0ef", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76c4e62b38bc454daa50e049163dde22"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76c4e62b38bc454daa50e049163dde22", "email": "heat@localhost", "password_expires_at": null}, {"name": "barbican", "links": {"self": "http://172.30.9.27:5000/v3/users/819d6d4731b8488584d4ac8e53a9a0cb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "819d6d4731b8488584d4ac8e53a9a0cb", "email": "barbican@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/8b57801c325346189091e28eba80e300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b57801c325346189091e28eba80e300", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/b10f10edf96c4672ad485eb7dfe7c04a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b10f10edf96c4672ad485eb7dfe7c04a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/b1d9524903444f0ca41994eb99e2b373"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1d9524903444f0ca41994eb99e2b373", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/df15a037c9bd4fdd9c6741eec42be2dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "df15a037c9bd4fdd9c6741eec42be2dc", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/e7373bf06b694d9c97106abb662c5c41"}, "domain_id": "f4d6982d641640bf9cbf08024a930573", "enabled": true, "options": {}, "id": "e7373bf06b694d9c97106abb662c5c41", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"password_expires_at": null, "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a", "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "domain_id": "default", "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-11-09 14:36:25,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0ef445f6-2fe3-475e-b2db-caa2cba5c8ae 2018-11-09 14:36:25,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102680921555s 2018-11-09 14:36:25,796 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-0ef445f6-2fe3-475e-b2db-caa2cba5c8ae 2018-11-09 14:36:25,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-11-09 14:36:25,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307 -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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:25,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4d91678-fd67-4d59-bcbf-ee33cb324cee Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"user": {"password_expires_at": null, "links": {"self": "http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307"}, "enabled": true, "id": "e9fe1a272784449798ddeb7355701307", "options": {}, "domain_id": "default", "name": "api_check-user_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}} 2018-11-09 14:36:25,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307 used request id req-f4d91678-fd67-4d59-bcbf-ee33cb324cee 2018-11-09 14:36:25,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.091460943222s 2018-11-09 14:36:25,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307 used request id req-f4d91678-fd67-4d59-bcbf-ee33cb324cee 2018-11-09 14:36:25,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-11-09 14:36:25,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307 -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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:26,140 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:36:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-004f5a4c-6b46-46c4-8f3c-d6c386c577a7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:36:26,141 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307 used request id req-004f5a4c-6b46-46c4-8f3c-d6c386c577a7 2018-11-09 14:36:26,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.246613025665s 2018-11-09 14:36:26,141 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/e9fe1a272784449798ddeb7355701307 used request id req-004f5a4c-6b46-46c4-8f3c-d6c386c577a7 2018-11-09 14:36:26,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-11-09 14:36:26,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:26,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e50c115-1c14-400e-9987-b29ca8595c35 Content-Encoding: gzip Content-Length: 478 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Heat stack user project", "links": {"self": "http://172.30.9.27:5000/v3/projects/75647a7448de4ee3ad9c3f651c88c621"}, "enabled": true, "id": "75647a7448de4ee3ad9c3f651c88c621", "parent_id": "f4d6982d641640bf9cbf08024a930573", "domain_id": "f4d6982d641640bf9cbf08024a930573", "name": "dfb45da6f1334a63bc64335c92eee11f-48b8cadb-31cd-497e-9284-7199c8f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/9e26cc4350704738a6db142300b0ec9c"}, "enabled": true, "id": "9e26cc4350704738a6db142300b0ec9c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/afe83e831ae740a9b46732e40359c7d9"}, "enabled": true, "id": "afe83e831ae740a9b46732e40359c7d9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f"}, "enabled": true, "id": "dfb45da6f1334a63bc64335c92eee11f", "parent_id": "default", "domain_id": "default", "name": "api_check-project_8a6b0bba-07cf-4020-9d7b-aef50612b95a"}]} 2018-11-09 14:36:26,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-2e50c115-1c14-400e-9987-b29ca8595c35 2018-11-09 14:36:26,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0743939876556s 2018-11-09 14:36:26,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-2e50c115-1c14-400e-9987-b29ca8595c35 2018-11-09 14:36:26,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-11-09 14:36:26,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f -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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:26,401 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:36:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d52ec8f-01ca-48d8-8bc0-a67bb0789bea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:36:26,402 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-9d52ec8f-01ca-48d8-8bc0-a67bb0789bea 2018-11-09 14:36:26,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.182631969452s 2018-11-09 14:36:26,402 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/dfb45da6f1334a63bc64335c92eee11f used request id req-9d52ec8f-01ca-48d8-8bc0-a67bb0789bea 2018-11-09 14:36:26,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleList 2018-11-09 14:36:26,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:26,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 09 Nov 2018 14:36:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d83b6d08-c47d-4f51-99bf-ea72b700b0aa Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "8b3bdd14ec5b4672a4a0233020b86249", "links": {"self": "http://172.30.9.27:5000/v3/roles/8b3bdd14ec5b4672a4a0233020b86249"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cca3840a88604ebcb99195fabca16f7d", "links": {"self": "http://172.30.9.27:5000/v3/roles/cca3840a88604ebcb99195fabca16f7d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "dc4c46b2381347bd983d7d486ae3151d", "links": {"self": "http://172.30.9.27:5000/v3/roles/dc4c46b2381347bd983d7d486ae3151d"}, "name": "admin"}, {"domain_id": null, "id": "eca454812d9343b090a48d40475f5e7c", "links": {"self": "http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c"}, "name": "Member"}]} 2018-11-09 14:36:26,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-d83b6d08-c47d-4f51-99bf-ea72b700b0aa 2018-11-09 14:36:26,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleList in 0.0704531669617s 2018-11-09 14:36:26,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task RoleDelete 2018-11-09 14:36:26,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:26,584 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 09 Nov 2018 14:36:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b81e946d-12bb-4ddd-bf14-1c53382ffade Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-11-09 14:36:26,584 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/eca454812d9343b090a48d40475f5e7c used request id req-b81e946d-12bb-4ddd-bf14-1c53382ffade 2018-11-09 14:36:26,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task RoleDelete in 0.109462976456s 2018-11-09 14:36:26,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 14:36:26,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:9696/v2.0/security-groups.json?project_id=dfb45da6f1334a63bc64335c92eee11f&name=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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:26,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2434 X-Openstack-Request-Id: req-93021456-f1c4-4aeb-960f-e518a245ee58 Date: Fri, 09 Nov 2018 14:36:26 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:19:02Z", "updated_at": "2018-11-09T14:19:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "35717d69-5eb4-4f42-862d-c455638ab3db", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "46a99935-0edd-4365-8454-35f3db308e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "6cbdbcf2-0572-44e9-ab78-12f3162b4485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "8c17f651-164b-4f92-b18d-d4c3dfe1b981", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "745c3978-58a5-4169-b51b-c3c8bc458756", "name": "default"}]} 2018-11-09 14:36:26,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=dfb45da6f1334a63bc64335c92eee11f&name=default used request id req-93021456-f1c4-4aeb-960f-e518a245ee58 2018-11-09 14:36:26,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.201115131378s 2018-11-09 14:36:26,791 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json?project_id=dfb45da6f1334a63bc64335c92eee11f&name=default used request id req-93021456-f1c4-4aeb-960f-e518a245ee58 2018-11-09 14:36:26,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-11-09 14:36:26,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:9696/v2.0/security-groups.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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:27,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11732 X-Openstack-Request-Id: req-da5209b5-a5f2-4e4a-86e2-49543eb8b6a3 Date: Fri, 09 Nov 2018 14:36:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "created_at": "2018-11-09T14:07:51Z", "updated_at": "2018-11-09T14:07:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "31ba357c-e1dc-4191-94d7-bf72a3193c76", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "db566810-33fd-4260-a89d-a3799f2a7964", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f847f465-a525-49db-9ce3-de6f8e72e42a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv4", "project_id": "afe83e831ae740a9b46732e40359c7d9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:07:51Z", "revision_number": 0, "id": "f8f6e82a-c100-4263-a98f-e9f4fb8bb932", "remote_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "remote_ip_prefix": null, "created_at": "2018-11-09T14:07:51Z", "security_group_id": "05f41b07-7239-48b9-a557-1203647e44e0", "tenant_id": "afe83e831ae740a9b46732e40359c7d9", "port_range_min": null, "ethertype": "IPv6", "project_id": "afe83e831ae740a9b46732e40359c7d9"}], "revision_number": 4, "project_id": "afe83e831ae740a9b46732e40359c7d9", "id": "05f41b07-7239-48b9-a557-1203647e44e0", "name": "default"}, {"description": "Add security group rules for server", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:33:53Z", "updated_at": "2018-11-09T14:33:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:33:53Z", "revision_number": 0, "id": "12a4d84a-5d6f-40a1-ad8f-fa61b4bfc051", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:33:53Z", "security_group_id": "241ebff3-bf44-4518-8446-e0ba2eb867cd", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:33:53Z", "revision_number": 0, "id": "2fb536e4-2aef-4460-9edf-b9d5347618d7", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T14:33:53Z", "security_group_id": "241ebff3-bf44-4518-8446-e0ba2eb867cd", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-11-09T14:33:53Z", "revision_number": 0, "id": "b663f024-4317-4e65-b78a-b069f0ebc79b", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-11-09T14:33:53Z", "security_group_id": "241ebff3-bf44-4518-8446-e0ba2eb867cd", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:33:53Z", "revision_number": 0, "id": "fae7e342-1912-4981-9127-7e29e04e7ba9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:33:53Z", "security_group_id": "241ebff3-bf44-4518-8446-e0ba2eb867cd", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "241ebff3-bf44-4518-8446-e0ba2eb867cd", "name": "security_group_name"}, {"description": "Default security group", "tags": [], "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "created_at": "2018-11-09T14:18:29Z", "updated_at": "2018-11-09T14:18:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "009006d0-ac9f-401b-b725-1d1e9486d2b1", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "34f95181-0682-4e34-aa70-833958e56a80", "remote_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "4c7128d1-a05f-4b6b-8e02-f7ea27ef21e9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv4", "project_id": "9e26cc4350704738a6db142300b0ec9c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:18:29Z", "revision_number": 0, "id": "c1b3d347-a481-40f1-a76f-d30c52acebec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:18:29Z", "security_group_id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "tenant_id": "9e26cc4350704738a6db142300b0ec9c", "port_range_min": null, "ethertype": "IPv6", "project_id": "9e26cc4350704738a6db142300b0ec9c"}], "revision_number": 4, "project_id": "9e26cc4350704738a6db142300b0ec9c", "id": "3605411e-46ac-4e19-8e5b-f1371586d4e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-11-09T14:20:37Z", "updated_at": "2018-11-09T14:20:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:20:37Z", "revision_number": 0, "id": "2995933b-f52b-4180-a013-3c32d609a4bf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:20:37Z", "security_group_id": "474bd530-dc18-48bb-915c-0efe7a3e1e6b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:20:37Z", "revision_number": 0, "id": "325400d2-081f-4383-9115-c692799d017e", "remote_group_id": "474bd530-dc18-48bb-915c-0efe7a3e1e6b", "remote_ip_prefix": null, "created_at": "2018-11-09T14:20:37Z", "security_group_id": "474bd530-dc18-48bb-915c-0efe7a3e1e6b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:20:37Z", "revision_number": 0, "id": "5f926964-74a0-4497-a8e0-9df40bb74533", "remote_group_id": "474bd530-dc18-48bb-915c-0efe7a3e1e6b", "remote_ip_prefix": null, "created_at": "2018-11-09T14:20:37Z", "security_group_id": "474bd530-dc18-48bb-915c-0efe7a3e1e6b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:20:37Z", "revision_number": 0, "id": "ca2c042e-f14e-45e6-bea3-b3f036306bb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:20:37Z", "security_group_id": "474bd530-dc18-48bb-915c-0efe7a3e1e6b", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 4, "project_id": "", "id": "474bd530-dc18-48bb-915c-0efe7a3e1e6b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "created_at": "2018-11-09T14:19:02Z", "updated_at": "2018-11-09T14:19:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "35717d69-5eb4-4f42-862d-c455638ab3db", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "46a99935-0edd-4365-8454-35f3db308e5d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "6cbdbcf2-0572-44e9-ab78-12f3162b4485", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv4", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-11-09T14:19:03Z", "revision_number": 0, "id": "8c17f651-164b-4f92-b18d-d4c3dfe1b981", "remote_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "remote_ip_prefix": null, "created_at": "2018-11-09T14:19:03Z", "security_group_id": "745c3978-58a5-4169-b51b-c3c8bc458756", "tenant_id": "dfb45da6f1334a63bc64335c92eee11f", "port_range_min": null, "ethertype": "IPv6", "project_id": "dfb45da6f1334a63bc64335c92eee11f"}], "revision_number": 4, "project_id": "dfb45da6f1334a63bc64335c92eee11f", "id": "745c3978-58a5-4169-b51b-c3c8bc458756", "name": "default"}]} 2018-11-09 14:36:27,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-da5209b5-a5f2-4e4a-86e2-49543eb8b6a3 2018-11-09 14:36:27,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.344809055328s 2018-11-09 14:36:27,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/security-groups.json used request id req-da5209b5-a5f2-4e4a-86e2-49543eb8b6a3 2018-11-09 14:36:27,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-11-09 14:36:27,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/security-groups/745c3978-58a5-4169-b51b-c3c8bc458756.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}a0e3d83de529fae1399a9c7a48e14b4248decf21" 2018-11-09 14:36:27,464 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-898714b3-2a9e-447a-a255-189a44a1a8ac Content-Length: 0 Date: Fri, 09 Nov 2018 14:36:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-11-09 14:36:27,464 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/745c3978-58a5-4169-b51b-c3c8bc458756.json used request id req-898714b3-2a9e-447a-a255-189a44a1a8ac 2018-11-09 14:36:27,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.320944070816s 2018-11-09 14:36:27,465 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/security-groups/745c3978-58a5-4169-b51b-c3c8bc458756.json used request id req-898714b3-2a9e-447a-a255-189a44a1a8ac 2018-11-09 14:36:27,465 - xtesting.ci.run_tests - ERROR - The test case 'api_check' failed. 2018-11-09 14:36:27,465 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:13 | PASS | | api_check | functest | healthcheck | 17:49 | FAIL | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-11-09 14:36:27,470 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR