2018-09-01 17:27:46,404 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-272 | | 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-sfc-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-01 17:27:46,408 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.22,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=xKvNeCwPfvZF4sKqcvjzaHeaU export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin export OS_AUTH_TYPE=password export PYTHONWARNINGS="ignore:Certificate has no, ignore:A true SSLContext object is not available" # Add OS_CLOUDNAME to PS1 if [ -z "${CLOUDPROMPT_ENABLED:-}" ]; then export PS1=${PS1:-""} export PS1=\${OS_CLOUDNAME:+"(\$OS_CLOUDNAME)"}\ $PS1 export CLOUDPROMPT_ENABLED=1 fi export OS_PROJECT_ID=f21e591cb45b4858976214417faa5b93 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=ZxUT6dN6p3RjA3Y3Quw6QYUZp export OS_REGION_NAME=regionOne 2018-09-01 17:27:46,409 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-01 17:27:46,410 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-09-01 17:27:46,443 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 17:27:46,744 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 17:27:46,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 17:27:46,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 17:27:46,745 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 17:27:46,749 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 17:27:46,750 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-01 17:27:46,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-01 17:27:46,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 17:27:46,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f87e5417-7ee6-482c-90d3-362ea3c605ea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-09-01 17:27:46,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000//v3 used request id req-f87e5417-7ee6-482c-90d3-362ea3c605ea 2018-09-01 17:27:46,762 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 17:27:47,228 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ecbef5c76b941c49c7ab340a81543f7", "name": "admin"}], "expires_at": "2018-09-01T18:27:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f21e591cb45b4858976214417faa5b93", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "047b426c791146fbb366cdbf1fe33e1e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "14527a8dc436444fa750acc393428354"}, {"url": "http://172.30.9.22:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2afa734a1b934bddbba91de5e34e151c"}, {"url": "http://192.30.9.4:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e7f0daf7a4c4983b38a03dad33ecb63"}], "type": "volumev3", "id": "070b9123bf9b428f8d60f31534c55b5b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "189e45c17c53497ca668693a7b3e9cdf"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "364727bf5c1d40249a0dbab493a47c33"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d63d884a570648aaa01d3fae69c85880"}], "type": "compute", "id": "4a6a08c7acfb4e9c8e06525a9eb00df2", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d9257fc7bb4db694be6fd7ac9bd3c2"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "425fbb9ca6554557bbbfbd3f627dd029"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffa2f351ea02480c875f2fd7997041c5"}], "type": "alarming", "id": "4c8c0a901a424a7b8cf67363a15fe042", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d72cef9423648f38275516d65f46500"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "36e977f9f7094b6b9ad8b9b2b11e5f40"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dae29cb476fd4509a09fc93c6aa83a87"}], "type": "image", "id": "4d107476676a4d34bd7cd8a0cac9d5f5", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "093dbfd890844979a404b1917a1878e6"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6f17e88b54c4ee08cdf2e2e4a5b0613"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cff8b47db5f64ae6939d33a26218e487"}], "type": "cloudformation", "id": "53a672cb0f5949a3a4b8603bde49e241", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a9720ba54734fceaadb0af47a07ee5b"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "330e1ee6bb054167a74269086186a7c5"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ca16841960d4c57a7967c43e6874141"}], "type": "identity", "id": "98d5071c66ba435181a5fbd591e7a77c", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "08a0bea2f1d042829020fe23c0d37e52"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4596a7a657d74cf7a41d457cedcc3f5f"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6592848d675b435a9bbdd02e521ac844"}], "type": "placement", "id": "a6048f411ba04ba994379c2e1bd32708", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e888c7d63c94040a2d31bb1e5dd9a46"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5df13356470848aea251af346efc8e04"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "71ea740fbe86477bafec502826146a38"}], "type": "network", "id": "b5b4d934335c4b4fa0f8f78fb4e95798", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "305d20908b2a46ef81ed2504454a1bb4"}, {"url": "http://192.30.9.4:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "661193e21d2444059072254229c42587"}, {"url": "http://192.30.9.4:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7b2fcad302143d6be7f93bb71adabfb"}], "type": "orchestration", "id": "bbc6bad691464a39b448a28a2c4ea667", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "738db204b6964c5b939fc6d61be1c35e"}, {"url": "http://172.30.9.22:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "99879910bf624d76939744b598e098d8"}, {"url": "http://192.30.9.4:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5f06975d2f24b92a2e12497a496e321"}], "type": "volumev2", "id": "d0d4785154e44b9da13687d4f4f46623", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a74d09fad14525aeacf355f035bc93"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98e0b24c00e64a2e8e73b607814ff962"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7f9d3efbfc341e0aefbb727f71c91ee"}], "type": "object-store", "id": "ec9b8f8ebec0403c96f38f0cf50a4e46", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68e39854db8e436fb58e2ffe2b8beb3d"}, {"url": "http://172.30.9.22:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba82bc77e93048cc873c17395241e191"}, {"url": "http://192.30.9.4:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f97836ea882f4e029f4a619303de9d2d"}], "type": "volume", "id": "ece45791391f4ee09f87e353b21951ff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1801c340a8ee4d479fe538175d71eb86"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a09cc1abaf5b4ef9911da6475c8db27c"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e20ed37a805641849d63bfc24867e70d"}], "type": "metric", "id": "fd11e7102b954b299f0dcc4cc66f940c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce3c75bad444e5d884ea7039c15eae7"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0e5deebd09e43ae9f0e1b43835e57c1"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be7919d77bee454eb93d4e863d06c849"}], "type": "event", "id": "ff90e73e14984665be9fde0b3bd9e4b4", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "86aadd5480314201b276055895974d1e"}, "audit_ids": ["4qH7-hMgTvC85lxBG40kUA"], "issued_at": "2018-09-01T17:27:47.000000Z"}} 2018-09-01 17:27:47,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:47,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c4e1fd32-825f-483b-a87a-6ce56fc7b4bd x-compute-request-id: req-c4e1fd32-825f-483b-a87a-6ce56fc7b4bd Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-01 17:27:47,893 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-c4e1fd32-825f-483b-a87a-6ce56fc7b4bd 2018-09-01 17:27:47,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.14232802391s 2018-09-01 17:27:47,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-c4e1fd32-825f-483b-a87a-6ce56fc7b4bd 2018-09-01 17:27:47,894 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-01 17:27:47,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 17:27:47,901 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 17:27:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-01 17:27:47,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 17:27:47,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:47,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ec4f919-ace6-4aa3-95a3-05253416fa9e Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/298236fcf4934d1eaef13c394bd5aedf"}, "tags": [], "enabled": true, "id": "298236fcf4934d1eaef13c394bd5aedf", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 17:27:47,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-2ec4f919-ace6-4aa3-95a3-05253416fa9e 2018-09-01 17:27:47,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0891451835632s 2018-09-01 17:27:47,992 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-2ec4f919-ace6-4aa3-95a3-05253416fa9e 2018-09-01 17:27:47,993 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'298236fcf4934d1eaef13c394bd5aedf', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-01 17:27:47,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-01 17:27:48,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:48,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d9959a5-d568-4b25-82d6-6aecd0ff26cc Content-Encoding: gzip Content-Length: 1978 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/08a0bea2f1d042829020fe23c0d37e52"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6048f411ba04ba994379c2e1bd32708", "id": "08a0bea2f1d042829020fe23c0d37e52"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/093dbfd890844979a404b1917a1878e6"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "53a672cb0f5949a3a4b8603bde49e241", "id": "093dbfd890844979a404b1917a1878e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0d72cef9423648f38275516d65f46500"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4d107476676a4d34bd7cd8a0cac9d5f5", "id": "0d72cef9423648f38275516d65f46500"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/14527a8dc436444fa750acc393428354"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "070b9123bf9b428f8d60f31534c55b5b", "id": "14527a8dc436444fa750acc393428354"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1801c340a8ee4d479fe538175d71eb86"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fd11e7102b954b299f0dcc4cc66f940c", "id": "1801c340a8ee4d479fe538175d71eb86"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/189e45c17c53497ca668693a7b3e9cdf"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4a6a08c7acfb4e9c8e06525a9eb00df2", "id": "189e45c17c53497ca668693a7b3e9cdf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1a9720ba54734fceaadb0af47a07ee5b"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "98d5071c66ba435181a5fbd591e7a77c", "id": "1a9720ba54734fceaadb0af47a07ee5b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2afa734a1b934bddbba91de5e34e151c"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "070b9123bf9b428f8d60f31534c55b5b", "id": "2afa734a1b934bddbba91de5e34e151c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/305d20908b2a46ef81ed2504454a1bb4"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bbc6bad691464a39b448a28a2c4ea667", "id": "305d20908b2a46ef81ed2504454a1bb4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/330e1ee6bb054167a74269086186a7c5"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "98d5071c66ba435181a5fbd591e7a77c", "id": "330e1ee6bb054167a74269086186a7c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/364727bf5c1d40249a0dbab493a47c33"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4a6a08c7acfb4e9c8e06525a9eb00df2", "id": "364727bf5c1d40249a0dbab493a47c33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/36d9257fc7bb4db694be6fd7ac9bd3c2"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4c8c0a901a424a7b8cf67363a15fe042", "id": "36d9257fc7bb4db694be6fd7ac9bd3c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/36e977f9f7094b6b9ad8b9b2b11e5f40"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4d107476676a4d34bd7cd8a0cac9d5f5", "id": "36e977f9f7094b6b9ad8b9b2b11e5f40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3ce3c75bad444e5d884ea7039c15eae7"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ff90e73e14984665be9fde0b3bd9e4b4", "id": "3ce3c75bad444e5d884ea7039c15eae7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/425fbb9ca6554557bbbfbd3f627dd029"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4c8c0a901a424a7b8cf67363a15fe042", "id": "425fbb9ca6554557bbbfbd3f627dd029"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4596a7a657d74cf7a41d457cedcc3f5f"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6048f411ba04ba994379c2e1bd32708", "id": "4596a7a657d74cf7a41d457cedcc3f5f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4e888c7d63c94040a2d31bb1e5dd9a46"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b5b4d934335c4b4fa0f8f78fb4e95798", "id": "4e888c7d63c94040a2d31bb1e5dd9a46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5ca16841960d4c57a7967c43e6874141"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "98d5071c66ba435181a5fbd591e7a77c", "id": "5ca16841960d4c57a7967c43e6874141"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5df13356470848aea251af346efc8e04"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b5b4d934335c4b4fa0f8f78fb4e95798", "id": "5df13356470848aea251af346efc8e04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6592848d675b435a9bbdd02e521ac844"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6048f411ba04ba994379c2e1bd32708", "id": "6592848d675b435a9bbdd02e521ac844"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/661193e21d2444059072254229c42587"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bbc6bad691464a39b448a28a2c4ea667", "id": "661193e21d2444059072254229c42587"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/68e39854db8e436fb58e2ffe2b8beb3d"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ece45791391f4ee09f87e353b21951ff", "id": "68e39854db8e436fb58e2ffe2b8beb3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6e7f0daf7a4c4983b38a03dad33ecb63"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "070b9123bf9b428f8d60f31534c55b5b", "id": "6e7f0daf7a4c4983b38a03dad33ecb63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/71ea740fbe86477bafec502826146a38"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b5b4d934335c4b4fa0f8f78fb4e95798", "id": "71ea740fbe86477bafec502826146a38"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/738db204b6964c5b939fc6d61be1c35e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d0d4785154e44b9da13687d4f4f46623", "id": "738db204b6964c5b939fc6d61be1c35e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/96a74d09fad14525aeacf355f035bc93"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ec9b8f8ebec0403c96f38f0cf50a4e46", "id": "96a74d09fad14525aeacf355f035bc93"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/98e0b24c00e64a2e8e73b607814ff962"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ec9b8f8ebec0403c96f38f0cf50a4e46", "id": "98e0b24c00e64a2e8e73b607814ff962"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/99879910bf624d76939744b598e098d8"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d0d4785154e44b9da13687d4f4f46623", "id": "99879910bf624d76939744b598e098d8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a09cc1abaf5b4ef9911da6475c8db27c"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fd11e7102b954b299f0dcc4cc66f940c", "id": "a09cc1abaf5b4ef9911da6475c8db27c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a6f17e88b54c4ee08cdf2e2e4a5b0613"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "53a672cb0f5949a3a4b8603bde49e241", "id": "a6f17e88b54c4ee08cdf2e2e4a5b0613"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b0e5deebd09e43ae9f0e1b43835e57c1"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ff90e73e14984665be9fde0b3bd9e4b4", "id": "b0e5deebd09e43ae9f0e1b43835e57c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b7b2fcad302143d6be7f93bb71adabfb"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bbc6bad691464a39b448a28a2c4ea667", "id": "b7b2fcad302143d6be7f93bb71adabfb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ba82bc77e93048cc873c17395241e191"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ece45791391f4ee09f87e353b21951ff", "id": "ba82bc77e93048cc873c17395241e191"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/be7919d77bee454eb93d4e863d06c849"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ff90e73e14984665be9fde0b3bd9e4b4", "id": "be7919d77bee454eb93d4e863d06c849"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c7f9d3efbfc341e0aefbb727f71c91ee"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ec9b8f8ebec0403c96f38f0cf50a4e46", "id": "c7f9d3efbfc341e0aefbb727f71c91ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cff8b47db5f64ae6939d33a26218e487"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "53a672cb0f5949a3a4b8603bde49e241", "id": "cff8b47db5f64ae6939d33a26218e487"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d5f06975d2f24b92a2e12497a496e321"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d0d4785154e44b9da13687d4f4f46623", "id": "d5f06975d2f24b92a2e12497a496e321"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d63d884a570648aaa01d3fae69c85880"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4a6a08c7acfb4e9c8e06525a9eb00df2", "id": "d63d884a570648aaa01d3fae69c85880"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dae29cb476fd4509a09fc93c6aa83a87"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4d107476676a4d34bd7cd8a0cac9d5f5", "id": "dae29cb476fd4509a09fc93c6aa83a87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e20ed37a805641849d63bfc24867e70d"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fd11e7102b954b299f0dcc4cc66f940c", "id": "e20ed37a805641849d63bfc24867e70d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f97836ea882f4e029f4a619303de9d2d"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ece45791391f4ee09f87e353b21951ff", "id": "f97836ea882f4e029f4a619303de9d2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ffa2f351ea02480c875f2fd7997041c5"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4c8c0a901a424a7b8cf67363a15fe042", "id": "ffa2f351ea02480c875f2fd7997041c5"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-01 17:27:48,165 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-3d9959a5-d568-4b25-82d6-6aecd0ff26cc 2018-09-01 17:27:48,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.168729066849s 2018-09-01 17:27:48,166 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-3d9959a5-d568-4b25-82d6-6aecd0ff26cc 2018-09-01 17:27:48,173 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/08a0bea2f1d042829020fe23c0d37e52'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a6048f411ba04ba994379c2e1bd32708', u'id': u'08a0bea2f1d042829020fe23c0d37e52'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/093dbfd890844979a404b1917a1878e6'}, u'url': u'http://172.30.9.22:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'53a672cb0f5949a3a4b8603bde49e241', u'id': u'093dbfd890844979a404b1917a1878e6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/0d72cef9423648f38275516d65f46500'}, u'url': u'http://172.30.9.22:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4d107476676a4d34bd7cd8a0cac9d5f5', u'id': u'0d72cef9423648f38275516d65f46500'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/14527a8dc436444fa750acc393428354'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'070b9123bf9b428f8d60f31534c55b5b', u'id': u'14527a8dc436444fa750acc393428354'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1801c340a8ee4d479fe538175d71eb86'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'fd11e7102b954b299f0dcc4cc66f940c', u'id': u'1801c340a8ee4d479fe538175d71eb86'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/189e45c17c53497ca668693a7b3e9cdf'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4a6a08c7acfb4e9c8e06525a9eb00df2', u'id': u'189e45c17c53497ca668693a7b3e9cdf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1a9720ba54734fceaadb0af47a07ee5b'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'98d5071c66ba435181a5fbd591e7a77c', u'id': u'1a9720ba54734fceaadb0af47a07ee5b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/2afa734a1b934bddbba91de5e34e151c'}, u'url': u'http://172.30.9.22:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'070b9123bf9b428f8d60f31534c55b5b', u'id': u'2afa734a1b934bddbba91de5e34e151c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/305d20908b2a46ef81ed2504454a1bb4'}, u'url': u'http://172.30.9.22:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bbc6bad691464a39b448a28a2c4ea667', u'id': u'305d20908b2a46ef81ed2504454a1bb4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/330e1ee6bb054167a74269086186a7c5'}, u'url': u'http://172.30.9.22:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'98d5071c66ba435181a5fbd591e7a77c', u'id': u'330e1ee6bb054167a74269086186a7c5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/364727bf5c1d40249a0dbab493a47c33'}, u'url': u'http://172.30.9.22:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4a6a08c7acfb4e9c8e06525a9eb00df2', u'id': u'364727bf5c1d40249a0dbab493a47c33'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/36d9257fc7bb4db694be6fd7ac9bd3c2'}, u'url': u'http://172.30.9.22:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4c8c0a901a424a7b8cf67363a15fe042', u'id': u'36d9257fc7bb4db694be6fd7ac9bd3c2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/36e977f9f7094b6b9ad8b9b2b11e5f40'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4d107476676a4d34bd7cd8a0cac9d5f5', u'id': u'36e977f9f7094b6b9ad8b9b2b11e5f40'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/3ce3c75bad444e5d884ea7039c15eae7'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ff90e73e14984665be9fde0b3bd9e4b4', u'id': u'3ce3c75bad444e5d884ea7039c15eae7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/425fbb9ca6554557bbbfbd3f627dd029'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4c8c0a901a424a7b8cf67363a15fe042', u'id': u'425fbb9ca6554557bbbfbd3f627dd029'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4596a7a657d74cf7a41d457cedcc3f5f'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a6048f411ba04ba994379c2e1bd32708', u'id': u'4596a7a657d74cf7a41d457cedcc3f5f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4e888c7d63c94040a2d31bb1e5dd9a46'}, u'url': u'http://172.30.9.22:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b5b4d934335c4b4fa0f8f78fb4e95798', u'id': u'4e888c7d63c94040a2d31bb1e5dd9a46'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/5ca16841960d4c57a7967c43e6874141'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'98d5071c66ba435181a5fbd591e7a77c', u'id': u'5ca16841960d4c57a7967c43e6874141'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/5df13356470848aea251af346efc8e04'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b5b4d934335c4b4fa0f8f78fb4e95798', u'id': u'5df13356470848aea251af346efc8e04'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/6592848d675b435a9bbdd02e521ac844'}, u'url': u'http://172.30.9.22:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a6048f411ba04ba994379c2e1bd32708', u'id': u'6592848d675b435a9bbdd02e521ac844'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/661193e21d2444059072254229c42587'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bbc6bad691464a39b448a28a2c4ea667', u'id': u'661193e21d2444059072254229c42587'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/68e39854db8e436fb58e2ffe2b8beb3d'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ece45791391f4ee09f87e353b21951ff', u'id': u'68e39854db8e436fb58e2ffe2b8beb3d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/6e7f0daf7a4c4983b38a03dad33ecb63'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'070b9123bf9b428f8d60f31534c55b5b', u'id': u'6e7f0daf7a4c4983b38a03dad33ecb63'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/71ea740fbe86477bafec502826146a38'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b5b4d934335c4b4fa0f8f78fb4e95798', u'id': u'71ea740fbe86477bafec502826146a38'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/738db204b6964c5b939fc6d61be1c35e'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd0d4785154e44b9da13687d4f4f46623', u'id': u'738db204b6964c5b939fc6d61be1c35e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/96a74d09fad14525aeacf355f035bc93'}, u'url': u'http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ec9b8f8ebec0403c96f38f0cf50a4e46', u'id': u'96a74d09fad14525aeacf355f035bc93'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/98e0b24c00e64a2e8e73b607814ff962'}, u'url': u'http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ec9b8f8ebec0403c96f38f0cf50a4e46', u'id': u'98e0b24c00e64a2e8e73b607814ff962'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/99879910bf624d76939744b598e098d8'}, u'url': u'http://172.30.9.22:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd0d4785154e44b9da13687d4f4f46623', u'id': u'99879910bf624d76939744b598e098d8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/a09cc1abaf5b4ef9911da6475c8db27c'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'fd11e7102b954b299f0dcc4cc66f940c', u'id': u'a09cc1abaf5b4ef9911da6475c8db27c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/a6f17e88b54c4ee08cdf2e2e4a5b0613'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'53a672cb0f5949a3a4b8603bde49e241', u'id': u'a6f17e88b54c4ee08cdf2e2e4a5b0613'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b0e5deebd09e43ae9f0e1b43835e57c1'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ff90e73e14984665be9fde0b3bd9e4b4', u'id': u'b0e5deebd09e43ae9f0e1b43835e57c1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b7b2fcad302143d6be7f93bb71adabfb'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bbc6bad691464a39b448a28a2c4ea667', u'id': u'b7b2fcad302143d6be7f93bb71adabfb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ba82bc77e93048cc873c17395241e191'}, u'url': u'http://172.30.9.22:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ece45791391f4ee09f87e353b21951ff', u'id': u'ba82bc77e93048cc873c17395241e191'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/be7919d77bee454eb93d4e863d06c849'}, u'url': u'http://172.30.9.22:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ff90e73e14984665be9fde0b3bd9e4b4', u'id': u'be7919d77bee454eb93d4e863d06c849'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c7f9d3efbfc341e0aefbb727f71c91ee'}, u'url': u'http://12.0.0.21:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ec9b8f8ebec0403c96f38f0cf50a4e46', u'id': u'c7f9d3efbfc341e0aefbb727f71c91ee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/cff8b47db5f64ae6939d33a26218e487'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'53a672cb0f5949a3a4b8603bde49e241', u'id': u'cff8b47db5f64ae6939d33a26218e487'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d5f06975d2f24b92a2e12497a496e321'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd0d4785154e44b9da13687d4f4f46623', u'id': u'd5f06975d2f24b92a2e12497a496e321'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d63d884a570648aaa01d3fae69c85880'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4a6a08c7acfb4e9c8e06525a9eb00df2', u'id': u'd63d884a570648aaa01d3fae69c85880'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/dae29cb476fd4509a09fc93c6aa83a87'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4d107476676a4d34bd7cd8a0cac9d5f5', u'id': u'dae29cb476fd4509a09fc93c6aa83a87'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e20ed37a805641849d63bfc24867e70d'}, u'url': u'http://172.30.9.22:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fd11e7102b954b299f0dcc4cc66f940c', u'id': u'e20ed37a805641849d63bfc24867e70d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f97836ea882f4e029f4a619303de9d2d'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ece45791391f4ee09f87e353b21951ff', u'id': u'f97836ea882f4e029f4a619303de9d2d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ffa2f351ea02480c875f2fd7997041c5'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4c8c0a901a424a7b8cf67363a15fe042', u'id': u'ffa2f351ea02480c875f2fd7997041c5'})] 2018-09-01 17:27:48,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-01 17:27:48,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:48,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27: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-7649907b-a103-4f1e-9ec8-928a3843ee87 x-compute-request-id: req-7649907b-a103-4f1e-9ec8-928a3843ee87 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-09-01 17:27:48,282 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-7649907b-a103-4f1e-9ec8-928a3843ee87 2018-09-01 17:27:48,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.107697963715s 2018-09-01 17:27:48,283 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-7649907b-a103-4f1e-9ec8-928a3843ee87 2018-09-01 17:27:48,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-01 17:27:48,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:49,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-736bdc50-175b-4b3a-8d67-cf3644dd3960 x-compute-request-id: req-736bdc50-175b-4b3a-8d67-cf3644dd3960 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-01 17:27:49,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-736bdc50-175b-4b3a-8d67-cf3644dd3960 2018-09-01 17:27:49,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.45055818558s 2018-09-01 17:27:49,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-736bdc50-175b-4b3a-8d67-cf3644dd3960 2018-09-01 17:27:49,749 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-01 17:27:49,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-01 17:27:49,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:50,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7f4a493b-4e66-4b29-88c5-592d601af960 Date: Sat, 01 Sep 2018 17:27:50 GMT RESP BODY: {"floatingips": []} 2018-09-01 17:27:50,552 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-7f4a493b-4e66-4b29-88c5-592d601af960 2018-09-01 17:27:50,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.797657966614s 2018-09-01 17:27:50,553 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-7f4a493b-4e66-4b29-88c5-592d601af960 2018-09-01 17:27:50,553 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-01 17:27:50,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-01 17:27:50,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:50,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27: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-af4c41f5-7c83-41a9-af93-3e47d905c9af x-compute-request-id: req-af4c41f5-7c83-41a9-af93-3e47d905c9af Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 6}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-01 17:27:50,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-af4c41f5-7c83-41a9-af93-3e47d905c9af 2018-09-01 17:27:50,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0838179588318s 2018-09-01 17:27:50,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-af4c41f5-7c83-41a9-af93-3e47d905c9af 2018-09-01 17:27:50,638 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"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}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 5}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "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}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 6}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-09-01 17:27:50,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-01 17:27:50,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:50,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27: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-69cdf98d-3056-4ae2-a6cb-1b77baf1fa03 x-compute-request-id: req-69cdf98d-3056-4ae2-a6cb-1b77baf1fa03 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-01 17:27:50,758 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-69cdf98d-3056-4ae2-a6cb-1b77baf1fa03 2018-09-01 17:27:50,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.119171142578s 2018-09-01 17:27:50,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-69cdf98d-3056-4ae2-a6cb-1b77baf1fa03 2018-09-01 17:27:50,759 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-01 17:27:50,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 17:27:50,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:50,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-44b7fa23-a079-46e3-801c-5ed0968576a7 Date: Sat, 01 Sep 2018 17:27:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"64f444ab759e4a18bf121ca7620ae865","status":"ACTIVE","subnets":["7c295127-c588-4f64-aa27-9983f7a75e04"],"description":"","tags":[],"updated_at":"2018-09-01T17:25:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:20Z","provider:network_type":"flat"}]} 2018-09-01 17:27:50,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-44b7fa23-a079-46e3-801c-5ed0968576a7 2018-09-01 17:27:50,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0917341709137s 2018-09-01 17:27:50,851 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-44b7fa23-a079-46e3-801c-5ed0968576a7 2018-09-01 17:27:50,852 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'7c295127-c588-4f64-aa27-9983f7a75e04'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T17:25:26Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'c4fa1d14-1634-4822-a0c8-c335fa6a9925', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'64f444ab759e4a18bf121ca7620ae865', u'created_at': u'2018-09-01T17:25:20Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'64f444ab759e4a18bf121ca7620ae865'})] 2018-09-01 17:27:50,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-01 17:27:50,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:50,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-246969e2-56a2-4a52-9ac1-c0b9aeafe59e Date: Sat, 01 Sep 2018 17:27:50 GMT RESP BODY: {"ports":[]} 2018-09-01 17:27:50,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-246969e2-56a2-4a52-9ac1-c0b9aeafe59e 2018-09-01 17:27:50,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.035187959671s 2018-09-01 17:27:50,888 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-246969e2-56a2-4a52-9ac1-c0b9aeafe59e 2018-09-01 17:27:50,888 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-01 17:27:50,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 17:27:50,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:50,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f14afc1-503a-48e0-91df-b9932fd10abb Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "08183e77dea842ad934185df1766a9d1"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/08183e77dea842ad934185df1766a9d1/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "0ce9b21f35f04d5997b18c0532206769"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/0ce9b21f35f04d5997b18c0532206769/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "2a252a2bbd724b58b515497c7c16c68e"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/2a252a2bbd724b58b515497c7c16c68e/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "35f2556ec1ef426bbc2e9a58417a041e"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/35f2556ec1ef426bbc2e9a58417a041e/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "3cbf3b0b0a45464a9c5a17c01e8e05c6"}, "user": {"id": "388a3ad4ac714a14b4f4b600683f096e"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/388a3ad4ac714a14b4f4b600683f096e/roles/3cbf3b0b0a45464a9c5a17c01e8e05c6"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "388a3ad4ac714a14b4f4b600683f096e"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/388a3ad4ac714a14b4f4b600683f096e/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "39be8955ef4349ac9653bc8ba861f4d0"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/39be8955ef4349ac9653bc8ba861f4d0/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "54548a85166c4e829040f76b1ace3da8"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/54548a85166c4e829040f76b1ace3da8/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "f21e591cb45b4858976214417faa5b93"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "86aadd5480314201b276055895974d1e"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/f21e591cb45b4858976214417faa5b93/users/86aadd5480314201b276055895974d1e/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "a2d54f4bf5724212af425603cd4f7452"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/a2d54f4bf5724212af425603cd4f7452/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "b2fa60ed6eaf49d1b577c701445db562"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/b2fa60ed6eaf49d1b577c701445db562/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "e500312f6bda4c5284605fcf713b48c3"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/e500312f6bda4c5284605fcf713b48c3/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "e5700660b89e492fa39508fee575f847"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/e5700660b89e492fa39508fee575f847/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"project": {"id": "64f444ab759e4a18bf121ca7620ae865"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "fd0b41110cc343089e2dbc338934f8a0"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865/users/fd0b41110cc343089e2dbc338934f8a0/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"domain": {"id": "298236fcf4934d1eaef13c394bd5aedf"}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "1d6a9dbb4cf6498286e4afc6a6f44763"}, "links": {"assignment": "http://172.30.9.22:5000/v3/domains/298236fcf4934d1eaef13c394bd5aedf/users/1d6a9dbb4cf6498286e4afc6a6f44763/roles/5ecbef5c76b941c49c7ab340a81543f7"}}, {"scope": {"system": {"all": true}}, "role": {"id": "5ecbef5c76b941c49c7ab340a81543f7"}, "user": {"id": "86aadd5480314201b276055895974d1e"}, "links": {"assignment": "http://172.30.9.22:5000/v3/system/users/86aadd5480314201b276055895974d1e/roles/5ecbef5c76b941c49c7ab340a81543f7"}}], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-01 17:27:50,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-9f14afc1-503a-48e0-91df-b9932fd10abb 2018-09-01 17:27:50,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.089124917984s 2018-09-01 17:27:50,981 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-9f14afc1-503a-48e0-91df-b9932fd10abb 2018-09-01 17:27:50,984 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'08183e77dea842ad934185df1766a9d1'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'0ce9b21f35f04d5997b18c0532206769'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'2a252a2bbd724b58b515497c7c16c68e'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'35f2556ec1ef426bbc2e9a58417a041e'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'3cbf3b0b0a45464a9c5a17c01e8e05c6', 'user': u'388a3ad4ac714a14b4f4b600683f096e'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'388a3ad4ac714a14b4f4b600683f096e'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'39be8955ef4349ac9653bc8ba861f4d0'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'54548a85166c4e829040f76b1ace3da8'}), Munch({'project': u'f21e591cb45b4858976214417faa5b93', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'86aadd5480314201b276055895974d1e'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'a2d54f4bf5724212af425603cd4f7452'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'b2fa60ed6eaf49d1b577c701445db562'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'e500312f6bda4c5284605fcf713b48c3'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'e5700660b89e492fa39508fee575f847'}), Munch({'project': u'64f444ab759e4a18bf121ca7620ae865', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'fd0b41110cc343089e2dbc338934f8a0'}), Munch({'domain': u'298236fcf4934d1eaef13c394bd5aedf', 'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'1d6a9dbb4cf6498286e4afc6a6f44763'}), Munch({'id': u'5ecbef5c76b941c49c7ab340a81543f7', 'user': u'86aadd5480314201b276055895974d1e'})] 2018-09-01 17:27:50,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 17:27:50,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:51,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6de07915-a8cd-4d4e-8a55-ace30b5c1f63 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35437d0d4dcf4fb9a524f523afc98a65", "links": {"self": "http://172.30.9.22:5000/v3/roles/35437d0d4dcf4fb9a524f523afc98a65"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "3cbf3b0b0a45464a9c5a17c01e8e05c6", "links": {"self": "http://172.30.9.22:5000/v3/roles/3cbf3b0b0a45464a9c5a17c01e8e05c6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5ecbef5c76b941c49c7ab340a81543f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/5ecbef5c76b941c49c7ab340a81543f7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bc2a7a8acebc4ab2b4c360e8f32634f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/bc2a7a8acebc4ab2b4c360e8f32634f7"}, "name": "swiftoperator"}]} 2018-09-01 17:27:51,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6de07915-a8cd-4d4e-8a55-ace30b5c1f63 2018-09-01 17:27:51,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0881700515747s 2018-09-01 17:27:51,076 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6de07915-a8cd-4d4e-8a55-ace30b5c1f63 2018-09-01 17:27:51,077 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'35437d0d4dcf4fb9a524f523afc98a65'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'3cbf3b0b0a45464a9c5a17c01e8e05c6'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'5ecbef5c76b941c49c7ab340a81543f7'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'bc2a7a8acebc4ab2b4c360e8f32634f7'})] 2018-09-01 17:27:51,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 17:27:51,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:51,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-b15696a5-76c2-43be-b658-e7d7bdb61b87 Date: Sat, 01 Sep 2018 17:27:51 GMT RESP BODY: {"routers": []} 2018-09-01 17:27:51,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b15696a5-76c2-43be-b658-e7d7bdb61b87 2018-09-01 17:27:51,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0436170101166s 2018-09-01 17:27:51,122 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b15696a5-76c2-43be-b658-e7d7bdb61b87 2018-09-01 17:27:51,122 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-01 17:27:51,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-01 17:27:51,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:51,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27: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 x-openstack-request-id: req-511eace8-9f44-49dc-bac2-90d0344b26d4 x-compute-request-id: req-511eace8-9f44-49dc-bac2-90d0344b26d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-01 17:27:51,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-511eace8-9f44-49dc-bac2-90d0344b26d4 2018-09-01 17:27:51,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194364070892s 2018-09-01 17:27:51,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-511eace8-9f44-49dc-bac2-90d0344b26d4 2018-09-01 17:27:51,318 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-01 17:27:51,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-01 17:27:51,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 17:27:51,331 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 17:27:51 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-01 17:27:51,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:51,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5515eb4-8206-4a59-ae71-c3a4cfb8cef6 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/047b426c791146fbb366cdbf1fe33e1e"}, "enabled": true, "type": "metering", "id": "047b426c791146fbb366cdbf1fe33e1e", "name": "ceilometer"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/070b9123bf9b428f8d60f31534c55b5b"}, "enabled": true, "type": "volumev3", "id": "070b9123bf9b428f8d60f31534c55b5b", "name": "cinderv3"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4a6a08c7acfb4e9c8e06525a9eb00df2"}, "enabled": true, "type": "compute", "id": "4a6a08c7acfb4e9c8e06525a9eb00df2", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4c8c0a901a424a7b8cf67363a15fe042"}, "enabled": true, "type": "alarming", "id": "4c8c0a901a424a7b8cf67363a15fe042", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4d107476676a4d34bd7cd8a0cac9d5f5"}, "enabled": true, "type": "image", "id": "4d107476676a4d34bd7cd8a0cac9d5f5", "name": "glance"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/53a672cb0f5949a3a4b8603bde49e241"}, "enabled": true, "type": "cloudformation", "id": "53a672cb0f5949a3a4b8603bde49e241", "name": "heat-cfn"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/98d5071c66ba435181a5fbd591e7a77c"}, "enabled": true, "type": "identity", "id": "98d5071c66ba435181a5fbd591e7a77c", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a6048f411ba04ba994379c2e1bd32708"}, "enabled": true, "type": "placement", "id": "a6048f411ba04ba994379c2e1bd32708", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b5b4d934335c4b4fa0f8f78fb4e95798"}, "enabled": true, "type": "network", "id": "b5b4d934335c4b4fa0f8f78fb4e95798", "name": "neutron"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bbc6bad691464a39b448a28a2c4ea667"}, "enabled": true, "type": "orchestration", "id": "bbc6bad691464a39b448a28a2c4ea667", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/d0d4785154e44b9da13687d4f4f46623"}, "enabled": true, "type": "volumev2", "id": "d0d4785154e44b9da13687d4f4f46623", "name": "cinderv2"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ec9b8f8ebec0403c96f38f0cf50a4e46"}, "enabled": true, "type": "object-store", "id": "ec9b8f8ebec0403c96f38f0cf50a4e46", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ece45791391f4ee09f87e353b21951ff"}, "enabled": true, "type": "volume", "id": "ece45791391f4ee09f87e353b21951ff", "name": "cinder"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/fd11e7102b954b299f0dcc4cc66f940c"}, "enabled": true, "type": "metric", "id": "fd11e7102b954b299f0dcc4cc66f940c", "name": "gnocchi"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ff90e73e14984665be9fde0b3bd9e4b4"}, "enabled": true, "type": "event", "id": "ff90e73e14984665be9fde0b3bd9e4b4", "name": "panko"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-09-01 17:27:51,414 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-d5515eb4-8206-4a59-ae71-c3a4cfb8cef6 2018-09-01 17:27:51,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0926909446716s 2018-09-01 17:27:51,414 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-d5515eb4-8206-4a59-ae71-c3a4cfb8cef6 2018-09-01 17:27:51,421 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'047b426c791146fbb366cdbf1fe33e1e', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'070b9123bf9b428f8d60f31534c55b5b', 'name': u'cinderv3'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'4a6a08c7acfb4e9c8e06525a9eb00df2', 'name': u'nova'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'4c8c0a901a424a7b8cf67363a15fe042', 'name': u'aodh'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'4d107476676a4d34bd7cd8a0cac9d5f5', 'name': u'glance'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'53a672cb0f5949a3a4b8603bde49e241', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'98d5071c66ba435181a5fbd591e7a77c', 'name': u'keystone'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'a6048f411ba04ba994379c2e1bd32708', 'name': u'placement'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'b5b4d934335c4b4fa0f8f78fb4e95798', 'name': u'neutron'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'bbc6bad691464a39b448a28a2c4ea667', 'name': u'heat'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'd0d4785154e44b9da13687d4f4f46623', 'name': u'cinderv2'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'ec9b8f8ebec0403c96f38f0cf50a4e46', 'name': u'swift'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'ece45791391f4ee09f87e353b21951ff', 'name': u'cinder'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'fd11e7102b954b299f0dcc4cc66f940c', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'ff90e73e14984665be9fde0b3bd9e4b4', 'name': u'panko'})] 2018-09-01 17:27:51,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 17:27:51,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e7ac50318723fb4b640d91fc7cb02305a0086ffa" 2018-09-01 17:27:51,471 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-feeb9470-6ffe-41a0-8639-2abcb26a389c Date: Sat, 01 Sep 2018 17:27:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:26Z","dns_nameservers":[],"updated_at":"2018-09-01T17:25:26Z","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":"64f444ab759e4a18bf121ca7620ae865","id":"7c295127-c588-4f64-aa27-9983f7a75e04","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 17:27:51,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-feeb9470-6ffe-41a0-8639-2abcb26a389c 2018-09-01 17:27:51,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0461418628693s 2018-09-01 17:27:51,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-feeb9470-6ffe-41a0-8639-2abcb26a389c 2018-09-01 17:27:51,473 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T17:25:26Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'7c295127-c588-4f64-aa27-9983f7a75e04', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'c4fa1d14-1634-4822-a0c8-c335fa6a9925', u'tenant_id': u'64f444ab759e4a18bf121ca7620ae865', u'created_at': u'2018-09-01T17:25:26Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'64f444ab759e4a18bf121ca7620ae865'})] 2018-09-01 17:27:51,602 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 17:27:51,602 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-01 17:27:51,662 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-01 17:27:51,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 17:27:51,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 17:27:51,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 17:27:51,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 17:27:51,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 17:27:51,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 17:27:51,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 17:27:51,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 17:27:51,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 17:27:51,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:27:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75a950ef-9f8d-4037-bde1-ae7c9f45c317 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-09-01 17:27:51,839 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000//v3 used request id req-75a950ef-9f8d-4037-bde1-ae7c9f45c317 2018-09-01 17:27:51,839 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 17:27:52,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ecbef5c76b941c49c7ab340a81543f7", "name": "admin"}], "expires_at": "2018-09-01T18:27:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f21e591cb45b4858976214417faa5b93", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "047b426c791146fbb366cdbf1fe33e1e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "14527a8dc436444fa750acc393428354"}, {"url": "http://172.30.9.22:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2afa734a1b934bddbba91de5e34e151c"}, {"url": "http://192.30.9.4:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e7f0daf7a4c4983b38a03dad33ecb63"}], "type": "volumev3", "id": "070b9123bf9b428f8d60f31534c55b5b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "189e45c17c53497ca668693a7b3e9cdf"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "364727bf5c1d40249a0dbab493a47c33"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d63d884a570648aaa01d3fae69c85880"}], "type": "compute", "id": "4a6a08c7acfb4e9c8e06525a9eb00df2", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d9257fc7bb4db694be6fd7ac9bd3c2"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "425fbb9ca6554557bbbfbd3f627dd029"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffa2f351ea02480c875f2fd7997041c5"}], "type": "alarming", "id": "4c8c0a901a424a7b8cf67363a15fe042", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d72cef9423648f38275516d65f46500"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "36e977f9f7094b6b9ad8b9b2b11e5f40"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dae29cb476fd4509a09fc93c6aa83a87"}], "type": "image", "id": "4d107476676a4d34bd7cd8a0cac9d5f5", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "093dbfd890844979a404b1917a1878e6"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6f17e88b54c4ee08cdf2e2e4a5b0613"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cff8b47db5f64ae6939d33a26218e487"}], "type": "cloudformation", "id": "53a672cb0f5949a3a4b8603bde49e241", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a9720ba54734fceaadb0af47a07ee5b"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "330e1ee6bb054167a74269086186a7c5"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ca16841960d4c57a7967c43e6874141"}], "type": "identity", "id": "98d5071c66ba435181a5fbd591e7a77c", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "08a0bea2f1d042829020fe23c0d37e52"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4596a7a657d74cf7a41d457cedcc3f5f"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6592848d675b435a9bbdd02e521ac844"}], "type": "placement", "id": "a6048f411ba04ba994379c2e1bd32708", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e888c7d63c94040a2d31bb1e5dd9a46"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5df13356470848aea251af346efc8e04"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "71ea740fbe86477bafec502826146a38"}], "type": "network", "id": "b5b4d934335c4b4fa0f8f78fb4e95798", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "305d20908b2a46ef81ed2504454a1bb4"}, {"url": "http://192.30.9.4:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "661193e21d2444059072254229c42587"}, {"url": "http://192.30.9.4:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7b2fcad302143d6be7f93bb71adabfb"}], "type": "orchestration", "id": "bbc6bad691464a39b448a28a2c4ea667", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "738db204b6964c5b939fc6d61be1c35e"}, {"url": "http://172.30.9.22:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "99879910bf624d76939744b598e098d8"}, {"url": "http://192.30.9.4:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5f06975d2f24b92a2e12497a496e321"}], "type": "volumev2", "id": "d0d4785154e44b9da13687d4f4f46623", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a74d09fad14525aeacf355f035bc93"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98e0b24c00e64a2e8e73b607814ff962"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7f9d3efbfc341e0aefbb727f71c91ee"}], "type": "object-store", "id": "ec9b8f8ebec0403c96f38f0cf50a4e46", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68e39854db8e436fb58e2ffe2b8beb3d"}, {"url": "http://172.30.9.22:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba82bc77e93048cc873c17395241e191"}, {"url": "http://192.30.9.4:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f97836ea882f4e029f4a619303de9d2d"}], "type": "volume", "id": "ece45791391f4ee09f87e353b21951ff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1801c340a8ee4d479fe538175d71eb86"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a09cc1abaf5b4ef9911da6475c8db27c"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e20ed37a805641849d63bfc24867e70d"}], "type": "metric", "id": "fd11e7102b954b299f0dcc4cc66f940c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce3c75bad444e5d884ea7039c15eae7"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0e5deebd09e43ae9f0e1b43835e57c1"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be7919d77bee454eb93d4e863d06c849"}], "type": "event", "id": "ff90e73e14984665be9fde0b3bd9e4b4", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "86aadd5480314201b276055895974d1e"}, "audit_ids": ["R8y4u-g1QQGOCkfHTuXhAA"], "issued_at": "2018-09-01T17:27:52.000000Z"}} 2018-09-01 17:27:52,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 17:27:52,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" 2018-09-01 17:27:53,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-519f8c96-3ab0-45ed-b98e-60196d0b166f Date: Sat, 01 Sep 2018 17:27:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"64f444ab759e4a18bf121ca7620ae865","status":"ACTIVE","subnets":["7c295127-c588-4f64-aa27-9983f7a75e04"],"description":"","tags":[],"updated_at":"2018-09-01T17:25:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:20Z","provider:network_type":"flat"}]} 2018-09-01 17:27:53,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-519f8c96-3ab0-45ed-b98e-60196d0b166f 2018-09-01 17:27:53,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.873226881027s 2018-09-01 17:27:53,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-519f8c96-3ab0-45ed-b98e-60196d0b166f 2018-09-01 17:27:53,092 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-01 17:27:53,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 17:27:53,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" -d '{"network": {"name": "tenantnetwork1-net_de691b95-94c1-47a3-868b-a24bb47b97c1", "admin_state_up": true}}' 2018-09-01 17:27:53,944 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-e7b55fc5-515a-4615-ae35-a16e56984a91 Date: Sat, 01 Sep 2018 17:27: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":"e527aa8e-306b-4a38-a142-885c0ae0d926","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f21e591cb45b4858976214417faa5b93","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T17:27:53Z","is_default":false,"provider:segmentation_id":37,"name":"tenantnetwork1-net_de691b95-94c1-47a3-868b-a24bb47b97c1","admin_state_up":true,"tenant_id":"f21e591cb45b4858976214417faa5b93","created_at":"2018-09-01T17:27:53Z","mtu":1450}} 2018-09-01 17:27:53,944 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e7b55fc5-515a-4615-ae35-a16e56984a91 2018-09-01 17:27:53,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.851315975189s 2018-09-01 17:27:53,944 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e7b55fc5-515a-4615-ae35-a16e56984a91 2018-09-01 17:27:53,945 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T17:27:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e527aa8e-306b-4a38-a142-885c0ae0d926', u'provider:segmentation_id': 37, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_de691b95-94c1-47a3-868b-a24bb47b97c1', u'admin_state_up': True, u'tenant_id': u'f21e591cb45b4858976214417faa5b93', u'created_at': u'2018-09-01T17:27:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f21e591cb45b4858976214417faa5b93'}) 2018-09-01 17:27:53,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 17:27:53,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" 2018-09-01 17:27:54,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-a21c3797-9341-44d4-8acc-0a7fab07d3b1 Date: Sat, 01 Sep 2018 17:27:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"64f444ab759e4a18bf121ca7620ae865","status":"ACTIVE","subnets":["7c295127-c588-4f64-aa27-9983f7a75e04"],"description":"","tags":[],"updated_at":"2018-09-01T17:25:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:20Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e527aa8e-306b-4a38-a142-885c0ae0d926","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f21e591cb45b4858976214417faa5b93","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T17:27:53Z","provider:segmentation_id":37,"name":"tenantnetwork1-net_de691b95-94c1-47a3-868b-a24bb47b97c1","admin_state_up":true,"tenant_id":"f21e591cb45b4858976214417faa5b93","created_at":"2018-09-01T17:27:53Z","provider:network_type":"vxlan"}]} 2018-09-01 17:27:54,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a21c3797-9341-44d4-8acc-0a7fab07d3b1 2018-09-01 17:27:54,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.132441043854s 2018-09-01 17:27:54,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a21c3797-9341-44d4-8acc-0a7fab07d3b1 2018-09-01 17:27:54,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 17:27:54,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" -d '{"subnet": {"name": "tenantnetwork1-subnet_de691b95-94c1-47a3-868b-a24bb47b97c1", "enable_dhcp": true, "network_id": "e527aa8e-306b-4a38-a142-885c0ae0d926", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 17:27:54,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-97019163-09d8-4aab-8a36-4a76245eb1ec Date: Sat, 01 Sep 2018 17:27:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e527aa8e-306b-4a38-a142-885c0ae0d926","tenant_id":"f21e591cb45b4858976214417faa5b93","created_at":"2018-09-01T17:27:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T17:27:54Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"f21e591cb45b4858976214417faa5b93","id":"143cf404-7b97-4fb3-843e-38de11638212","subnetpool_id":null,"name":"tenantnetwork1-subnet_de691b95-94c1-47a3-868b-a24bb47b97c1"}} 2018-09-01 17:27:54,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-97019163-09d8-4aab-8a36-4a76245eb1ec 2018-09-01 17:27:54,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.737645149231s 2018-09-01 17:27:54,818 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-97019163-09d8-4aab-8a36-4a76245eb1ec 2018-09-01 17:27:54,819 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T17:27:54Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'143cf404-7b97-4fb3-843e-38de11638212', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_de691b95-94c1-47a3-868b-a24bb47b97c1', u'enable_dhcp': True, u'network_id': u'e527aa8e-306b-4a38-a142-885c0ae0d926', u'tenant_id': u'f21e591cb45b4858976214417faa5b93', u'created_at': u'2018-09-01T17:27:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f21e591cb45b4858976214417faa5b93'}) 2018-09-01 17:27:54,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 17:27:54,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" -d '{"router": {"external_gateway_info": {"network_id": "c4fa1d14-1634-4822-a0c8-c335fa6a9925"}, "name": "tenantnetwork1-router_de691b95-94c1-47a3-868b-a24bb47b97c1", "admin_state_up": true}}' 2018-09-01 17:27:56,227 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-78fdc744-11e0-431d-bd95-463ecc79e1e4 Date: Sat, 01 Sep 2018 17:27:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4fa1d14-1634-4822-a0c8-c335fa6a9925", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7c295127-c588-4f64-aa27-9983f7a75e04", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f21e591cb45b4858976214417faa5b93", "created_at": "2018-09-01T17:27:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T17:27:56Z", "revision_number": 2, "routes": [], "project_id": "f21e591cb45b4858976214417faa5b93", "id": "25a0369e-2c6f-47fa-91d7-c372dea98131", "name": "tenantnetwork1-router_de691b95-94c1-47a3-868b-a24bb47b97c1"}} 2018-09-01 17:27:56,227 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-78fdc744-11e0-431d-bd95-463ecc79e1e4 2018-09-01 17:27:56,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.40780901909s 2018-09-01 17:27:56,228 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-78fdc744-11e0-431d-bd95-463ecc79e1e4 2018-09-01 17:27:56,228 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4fa1d14-1634-4822-a0c8-c335fa6a9925', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7c295127-c588-4f64-aa27-9983f7a75e04', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f21e591cb45b4858976214417faa5b93', u'created_at': u'2018-09-01T17:27:54Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T17:27:56Z', u'revision_number': 2, u'routes': [], u'project_id': u'f21e591cb45b4858976214417faa5b93', u'id': u'25a0369e-2c6f-47fa-91d7-c372dea98131', u'name': u'tenantnetwork1-router_de691b95-94c1-47a3-868b-a24bb47b97c1'}) 2018-09-01 17:27:56,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 17:27:56,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/25a0369e-2c6f-47fa-91d7-c372dea98131/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" -d '{"subnet_id": "143cf404-7b97-4fb3-843e-38de11638212"}' 2018-09-01 17:27:57,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fbdd77c4-feb4-4f4c-889d-68c4650184bb Date: Sat, 01 Sep 2018 17:27:57 GMT RESP BODY: {"network_id": "e527aa8e-306b-4a38-a142-885c0ae0d926", "tenant_id": "f21e591cb45b4858976214417faa5b93", "subnet_id": "143cf404-7b97-4fb3-843e-38de11638212", "subnet_ids": ["143cf404-7b97-4fb3-843e-38de11638212"], "port_id": "2d42f8cf-cf2e-49d0-9f3b-b62bbf4dd874", "id": "25a0369e-2c6f-47fa-91d7-c372dea98131"} 2018-09-01 17:27:57,792 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/25a0369e-2c6f-47fa-91d7-c372dea98131/add_router_interface.json used request id req-fbdd77c4-feb4-4f4c-889d-68c4650184bb 2018-09-01 17:27:57,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.56332302094s 2018-09-01 17:27:57,792 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/25a0369e-2c6f-47fa-91d7-c372dea98131/add_router_interface.json used request id req-fbdd77c4-feb4-4f4c-889d-68c4650184bb returning object 25a0369e-2c6f-47fa-91d7-c372dea98131 2018-09-01 17:27:57,915 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 17:27:57,915 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 17:27:57,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 17:27:57,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/25a0369e-2c6f-47fa-91d7-c372dea98131/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" -d '{"subnet_id": "143cf404-7b97-4fb3-843e-38de11638212"}' 2018-09-01 17:27:59,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-87dfff4e-e870-4dab-ad7b-a1893dea3cb6 Date: Sat, 01 Sep 2018 17:27:59 GMT RESP BODY: {"network_id": "e527aa8e-306b-4a38-a142-885c0ae0d926", "tenant_id": "f21e591cb45b4858976214417faa5b93", "subnet_id": "143cf404-7b97-4fb3-843e-38de11638212", "subnet_ids": ["143cf404-7b97-4fb3-843e-38de11638212"], "port_id": "2d42f8cf-cf2e-49d0-9f3b-b62bbf4dd874", "id": "25a0369e-2c6f-47fa-91d7-c372dea98131"} 2018-09-01 17:27:59,215 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/25a0369e-2c6f-47fa-91d7-c372dea98131/remove_router_interface.json used request id req-87dfff4e-e870-4dab-ad7b-a1893dea3cb6 2018-09-01 17:27:59,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.29440903664s 2018-09-01 17:27:59,215 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/25a0369e-2c6f-47fa-91d7-c372dea98131/remove_router_interface.json used request id req-87dfff4e-e870-4dab-ad7b-a1893dea3cb6 returning object 25a0369e-2c6f-47fa-91d7-c372dea98131 2018-09-01 17:27:59,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 17:27:59,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" 2018-09-01 17:27:59,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-641296b5-eab5-4d54-bf15-e591d7660b95 Date: Sat, 01 Sep 2018 17:27:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4fa1d14-1634-4822-a0c8-c335fa6a9925", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7c295127-c588-4f64-aa27-9983f7a75e04", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "f21e591cb45b4858976214417faa5b93", "created_at": "2018-09-01T17:27:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T17:27:58Z", "revision_number": 4, "routes": [], "project_id": "f21e591cb45b4858976214417faa5b93", "id": "25a0369e-2c6f-47fa-91d7-c372dea98131", "name": "tenantnetwork1-router_de691b95-94c1-47a3-868b-a24bb47b97c1"}]} 2018-09-01 17:27:59,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-641296b5-eab5-4d54-bf15-e591d7660b95 2018-09-01 17:27:59,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.10183596611s 2018-09-01 17:27:59,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-641296b5-eab5-4d54-bf15-e591d7660b95 2018-09-01 17:27:59,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 17:27:59,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/25a0369e-2c6f-47fa-91d7-c372dea98131.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" 2018-09-01 17:28:00,529 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3b8fd746-15bd-4b9e-9bc9-408d8a98793f Content-Length: 0 Date: Sat, 01 Sep 2018 17:28:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 17:28:00,529 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/25a0369e-2c6f-47fa-91d7-c372dea98131.json used request id req-3b8fd746-15bd-4b9e-9bc9-408d8a98793f 2018-09-01 17:28:00,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.20995092392s 2018-09-01 17:28:00,529 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/25a0369e-2c6f-47fa-91d7-c372dea98131.json used request id req-3b8fd746-15bd-4b9e-9bc9-408d8a98793f 2018-09-01 17:28:00,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 17:28:00,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" 2018-09-01 17:28:00,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-f70e71f1-8ad8-4549-99b7-fc02d80a77d1 Date: Sat, 01 Sep 2018 17:28:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e527aa8e-306b-4a38-a142-885c0ae0d926","tenant_id":"f21e591cb45b4858976214417faa5b93","created_at":"2018-09-01T17:27:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T17:27:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f21e591cb45b4858976214417faa5b93","id":"143cf404-7b97-4fb3-843e-38de11638212","subnetpool_id":null,"name":"tenantnetwork1-subnet_de691b95-94c1-47a3-868b-a24bb47b97c1"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:26Z","dns_nameservers":[],"updated_at":"2018-09-01T17:25:26Z","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":"64f444ab759e4a18bf121ca7620ae865","id":"7c295127-c588-4f64-aa27-9983f7a75e04","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 17:28:00,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f70e71f1-8ad8-4549-99b7-fc02d80a77d1 2018-09-01 17:28:00,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.093631029129s 2018-09-01 17:28:00,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f70e71f1-8ad8-4549-99b7-fc02d80a77d1 2018-09-01 17:28:00,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 17:28:00,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/143cf404-7b97-4fb3-843e-38de11638212.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" 2018-09-01 17:28:01,472 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f23634cd-17ff-4e95-a935-c1d1c5f710b8 Date: Sat, 01 Sep 2018 17:28:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 17:28:01,472 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/143cf404-7b97-4fb3-843e-38de11638212.json used request id req-f23634cd-17ff-4e95-a935-c1d1c5f710b8 2018-09-01 17:28:01,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.846441030502s 2018-09-01 17:28:01,472 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/143cf404-7b97-4fb3-843e-38de11638212.json used request id req-f23634cd-17ff-4e95-a935-c1d1c5f710b8 2018-09-01 17:28:01,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 17:28:01,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" 2018-09-01 17:28:01,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-3b0483d7-35c6-43dd-8a2f-c1271fe862b8 Date: Sat, 01 Sep 2018 17:28:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"64f444ab759e4a18bf121ca7620ae865","status":"ACTIVE","subnets":["7c295127-c588-4f64-aa27-9983f7a75e04"],"description":"","tags":[],"updated_at":"2018-09-01T17:25:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:20Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e527aa8e-306b-4a38-a142-885c0ae0d926","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f21e591cb45b4858976214417faa5b93","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T17:28:01Z","provider:segmentation_id":37,"name":"tenantnetwork1-net_de691b95-94c1-47a3-868b-a24bb47b97c1","admin_state_up":true,"tenant_id":"f21e591cb45b4858976214417faa5b93","created_at":"2018-09-01T17:27:53Z","provider:network_type":"vxlan"}]} 2018-09-01 17:28:01,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3b0483d7-35c6-43dd-8a2f-c1271fe862b8 2018-09-01 17:28:01,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0806682109833s 2018-09-01 17:28:01,554 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3b0483d7-35c6-43dd-8a2f-c1271fe862b8 2018-09-01 17:28:01,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 17:28:01,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/e527aa8e-306b-4a38-a142-885c0ae0d926.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7500b96cebc784cd52b0af5cef7d47af53ec692e" 2018-09-01 17:28:02,900 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d159c3bd-7d35-4d05-9669-ec9f2b722491 Date: Sat, 01 Sep 2018 17:28:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 17:28:02,900 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/e527aa8e-306b-4a38-a142-885c0ae0d926.json used request id req-d159c3bd-7d35-4d05-9669-ec9f2b722491 2018-09-01 17:28:02,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.34468817711s 2018-09-01 17:28:02,900 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/e527aa8e-306b-4a38-a142-885c0ae0d926.json used request id req-d159c3bd-7d35-4d05-9669-ec9f2b722491 2018-09-01 17:28:02,953 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-01 17:28:02,993 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 17:28:02,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 17:28:02,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 17:28:02,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 17:28:02,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 17:28:02,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 17:28:02,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 17:28:02,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 17:28:02,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 17:28:02,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 17:28:02,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 17:28:03,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f8fd9fc-a34e-4e51-ab2e-cc4db646ffd2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-09-01 17:28:03,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000//v3 used request id req-3f8fd9fc-a34e-4e51-ab2e-cc4db646ffd2 2018-09-01 17:28:03,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 17:28:03,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ecbef5c76b941c49c7ab340a81543f7", "name": "admin"}], "expires_at": "2018-09-01T18:28:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f21e591cb45b4858976214417faa5b93", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "047b426c791146fbb366cdbf1fe33e1e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "14527a8dc436444fa750acc393428354"}, {"url": "http://172.30.9.22:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2afa734a1b934bddbba91de5e34e151c"}, {"url": "http://192.30.9.4:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e7f0daf7a4c4983b38a03dad33ecb63"}], "type": "volumev3", "id": "070b9123bf9b428f8d60f31534c55b5b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "189e45c17c53497ca668693a7b3e9cdf"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "364727bf5c1d40249a0dbab493a47c33"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d63d884a570648aaa01d3fae69c85880"}], "type": "compute", "id": "4a6a08c7acfb4e9c8e06525a9eb00df2", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d9257fc7bb4db694be6fd7ac9bd3c2"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "425fbb9ca6554557bbbfbd3f627dd029"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffa2f351ea02480c875f2fd7997041c5"}], "type": "alarming", "id": "4c8c0a901a424a7b8cf67363a15fe042", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d72cef9423648f38275516d65f46500"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "36e977f9f7094b6b9ad8b9b2b11e5f40"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dae29cb476fd4509a09fc93c6aa83a87"}], "type": "image", "id": "4d107476676a4d34bd7cd8a0cac9d5f5", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "093dbfd890844979a404b1917a1878e6"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6f17e88b54c4ee08cdf2e2e4a5b0613"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cff8b47db5f64ae6939d33a26218e487"}], "type": "cloudformation", "id": "53a672cb0f5949a3a4b8603bde49e241", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a9720ba54734fceaadb0af47a07ee5b"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "330e1ee6bb054167a74269086186a7c5"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ca16841960d4c57a7967c43e6874141"}], "type": "identity", "id": "98d5071c66ba435181a5fbd591e7a77c", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "08a0bea2f1d042829020fe23c0d37e52"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4596a7a657d74cf7a41d457cedcc3f5f"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6592848d675b435a9bbdd02e521ac844"}], "type": "placement", "id": "a6048f411ba04ba994379c2e1bd32708", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e888c7d63c94040a2d31bb1e5dd9a46"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5df13356470848aea251af346efc8e04"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "71ea740fbe86477bafec502826146a38"}], "type": "network", "id": "b5b4d934335c4b4fa0f8f78fb4e95798", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "305d20908b2a46ef81ed2504454a1bb4"}, {"url": "http://192.30.9.4:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "661193e21d2444059072254229c42587"}, {"url": "http://192.30.9.4:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7b2fcad302143d6be7f93bb71adabfb"}], "type": "orchestration", "id": "bbc6bad691464a39b448a28a2c4ea667", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "738db204b6964c5b939fc6d61be1c35e"}, {"url": "http://172.30.9.22:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "99879910bf624d76939744b598e098d8"}, {"url": "http://192.30.9.4:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5f06975d2f24b92a2e12497a496e321"}], "type": "volumev2", "id": "d0d4785154e44b9da13687d4f4f46623", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a74d09fad14525aeacf355f035bc93"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98e0b24c00e64a2e8e73b607814ff962"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7f9d3efbfc341e0aefbb727f71c91ee"}], "type": "object-store", "id": "ec9b8f8ebec0403c96f38f0cf50a4e46", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68e39854db8e436fb58e2ffe2b8beb3d"}, {"url": "http://172.30.9.22:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba82bc77e93048cc873c17395241e191"}, {"url": "http://192.30.9.4:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f97836ea882f4e029f4a619303de9d2d"}], "type": "volume", "id": "ece45791391f4ee09f87e353b21951ff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1801c340a8ee4d479fe538175d71eb86"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a09cc1abaf5b4ef9911da6475c8db27c"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e20ed37a805641849d63bfc24867e70d"}], "type": "metric", "id": "fd11e7102b954b299f0dcc4cc66f940c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce3c75bad444e5d884ea7039c15eae7"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0e5deebd09e43ae9f0e1b43835e57c1"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be7919d77bee454eb93d4e863d06c849"}], "type": "event", "id": "ff90e73e14984665be9fde0b3bd9e4b4", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "86aadd5480314201b276055895974d1e"}, "audit_ids": ["8sKSof19TNa0oFqrSIMbYA"], "issued_at": "2018-09-01T17:28:03.000000Z"}} 2018-09-01 17:28:03,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 17:28:03,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:04,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5e5acffb-4239-46ed-9f1b-689a083608fb Date: Sat, 01 Sep 2018 17:28:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"64f444ab759e4a18bf121ca7620ae865","status":"ACTIVE","subnets":["7c295127-c588-4f64-aa27-9983f7a75e04"],"description":"","tags":[],"updated_at":"2018-09-01T17:25:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:20Z","provider:network_type":"flat"}]} 2018-09-01 17:28:04,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5e5acffb-4239-46ed-9f1b-689a083608fb 2018-09-01 17:28:04,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.995126008987s 2018-09-01 17:28:04,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5e5acffb-4239-46ed-9f1b-689a083608fb 2018-09-01 17:28:04,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 17:28:04,382 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 01 Sep 2018 17:28:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.22:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-01 17:28:04,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 17:28:04,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:04,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34cb8f22-c840-48d3-8217-f654a14b946a Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/298236fcf4934d1eaef13c394bd5aedf"}, "tags": [], "enabled": true, "id": "298236fcf4934d1eaef13c394bd5aedf", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-09-01 17:28:04,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-34cb8f22-c840-48d3-8217-f654a14b946a 2018-09-01 17:28:04,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0898020267487s 2018-09-01 17:28:04,474 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-34cb8f22-c840-48d3-8217-f654a14b946a 2018-09-01 17:28:04,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-01 17:28:04,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_4fbe9cf7-846e-4249-a418-571a445f9000"}}' 2018-09-01 17:28:04,627 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 17:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91183a17-c598-4764-8313-0850ee804727 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/d9f31ea3c6014789a75013b52895e4a4"}, "tags": [], "enabled": true, "id": "d9f31ea3c6014789a75013b52895e4a4", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_4fbe9cf7-846e-4249-a418-571a445f9000"}} 2018-09-01 17:28:04,627 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-91183a17-c598-4764-8313-0850ee804727 2018-09-01 17:28:04,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.146650075912s 2018-09-01 17:28:04,627 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-91183a17-c598-4764-8313-0850ee804727 2018-09-01 17:28:04,628 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: tenantnetwork2', u'tags': [], 'enabled': True, 'id': u'd9f31ea3c6014789a75013b52895e4a4', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'tenantnetwork2-project_4fbe9cf7-846e-4249-a418-571a445f9000'}) 2018-09-01 17:28:04,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-01 17:28:04,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "83b0e30a-06d5-4edd-879b-a18965a0d24f", "email": null, "name": "tenantnetwork2-user_4fbe9cf7-846e-4249-a418-571a445f9000"}}' 2018-09-01 17:28:05,039 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 17:28:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bacc2b9-de13-4d88-9742-1e4f64b7e4e3 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_4fbe9cf7-846e-4249-a418-571a445f9000", "links": {"self": "http://172.30.9.22:5000/v3/users/63dd61cd8e374045b6b182c642f025cb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63dd61cd8e374045b6b182c642f025cb", "domain_id": "default", "password_expires_at": null}} 2018-09-01 17:28:05,039 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-6bacc2b9-de13-4d88-9742-1e4f64b7e4e3 2018-09-01 17:28:05,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.405006170273s 2018-09-01 17:28:05,040 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-6bacc2b9-de13-4d88-9742-1e4f64b7e4e3 2018-09-01 17:28:05,040 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'63dd61cd8e374045b6b182c642f025cb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_4fbe9cf7-846e-4249-a418-571a445f9000'}) 2018-09-01 17:28:05,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 17:28:05,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:05,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-420abccb-26c4-4ed5-bead-4fa7e51a1894 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35437d0d4dcf4fb9a524f523afc98a65", "links": {"self": "http://172.30.9.22:5000/v3/roles/35437d0d4dcf4fb9a524f523afc98a65"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "3cbf3b0b0a45464a9c5a17c01e8e05c6", "links": {"self": "http://172.30.9.22:5000/v3/roles/3cbf3b0b0a45464a9c5a17c01e8e05c6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5ecbef5c76b941c49c7ab340a81543f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/5ecbef5c76b941c49c7ab340a81543f7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bc2a7a8acebc4ab2b4c360e8f32634f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/bc2a7a8acebc4ab2b4c360e8f32634f7"}, "name": "swiftoperator"}]} 2018-09-01 17:28:05,137 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-420abccb-26c4-4ed5-bead-4fa7e51a1894 2018-09-01 17:28:05,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0924868583679s 2018-09-01 17:28:05,137 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-420abccb-26c4-4ed5-bead-4fa7e51a1894 2018-09-01 17:28:05,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 17:28:05,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:05,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d751433-aca9-4591-9da5-7fed4b823dbe Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "35437d0d4dcf4fb9a524f523afc98a65", "links": {"self": "http://172.30.9.22:5000/v3/roles/35437d0d4dcf4fb9a524f523afc98a65"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "3cbf3b0b0a45464a9c5a17c01e8e05c6", "links": {"self": "http://172.30.9.22:5000/v3/roles/3cbf3b0b0a45464a9c5a17c01e8e05c6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5ecbef5c76b941c49c7ab340a81543f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/5ecbef5c76b941c49c7ab340a81543f7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bc2a7a8acebc4ab2b4c360e8f32634f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/bc2a7a8acebc4ab2b4c360e8f32634f7"}, "name": "swiftoperator"}]} 2018-09-01 17:28:05,237 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0d751433-aca9-4591-9da5-7fed4b823dbe 2018-09-01 17:28:05,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0959279537201s 2018-09-01 17:28:05,238 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0d751433-aca9-4591-9da5-7fed4b823dbe 2018-09-01 17:28:05,239 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-01 17:28:05,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-09-01 17:28:05,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" -d '{"role": {"name": "Member"}}' 2018-09-01 17:28:05,323 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 01 Sep 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ba1f596-7190-44b7-b615-9dd087e92c4a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0f15b2958d74490abd569d4caa4c6ed1", "links": {"self": "http://172.30.9.22:5000/v3/roles/0f15b2958d74490abd569d4caa4c6ed1"}, "name": "Member"}} 2018-09-01 17:28:05,324 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-0ba1f596-7190-44b7-b615-9dd087e92c4a 2018-09-01 17:28:05,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.0807139873505s 2018-09-01 17:28:05,324 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-0ba1f596-7190-44b7-b615-9dd087e92c4a 2018-09-01 17:28:05,324 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'0f15b2958d74490abd569d4caa4c6ed1'}) 2018-09-01 17:28:05,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 17:28:05,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:05,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ceff2571-8ae8-4f2e-bc17-3b426e01f732 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f15b2958d74490abd569d4caa4c6ed1", "links": {"self": "http://172.30.9.22:5000/v3/roles/0f15b2958d74490abd569d4caa4c6ed1"}, "name": "Member"}, {"domain_id": null, "id": "35437d0d4dcf4fb9a524f523afc98a65", "links": {"self": "http://172.30.9.22:5000/v3/roles/35437d0d4dcf4fb9a524f523afc98a65"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "3cbf3b0b0a45464a9c5a17c01e8e05c6", "links": {"self": "http://172.30.9.22:5000/v3/roles/3cbf3b0b0a45464a9c5a17c01e8e05c6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5ecbef5c76b941c49c7ab340a81543f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/5ecbef5c76b941c49c7ab340a81543f7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bc2a7a8acebc4ab2b4c360e8f32634f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/bc2a7a8acebc4ab2b4c360e8f32634f7"}, "name": "swiftoperator"}]} 2018-09-01 17:28:05,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ceff2571-8ae8-4f2e-bc17-3b426e01f732 2018-09-01 17:28:05,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0976428985596s 2018-09-01 17:28:05,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ceff2571-8ae8-4f2e-bc17-3b426e01f732 2018-09-01 17:28:05,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-01 17:28:05,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:05,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c8ad7a0-ae6e-4582-9911-7f12c3d443fa Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-01 17:28:05,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-9c8ad7a0-ae6e-4582-9911-7f12c3d443fa 2018-09-01 17:28:05,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0911109447479s 2018-09-01 17:28:05,522 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-9c8ad7a0-ae6e-4582-9911-7f12c3d443fa 2018-09-01 17:28:05,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 17:28:05,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:05,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a4412a3-4c4b-4c44-aaae-2dca7ce95825 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/08183e77dea842ad934185df1766a9d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08183e77dea842ad934185df1766a9d1", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/0ce9b21f35f04d5997b18c0532206769"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ce9b21f35f04d5997b18c0532206769", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/1d6a9dbb4cf6498286e4afc6a6f44763"}, "domain_id": "298236fcf4934d1eaef13c394bd5aedf", "enabled": true, "options": {}, "id": "1d6a9dbb4cf6498286e4afc6a6f44763", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2a252a2bbd724b58b515497c7c16c68e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a252a2bbd724b58b515497c7c16c68e", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/35f2556ec1ef426bbc2e9a58417a041e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35f2556ec1ef426bbc2e9a58417a041e", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/388a3ad4ac714a14b4f4b600683f096e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388a3ad4ac714a14b4f4b600683f096e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/39be8955ef4349ac9653bc8ba861f4d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39be8955ef4349ac9653bc8ba861f4d0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/54548a85166c4e829040f76b1ace3da8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54548a85166c4e829040f76b1ace3da8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_4fbe9cf7-846e-4249-a418-571a445f9000", "links": {"self": "http://172.30.9.22:5000/v3/users/63dd61cd8e374045b6b182c642f025cb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63dd61cd8e374045b6b182c642f025cb", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/86aadd5480314201b276055895974d1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "86aadd5480314201b276055895974d1e", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/a2d54f4bf5724212af425603cd4f7452"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2d54f4bf5724212af425603cd4f7452", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/b2fa60ed6eaf49d1b577c701445db562"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2fa60ed6eaf49d1b577c701445db562", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/e500312f6bda4c5284605fcf713b48c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e500312f6bda4c5284605fcf713b48c3", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/e5700660b89e492fa39508fee575f847"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e5700660b89e492fa39508fee575f847", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/fd0b41110cc343089e2dbc338934f8a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd0b41110cc343089e2dbc338934f8a0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 17:28:05,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7a4412a3-4c4b-4c44-aaae-2dca7ce95825 2018-09-01 17:28:05,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0423710346222s 2018-09-01 17:28:05,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7a4412a3-4c4b-4c44-aaae-2dca7ce95825 2018-09-01 17:28:05,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 17:28:05,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:05,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f16c3353-bcb4-4e31-a00d-a72caf5feeb0 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865"}, "tags": [], "enabled": true, "id": "64f444ab759e4a18bf121ca7620ae865", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/d9f31ea3c6014789a75013b52895e4a4"}, "tags": [], "enabled": true, "id": "d9f31ea3c6014789a75013b52895e4a4", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_4fbe9cf7-846e-4249-a418-571a445f9000"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f21e591cb45b4858976214417faa5b93"}, "tags": [], "enabled": true, "id": "f21e591cb45b4858976214417faa5b93", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 17:28:05,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-f16c3353-bcb4-4e31-a00d-a72caf5feeb0 2018-09-01 17:28:05,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0996489524841s 2018-09-01 17:28:05,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-f16c3353-bcb4-4e31-a00d-a72caf5feeb0 2018-09-01 17:28:05,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-01 17:28:05,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=63dd61cd8e374045b6b182c642f025cb&role.id=0f15b2958d74490abd569d4caa4c6ed1&scope.project.id=d9f31ea3c6014789a75013b52895e4a4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:05,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-420216a8-2c06-4694-be4a-8c11205a0c04 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=63dd61cd8e374045b6b182c642f025cb&role.id=0f15b2958d74490abd569d4caa4c6ed1&scope.project.id=d9f31ea3c6014789a75013b52895e4a4", "previous": null, "next": null}} 2018-09-01 17:28:05,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=63dd61cd8e374045b6b182c642f025cb&role.id=0f15b2958d74490abd569d4caa4c6ed1&scope.project.id=d9f31ea3c6014789a75013b52895e4a4 used request id req-420216a8-2c06-4694-be4a-8c11205a0c04 2018-09-01 17:28:05,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0965509414673s 2018-09-01 17:28:05,780 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=63dd61cd8e374045b6b182c642f025cb&role.id=0f15b2958d74490abd569d4caa4c6ed1&scope.project.id=d9f31ea3c6014789a75013b52895e4a4 used request id req-420216a8-2c06-4694-be4a-8c11205a0c04 2018-09-01 17:28:05,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-01 17:28:05,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/d9f31ea3c6014789a75013b52895e4a4/users/63dd61cd8e374045b6b182c642f025cb/roles/0f15b2958d74490abd569d4caa4c6ed1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:05,980 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 17:28:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-db3d8c2d-b1fc-4779-a2e1-fa0fb1e89d14 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 17:28:05,980 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d9f31ea3c6014789a75013b52895e4a4/users/63dd61cd8e374045b6b182c642f025cb/roles/0f15b2958d74490abd569d4caa4c6ed1 used request id req-db3d8c2d-b1fc-4779-a2e1-fa0fb1e89d14 2018-09-01 17:28:05,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.196974039078s 2018-09-01 17:28:05,980 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/d9f31ea3c6014789a75013b52895e4a4/users/63dd61cd8e374045b6b182c642f025cb/roles/0f15b2958d74490abd569d4caa4c6ed1 used request id req-db3d8c2d-b1fc-4779-a2e1-fa0fb1e89d14 2018-09-01 17:28:05,981 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_4fbe9cf7-846e-4249-a418-571a445f9000', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'd9f31ea3c6014789a75013b52895e4a4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '83b0e30a-06d5-4edd-879b-a18965a0d24f', 'username': u'tenantnetwork2-user_4fbe9cf7-846e-4249-a418-571a445f9000', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-01 17:28:05,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 17:28:05,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 17:28:05,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 17:28:05,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 17:28:05,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 17:28:05,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 17:28:05,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 17:28:05,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 17:28:05,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 17:28:05,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 17:28:05,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 17:28:05,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 17:28:05,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 17:28:05,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 17:28:05,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 17:28:05,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 17:28:05,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 17:28:05,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 17:28:05,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 17:28:05,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 17:28:05,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 17:28:05,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 17:28:05,986 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_4fbe9cf7-846e-4249-a418-571a445f9000', 'password': '83b0e30a-06d5-4edd-879b-a18965a0d24f', 'project_name': 'tenantnetwork2-project_4fbe9cf7-846e-4249-a418-571a445f9000', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000//v3', 'project_id': 'd9f31ea3c6014789a75013b52895e4a4', 'project_domain_name': 'Default'} 2018-09-01 17:28:05,986 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-01 17:28:05,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 17:28:05,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5f9264e-7cb5-489e-8ca2-a2e69291e15a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-09-01 17:28:05,994 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000//v3 used request id req-b5f9264e-7cb5-489e-8ca2-a2e69291e15a 2018-09-01 17:28:05,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 17:28:06,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0f15b2958d74490abd569d4caa4c6ed1", "name": "Member"}], "expires_at": "2018-09-01T18:28:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d9f31ea3c6014789a75013b52895e4a4", "name": "tenantnetwork2-project_4fbe9cf7-846e-4249-a418-571a445f9000"}, "catalog": [{"endpoints": [], "type": "metering", "id": "047b426c791146fbb366cdbf1fe33e1e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d9f31ea3c6014789a75013b52895e4a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "14527a8dc436444fa750acc393428354"}, {"url": "http://172.30.9.22:8776/v3/d9f31ea3c6014789a75013b52895e4a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2afa734a1b934bddbba91de5e34e151c"}, {"url": "http://192.30.9.4:8776/v3/d9f31ea3c6014789a75013b52895e4a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e7f0daf7a4c4983b38a03dad33ecb63"}], "type": "volumev3", "id": "070b9123bf9b428f8d60f31534c55b5b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "189e45c17c53497ca668693a7b3e9cdf"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "364727bf5c1d40249a0dbab493a47c33"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d63d884a570648aaa01d3fae69c85880"}], "type": "compute", "id": "4a6a08c7acfb4e9c8e06525a9eb00df2", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d9257fc7bb4db694be6fd7ac9bd3c2"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "425fbb9ca6554557bbbfbd3f627dd029"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffa2f351ea02480c875f2fd7997041c5"}], "type": "alarming", "id": "4c8c0a901a424a7b8cf67363a15fe042", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d72cef9423648f38275516d65f46500"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "36e977f9f7094b6b9ad8b9b2b11e5f40"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dae29cb476fd4509a09fc93c6aa83a87"}], "type": "image", "id": "4d107476676a4d34bd7cd8a0cac9d5f5", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "093dbfd890844979a404b1917a1878e6"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6f17e88b54c4ee08cdf2e2e4a5b0613"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cff8b47db5f64ae6939d33a26218e487"}], "type": "cloudformation", "id": "53a672cb0f5949a3a4b8603bde49e241", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a9720ba54734fceaadb0af47a07ee5b"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "330e1ee6bb054167a74269086186a7c5"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ca16841960d4c57a7967c43e6874141"}], "type": "identity", "id": "98d5071c66ba435181a5fbd591e7a77c", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "08a0bea2f1d042829020fe23c0d37e52"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4596a7a657d74cf7a41d457cedcc3f5f"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6592848d675b435a9bbdd02e521ac844"}], "type": "placement", "id": "a6048f411ba04ba994379c2e1bd32708", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e888c7d63c94040a2d31bb1e5dd9a46"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5df13356470848aea251af346efc8e04"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "71ea740fbe86477bafec502826146a38"}], "type": "network", "id": "b5b4d934335c4b4fa0f8f78fb4e95798", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/d9f31ea3c6014789a75013b52895e4a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "305d20908b2a46ef81ed2504454a1bb4"}, {"url": "http://192.30.9.4:8004/v1/d9f31ea3c6014789a75013b52895e4a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "661193e21d2444059072254229c42587"}, {"url": "http://192.30.9.4:8004/v1/d9f31ea3c6014789a75013b52895e4a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7b2fcad302143d6be7f93bb71adabfb"}], "type": "orchestration", "id": "bbc6bad691464a39b448a28a2c4ea667", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d9f31ea3c6014789a75013b52895e4a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "738db204b6964c5b939fc6d61be1c35e"}, {"url": "http://172.30.9.22:8776/v2/d9f31ea3c6014789a75013b52895e4a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "99879910bf624d76939744b598e098d8"}, {"url": "http://192.30.9.4:8776/v2/d9f31ea3c6014789a75013b52895e4a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5f06975d2f24b92a2e12497a496e321"}], "type": "volumev2", "id": "d0d4785154e44b9da13687d4f4f46623", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_d9f31ea3c6014789a75013b52895e4a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a74d09fad14525aeacf355f035bc93"}, {"url": "http://172.30.9.22:8080/v1/AUTH_d9f31ea3c6014789a75013b52895e4a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98e0b24c00e64a2e8e73b607814ff962"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7f9d3efbfc341e0aefbb727f71c91ee"}], "type": "object-store", "id": "ec9b8f8ebec0403c96f38f0cf50a4e46", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/d9f31ea3c6014789a75013b52895e4a4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68e39854db8e436fb58e2ffe2b8beb3d"}, {"url": "http://172.30.9.22:8776/v1/d9f31ea3c6014789a75013b52895e4a4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba82bc77e93048cc873c17395241e191"}, {"url": "http://192.30.9.4:8776/v1/d9f31ea3c6014789a75013b52895e4a4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f97836ea882f4e029f4a619303de9d2d"}], "type": "volume", "id": "ece45791391f4ee09f87e353b21951ff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1801c340a8ee4d479fe538175d71eb86"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a09cc1abaf5b4ef9911da6475c8db27c"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e20ed37a805641849d63bfc24867e70d"}], "type": "metric", "id": "fd11e7102b954b299f0dcc4cc66f940c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce3c75bad444e5d884ea7039c15eae7"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0e5deebd09e43ae9f0e1b43835e57c1"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be7919d77bee454eb93d4e863d06c849"}], "type": "event", "id": "ff90e73e14984665be9fde0b3bd9e4b4", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_4fbe9cf7-846e-4249-a418-571a445f9000", "id": "63dd61cd8e374045b6b182c642f025cb"}, "audit_ids": ["MGwz7TfVTE6EI9nEfd95Vw"], "issued_at": "2018-09-01T17:28:06.000000Z"}} 2018-09-01 17:28:06,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 17:28:06,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" -d '{"network": {"name": "tenantnetwork2-net_4fbe9cf7-846e-4249-a418-571a445f9000", "admin_state_up": true}}' 2018-09-01 17:28:07,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-06a1fcb4-01ca-443d-9e33-8cc2771071f9 Date: Sat, 01 Sep 2018 17:28:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d9f31ea3c6014789a75013b52895e4a4","created_at":"2018-09-01T17:28:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-01T17:28:07Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d9f31ea3c6014789a75013b52895e4a4","id":"bf5e9493-2c93-43d1-984f-aa065c7b3352","name":"tenantnetwork2-net_4fbe9cf7-846e-4249-a418-571a445f9000"}} 2018-09-01 17:28:07,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-06a1fcb4-01ca-443d-9e33-8cc2771071f9 2018-09-01 17:28:07,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.747699022293s 2018-09-01 17:28:07,132 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-06a1fcb4-01ca-443d-9e33-8cc2771071f9 2018-09-01 17:28:07,133 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T17:28:07Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'bf5e9493-2c93-43d1-984f-aa065c7b3352', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_4fbe9cf7-846e-4249-a418-571a445f9000', u'admin_state_up': True, u'tenant_id': u'd9f31ea3c6014789a75013b52895e4a4', u'created_at': u'2018-09-01T17:28:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd9f31ea3c6014789a75013b52895e4a4'}) 2018-09-01 17:28:07,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 17:28:07,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" 2018-09-01 17:28:07,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-d5343a6e-309a-4149-a18f-6865d1a889dd Date: Sat, 01 Sep 2018 17:28:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T17:28:07Z","tenant_id":"d9f31ea3c6014789a75013b52895e4a4","created_at":"2018-09-01T17:28:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d9f31ea3c6014789a75013b52895e4a4","id":"bf5e9493-2c93-43d1-984f-aa065c7b3352","name":"tenantnetwork2-net_4fbe9cf7-846e-4249-a418-571a445f9000"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7c295127-c588-4f64-aa27-9983f7a75e04"],"updated_at":"2018-09-01T17:25:26Z","tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:20Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"64f444ab759e4a18bf121ca7620ae865","id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","name":"external"}]} 2018-09-01 17:28:07,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d5343a6e-309a-4149-a18f-6865d1a889dd 2018-09-01 17:28:07,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.282539844513s 2018-09-01 17:28:07,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d5343a6e-309a-4149-a18f-6865d1a889dd 2018-09-01 17:28:07,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 17:28:07,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" -d '{"subnet": {"name": "tenantnetwork2-subnet_4fbe9cf7-846e-4249-a418-571a445f9000", "enable_dhcp": true, "network_id": "bf5e9493-2c93-43d1-984f-aa065c7b3352", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 17:28:08,097 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6ffd0033-a361-4f9d-b0ae-9e6637d4adf0 Date: Sat, 01 Sep 2018 17:28:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf5e9493-2c93-43d1-984f-aa065c7b3352","tenant_id":"d9f31ea3c6014789a75013b52895e4a4","created_at":"2018-09-01T17:28:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T17:28:07Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"d9f31ea3c6014789a75013b52895e4a4","id":"dad28451-74b6-48fb-ac09-a6aa53f01fd7","subnetpool_id":null,"name":"tenantnetwork2-subnet_4fbe9cf7-846e-4249-a418-571a445f9000"}} 2018-09-01 17:28:08,097 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6ffd0033-a361-4f9d-b0ae-9e6637d4adf0 2018-09-01 17:28:08,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.678866147995s 2018-09-01 17:28:08,097 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6ffd0033-a361-4f9d-b0ae-9e6637d4adf0 2018-09-01 17:28:08,098 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T17:28:07Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'dad28451-74b6-48fb-ac09-a6aa53f01fd7', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_4fbe9cf7-846e-4249-a418-571a445f9000', u'enable_dhcp': True, u'network_id': u'bf5e9493-2c93-43d1-984f-aa065c7b3352', u'tenant_id': u'd9f31ea3c6014789a75013b52895e4a4', u'created_at': u'2018-09-01T17:28:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd9f31ea3c6014789a75013b52895e4a4'}) 2018-09-01 17:28:08,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 17:28:08,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" -d '{"router": {"external_gateway_info": {"network_id": "c4fa1d14-1634-4822-a0c8-c335fa6a9925"}, "name": "tenantnetwork2-router_4fbe9cf7-846e-4249-a418-571a445f9000", "admin_state_up": true}}' 2018-09-01 17:28:09,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-228fc128-2956-4cf2-ac8c-f04c7418b94a Date: Sat, 01 Sep 2018 17:28:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4fa1d14-1634-4822-a0c8-c335fa6a9925", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7c295127-c588-4f64-aa27-9983f7a75e04", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d9f31ea3c6014789a75013b52895e4a4", "created_at": "2018-09-01T17:28:08Z", "admin_state_up": true, "updated_at": "2018-09-01T17:28:09Z", "revision_number": 2, "routes": [], "project_id": "d9f31ea3c6014789a75013b52895e4a4", "id": "44b90c4e-24bb-44d7-aea7-4592733ebc28", "name": "tenantnetwork2-router_4fbe9cf7-846e-4249-a418-571a445f9000"}} 2018-09-01 17:28:09,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-228fc128-2956-4cf2-ac8c-f04c7418b94a 2018-09-01 17:28:09,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.28401398659s 2018-09-01 17:28:09,383 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-228fc128-2956-4cf2-ac8c-f04c7418b94a 2018-09-01 17:28:09,383 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4fa1d14-1634-4822-a0c8-c335fa6a9925', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7c295127-c588-4f64-aa27-9983f7a75e04', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd9f31ea3c6014789a75013b52895e4a4', u'created_at': u'2018-09-01T17:28:08Z', u'admin_state_up': True, u'updated_at': u'2018-09-01T17:28:09Z', u'revision_number': 2, u'routes': [], u'project_id': u'd9f31ea3c6014789a75013b52895e4a4', u'id': u'44b90c4e-24bb-44d7-aea7-4592733ebc28', u'name': u'tenantnetwork2-router_4fbe9cf7-846e-4249-a418-571a445f9000'}) 2018-09-01 17:28:09,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 17:28:09,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/44b90c4e-24bb-44d7-aea7-4592733ebc28/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" -d '{"subnet_id": "dad28451-74b6-48fb-ac09-a6aa53f01fd7"}' 2018-09-01 17:28:11,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-07c078f6-ffa3-4733-a64a-d48f6e60f3e0 Date: Sat, 01 Sep 2018 17:28:11 GMT RESP BODY: {"network_id": "bf5e9493-2c93-43d1-984f-aa065c7b3352", "tenant_id": "d9f31ea3c6014789a75013b52895e4a4", "subnet_id": "dad28451-74b6-48fb-ac09-a6aa53f01fd7", "subnet_ids": ["dad28451-74b6-48fb-ac09-a6aa53f01fd7"], "port_id": "9bb1631d-c369-4c40-af0a-672bff8d2396", "id": "44b90c4e-24bb-44d7-aea7-4592733ebc28"} 2018-09-01 17:28:11,571 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/44b90c4e-24bb-44d7-aea7-4592733ebc28/add_router_interface.json used request id req-07c078f6-ffa3-4733-a64a-d48f6e60f3e0 2018-09-01 17:28:11,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.18753504753s 2018-09-01 17:28:11,572 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/44b90c4e-24bb-44d7-aea7-4592733ebc28/add_router_interface.json used request id req-07c078f6-ffa3-4733-a64a-d48f6e60f3e0 returning object 44b90c4e-24bb-44d7-aea7-4592733ebc28 2018-09-01 17:28:11,678 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 17:28:11,678 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-01 17:28:11,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 17:28:11,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/44b90c4e-24bb-44d7-aea7-4592733ebc28/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" -d '{"subnet_id": "dad28451-74b6-48fb-ac09-a6aa53f01fd7"}' 2018-09-01 17:28:13,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ab1e7261-832b-4329-b6dc-ced87e5c2eca Date: Sat, 01 Sep 2018 17:28:13 GMT RESP BODY: {"network_id": "bf5e9493-2c93-43d1-984f-aa065c7b3352", "tenant_id": "d9f31ea3c6014789a75013b52895e4a4", "subnet_id": "dad28451-74b6-48fb-ac09-a6aa53f01fd7", "subnet_ids": ["dad28451-74b6-48fb-ac09-a6aa53f01fd7"], "port_id": "9bb1631d-c369-4c40-af0a-672bff8d2396", "id": "44b90c4e-24bb-44d7-aea7-4592733ebc28"} 2018-09-01 17:28:13,108 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/44b90c4e-24bb-44d7-aea7-4592733ebc28/remove_router_interface.json used request id req-ab1e7261-832b-4329-b6dc-ced87e5c2eca 2018-09-01 17:28:13,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.42495512962s 2018-09-01 17:28:13,108 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/44b90c4e-24bb-44d7-aea7-4592733ebc28/remove_router_interface.json used request id req-ab1e7261-832b-4329-b6dc-ced87e5c2eca returning object 44b90c4e-24bb-44d7-aea7-4592733ebc28 2018-09-01 17:28:13,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 17:28:13,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" 2018-09-01 17:28:13,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8e1aca73-8f69-4d5b-8dd0-e644658e7db0 Date: Sat, 01 Sep 2018 17:28:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4fa1d14-1634-4822-a0c8-c335fa6a9925", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7c295127-c588-4f64-aa27-9983f7a75e04", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "d9f31ea3c6014789a75013b52895e4a4", "created_at": "2018-09-01T17:28:08Z", "admin_state_up": true, "updated_at": "2018-09-01T17:28:12Z", "revision_number": 4, "routes": [], "project_id": "d9f31ea3c6014789a75013b52895e4a4", "id": "44b90c4e-24bb-44d7-aea7-4592733ebc28", "name": "tenantnetwork2-router_4fbe9cf7-846e-4249-a418-571a445f9000"}]} 2018-09-01 17:28:13,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8e1aca73-8f69-4d5b-8dd0-e644658e7db0 2018-09-01 17:28:13,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.104596853256s 2018-09-01 17:28:13,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8e1aca73-8f69-4d5b-8dd0-e644658e7db0 2018-09-01 17:28:13,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 17:28:13,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/44b90c4e-24bb-44d7-aea7-4592733ebc28.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" 2018-09-01 17:28:14,291 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dffea438-502f-401c-bd0e-462e50e1373b Content-Length: 0 Date: Sat, 01 Sep 2018 17:28:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 17:28:14,291 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/44b90c4e-24bb-44d7-aea7-4592733ebc28.json used request id req-dffea438-502f-401c-bd0e-462e50e1373b 2018-09-01 17:28:14,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.07639193535s 2018-09-01 17:28:14,292 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/44b90c4e-24bb-44d7-aea7-4592733ebc28.json used request id req-dffea438-502f-401c-bd0e-462e50e1373b 2018-09-01 17:28:14,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 17:28:14,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" 2018-09-01 17:28:14,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-f85f46a8-93f5-4178-a5e1-2cacda11f4a3 Date: Sat, 01 Sep 2018 17:28:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf5e9493-2c93-43d1-984f-aa065c7b3352","tenant_id":"d9f31ea3c6014789a75013b52895e4a4","created_at":"2018-09-01T17:28:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T17:28:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"d9f31ea3c6014789a75013b52895e4a4","id":"dad28451-74b6-48fb-ac09-a6aa53f01fd7","subnetpool_id":null,"name":"tenantnetwork2-subnet_4fbe9cf7-846e-4249-a418-571a445f9000"}]} 2018-09-01 17:28:14,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f85f46a8-93f5-4178-a5e1-2cacda11f4a3 2018-09-01 17:28:14,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0762319564819s 2018-09-01 17:28:14,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f85f46a8-93f5-4178-a5e1-2cacda11f4a3 2018-09-01 17:28:14,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 17:28:14,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/dad28451-74b6-48fb-ac09-a6aa53f01fd7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" 2018-09-01 17:28:15,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f2b58c37-563c-493f-bb15-c2c76b401a72 Date: Sat, 01 Sep 2018 17:28:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 17:28:15,436 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/dad28451-74b6-48fb-ac09-a6aa53f01fd7.json used request id req-f2b58c37-563c-493f-bb15-c2c76b401a72 2018-09-01 17:28:15,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.06609511375s 2018-09-01 17:28:15,437 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/dad28451-74b6-48fb-ac09-a6aa53f01fd7.json used request id req-f2b58c37-563c-493f-bb15-c2c76b401a72 2018-09-01 17:28:15,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 17:28:15,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" 2018-09-01 17:28:15,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-20fbb2a9-a94d-4971-93c3-e4d8c53a9d57 Date: Sat, 01 Sep 2018 17:28:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-01T17:28:15Z","tenant_id":"d9f31ea3c6014789a75013b52895e4a4","created_at":"2018-09-01T17:28:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d9f31ea3c6014789a75013b52895e4a4","id":"bf5e9493-2c93-43d1-984f-aa065c7b3352","name":"tenantnetwork2-net_4fbe9cf7-846e-4249-a418-571a445f9000"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7c295127-c588-4f64-aa27-9983f7a75e04"],"updated_at":"2018-09-01T17:25:26Z","tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:20Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"64f444ab759e4a18bf121ca7620ae865","id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","name":"external"}]} 2018-09-01 17:28:15,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-20fbb2a9-a94d-4971-93c3-e4d8c53a9d57 2018-09-01 17:28:15,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0931029319763s 2018-09-01 17:28:15,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-20fbb2a9-a94d-4971-93c3-e4d8c53a9d57 2018-09-01 17:28:15,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 17:28:15,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/bf5e9493-2c93-43d1-984f-aa065c7b3352.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c3272f2eecf657b53d58ccfd245efa672cd4130" 2018-09-01 17:28:16,646 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6125f68-f508-4613-874f-16bd9d7953e0 Date: Sat, 01 Sep 2018 17:28:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 17:28:16,646 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/bf5e9493-2c93-43d1-984f-aa065c7b3352.json used request id req-d6125f68-f508-4613-874f-16bd9d7953e0 2018-09-01 17:28:16,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11440992355s 2018-09-01 17:28:16,647 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/bf5e9493-2c93-43d1-984f-aa065c7b3352.json used request id req-d6125f68-f508-4613-874f-16bd9d7953e0 2018-09-01 17:28:16,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 17:28:16,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:16,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ff1539b-bc90-4ba1-a92d-fcb56519d07c Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/08183e77dea842ad934185df1766a9d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08183e77dea842ad934185df1766a9d1", "email": "heat@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/0ce9b21f35f04d5997b18c0532206769"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0ce9b21f35f04d5997b18c0532206769", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/1d6a9dbb4cf6498286e4afc6a6f44763"}, "domain_id": "298236fcf4934d1eaef13c394bd5aedf", "enabled": true, "options": {}, "id": "1d6a9dbb4cf6498286e4afc6a6f44763", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/2a252a2bbd724b58b515497c7c16c68e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a252a2bbd724b58b515497c7c16c68e", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/35f2556ec1ef426bbc2e9a58417a041e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35f2556ec1ef426bbc2e9a58417a041e", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/388a3ad4ac714a14b4f4b600683f096e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "388a3ad4ac714a14b4f4b600683f096e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/39be8955ef4349ac9653bc8ba861f4d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "39be8955ef4349ac9653bc8ba861f4d0", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/54548a85166c4e829040f76b1ace3da8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "54548a85166c4e829040f76b1ace3da8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_4fbe9cf7-846e-4249-a418-571a445f9000", "links": {"self": "http://172.30.9.22:5000/v3/users/63dd61cd8e374045b6b182c642f025cb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "63dd61cd8e374045b6b182c642f025cb", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/86aadd5480314201b276055895974d1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "86aadd5480314201b276055895974d1e", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/a2d54f4bf5724212af425603cd4f7452"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2d54f4bf5724212af425603cd4f7452", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/b2fa60ed6eaf49d1b577c701445db562"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2fa60ed6eaf49d1b577c701445db562", "email": "aodh@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/e500312f6bda4c5284605fcf713b48c3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e500312f6bda4c5284605fcf713b48c3", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/e5700660b89e492fa39508fee575f847"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e5700660b89e492fa39508fee575f847", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/fd0b41110cc343089e2dbc338934f8a0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd0b41110cc343089e2dbc338934f8a0", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-09-01 17:28:16,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4ff1539b-bc90-4ba1-a92d-fcb56519d07c 2018-09-01 17:28:16,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.184149026871s 2018-09-01 17:28:16,832 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4ff1539b-bc90-4ba1-a92d-fcb56519d07c 2018-09-01 17:28:16,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-01 17:28:16,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/63dd61cd8e374045b6b182c642f025cb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:16,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c4cc25c-bcc7-414b-be4d-fdecd4f48e31 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_4fbe9cf7-846e-4249-a418-571a445f9000", "links": {"self": "http://172.30.9.22:5000/v3/users/63dd61cd8e374045b6b182c642f025cb"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "63dd61cd8e374045b6b182c642f025cb", "description": null}} 2018-09-01 17:28:16,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/63dd61cd8e374045b6b182c642f025cb used request id req-3c4cc25c-bcc7-414b-be4d-fdecd4f48e31 2018-09-01 17:28:16,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102262020111s 2018-09-01 17:28:16,940 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/63dd61cd8e374045b6b182c642f025cb used request id req-3c4cc25c-bcc7-414b-be4d-fdecd4f48e31 2018-09-01 17:28:16,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-01 17:28:16,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/63dd61cd8e374045b6b182c642f025cb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:17,588 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 17:28:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-110442ca-d6b3-4ff7-bf47-8425f0b106cb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 17:28:17,588 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/63dd61cd8e374045b6b182c642f025cb used request id req-110442ca-d6b3-4ff7-bf47-8425f0b106cb 2018-09-01 17:28:17,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.647150039673s 2018-09-01 17:28:17,588 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/63dd61cd8e374045b6b182c642f025cb used request id req-110442ca-d6b3-4ff7-bf47-8425f0b106cb 2018-09-01 17:28:17,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-01 17:28:17,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:17,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e8b952-69b6-4a24-be23-9ed63682e673 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/64f444ab759e4a18bf121ca7620ae865"}, "tags": [], "enabled": true, "id": "64f444ab759e4a18bf121ca7620ae865", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/d9f31ea3c6014789a75013b52895e4a4"}, "tags": [], "enabled": true, "id": "d9f31ea3c6014789a75013b52895e4a4", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_4fbe9cf7-846e-4249-a418-571a445f9000"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f21e591cb45b4858976214417faa5b93"}, "tags": [], "enabled": true, "id": "f21e591cb45b4858976214417faa5b93", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-01 17:28:17,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-77e8b952-69b6-4a24-be23-9ed63682e673 2018-09-01 17:28:17,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0858609676361s 2018-09-01 17:28:17,681 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-77e8b952-69b6-4a24-be23-9ed63682e673 2018-09-01 17:28:17,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-01 17:28:17,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/d9f31ea3c6014789a75013b52895e4a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:17,851 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 17:28:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ea70ba92-3504-4d12-8aae-17cd9c533eb1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 17:28:17,852 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d9f31ea3c6014789a75013b52895e4a4 used request id req-ea70ba92-3504-4d12-8aae-17cd9c533eb1 2018-09-01 17:28:17,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.166723966599s 2018-09-01 17:28:17,852 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/d9f31ea3c6014789a75013b52895e4a4 used request id req-ea70ba92-3504-4d12-8aae-17cd9c533eb1 2018-09-01 17:28:17,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-01 17:28:17,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:17,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6aacf89-d63e-4e58-a1a3-7dec8be990d4 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0f15b2958d74490abd569d4caa4c6ed1", "links": {"self": "http://172.30.9.22:5000/v3/roles/0f15b2958d74490abd569d4caa4c6ed1"}, "name": "Member"}, {"domain_id": null, "id": "35437d0d4dcf4fb9a524f523afc98a65", "links": {"self": "http://172.30.9.22:5000/v3/roles/35437d0d4dcf4fb9a524f523afc98a65"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "3cbf3b0b0a45464a9c5a17c01e8e05c6", "links": {"self": "http://172.30.9.22:5000/v3/roles/3cbf3b0b0a45464a9c5a17c01e8e05c6"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "5ecbef5c76b941c49c7ab340a81543f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/5ecbef5c76b941c49c7ab340a81543f7"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bc2a7a8acebc4ab2b4c360e8f32634f7", "links": {"self": "http://172.30.9.22:5000/v3/roles/bc2a7a8acebc4ab2b4c360e8f32634f7"}, "name": "swiftoperator"}]} 2018-09-01 17:28:17,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b6aacf89-d63e-4e58-a1a3-7dec8be990d4 2018-09-01 17:28:17,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0869109630585s 2018-09-01 17:28:17,943 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b6aacf89-d63e-4e58-a1a3-7dec8be990d4 2018-09-01 17:28:17,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-09-01 17:28:17,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/0f15b2958d74490abd569d4caa4c6ed1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8a09e53edddb4795ff674ca9f3fcf667c6e0c0ac" 2018-09-01 17:28:18,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 01 Sep 2018 17:28:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdacaf8c-af03-4437-ad4a-dce97fddd0db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-01 17:28:18,074 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/0f15b2958d74490abd569d4caa4c6ed1 used request id req-cdacaf8c-af03-4437-ad4a-dce97fddd0db 2018-09-01 17:28:18,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.12620306015s 2018-09-01 17:28:18,074 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/0f15b2958d74490abd569d4caa4c6ed1 used request id req-cdacaf8c-af03-4437-ad4a-dce97fddd0db 2018-09-01 17:28:18,122 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-01 17:28:18,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-01 17:28:18,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-01 17:28:18,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-01 17:28:18,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-01 17:28:18,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-01 17:28:18,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-01 17:28:18,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-01 17:28:18,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-01 17:28:18,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-01 17:28:18,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-01 17:28:18,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-01 17:28:18,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-01 17:28:18,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 17:28:18,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 01 Sep 2018 17:28:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bf1a956-4fc4-4cad-a862-9924dd35ca58 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-09-01 17:28:18,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000//v3 used request id req-3bf1a956-4fc4-4cad-a862-9924dd35ca58 2018-09-01 17:28:18,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-09-01 17:28:18,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "5ecbef5c76b941c49c7ab340a81543f7", "name": "admin"}], "expires_at": "2018-09-01T18:28:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f21e591cb45b4858976214417faa5b93", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "047b426c791146fbb366cdbf1fe33e1e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "14527a8dc436444fa750acc393428354"}, {"url": "http://172.30.9.22:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2afa734a1b934bddbba91de5e34e151c"}, {"url": "http://192.30.9.4:8776/v3/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e7f0daf7a4c4983b38a03dad33ecb63"}], "type": "volumev3", "id": "070b9123bf9b428f8d60f31534c55b5b", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "189e45c17c53497ca668693a7b3e9cdf"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "364727bf5c1d40249a0dbab493a47c33"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d63d884a570648aaa01d3fae69c85880"}], "type": "compute", "id": "4a6a08c7acfb4e9c8e06525a9eb00df2", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36d9257fc7bb4db694be6fd7ac9bd3c2"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "425fbb9ca6554557bbbfbd3f627dd029"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ffa2f351ea02480c875f2fd7997041c5"}], "type": "alarming", "id": "4c8c0a901a424a7b8cf67363a15fe042", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d72cef9423648f38275516d65f46500"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "36e977f9f7094b6b9ad8b9b2b11e5f40"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dae29cb476fd4509a09fc93c6aa83a87"}], "type": "image", "id": "4d107476676a4d34bd7cd8a0cac9d5f5", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "093dbfd890844979a404b1917a1878e6"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a6f17e88b54c4ee08cdf2e2e4a5b0613"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cff8b47db5f64ae6939d33a26218e487"}], "type": "cloudformation", "id": "53a672cb0f5949a3a4b8603bde49e241", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1a9720ba54734fceaadb0af47a07ee5b"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "330e1ee6bb054167a74269086186a7c5"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ca16841960d4c57a7967c43e6874141"}], "type": "identity", "id": "98d5071c66ba435181a5fbd591e7a77c", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "08a0bea2f1d042829020fe23c0d37e52"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4596a7a657d74cf7a41d457cedcc3f5f"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6592848d675b435a9bbdd02e521ac844"}], "type": "placement", "id": "a6048f411ba04ba994379c2e1bd32708", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e888c7d63c94040a2d31bb1e5dd9a46"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5df13356470848aea251af346efc8e04"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "71ea740fbe86477bafec502826146a38"}], "type": "network", "id": "b5b4d934335c4b4fa0f8f78fb4e95798", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "305d20908b2a46ef81ed2504454a1bb4"}, {"url": "http://192.30.9.4:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "661193e21d2444059072254229c42587"}, {"url": "http://192.30.9.4:8004/v1/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7b2fcad302143d6be7f93bb71adabfb"}], "type": "orchestration", "id": "bbc6bad691464a39b448a28a2c4ea667", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "738db204b6964c5b939fc6d61be1c35e"}, {"url": "http://172.30.9.22:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "99879910bf624d76939744b598e098d8"}, {"url": "http://192.30.9.4:8776/v2/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d5f06975d2f24b92a2e12497a496e321"}], "type": "volumev2", "id": "d0d4785154e44b9da13687d4f4f46623", "name": "cinderv2"}, {"endpoints": [{"url": "http://12.0.0.21:8080/v1/AUTH_f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96a74d09fad14525aeacf355f035bc93"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "98e0b24c00e64a2e8e73b607814ff962"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7f9d3efbfc341e0aefbb727f71c91ee"}], "type": "object-store", "id": "ec9b8f8ebec0403c96f38f0cf50a4e46", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68e39854db8e436fb58e2ffe2b8beb3d"}, {"url": "http://172.30.9.22:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba82bc77e93048cc873c17395241e191"}, {"url": "http://192.30.9.4:8776/v1/f21e591cb45b4858976214417faa5b93", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f97836ea882f4e029f4a619303de9d2d"}], "type": "volume", "id": "ece45791391f4ee09f87e353b21951ff", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1801c340a8ee4d479fe538175d71eb86"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a09cc1abaf5b4ef9911da6475c8db27c"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e20ed37a805641849d63bfc24867e70d"}], "type": "metric", "id": "fd11e7102b954b299f0dcc4cc66f940c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3ce3c75bad444e5d884ea7039c15eae7"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b0e5deebd09e43ae9f0e1b43835e57c1"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be7919d77bee454eb93d4e863d06c849"}], "type": "event", "id": "ff90e73e14984665be9fde0b3bd9e4b4", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "86aadd5480314201b276055895974d1e"}, "audit_ids": ["ebW3JG0ISa2SvXDs2BmFfg"], "issued_at": "2018-09-01T17:28:18.000000Z"}} 2018-09-01 17:28:18,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 17:28:18,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" 2018-09-01 17:28:19,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8c96bb2f-355d-4df5-9f76-d9f7eba63e76 Date: Sat, 01 Sep 2018 17:28:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"64f444ab759e4a18bf121ca7620ae865","status":"ACTIVE","subnets":["7c295127-c588-4f64-aa27-9983f7a75e04"],"description":"","tags":[],"updated_at":"2018-09-01T17:25:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:20Z","provider:network_type":"flat"}]} 2018-09-01 17:28:19,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8c96bb2f-355d-4df5-9f76-d9f7eba63e76 2018-09-01 17:28:19,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.82288312912s 2018-09-01 17:28:19,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8c96bb2f-355d-4df5-9f76-d9f7eba63e76 2018-09-01 17:28:19,454 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-01 17:28:19,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-01 17:28:19,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" -d '{"network": {"name": "vmready1-net_f98c4867-260e-4fbb-b2da-41e5e2326d8c", "admin_state_up": true}}' 2018-09-01 17:28:19,800 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-618f3d37-f006-4e49-9766-7466b51eb335 Date: Sat, 01 Sep 2018 17:28:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cace0bc6-ac48-40c3-beb8-8ad60559da14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f21e591cb45b4858976214417faa5b93","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T17:28:19Z","is_default":false,"provider:segmentation_id":4,"name":"vmready1-net_f98c4867-260e-4fbb-b2da-41e5e2326d8c","admin_state_up":true,"tenant_id":"f21e591cb45b4858976214417faa5b93","created_at":"2018-09-01T17:28:19Z","mtu":1450}} 2018-09-01 17:28:19,801 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-618f3d37-f006-4e49-9766-7466b51eb335 2018-09-01 17:28:19,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.346396923065s 2018-09-01 17:28:19,801 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-618f3d37-f006-4e49-9766-7466b51eb335 2018-09-01 17:28:19,801 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-01T17:28:19Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'cace0bc6-ac48-40c3-beb8-8ad60559da14', u'provider:segmentation_id': 4, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_f98c4867-260e-4fbb-b2da-41e5e2326d8c', u'admin_state_up': True, u'tenant_id': u'f21e591cb45b4858976214417faa5b93', u'created_at': u'2018-09-01T17:28:19Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f21e591cb45b4858976214417faa5b93'}) 2018-09-01 17:28:19,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 17:28:19,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" 2018-09-01 17:28:19,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1345 X-Openstack-Request-Id: req-5ab9f648-0fca-4ce5-b73f-586c1710d6b2 Date: Sat, 01 Sep 2018 17:28:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"64f444ab759e4a18bf121ca7620ae865","status":"ACTIVE","subnets":["7c295127-c588-4f64-aa27-9983f7a75e04"],"description":"","tags":[],"updated_at":"2018-09-01T17:25:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:20Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"cace0bc6-ac48-40c3-beb8-8ad60559da14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f21e591cb45b4858976214417faa5b93","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T17:28:19Z","provider:segmentation_id":4,"name":"vmready1-net_f98c4867-260e-4fbb-b2da-41e5e2326d8c","admin_state_up":true,"tenant_id":"f21e591cb45b4858976214417faa5b93","created_at":"2018-09-01T17:28:19Z","provider:network_type":"vxlan"}]} 2018-09-01 17:28:19,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5ab9f648-0fca-4ce5-b73f-586c1710d6b2 2018-09-01 17:28:19,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102647066116s 2018-09-01 17:28:19,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5ab9f648-0fca-4ce5-b73f-586c1710d6b2 2018-09-01 17:28:19,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-01 17:28:19,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" -d '{"subnet": {"name": "vmready1-subnet_f98c4867-260e-4fbb-b2da-41e5e2326d8c", "enable_dhcp": true, "network_id": "cace0bc6-ac48-40c3-beb8-8ad60559da14", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-01 17:28:20,492 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9095d2c6-d155-4cce-a2de-f6bb71060e94 Date: Sat, 01 Sep 2018 17:28:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cace0bc6-ac48-40c3-beb8-8ad60559da14","tenant_id":"f21e591cb45b4858976214417faa5b93","created_at":"2018-09-01T17:28:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T17:28:20Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"f21e591cb45b4858976214417faa5b93","id":"23029256-4e7b-49c1-9f84-875e5b70e26b","subnetpool_id":null,"name":"vmready1-subnet_f98c4867-260e-4fbb-b2da-41e5e2326d8c"}} 2018-09-01 17:28:20,492 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9095d2c6-d155-4cce-a2de-f6bb71060e94 2018-09-01 17:28:20,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.585365056992s 2018-09-01 17:28:20,493 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9095d2c6-d155-4cce-a2de-f6bb71060e94 2018-09-01 17:28:20,493 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-01T17:28:20Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'23029256-4e7b-49c1-9f84-875e5b70e26b', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_f98c4867-260e-4fbb-b2da-41e5e2326d8c', u'enable_dhcp': True, u'network_id': u'cace0bc6-ac48-40c3-beb8-8ad60559da14', u'tenant_id': u'f21e591cb45b4858976214417faa5b93', u'created_at': u'2018-09-01T17:28:20Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f21e591cb45b4858976214417faa5b93'}) 2018-09-01 17:28:20,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-01 17:28:20,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" -d '{"router": {"external_gateway_info": {"network_id": "c4fa1d14-1634-4822-a0c8-c335fa6a9925"}, "name": "vmready1-router_f98c4867-260e-4fbb-b2da-41e5e2326d8c", "admin_state_up": true}}' 2018-09-01 17:28:21,499 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-6d9424ef-625e-4274-aac0-3591a797dd08 Date: Sat, 01 Sep 2018 17:28:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "c4fa1d14-1634-4822-a0c8-c335fa6a9925", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7c295127-c588-4f64-aa27-9983f7a75e04", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "f21e591cb45b4858976214417faa5b93", "created_at": "2018-09-01T17:28:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T17:28:21Z", "revision_number": 2, "routes": [], "project_id": "f21e591cb45b4858976214417faa5b93", "id": "bd1b6c86-f831-43c9-b976-64386e64412d", "name": "vmready1-router_f98c4867-260e-4fbb-b2da-41e5e2326d8c"}} 2018-09-01 17:28:21,499 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-6d9424ef-625e-4274-aac0-3591a797dd08 2018-09-01 17:28:21,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.00541090965s 2018-09-01 17:28:21,500 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-6d9424ef-625e-4274-aac0-3591a797dd08 2018-09-01 17:28:21,500 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'c4fa1d14-1634-4822-a0c8-c335fa6a9925', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7c295127-c588-4f64-aa27-9983f7a75e04', u'ip_address': u'172.30.9.216'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f21e591cb45b4858976214417faa5b93', u'created_at': u'2018-09-01T17:28:20Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-01T17:28:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'f21e591cb45b4858976214417faa5b93', u'id': u'bd1b6c86-f831-43c9-b976-64386e64412d', u'name': u'vmready1-router_f98c4867-260e-4fbb-b2da-41e5e2326d8c'}) 2018-09-01 17:28:21,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-01 17:28:21,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bd1b6c86-f831-43c9-b976-64386e64412d/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" -d '{"subnet_id": "23029256-4e7b-49c1-9f84-875e5b70e26b"}' 2018-09-01 17:28:23,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4a1bf98f-04bc-4420-9d8e-3c8196189cae Date: Sat, 01 Sep 2018 17:28:23 GMT RESP BODY: {"network_id": "cace0bc6-ac48-40c3-beb8-8ad60559da14", "tenant_id": "f21e591cb45b4858976214417faa5b93", "subnet_id": "23029256-4e7b-49c1-9f84-875e5b70e26b", "subnet_ids": ["23029256-4e7b-49c1-9f84-875e5b70e26b"], "port_id": "e6297806-3841-41af-a9d4-37a6f87cdcb1", "id": "bd1b6c86-f831-43c9-b976-64386e64412d"} 2018-09-01 17:28:23,001 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bd1b6c86-f831-43c9-b976-64386e64412d/add_router_interface.json used request id req-4a1bf98f-04bc-4420-9d8e-3c8196189cae 2018-09-01 17:28:23,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.50077199936s 2018-09-01 17:28:23,002 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bd1b6c86-f831-43c9-b976-64386e64412d/add_router_interface.json used request id req-4a1bf98f-04bc-4420-9d8e-3c8196189cae returning object bd1b6c86-f831-43c9-b976-64386e64412d 2018-09-01 17:28:23,002 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-01 17:28:23,134 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-01 17:28:23,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-01 17:28:23,140 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 01 Sep 2018 17:28:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-09-01 17:28:23,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-01 17:28:23,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" 2018-09-01 17:28:23,812 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-514bbf96-78a3-4faf-95b4-bef5d2edc8bd Date: Sat, 01 Sep 2018 17:28:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-01 17:28:23,812 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-514bbf96-78a3-4faf-95b4-bef5d2edc8bd 2018-09-01 17:28:23,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.669394016266s 2018-09-01 17:28:23,812 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-514bbf96-78a3-4faf-95b4-bef5d2edc8bd 2018-09-01 17:28:23,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-01 17:28:23,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_f98c4867-260e-4fbb-b2da-41e5e2326d8c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_f98c4867-260e-4fbb-b2da-41e5e2326d8c"}' 2018-09-01 17:28:23,893 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b84d7e36-e83e-4912-b890-25b3820d0395 Date: Sat, 01 Sep 2018 17:28:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2/file", "owner": "f21e591cb45b4858976214417faa5b93", "id": "e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2", "size": null, "self": "/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-01T17:28:23Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_f98c4867-260e-4fbb-b2da-41e5e2326d8c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_f98c4867-260e-4fbb-b2da-41e5e2326d8c", "checksum": null, "created_at": "2018-09-01T17:28:23Z", "protected": false} 2018-09-01 17:28:23,893 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b84d7e36-e83e-4912-b890-25b3820d0395 2018-09-01 17:28:23,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.07297706604s 2018-09-01 17:28:23,894 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b84d7e36-e83e-4912-b890-25b3820d0395 returning object e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2 2018-09-01 17:28:23,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-01 17:28:23,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" -d '' 2018-09-01 17:30:23,924 - shade - DEBUG - Unable to establish connection to http://172.30.9.22:9292/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-09-01 17:30:23,924 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.029179096 seconds, retrying 2018-09-01 17:30:23,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" -d '' 2018-09-01 17:30:24,654 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-dee0f537-f319-438c-9f62-6a4e7a50bbd2 Date: Sat, 01 Sep 2018 17:30:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 17:30:24,654 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2/file used request id req-dee0f537-f319-438c-9f62-6a4e7a50bbd2 2018-09-01 17:30:24,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.759513855s 2018-09-01 17:30:24,654 - shade - DEBUG - Deleting failed upload of image vmready1-img_f98c4867-260e-4fbb-b2da-41e5e2326d8c 2018-09-01 17:30:24,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-01 17:30:24,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" 2018-09-01 17:30:24,769 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d5bf775b-ce6b-4f1d-b807-75f90e1e9c44 Date: Sat, 01 Sep 2018 17:30:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-01 17:30:24,769 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2 used request id req-d5bf775b-ce6b-4f1d-b807-75f90e1e9c44 2018-09-01 17:30:24,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.114008903503s 2018-09-01 17:30:24,769 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2 used request id req-d5bf775b-ce6b-4f1d-b807-75f90e1e9c44 2018-09-01 17:30:24,769 - shade - DEBUG - Image creation failed Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4729, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4849, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4793, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.22:9292/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2/file Conflict 2018-09-01 17:30:24,776 - functest.core.singlevm - ERROR - Cannot run vmready1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 239, in run self.image = self.publish_image() File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 92, in publish_image wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4729, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4849, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4793, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.22:9292/v2/images/e2c6f8bf-bf7c-428d-a4ea-2e735e9934e2/file Conflict 2018-09-01 17:30:24,886 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-01 17:30:24,887 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:05 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-01 17:30:24,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-01 17:30:24,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/bd1b6c86-f831-43c9-b976-64386e64412d/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" -d '{"subnet_id": "23029256-4e7b-49c1-9f84-875e5b70e26b"}' 2018-09-01 17:30:26,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b61fb5a0-c606-40f3-be6c-6bf29d74d3cb Date: Sat, 01 Sep 2018 17:30:26 GMT RESP BODY: {"network_id": "cace0bc6-ac48-40c3-beb8-8ad60559da14", "tenant_id": "f21e591cb45b4858976214417faa5b93", "subnet_id": "23029256-4e7b-49c1-9f84-875e5b70e26b", "subnet_ids": ["23029256-4e7b-49c1-9f84-875e5b70e26b"], "port_id": "e6297806-3841-41af-a9d4-37a6f87cdcb1", "id": "bd1b6c86-f831-43c9-b976-64386e64412d"} 2018-09-01 17:30:26,352 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bd1b6c86-f831-43c9-b976-64386e64412d/remove_router_interface.json used request id req-b61fb5a0-c606-40f3-be6c-6bf29d74d3cb 2018-09-01 17:30:26,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.46125102043s 2018-09-01 17:30:26,353 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/bd1b6c86-f831-43c9-b976-64386e64412d/remove_router_interface.json used request id req-b61fb5a0-c606-40f3-be6c-6bf29d74d3cb returning object bd1b6c86-f831-43c9-b976-64386e64412d 2018-09-01 17:30:26,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-01 17:30:26,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" 2018-09-01 17:30:26,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-55d5b8a6-1d75-4ca1-a46f-681ab9c04b02 Date: Sat, 01 Sep 2018 17:30:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "c4fa1d14-1634-4822-a0c8-c335fa6a9925", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7c295127-c588-4f64-aa27-9983f7a75e04", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "f21e591cb45b4858976214417faa5b93", "created_at": "2018-09-01T17:28:20Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-01T17:30:25Z", "revision_number": 4, "routes": [], "project_id": "f21e591cb45b4858976214417faa5b93", "id": "bd1b6c86-f831-43c9-b976-64386e64412d", "name": "vmready1-router_f98c4867-260e-4fbb-b2da-41e5e2326d8c"}]} 2018-09-01 17:30:26,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-55d5b8a6-1d75-4ca1-a46f-681ab9c04b02 2018-09-01 17:30:26,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0986299514771s 2018-09-01 17:30:26,452 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-55d5b8a6-1d75-4ca1-a46f-681ab9c04b02 2018-09-01 17:30:26,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-01 17:30:26,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/bd1b6c86-f831-43c9-b976-64386e64412d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" 2018-09-01 17:30:27,602 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bd042c52-03ab-43da-927d-2c213b7a8c64 Content-Length: 0 Date: Sat, 01 Sep 2018 17:30:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 17:30:27,603 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/bd1b6c86-f831-43c9-b976-64386e64412d.json used request id req-bd042c52-03ab-43da-927d-2c213b7a8c64 2018-09-01 17:30:27,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.1488199234s 2018-09-01 17:30:27,603 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/bd1b6c86-f831-43c9-b976-64386e64412d.json used request id req-bd042c52-03ab-43da-927d-2c213b7a8c64 2018-09-01 17:30:27,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-01 17:30:27,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" 2018-09-01 17:30:27,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-8f79041a-785f-4147-bd67-188ad3917cab Date: Sat, 01 Sep 2018 17:30:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cace0bc6-ac48-40c3-beb8-8ad60559da14","tenant_id":"f21e591cb45b4858976214417faa5b93","created_at":"2018-09-01T17:28:20Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-01T17:28:20Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"f21e591cb45b4858976214417faa5b93","id":"23029256-4e7b-49c1-9f84-875e5b70e26b","subnetpool_id":null,"name":"vmready1-subnet_f98c4867-260e-4fbb-b2da-41e5e2326d8c"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:26Z","dns_nameservers":[],"updated_at":"2018-09-01T17:25:26Z","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":"64f444ab759e4a18bf121ca7620ae865","id":"7c295127-c588-4f64-aa27-9983f7a75e04","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-01 17:30:27,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8f79041a-785f-4147-bd67-188ad3917cab 2018-09-01 17:30:27,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0714359283447s 2018-09-01 17:30:27,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8f79041a-785f-4147-bd67-188ad3917cab 2018-09-01 17:30:27,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-01 17:30:27,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/23029256-4e7b-49c1-9f84-875e5b70e26b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" 2018-09-01 17:30:28,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c7b8aa50-65b4-4bde-a434-a4e81c204a96 Date: Sat, 01 Sep 2018 17:30:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 17:30:28,716 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/23029256-4e7b-49c1-9f84-875e5b70e26b.json used request id req-c7b8aa50-65b4-4bde-a434-a4e81c204a96 2018-09-01 17:30:28,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0394179821s 2018-09-01 17:30:28,716 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/23029256-4e7b-49c1-9f84-875e5b70e26b.json used request id req-c7b8aa50-65b4-4bde-a434-a4e81c204a96 2018-09-01 17:30:28,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-01 17:30:28,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" 2018-09-01 17:30:28,829 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-1765366e-4537-430a-8c39-58f95ff061e6 Date: Sat, 01 Sep 2018 17:30:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"c4fa1d14-1634-4822-a0c8-c335fa6a9925","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"64f444ab759e4a18bf121ca7620ae865","status":"ACTIVE","subnets":["7c295127-c588-4f64-aa27-9983f7a75e04"],"description":"","tags":[],"updated_at":"2018-09-01T17:25:26Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"64f444ab759e4a18bf121ca7620ae865","created_at":"2018-09-01T17:25:20Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"cace0bc6-ac48-40c3-beb8-8ad60559da14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f21e591cb45b4858976214417faa5b93","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-01T17:30:28Z","provider:segmentation_id":4,"name":"vmready1-net_f98c4867-260e-4fbb-b2da-41e5e2326d8c","admin_state_up":true,"tenant_id":"f21e591cb45b4858976214417faa5b93","created_at":"2018-09-01T17:28:19Z","provider:network_type":"vxlan"}]} 2018-09-01 17:30:28,829 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1765366e-4537-430a-8c39-58f95ff061e6 2018-09-01 17:30:28,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111945152283s 2018-09-01 17:30:28,829 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1765366e-4537-430a-8c39-58f95ff061e6 2018-09-01 17:30:28,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-01 17:30:28,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/cace0bc6-ac48-40c3-beb8-8ad60559da14.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cab7c247b1473cfae020b01e4debcef01e0490e5" 2018-09-01 17:30:30,028 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-84d00ad7-ba6c-447f-8888-0a886b512d0a Date: Sat, 01 Sep 2018 17:30:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-01 17:30:30,028 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/cace0bc6-ac48-40c3-beb8-8ad60559da14.json used request id req-84d00ad7-ba6c-447f-8888-0a886b512d0a 2018-09-01 17:30:30,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19783878326s 2018-09-01 17:30:30,029 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/cace0bc6-ac48-40c3-beb8-8ad60559da14.json used request id req-84d00ad7-ba6c-447f-8888-0a886b512d0a 2018-09-01 17:30:30,029 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-09-01 17:30:30,030 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 02:05 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-01 17:30:30,042 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR