2018-08-26 08:21:47,381 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-245 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-26 08:21:47,383 - 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.32,192.30.9.7 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.32:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=kWtGHKZ3Fm9ZbwUQYA4UdpPEV 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=09525e893e464a95a1eb30cd11c1c401 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=tbTnnze8BK6qUHvvKkmmWtdxR export OS_REGION_NAME=regionOne 2018-08-26 08:21:47,384 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-26 08:21:47,384 - 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-08-26 08:21:47,407 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-26 08:21:47,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 08:21:47,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 08:21:47,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 08:21:47,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 08:21:47,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 08:21:47,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 08:21:47,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 08:21:47,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 08:21:47,683 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 08:21:47,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 08:21:47,689 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 08:21:47,689 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-26 08:21:47,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-26 08:21:47,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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-08-26 08:21:47,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5804233-9f82-4890-8a50-97d5d9d8d470 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}} 2018-08-26 08:21:47,697 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.32:5000//v3 used request id req-d5804233-9f82-4890-8a50-97d5d9d8d470 2018-08-26 08:21:47,698 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.32:5000/v3/auth/tokens 2018-08-26 08:21:48,149 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa40b0bf72b34bc0b478799792ae828b", "name": "admin"}], "expires_at": "2018-08-26T09:21:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09525e893e464a95a1eb30cd11c1c401", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3900533a2e64510a2cd3f71a5bf8508"}, {"url": "http://172.30.9.32:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b16a3048f5fe4e08969e6e202c16acc3"}, {"url": "http://192.30.9.7:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9abbe2cc25346f695f8dd0106cc8162"}], "type": "orchestration", "id": "1047cc2d418541db99da61b35f148533", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.32:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a39673fc9ef435a91fd66ee324103e7"}, {"url": "http://192.30.9.7:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6d55ece7924a759aa352b80b28b74f"}, {"url": "http://192.30.9.7:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5e6fc6ad188431e8aa39c2ed551a507"}], "type": "volumev2", "id": "1c76af9158704da2a58b5b6a6591e797", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "608a2ce570704b7e9c7ffa0cb70589cc"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a529d713e3c4df9a9fedd692970ed89"}, {"url": "http://172.30.9.32:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a3397ee43456465ab8e99a097824a9a3"}], "type": "compute", "id": "2bdf0deb53514e0181c9b973827ed112", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30712705528649589f92af5ae3bbf400"}, {"url": "http://172.30.9.32:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4314f5bac6a4ed99718317d0ce1cc83"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e1b9b22dde594f7d9517e23e3f4505c7"}], "type": "alarming", "id": "40fa195a351944959f45c509d3c5c3e5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.32:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a1f72e47d6c4de4acf9938a5ba7415a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4366de5b16824ae3b402d72ce46cbd0b"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d02da78bbe8f4043934651f2d2903109"}], "type": "identity", "id": "51163e72c1e14238a88fbd21c5c05dd7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "435f95af1b284810bacea6b3a10a9025"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e3016d327b0423b9c30198951fcf5ce"}, {"url": "http://172.30.9.32:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f243584ef9cf48a7b571555b59a6b20b"}], "type": "network", "id": "6e3be147699b4237a9e35b2fcc7ba738", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1a03b6c64b634549b92150cd7cb97ab2"}, {"url": "http://172.30.9.32:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "965ee3e9d27f431a95fa5a3273c7ece1"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2f6134ff19644b39aa04e8e786211dd"}], "type": "placement", "id": "7c0eae9ab44b4bf28461938c28ef0994", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.32:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18bdb726045a4915afda9dac55e1d865"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "29ddf8cb028e47eab6b33a82116a70f2"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "813afeb2bc57404f9c70699262d2feef"}], "type": "image", "id": "87aa949c88334fa3b1c4b8a664d0c4c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.32:8080/v1/AUTH_09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2bcb8f1056014bb9b9aa66038fcb509f"}, {"url": "http://12.0.0.27:8080/v1/AUTH_09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c8871ec2846d41c9934dfb8f34d2e13b"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7c4b313458d4096b74c26fb63d2f77c"}], "type": "object-store", "id": "99991fc1fec34c1d87a631e3b3105f09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.32:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03f450792e084705aa31a397991e61cf"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e3e2aaec20f4e59ab7c33cd00fa62c7"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "773949eecad1459da1f83deeae64fcd8"}], "type": "metric", "id": "a2261232c45c4ce2949726b2a54c3642", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "ba5577ea656f4202a7b9e96530d525cf", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2bba24627bc641c4b57109818e0f40ca"}, {"url": "http://172.30.9.32:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "573d653a48414b8daf46a9d395060331"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8196946f306410fa824cca7c7bc6efc"}], "type": "cloudformation", "id": "d706406999d940cda0ac253d0f0e9fac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "688b21e32da94dbeb9efa0a8b20620a2"}, {"url": "http://172.30.9.32:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f13450dbb03d4344b653415976fa29f3"}, {"url": "http://192.30.9.7:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa800bd6606041efbc6d6426d9dc5443"}], "type": "volumev3", "id": "e334242dd43147e3b5df56b0e36855ef", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3a6e26fb079045da929593e2c84da751"}, {"url": "http://172.30.9.32:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0eb079431f48f182e70c875c852599"}, {"url": "http://192.30.9.7:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc292ac604418389e5b81fd6b86bbb"}], "type": "volume", "id": "eaf4e7aaa39e46b58f1849e3d83ffcbc", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.32:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f7af34030a746d2bdd15892272fb686"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9494623937cc4fa2a8dbd75cfe85864d"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba901214358f4ae190c377f99827e9c8"}], "type": "event", "id": "f658601991ea483b8c4b4653574d93b9", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d08c38ed59204709b4defde2f69f882a"}, "audit_ids": ["W_jRkmBWSBGTteD3rC18jQ"], "issued_at": "2018-08-26T08:21:48.000000Z"}} 2018-08-26 08:21:48,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:48,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21: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-9f5d74aa-b309-45a9-a6a6-7cc050785891 x-compute-request-id: req-9f5d74aa-b309-45a9-a6a6-7cc050785891 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-26 08:21:48,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-aggregates used request id req-9f5d74aa-b309-45a9-a6a6-7cc050785891 2018-08-26 08:21:48,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.22767210007s 2018-08-26 08:21:48,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-aggregates used request id req-9f5d74aa-b309-45a9-a6a6-7cc050785891 2018-08-26 08:21:48,918 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-26 08:21:48,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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-08-26 08:21:48,924 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 08:21:48 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.32: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.32:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-26 08:21:48,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 08:21:48,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:49,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a66e10ad-a9ea-4389-83c0-4a7e31341492 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.32:5000/v3/domains/56feb26387844fe2974a463a7c122e22"}, "tags": [], "enabled": true, "id": "56feb26387844fe2974a463a7c122e22", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.32:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.32:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 08:21:49,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains used request id req-a66e10ad-a9ea-4389-83c0-4a7e31341492 2018-08-26 08:21:49,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.153192996979s 2018-08-26 08:21:49,079 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains used request id req-a66e10ad-a9ea-4389-83c0-4a7e31341492 2018-08-26 08:21:49,080 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'56feb26387844fe2974a463a7c122e22', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-26 08:21:49,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-26 08:21:49,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:49,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3d3a72b-3dee-4e44-a266-a570ba733adb Content-Encoding: gzip Content-Length: 1956 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/03f450792e084705aa31a397991e61cf"}, "url": "http://172.30.9.32:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a2261232c45c4ce2949726b2a54c3642", "id": "03f450792e084705aa31a397991e61cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/0a1f72e47d6c4de4acf9938a5ba7415a"}, "url": "http://172.30.9.32:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51163e72c1e14238a88fbd21c5c05dd7", "id": "0a1f72e47d6c4de4acf9938a5ba7415a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/18bdb726045a4915afda9dac55e1d865"}, "url": "http://172.30.9.32:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "87aa949c88334fa3b1c4b8a664d0c4c0", "id": "18bdb726045a4915afda9dac55e1d865"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/1a03b6c64b634549b92150cd7cb97ab2"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c0eae9ab44b4bf28461938c28ef0994", "id": "1a03b6c64b634549b92150cd7cb97ab2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/29ddf8cb028e47eab6b33a82116a70f2"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "87aa949c88334fa3b1c4b8a664d0c4c0", "id": "29ddf8cb028e47eab6b33a82116a70f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/2bba24627bc641c4b57109818e0f40ca"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d706406999d940cda0ac253d0f0e9fac", "id": "2bba24627bc641c4b57109818e0f40ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/2bcb8f1056014bb9b9aa66038fcb509f"}, "url": "http://172.30.9.32:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "99991fc1fec34c1d87a631e3b3105f09", "id": "2bcb8f1056014bb9b9aa66038fcb509f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/30712705528649589f92af5ae3bbf400"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "40fa195a351944959f45c509d3c5c3e5", "id": "30712705528649589f92af5ae3bbf400"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/3a6e26fb079045da929593e2c84da751"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eaf4e7aaa39e46b58f1849e3d83ffcbc", "id": "3a6e26fb079045da929593e2c84da751"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/435f95af1b284810bacea6b3a10a9025"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6e3be147699b4237a9e35b2fcc7ba738", "id": "435f95af1b284810bacea6b3a10a9025"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/4366de5b16824ae3b402d72ce46cbd0b"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51163e72c1e14238a88fbd21c5c05dd7", "id": "4366de5b16824ae3b402d72ce46cbd0b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/4d0eb079431f48f182e70c875c852599"}, "url": "http://172.30.9.32:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eaf4e7aaa39e46b58f1849e3d83ffcbc", "id": "4d0eb079431f48f182e70c875c852599"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/4e3016d327b0423b9c30198951fcf5ce"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6e3be147699b4237a9e35b2fcc7ba738", "id": "4e3016d327b0423b9c30198951fcf5ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/4e3e2aaec20f4e59ab7c33cd00fa62c7"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a2261232c45c4ce2949726b2a54c3642", "id": "4e3e2aaec20f4e59ab7c33cd00fa62c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/53cc292ac604418389e5b81fd6b86bbb"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eaf4e7aaa39e46b58f1849e3d83ffcbc", "id": "53cc292ac604418389e5b81fd6b86bbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/573d653a48414b8daf46a9d395060331"}, "url": "http://172.30.9.32:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d706406999d940cda0ac253d0f0e9fac", "id": "573d653a48414b8daf46a9d395060331"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/5a39673fc9ef435a91fd66ee324103e7"}, "url": "http://172.30.9.32:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1c76af9158704da2a58b5b6a6591e797", "id": "5a39673fc9ef435a91fd66ee324103e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/5f7af34030a746d2bdd15892272fb686"}, "url": "http://172.30.9.32:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f658601991ea483b8c4b4653574d93b9", "id": "5f7af34030a746d2bdd15892272fb686"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/608a2ce570704b7e9c7ffa0cb70589cc"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2bdf0deb53514e0181c9b973827ed112", "id": "608a2ce570704b7e9c7ffa0cb70589cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/688b21e32da94dbeb9efa0a8b20620a2"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e334242dd43147e3b5df56b0e36855ef", "id": "688b21e32da94dbeb9efa0a8b20620a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/773949eecad1459da1f83deeae64fcd8"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a2261232c45c4ce2949726b2a54c3642", "id": "773949eecad1459da1f83deeae64fcd8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/7a529d713e3c4df9a9fedd692970ed89"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2bdf0deb53514e0181c9b973827ed112", "id": "7a529d713e3c4df9a9fedd692970ed89"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/813afeb2bc57404f9c70699262d2feef"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "87aa949c88334fa3b1c4b8a664d0c4c0", "id": "813afeb2bc57404f9c70699262d2feef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/9494623937cc4fa2a8dbd75cfe85864d"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f658601991ea483b8c4b4653574d93b9", "id": "9494623937cc4fa2a8dbd75cfe85864d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/965ee3e9d27f431a95fa5a3273c7ece1"}, "url": "http://172.30.9.32:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c0eae9ab44b4bf28461938c28ef0994", "id": "965ee3e9d27f431a95fa5a3273c7ece1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/a3397ee43456465ab8e99a097824a9a3"}, "url": "http://172.30.9.32:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2bdf0deb53514e0181c9b973827ed112", "id": "a3397ee43456465ab8e99a097824a9a3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/a3900533a2e64510a2cd3f71a5bf8508"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1047cc2d418541db99da61b35f148533", "id": "a3900533a2e64510a2cd3f71a5bf8508"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/a4314f5bac6a4ed99718317d0ce1cc83"}, "url": "http://172.30.9.32:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "40fa195a351944959f45c509d3c5c3e5", "id": "a4314f5bac6a4ed99718317d0ce1cc83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/af6d55ece7924a759aa352b80b28b74f"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1c76af9158704da2a58b5b6a6591e797", "id": "af6d55ece7924a759aa352b80b28b74f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/b16a3048f5fe4e08969e6e202c16acc3"}, "url": "http://172.30.9.32:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1047cc2d418541db99da61b35f148533", "id": "b16a3048f5fe4e08969e6e202c16acc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/b2f6134ff19644b39aa04e8e786211dd"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c0eae9ab44b4bf28461938c28ef0994", "id": "b2f6134ff19644b39aa04e8e786211dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/b5e6fc6ad188431e8aa39c2ed551a507"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1c76af9158704da2a58b5b6a6591e797", "id": "b5e6fc6ad188431e8aa39c2ed551a507"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/ba901214358f4ae190c377f99827e9c8"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f658601991ea483b8c4b4653574d93b9", "id": "ba901214358f4ae190c377f99827e9c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/c8871ec2846d41c9934dfb8f34d2e13b"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "99991fc1fec34c1d87a631e3b3105f09", "id": "c8871ec2846d41c9934dfb8f34d2e13b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/d02da78bbe8f4043934651f2d2903109"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51163e72c1e14238a88fbd21c5c05dd7", "id": "d02da78bbe8f4043934651f2d2903109"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/e1b9b22dde594f7d9517e23e3f4505c7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "40fa195a351944959f45c509d3c5c3e5", "id": "e1b9b22dde594f7d9517e23e3f4505c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/e7c4b313458d4096b74c26fb63d2f77c"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "99991fc1fec34c1d87a631e3b3105f09", "id": "e7c4b313458d4096b74c26fb63d2f77c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/e8196946f306410fa824cca7c7bc6efc"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d706406999d940cda0ac253d0f0e9fac", "id": "e8196946f306410fa824cca7c7bc6efc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/f13450dbb03d4344b653415976fa29f3"}, "url": "http://172.30.9.32:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e334242dd43147e3b5df56b0e36855ef", "id": "f13450dbb03d4344b653415976fa29f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/f243584ef9cf48a7b571555b59a6b20b"}, "url": "http://172.30.9.32:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6e3be147699b4237a9e35b2fcc7ba738", "id": "f243584ef9cf48a7b571555b59a6b20b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/f9abbe2cc25346f695f8dd0106cc8162"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1047cc2d418541db99da61b35f148533", "id": "f9abbe2cc25346f695f8dd0106cc8162"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/fa800bd6606041efbc6d6426d9dc5443"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e334242dd43147e3b5df56b0e36855ef", "id": "fa800bd6606041efbc6d6426d9dc5443"}], "links": {"self": "http://172.30.9.32:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-26 08:21:49,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/endpoints used request id req-f3d3a72b-3dee-4e44-a266-a570ba733adb 2018-08-26 08:21:49,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.191162824631s 2018-08-26 08:21:49,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/endpoints used request id req-f3d3a72b-3dee-4e44-a266-a570ba733adb 2018-08-26 08:21:49,282 - 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.32:5000/v3/endpoints/03f450792e084705aa31a397991e61cf'}, u'url': u'http://172.30.9.32:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a2261232c45c4ce2949726b2a54c3642', u'id': u'03f450792e084705aa31a397991e61cf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/0a1f72e47d6c4de4acf9938a5ba7415a'}, u'url': u'http://172.30.9.32:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'51163e72c1e14238a88fbd21c5c05dd7', u'id': u'0a1f72e47d6c4de4acf9938a5ba7415a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/18bdb726045a4915afda9dac55e1d865'}, u'url': u'http://172.30.9.32:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'87aa949c88334fa3b1c4b8a664d0c4c0', u'id': u'18bdb726045a4915afda9dac55e1d865'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/1a03b6c64b634549b92150cd7cb97ab2'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7c0eae9ab44b4bf28461938c28ef0994', u'id': u'1a03b6c64b634549b92150cd7cb97ab2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/29ddf8cb028e47eab6b33a82116a70f2'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'87aa949c88334fa3b1c4b8a664d0c4c0', u'id': u'29ddf8cb028e47eab6b33a82116a70f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/2bba24627bc641c4b57109818e0f40ca'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd706406999d940cda0ac253d0f0e9fac', u'id': u'2bba24627bc641c4b57109818e0f40ca'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/2bcb8f1056014bb9b9aa66038fcb509f'}, u'url': u'http://172.30.9.32:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'99991fc1fec34c1d87a631e3b3105f09', u'id': u'2bcb8f1056014bb9b9aa66038fcb509f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/30712705528649589f92af5ae3bbf400'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'40fa195a351944959f45c509d3c5c3e5', u'id': u'30712705528649589f92af5ae3bbf400'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/3a6e26fb079045da929593e2c84da751'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'eaf4e7aaa39e46b58f1849e3d83ffcbc', u'id': u'3a6e26fb079045da929593e2c84da751'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/435f95af1b284810bacea6b3a10a9025'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6e3be147699b4237a9e35b2fcc7ba738', u'id': u'435f95af1b284810bacea6b3a10a9025'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/4366de5b16824ae3b402d72ce46cbd0b'}, u'url': u'http://192.30.9.7:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'51163e72c1e14238a88fbd21c5c05dd7', u'id': u'4366de5b16824ae3b402d72ce46cbd0b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/4d0eb079431f48f182e70c875c852599'}, u'url': u'http://172.30.9.32:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'eaf4e7aaa39e46b58f1849e3d83ffcbc', u'id': u'4d0eb079431f48f182e70c875c852599'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/4e3016d327b0423b9c30198951fcf5ce'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6e3be147699b4237a9e35b2fcc7ba738', u'id': u'4e3016d327b0423b9c30198951fcf5ce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/4e3e2aaec20f4e59ab7c33cd00fa62c7'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a2261232c45c4ce2949726b2a54c3642', u'id': u'4e3e2aaec20f4e59ab7c33cd00fa62c7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/53cc292ac604418389e5b81fd6b86bbb'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'eaf4e7aaa39e46b58f1849e3d83ffcbc', u'id': u'53cc292ac604418389e5b81fd6b86bbb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/573d653a48414b8daf46a9d395060331'}, u'url': u'http://172.30.9.32:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd706406999d940cda0ac253d0f0e9fac', u'id': u'573d653a48414b8daf46a9d395060331'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/5a39673fc9ef435a91fd66ee324103e7'}, u'url': u'http://172.30.9.32:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1c76af9158704da2a58b5b6a6591e797', u'id': u'5a39673fc9ef435a91fd66ee324103e7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/5f7af34030a746d2bdd15892272fb686'}, u'url': u'http://172.30.9.32:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f658601991ea483b8c4b4653574d93b9', u'id': u'5f7af34030a746d2bdd15892272fb686'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/608a2ce570704b7e9c7ffa0cb70589cc'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2bdf0deb53514e0181c9b973827ed112', u'id': u'608a2ce570704b7e9c7ffa0cb70589cc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/688b21e32da94dbeb9efa0a8b20620a2'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e334242dd43147e3b5df56b0e36855ef', u'id': u'688b21e32da94dbeb9efa0a8b20620a2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/773949eecad1459da1f83deeae64fcd8'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a2261232c45c4ce2949726b2a54c3642', u'id': u'773949eecad1459da1f83deeae64fcd8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/7a529d713e3c4df9a9fedd692970ed89'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2bdf0deb53514e0181c9b973827ed112', u'id': u'7a529d713e3c4df9a9fedd692970ed89'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/813afeb2bc57404f9c70699262d2feef'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'87aa949c88334fa3b1c4b8a664d0c4c0', u'id': u'813afeb2bc57404f9c70699262d2feef'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/9494623937cc4fa2a8dbd75cfe85864d'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f658601991ea483b8c4b4653574d93b9', u'id': u'9494623937cc4fa2a8dbd75cfe85864d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/965ee3e9d27f431a95fa5a3273c7ece1'}, u'url': u'http://172.30.9.32:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7c0eae9ab44b4bf28461938c28ef0994', u'id': u'965ee3e9d27f431a95fa5a3273c7ece1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/a3397ee43456465ab8e99a097824a9a3'}, u'url': u'http://172.30.9.32:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2bdf0deb53514e0181c9b973827ed112', u'id': u'a3397ee43456465ab8e99a097824a9a3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/a3900533a2e64510a2cd3f71a5bf8508'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1047cc2d418541db99da61b35f148533', u'id': u'a3900533a2e64510a2cd3f71a5bf8508'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/a4314f5bac6a4ed99718317d0ce1cc83'}, u'url': u'http://172.30.9.32:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'40fa195a351944959f45c509d3c5c3e5', u'id': u'a4314f5bac6a4ed99718317d0ce1cc83'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/af6d55ece7924a759aa352b80b28b74f'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1c76af9158704da2a58b5b6a6591e797', u'id': u'af6d55ece7924a759aa352b80b28b74f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/b16a3048f5fe4e08969e6e202c16acc3'}, u'url': u'http://172.30.9.32:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1047cc2d418541db99da61b35f148533', u'id': u'b16a3048f5fe4e08969e6e202c16acc3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/b2f6134ff19644b39aa04e8e786211dd'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7c0eae9ab44b4bf28461938c28ef0994', u'id': u'b2f6134ff19644b39aa04e8e786211dd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/b5e6fc6ad188431e8aa39c2ed551a507'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1c76af9158704da2a58b5b6a6591e797', u'id': u'b5e6fc6ad188431e8aa39c2ed551a507'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/ba901214358f4ae190c377f99827e9c8'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f658601991ea483b8c4b4653574d93b9', u'id': u'ba901214358f4ae190c377f99827e9c8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/c8871ec2846d41c9934dfb8f34d2e13b'}, u'url': u'http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'99991fc1fec34c1d87a631e3b3105f09', u'id': u'c8871ec2846d41c9934dfb8f34d2e13b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/d02da78bbe8f4043934651f2d2903109'}, u'url': u'http://192.30.9.7:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'51163e72c1e14238a88fbd21c5c05dd7', u'id': u'd02da78bbe8f4043934651f2d2903109'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/e1b9b22dde594f7d9517e23e3f4505c7'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'40fa195a351944959f45c509d3c5c3e5', u'id': u'e1b9b22dde594f7d9517e23e3f4505c7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/e7c4b313458d4096b74c26fb63d2f77c'}, u'url': u'http://12.0.0.27:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'99991fc1fec34c1d87a631e3b3105f09', u'id': u'e7c4b313458d4096b74c26fb63d2f77c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/e8196946f306410fa824cca7c7bc6efc'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd706406999d940cda0ac253d0f0e9fac', u'id': u'e8196946f306410fa824cca7c7bc6efc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/f13450dbb03d4344b653415976fa29f3'}, u'url': u'http://172.30.9.32:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e334242dd43147e3b5df56b0e36855ef', u'id': u'f13450dbb03d4344b653415976fa29f3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/f243584ef9cf48a7b571555b59a6b20b'}, u'url': u'http://172.30.9.32:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6e3be147699b4237a9e35b2fcc7ba738', u'id': u'f243584ef9cf48a7b571555b59a6b20b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/f9abbe2cc25346f695f8dd0106cc8162'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1047cc2d418541db99da61b35f148533', u'id': u'f9abbe2cc25346f695f8dd0106cc8162'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/fa800bd6606041efbc6d6426d9dc5443'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e334242dd43147e3b5df56b0e36855ef', u'id': u'fa800bd6606041efbc6d6426d9dc5443'})] 2018-08-26 08:21:49,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-26 08:21:49,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:49,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba8c7989-3c17-494c-aa6d-8b6bce8896f7 x-compute-request-id: req-ba8c7989-3c17-494c-aa6d-8b6bce8896f7 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-08-26 08:21:49,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/extensions used request id req-ba8c7989-3c17-494c-aa6d-8b6bce8896f7 2018-08-26 08:21:49,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.110770940781s 2018-08-26 08:21:49,396 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/extensions used request id req-ba8c7989-3c17-494c-aa6d-8b6bce8896f7 2018-08-26 08:21:49,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-26 08:21:49,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:50,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8681523d-fb13-4f67-8994-fa9e5856fede x-compute-request-id: req-8681523d-fb13-4f67-8994-fa9e5856fede Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-26 08:21:50,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-floating-ip-pools used request id req-8681523d-fb13-4f67-8994-fa9e5856fede 2018-08-26 08:21:50,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 0.892438173294s 2018-08-26 08:21:50,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-floating-ip-pools used request id req-8681523d-fb13-4f67-8994-fa9e5856fede 2018-08-26 08:21:50,304 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-26 08:21:50,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 08:21:50,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:50,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6635750a-75c3-4510-8aff-1d92bf7b2cdc Date: Sun, 26 Aug 2018 08:21:50 GMT RESP BODY: {"floatingips": []} 2018-08-26 08:21:50,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/floatingips.json used request id req-6635750a-75c3-4510-8aff-1d92bf7b2cdc 2018-08-26 08:21:50,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.174592971802s 2018-08-26 08:21:50,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/floatingips.json used request id req-6635750a-75c3-4510-8aff-1d92bf7b2cdc 2018-08-26 08:21:50,485 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-26 08:21:50,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-26 08:21:50,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:50,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21: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-7af8a5ff-d59f-4b0d-988f-b9c24208db55 x-compute-request-id: req-7af8a5ff-d59f-4b0d-988f-b9c24208db55 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 4}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-26 08:21:50,632 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-hypervisors/detail used request id req-7af8a5ff-d59f-4b0d-988f-b9c24208db55 2018-08-26 08:21:50,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.14701795578s 2018-08-26 08:21:50,633 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-hypervisors/detail used request id req-7af8a5ff-d59f-4b0d-988f-b9c24208db55 2018-08-26 08:21:50,633 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', 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': 1, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 3}, 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.3', 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': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 4}, 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-08-26 08:21:50,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-26 08:21:50,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:50,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21: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-b4699ca4-a856-4983-9e15-323ca81a9a49 x-compute-request-id: req-b4699ca4-a856-4983-9e15-323ca81a9a49 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-26 08:21:50,667 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-keypairs used request id req-b4699ca4-a856-4983-9e15-323ca81a9a49 2018-08-26 08:21:50,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0328578948975s 2018-08-26 08:21:50,667 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-keypairs used request id req-b4699ca4-a856-4983-9e15-323ca81a9a49 2018-08-26 08:21:50,667 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-26 08:21:50,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 08:21:50,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:50,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-87f66c02-4cb3-4b87-84eb-fef01ed077d2 Date: Sun, 26 Aug 2018 08:21:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a7485cbd959f4d7e8f9b995b4293d279","status":"ACTIVE","subnets":["204c124c-26ce-4b2b-b302-88a890641bdf"],"description":"","tags":[],"updated_at":"2018-08-26T08:19:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:16Z","provider:network_type":"flat"}]} 2018-08-26 08:21:50,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-87f66c02-4cb3-4b87-84eb-fef01ed077d2 2018-08-26 08:21:50,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0747389793396s 2018-08-26 08:21:50,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-87f66c02-4cb3-4b87-84eb-fef01ed077d2 2018-08-26 08:21:50,743 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'204c124c-26ce-4b2b-b302-88a890641bdf'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-26T08:19:22Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'0bedb015-f1e3-4e15-9018-5669c4f64c14', 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'a7485cbd959f4d7e8f9b995b4293d279', u'created_at': u'2018-08-26T08:19:16Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a7485cbd959f4d7e8f9b995b4293d279'})] 2018-08-26 08:21:50,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 08:21:50,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:50,777 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d0a31e8a-ea46-4053-b6a1-b04fca72fe12 Date: Sun, 26 Aug 2018 08:21:50 GMT RESP BODY: {"ports":[]} 2018-08-26 08:21:50,777 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/ports.json used request id req-d0a31e8a-ea46-4053-b6a1-b04fca72fe12 2018-08-26 08:21:50,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0332410335541s 2018-08-26 08:21:50,778 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/ports.json used request id req-d0a31e8a-ea46-4053-b6a1-b04fca72fe12 2018-08-26 08:21:50,778 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-26 08:21:50,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 08:21:50,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:50,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68733afc-c344-49f8-b771-1100e44aaab2 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "049270cd8cb04a2cba5fac8159b8b757"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/049270cd8cb04a2cba5fac8159b8b757/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "35659196b60b4b5c89fc2897b4c9a878"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/35659196b60b4b5c89fc2897b4c9a878/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "6a2c92c9a24143f98eafe0bc61113bcb"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/6a2c92c9a24143f98eafe0bc61113bcb/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "6feae98e42524f93807e59364a69bdde"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/6feae98e42524f93807e59364a69bdde/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "7966d06d3a7041389d31bb597ae18913"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/7966d06d3a7041389d31bb597ae18913/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "d84c92f36fec43a999d62533d31b8d7c"}, "user": {"id": "7966d06d3a7041389d31bb597ae18913"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/7966d06d3a7041389d31bb597ae18913/roles/d84c92f36fec43a999d62533d31b8d7c"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "7f3bc4a8e418498c936eaac736602385"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/7f3bc4a8e418498c936eaac736602385/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "8c609db84a984a728f543e13a7f92a3a"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/8c609db84a984a728f543e13a7f92a3a/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "8f9b7e690add4ef4b6b333a974985703"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/8f9b7e690add4ef4b6b333a974985703/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "97e79be412824aeda7b707e209f0223d"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/97e79be412824aeda7b707e209f0223d/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "a574b261c22d4c3bbb3b014d3f0f8b7c"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/a574b261c22d4c3bbb3b014d3f0f8b7c/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "09525e893e464a95a1eb30cd11c1c401"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "d08c38ed59204709b4defde2f69f882a"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/09525e893e464a95a1eb30cd11c1c401/users/d08c38ed59204709b4defde2f69f882a/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "ddd5aed4bd7f4d85b066cef7b5bb6739"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/ddd5aed4bd7f4d85b066cef7b5bb6739/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"project": {"id": "a7485cbd959f4d7e8f9b995b4293d279"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "f229cddebb0e4e75bb303c532f198797"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279/users/f229cddebb0e4e75bb303c532f198797/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"domain": {"id": "56feb26387844fe2974a463a7c122e22"}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "44ca5422d8cb46cd98137fd56779539f"}, "links": {"assignment": "http://172.30.9.32:5000/v3/domains/56feb26387844fe2974a463a7c122e22/users/44ca5422d8cb46cd98137fd56779539f/roles/aa40b0bf72b34bc0b478799792ae828b"}}, {"scope": {"system": {"all": true}}, "role": {"id": "aa40b0bf72b34bc0b478799792ae828b"}, "user": {"id": "d08c38ed59204709b4defde2f69f882a"}, "links": {"assignment": "http://172.30.9.32:5000/v3/system/users/d08c38ed59204709b4defde2f69f882a/roles/aa40b0bf72b34bc0b478799792ae828b"}}], "links": {"self": "http://172.30.9.32:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-26 08:21:50,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/role_assignments used request id req-68733afc-c344-49f8-b771-1100e44aaab2 2018-08-26 08:21:50,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0903518199921s 2018-08-26 08:21:50,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/role_assignments used request id req-68733afc-c344-49f8-b771-1100e44aaab2 2018-08-26 08:21:50,875 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'049270cd8cb04a2cba5fac8159b8b757'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'35659196b60b4b5c89fc2897b4c9a878'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'6a2c92c9a24143f98eafe0bc61113bcb'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'6feae98e42524f93807e59364a69bdde'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'7966d06d3a7041389d31bb597ae18913'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'd84c92f36fec43a999d62533d31b8d7c', 'user': u'7966d06d3a7041389d31bb597ae18913'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'7f3bc4a8e418498c936eaac736602385'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'8c609db84a984a728f543e13a7f92a3a'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'8f9b7e690add4ef4b6b333a974985703'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'97e79be412824aeda7b707e209f0223d'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'a574b261c22d4c3bbb3b014d3f0f8b7c'}), Munch({'project': u'09525e893e464a95a1eb30cd11c1c401', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'd08c38ed59204709b4defde2f69f882a'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'ddd5aed4bd7f4d85b066cef7b5bb6739'}), Munch({'project': u'a7485cbd959f4d7e8f9b995b4293d279', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'f229cddebb0e4e75bb303c532f198797'}), Munch({'domain': u'56feb26387844fe2974a463a7c122e22', 'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'44ca5422d8cb46cd98137fd56779539f'}), Munch({'id': u'aa40b0bf72b34bc0b478799792ae828b', 'user': u'd08c38ed59204709b4defde2f69f882a'})] 2018-08-26 08:21:50,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 08:21:50,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:50,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ecccadf-8ba2-48ce-ba56-c49603989be1 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376d8e228fc46ae81521c358430f44a", "links": {"self": "http://172.30.9.32:5000/v3/roles/1376d8e228fc46ae81521c358430f44a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.32:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa40b0bf72b34bc0b478799792ae828b", "links": {"self": "http://172.30.9.32:5000/v3/roles/aa40b0bf72b34bc0b478799792ae828b"}, "name": "admin"}, {"domain_id": null, "id": "d84c92f36fec43a999d62533d31b8d7c", "links": {"self": "http://172.30.9.32:5000/v3/roles/d84c92f36fec43a999d62533d31b8d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ffbee2c4c83248b999e902524df93241", "links": {"self": "http://172.30.9.32:5000/v3/roles/ffbee2c4c83248b999e902524df93241"}, "name": "heat_stack_user"}]} 2018-08-26 08:21:50,967 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-2ecccadf-8ba2-48ce-ba56-c49603989be1 2018-08-26 08:21:50,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0883450508118s 2018-08-26 08:21:50,967 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-2ecccadf-8ba2-48ce-ba56-c49603989be1 2018-08-26 08:21:50,968 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'1376d8e228fc46ae81521c358430f44a'}), 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'admin', 'id': u'aa40b0bf72b34bc0b478799792ae828b'}), 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'd84c92f36fec43a999d62533d31b8d7c'}), 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'ffbee2c4c83248b999e902524df93241'})] 2018-08-26 08:21:50,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 08:21:50,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:51,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-3a07a406-310c-4d7d-ac6e-05e9b3bb1203 Date: Sun, 26 Aug 2018 08:21:51 GMT RESP BODY: {"routers": []} 2018-08-26 08:21:51,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-3a07a406-310c-4d7d-ac6e-05e9b3bb1203 2018-08-26 08:21:51,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.042653799057s 2018-08-26 08:21:51,012 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-3a07a406-310c-4d7d-ac6e-05e9b3bb1203 2018-08-26 08:21:51,012 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-26 08:21:51,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 08:21:51,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:51,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21: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-cee50f17-e316-4a4c-8140-6463ca5bb702 x-compute-request-id: req-cee50f17-e316-4a4c-8140-6463ca5bb702 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-26 08:21:51,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/servers/detail used request id req-cee50f17-e316-4a4c-8140-6463ca5bb702 2018-08-26 08:21:51,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195043087006s 2018-08-26 08:21:51,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/servers/detail used request id req-cee50f17-e316-4a4c-8140-6463ca5bb702 2018-08-26 08:21:51,208 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-26 08:21:51,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-26 08:21:51,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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-08-26 08:21:51,220 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 08:21: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.7: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.7:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-26 08:21:51,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:51,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-125b902b-e3cf-4275-ac92-38b174aa2a2f Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/1047cc2d418541db99da61b35f148533"}, "enabled": true, "type": "orchestration", "id": "1047cc2d418541db99da61b35f148533", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/1c76af9158704da2a58b5b6a6591e797"}, "enabled": true, "type": "volumev2", "id": "1c76af9158704da2a58b5b6a6591e797", "name": "cinderv2"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/2bdf0deb53514e0181c9b973827ed112"}, "enabled": true, "type": "compute", "id": "2bdf0deb53514e0181c9b973827ed112", "name": "nova"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/40fa195a351944959f45c509d3c5c3e5"}, "enabled": true, "type": "alarming", "id": "40fa195a351944959f45c509d3c5c3e5", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/51163e72c1e14238a88fbd21c5c05dd7"}, "enabled": true, "type": "identity", "id": "51163e72c1e14238a88fbd21c5c05dd7", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6e3be147699b4237a9e35b2fcc7ba738"}, "enabled": true, "type": "network", "id": "6e3be147699b4237a9e35b2fcc7ba738", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/7c0eae9ab44b4bf28461938c28ef0994"}, "enabled": true, "type": "placement", "id": "7c0eae9ab44b4bf28461938c28ef0994", "name": "placement"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/87aa949c88334fa3b1c4b8a664d0c4c0"}, "enabled": true, "type": "image", "id": "87aa949c88334fa3b1c4b8a664d0c4c0", "name": "glance"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/99991fc1fec34c1d87a631e3b3105f09"}, "enabled": true, "type": "object-store", "id": "99991fc1fec34c1d87a631e3b3105f09", "name": "swift"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/a2261232c45c4ce2949726b2a54c3642"}, "enabled": true, "type": "metric", "id": "a2261232c45c4ce2949726b2a54c3642", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/ba5577ea656f4202a7b9e96530d525cf"}, "enabled": true, "type": "metering", "id": "ba5577ea656f4202a7b9e96530d525cf", "name": "ceilometer"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/d706406999d940cda0ac253d0f0e9fac"}, "enabled": true, "type": "cloudformation", "id": "d706406999d940cda0ac253d0f0e9fac", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/e334242dd43147e3b5df56b0e36855ef"}, "enabled": true, "type": "volumev3", "id": "e334242dd43147e3b5df56b0e36855ef", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/eaf4e7aaa39e46b58f1849e3d83ffcbc"}, "enabled": true, "type": "volume", "id": "eaf4e7aaa39e46b58f1849e3d83ffcbc", "name": "cinder"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/f658601991ea483b8c4b4653574d93b9"}, "enabled": true, "type": "event", "id": "f658601991ea483b8c4b4653574d93b9", "name": "panko"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-26 08:21:51,369 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-125b902b-e3cf-4275-ac92-38b174aa2a2f 2018-08-26 08:21:51,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.157940149307s 2018-08-26 08:21:51,370 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-125b902b-e3cf-4275-ac92-38b174aa2a2f 2018-08-26 08:21:51,375 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'1047cc2d418541db99da61b35f148533', 'name': u'heat'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'1c76af9158704da2a58b5b6a6591e797', 'name': u'cinderv2'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'2bdf0deb53514e0181c9b973827ed112', 'name': u'nova'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'40fa195a351944959f45c509d3c5c3e5', 'name': u'aodh'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'51163e72c1e14238a88fbd21c5c05dd7', 'name': u'keystone'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'6e3be147699b4237a9e35b2fcc7ba738', 'name': u'neutron'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'7c0eae9ab44b4bf28461938c28ef0994', 'name': u'placement'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'87aa949c88334fa3b1c4b8a664d0c4c0', 'name': u'glance'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'99991fc1fec34c1d87a631e3b3105f09', 'name': u'swift'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'a2261232c45c4ce2949726b2a54c3642', 'name': u'gnocchi'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'ba5577ea656f4202a7b9e96530d525cf', 'name': u'ceilometer'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'd706406999d940cda0ac253d0f0e9fac', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'e334242dd43147e3b5df56b0e36855ef', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'eaf4e7aaa39e46b58f1849e3d83ffcbc', 'name': u'cinder'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'f658601991ea483b8c4b4653574d93b9', 'name': u'panko'})] 2018-08-26 08:21:51,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 08:21:51,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}cc7b5e7df9872f0007a9ca488f0f1a6a5b7ed956" 2018-08-26 08:21:51,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8ef6e36f-5806-4794-aa52-c6885dc1e9af Date: Sun, 26 Aug 2018 08:21:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:22Z","dns_nameservers":[],"updated_at":"2018-08-26T08:19:22Z","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":"a7485cbd959f4d7e8f9b995b4293d279","id":"204c124c-26ce-4b2b-b302-88a890641bdf","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-26 08:21:51,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-8ef6e36f-5806-4794-aa52-c6885dc1e9af 2018-08-26 08:21:51,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0492968559265s 2018-08-26 08:21:51,425 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-8ef6e36f-5806-4794-aa52-c6885dc1e9af 2018-08-26 08:21:51,426 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T08:19:22Z', 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'204c124c-26ce-4b2b-b302-88a890641bdf', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'0bedb015-f1e3-4e15-9018-5669c4f64c14', u'tenant_id': u'a7485cbd959f4d7e8f9b995b4293d279', u'created_at': u'2018-08-26T08:19:22Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'a7485cbd959f4d7e8f9b995b4293d279'})] 2018-08-26 08:21:51,548 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 08:21:51,549 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-26 08:21:51,606 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-26 08:21:51,807 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 08:21:51,808 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 08:21:51,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 08:21:51,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 08:21:51,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 08:21:51,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 08:21:51,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 08:21:51,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 08:21:51,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 08:21:51,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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-08-26 08:21:51,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:21:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5827a6b0-e857-4bcf-808b-6da364100a5c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}} 2018-08-26 08:21:51,817 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.32:5000//v3 used request id req-5827a6b0-e857-4bcf-808b-6da364100a5c 2018-08-26 08:21:51,818 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.32:5000/v3/auth/tokens 2018-08-26 08:21:52,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa40b0bf72b34bc0b478799792ae828b", "name": "admin"}], "expires_at": "2018-08-26T09:21:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09525e893e464a95a1eb30cd11c1c401", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3900533a2e64510a2cd3f71a5bf8508"}, {"url": "http://172.30.9.32:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b16a3048f5fe4e08969e6e202c16acc3"}, {"url": "http://192.30.9.7:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9abbe2cc25346f695f8dd0106cc8162"}], "type": "orchestration", "id": "1047cc2d418541db99da61b35f148533", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.32:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a39673fc9ef435a91fd66ee324103e7"}, {"url": "http://192.30.9.7:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6d55ece7924a759aa352b80b28b74f"}, {"url": "http://192.30.9.7:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5e6fc6ad188431e8aa39c2ed551a507"}], "type": "volumev2", "id": "1c76af9158704da2a58b5b6a6591e797", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "608a2ce570704b7e9c7ffa0cb70589cc"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a529d713e3c4df9a9fedd692970ed89"}, {"url": "http://172.30.9.32:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a3397ee43456465ab8e99a097824a9a3"}], "type": "compute", "id": "2bdf0deb53514e0181c9b973827ed112", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30712705528649589f92af5ae3bbf400"}, {"url": "http://172.30.9.32:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4314f5bac6a4ed99718317d0ce1cc83"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e1b9b22dde594f7d9517e23e3f4505c7"}], "type": "alarming", "id": "40fa195a351944959f45c509d3c5c3e5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.32:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a1f72e47d6c4de4acf9938a5ba7415a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4366de5b16824ae3b402d72ce46cbd0b"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d02da78bbe8f4043934651f2d2903109"}], "type": "identity", "id": "51163e72c1e14238a88fbd21c5c05dd7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "435f95af1b284810bacea6b3a10a9025"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e3016d327b0423b9c30198951fcf5ce"}, {"url": "http://172.30.9.32:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f243584ef9cf48a7b571555b59a6b20b"}], "type": "network", "id": "6e3be147699b4237a9e35b2fcc7ba738", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1a03b6c64b634549b92150cd7cb97ab2"}, {"url": "http://172.30.9.32:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "965ee3e9d27f431a95fa5a3273c7ece1"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2f6134ff19644b39aa04e8e786211dd"}], "type": "placement", "id": "7c0eae9ab44b4bf28461938c28ef0994", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.32:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18bdb726045a4915afda9dac55e1d865"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "29ddf8cb028e47eab6b33a82116a70f2"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "813afeb2bc57404f9c70699262d2feef"}], "type": "image", "id": "87aa949c88334fa3b1c4b8a664d0c4c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.32:8080/v1/AUTH_09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2bcb8f1056014bb9b9aa66038fcb509f"}, {"url": "http://12.0.0.27:8080/v1/AUTH_09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c8871ec2846d41c9934dfb8f34d2e13b"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7c4b313458d4096b74c26fb63d2f77c"}], "type": "object-store", "id": "99991fc1fec34c1d87a631e3b3105f09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.32:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03f450792e084705aa31a397991e61cf"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e3e2aaec20f4e59ab7c33cd00fa62c7"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "773949eecad1459da1f83deeae64fcd8"}], "type": "metric", "id": "a2261232c45c4ce2949726b2a54c3642", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "ba5577ea656f4202a7b9e96530d525cf", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2bba24627bc641c4b57109818e0f40ca"}, {"url": "http://172.30.9.32:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "573d653a48414b8daf46a9d395060331"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8196946f306410fa824cca7c7bc6efc"}], "type": "cloudformation", "id": "d706406999d940cda0ac253d0f0e9fac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "688b21e32da94dbeb9efa0a8b20620a2"}, {"url": "http://172.30.9.32:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f13450dbb03d4344b653415976fa29f3"}, {"url": "http://192.30.9.7:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa800bd6606041efbc6d6426d9dc5443"}], "type": "volumev3", "id": "e334242dd43147e3b5df56b0e36855ef", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3a6e26fb079045da929593e2c84da751"}, {"url": "http://172.30.9.32:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0eb079431f48f182e70c875c852599"}, {"url": "http://192.30.9.7:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc292ac604418389e5b81fd6b86bbb"}], "type": "volume", "id": "eaf4e7aaa39e46b58f1849e3d83ffcbc", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.32:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f7af34030a746d2bdd15892272fb686"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9494623937cc4fa2a8dbd75cfe85864d"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba901214358f4ae190c377f99827e9c8"}], "type": "event", "id": "f658601991ea483b8c4b4653574d93b9", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d08c38ed59204709b4defde2f69f882a"}, "audit_ids": ["uXeQNQ-FQWePBk12wrEhXg"], "issued_at": "2018-08-26T08:21:52.000000Z"}} 2018-08-26 08:21:52,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 08:21:52,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.32: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}c998184de99b1dcabf088c2ef9a3b49d98711534" 2018-08-26 08:21:53,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a1e2cd4d-478d-40ce-9f4d-f0485d0de69b Date: Sun, 26 Aug 2018 08:21:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a7485cbd959f4d7e8f9b995b4293d279","status":"ACTIVE","subnets":["204c124c-26ce-4b2b-b302-88a890641bdf"],"description":"","tags":[],"updated_at":"2018-08-26T08:19:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:16Z","provider:network_type":"flat"}]} 2018-08-26 08:21:53,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a1e2cd4d-478d-40ce-9f4d-f0485d0de69b 2018-08-26 08:21:53,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.811383962631s 2018-08-26 08:21:53,008 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a1e2cd4d-478d-40ce-9f4d-f0485d0de69b 2018-08-26 08:21:53,008 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-26 08:21:53,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 08:21:53,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}c998184de99b1dcabf088c2ef9a3b49d98711534" -d '{"network": {"name": "tenantnetwork1-net_678aee1d-9f85-43ea-b9b8-a34c798ec80a", "admin_state_up": true}}' 2018-08-26 08:21:53,601 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-1924e63a-fb83-4ea5-96db-252a36ee2aca Date: Sun, 26 Aug 2018 08:21:53 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1d49181f-8a22-497f-819f-000eb0e603c3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"09525e893e464a95a1eb30cd11c1c401","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T08:21:53Z","is_default":false,"provider:segmentation_id":26,"name":"tenantnetwork1-net_678aee1d-9f85-43ea-b9b8-a34c798ec80a","admin_state_up":true,"tenant_id":"09525e893e464a95a1eb30cd11c1c401","created_at":"2018-08-26T08:21:53Z","mtu":1450}} 2018-08-26 08:21:53,601 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-1924e63a-fb83-4ea5-96db-252a36ee2aca 2018-08-26 08:21:53,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.592274904251s 2018-08-26 08:21:53,602 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-1924e63a-fb83-4ea5-96db-252a36ee2aca 2018-08-26 08:21:53,602 - 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-08-26T08:21:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1d49181f-8a22-497f-819f-000eb0e603c3', u'provider:segmentation_id': 26, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_678aee1d-9f85-43ea-b9b8-a34c798ec80a', u'admin_state_up': True, u'tenant_id': u'09525e893e464a95a1eb30cd11c1c401', u'created_at': u'2018-08-26T08:21:53Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'09525e893e464a95a1eb30cd11c1c401'}) 2018-08-26 08:21:53,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 08:21:53,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}c998184de99b1dcabf088c2ef9a3b49d98711534" 2018-08-26 08:21:53,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-a630028c-34c6-4a61-ab29-e337571e4e6a Date: Sun, 26 Aug 2018 08:21:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a7485cbd959f4d7e8f9b995b4293d279","status":"ACTIVE","subnets":["204c124c-26ce-4b2b-b302-88a890641bdf"],"description":"","tags":[],"updated_at":"2018-08-26T08:19:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:16Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1d49181f-8a22-497f-819f-000eb0e603c3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"09525e893e464a95a1eb30cd11c1c401","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T08:21:53Z","provider:segmentation_id":26,"name":"tenantnetwork1-net_678aee1d-9f85-43ea-b9b8-a34c798ec80a","admin_state_up":true,"tenant_id":"09525e893e464a95a1eb30cd11c1c401","created_at":"2018-08-26T08:21:53Z","provider:network_type":"vxlan"}]} 2018-08-26 08:21:53,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-a630028c-34c6-4a61-ab29-e337571e4e6a 2018-08-26 08:21:53,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276894807816s 2018-08-26 08:21:53,880 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-a630028c-34c6-4a61-ab29-e337571e4e6a 2018-08-26 08:21:53,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 08:21:53,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}c998184de99b1dcabf088c2ef9a3b49d98711534" -d '{"subnet": {"name": "tenantnetwork1-subnet_678aee1d-9f85-43ea-b9b8-a34c798ec80a", "enable_dhcp": true, "network_id": "1d49181f-8a22-497f-819f-000eb0e603c3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 08:21:54,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1506b765-d125-4c81-9569-84173cbf8ae5 Date: Sun, 26 Aug 2018 08:21:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1d49181f-8a22-497f-819f-000eb0e603c3","tenant_id":"09525e893e464a95a1eb30cd11c1c401","created_at":"2018-08-26T08:21:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T08:21: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":"09525e893e464a95a1eb30cd11c1c401","id":"47f82841-7e17-4d22-b9f1-36a058426248","subnetpool_id":null,"name":"tenantnetwork1-subnet_678aee1d-9f85-43ea-b9b8-a34c798ec80a"}} 2018-08-26 08:21:54,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-1506b765-d125-4c81-9569-84173cbf8ae5 2018-08-26 08:21:54,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.726543903351s 2018-08-26 08:21:54,609 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-1506b765-d125-4c81-9569-84173cbf8ae5 2018-08-26 08:21:54,609 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T08:21: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'47f82841-7e17-4d22-b9f1-36a058426248', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_678aee1d-9f85-43ea-b9b8-a34c798ec80a', u'enable_dhcp': True, u'network_id': u'1d49181f-8a22-497f-819f-000eb0e603c3', u'tenant_id': u'09525e893e464a95a1eb30cd11c1c401', u'created_at': u'2018-08-26T08:21: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'09525e893e464a95a1eb30cd11c1c401'}) 2018-08-26 08:21:54,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 08:21:54,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}c998184de99b1dcabf088c2ef9a3b49d98711534" -d '{"router": {"external_gateway_info": {"network_id": "0bedb015-f1e3-4e15-9018-5669c4f64c14"}, "name": "tenantnetwork1-router_678aee1d-9f85-43ea-b9b8-a34c798ec80a", "admin_state_up": true}}' 2018-08-26 08:21:55,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-6de2b741-1163-46ae-9f59-146c4820bd0c Date: Sun, 26 Aug 2018 08:21:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0bedb015-f1e3-4e15-9018-5669c4f64c14", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "204c124c-26ce-4b2b-b302-88a890641bdf", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "09525e893e464a95a1eb30cd11c1c401", "created_at": "2018-08-26T08:21:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-26T08:21:55Z", "revision_number": 2, "routes": [], "project_id": "09525e893e464a95a1eb30cd11c1c401", "id": "bb93dc7e-df82-4352-a23b-32a02427bcd4", "name": "tenantnetwork1-router_678aee1d-9f85-43ea-b9b8-a34c798ec80a"}} 2018-08-26 08:21:55,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-6de2b741-1163-46ae-9f59-146c4820bd0c 2018-08-26 08:21:55,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35263609886s 2018-08-26 08:21:55,963 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-6de2b741-1163-46ae-9f59-146c4820bd0c 2018-08-26 08:21:55,963 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'0bedb015-f1e3-4e15-9018-5669c4f64c14', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'204c124c-26ce-4b2b-b302-88a890641bdf', u'ip_address': u'172.30.9.216'}]}, u'description': u'', u'tags': [], u'tenant_id': u'09525e893e464a95a1eb30cd11c1c401', u'created_at': u'2018-08-26T08:21:54Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-26T08:21:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'09525e893e464a95a1eb30cd11c1c401', u'id': u'bb93dc7e-df82-4352-a23b-32a02427bcd4', u'name': u'tenantnetwork1-router_678aee1d-9f85-43ea-b9b8-a34c798ec80a'}) 2018-08-26 08:21:55,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 08:21:55,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/bb93dc7e-df82-4352-a23b-32a02427bcd4/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}c998184de99b1dcabf088c2ef9a3b49d98711534" -d '{"subnet_id": "47f82841-7e17-4d22-b9f1-36a058426248"}' 2018-08-26 08:21:57,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-022cc095-e5b0-4cfb-b8b9-67726b1dbdef Date: Sun, 26 Aug 2018 08:21:57 GMT RESP BODY: {"network_id": "1d49181f-8a22-497f-819f-000eb0e603c3", "tenant_id": "09525e893e464a95a1eb30cd11c1c401", "subnet_id": "47f82841-7e17-4d22-b9f1-36a058426248", "subnet_ids": ["47f82841-7e17-4d22-b9f1-36a058426248"], "port_id": "0c3c9773-6869-4ff9-8ece-930266be2d06", "id": "bb93dc7e-df82-4352-a23b-32a02427bcd4"} 2018-08-26 08:21:57,390 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/bb93dc7e-df82-4352-a23b-32a02427bcd4/add_router_interface.json used request id req-022cc095-e5b0-4cfb-b8b9-67726b1dbdef 2018-08-26 08:21:57,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.426197052s 2018-08-26 08:21:57,391 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/bb93dc7e-df82-4352-a23b-32a02427bcd4/add_router_interface.json used request id req-022cc095-e5b0-4cfb-b8b9-67726b1dbdef returning object bb93dc7e-df82-4352-a23b-32a02427bcd4 2018-08-26 08:21:57,504 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 08:21:57,505 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-26 08:21:57,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 08:21:57,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/bb93dc7e-df82-4352-a23b-32a02427bcd4/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}c998184de99b1dcabf088c2ef9a3b49d98711534" -d '{"subnet_id": "47f82841-7e17-4d22-b9f1-36a058426248"}' 2018-08-26 08:21:59,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6d0f99f0-30d9-4ff7-956b-a22a2639a5ce Date: Sun, 26 Aug 2018 08:21:59 GMT RESP BODY: {"network_id": "1d49181f-8a22-497f-819f-000eb0e603c3", "tenant_id": "09525e893e464a95a1eb30cd11c1c401", "subnet_id": "47f82841-7e17-4d22-b9f1-36a058426248", "subnet_ids": ["47f82841-7e17-4d22-b9f1-36a058426248"], "port_id": "0c3c9773-6869-4ff9-8ece-930266be2d06", "id": "bb93dc7e-df82-4352-a23b-32a02427bcd4"} 2018-08-26 08:21:59,043 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/bb93dc7e-df82-4352-a23b-32a02427bcd4/remove_router_interface.json used request id req-6d0f99f0-30d9-4ff7-956b-a22a2639a5ce 2018-08-26 08:21:59,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.53364682198s 2018-08-26 08:21:59,044 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/bb93dc7e-df82-4352-a23b-32a02427bcd4/remove_router_interface.json used request id req-6d0f99f0-30d9-4ff7-956b-a22a2639a5ce returning object bb93dc7e-df82-4352-a23b-32a02427bcd4 2018-08-26 08:21:59,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 08:21:59,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}c998184de99b1dcabf088c2ef9a3b49d98711534" 2018-08-26 08:21:59,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-6dff821e-bb9a-454f-8ee4-b2357925438f Date: Sun, 26 Aug 2018 08:21:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0bedb015-f1e3-4e15-9018-5669c4f64c14", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "204c124c-26ce-4b2b-b302-88a890641bdf", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "09525e893e464a95a1eb30cd11c1c401", "created_at": "2018-08-26T08:21:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-26T08:21:58Z", "revision_number": 4, "routes": [], "project_id": "09525e893e464a95a1eb30cd11c1c401", "id": "bb93dc7e-df82-4352-a23b-32a02427bcd4", "name": "tenantnetwork1-router_678aee1d-9f85-43ea-b9b8-a34c798ec80a"}]} 2018-08-26 08:21:59,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-6dff821e-bb9a-454f-8ee4-b2357925438f 2018-08-26 08:21:59,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0955231189728s 2018-08-26 08:21:59,140 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-6dff821e-bb9a-454f-8ee4-b2357925438f 2018-08-26 08:21:59,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 08:21:59,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/routers/bb93dc7e-df82-4352-a23b-32a02427bcd4.json -H "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}c998184de99b1dcabf088c2ef9a3b49d98711534" 2018-08-26 08:22:00,193 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16c7f9be-908f-4fc3-8573-bab406e421a4 Content-Length: 0 Date: Sun, 26 Aug 2018 08:22:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 08:22:00,193 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/bb93dc7e-df82-4352-a23b-32a02427bcd4.json used request id req-16c7f9be-908f-4fc3-8573-bab406e421a4 2018-08-26 08:22:00,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.05170202255s 2018-08-26 08:22:00,194 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/bb93dc7e-df82-4352-a23b-32a02427bcd4.json used request id req-16c7f9be-908f-4fc3-8573-bab406e421a4 2018-08-26 08:22:00,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 08:22:00,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}c998184de99b1dcabf088c2ef9a3b49d98711534" 2018-08-26 08:22:00,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-5038fcd1-5fe3-4e34-8e43-70b005b67f3c Date: Sun, 26 Aug 2018 08:22:00 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:22Z","dns_nameservers":[],"updated_at":"2018-08-26T08:19:22Z","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":"a7485cbd959f4d7e8f9b995b4293d279","id":"204c124c-26ce-4b2b-b302-88a890641bdf","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1d49181f-8a22-497f-819f-000eb0e603c3","tenant_id":"09525e893e464a95a1eb30cd11c1c401","created_at":"2018-08-26T08:21:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T08:21: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":"09525e893e464a95a1eb30cd11c1c401","id":"47f82841-7e17-4d22-b9f1-36a058426248","subnetpool_id":null,"name":"tenantnetwork1-subnet_678aee1d-9f85-43ea-b9b8-a34c798ec80a"}]} 2018-08-26 08:22:00,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-5038fcd1-5fe3-4e34-8e43-70b005b67f3c 2018-08-26 08:22:00,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0658760070801s 2018-08-26 08:22:00,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-5038fcd1-5fe3-4e34-8e43-70b005b67f3c 2018-08-26 08:22:00,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 08:22:00,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/subnets/47f82841-7e17-4d22-b9f1-36a058426248.json -H "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}c998184de99b1dcabf088c2ef9a3b49d98711534" 2018-08-26 08:22:01,290 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6506682-31a5-4eb8-a0e0-e58ef93627ba Date: Sun, 26 Aug 2018 08:22:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 08:22:01,290 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/47f82841-7e17-4d22-b9f1-36a058426248.json used request id req-d6506682-31a5-4eb8-a0e0-e58ef93627ba 2018-08-26 08:22:01,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.02790498734s 2018-08-26 08:22:01,290 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/47f82841-7e17-4d22-b9f1-36a058426248.json used request id req-d6506682-31a5-4eb8-a0e0-e58ef93627ba 2018-08-26 08:22:01,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 08:22:01,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}c998184de99b1dcabf088c2ef9a3b49d98711534" 2018-08-26 08:22:01,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-5072cff3-48f6-400c-8b2c-fc9f6fbcc7fa Date: Sun, 26 Aug 2018 08:22:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a7485cbd959f4d7e8f9b995b4293d279","status":"ACTIVE","subnets":["204c124c-26ce-4b2b-b302-88a890641bdf"],"description":"","tags":[],"updated_at":"2018-08-26T08:19:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:16Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1d49181f-8a22-497f-819f-000eb0e603c3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09525e893e464a95a1eb30cd11c1c401","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T08:22:01Z","provider:segmentation_id":26,"name":"tenantnetwork1-net_678aee1d-9f85-43ea-b9b8-a34c798ec80a","admin_state_up":true,"tenant_id":"09525e893e464a95a1eb30cd11c1c401","created_at":"2018-08-26T08:21:53Z","provider:network_type":"vxlan"}]} 2018-08-26 08:22:01,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-5072cff3-48f6-400c-8b2c-fc9f6fbcc7fa 2018-08-26 08:22:01,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0757830142975s 2018-08-26 08:22:01,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-5072cff3-48f6-400c-8b2c-fc9f6fbcc7fa 2018-08-26 08:22:01,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 08:22:01,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/networks/1d49181f-8a22-497f-819f-000eb0e603c3.json -H "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}c998184de99b1dcabf088c2ef9a3b49d98711534" 2018-08-26 08:22:02,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2c060d53-3718-4d08-a155-f5f4d88ac1bf Date: Sun, 26 Aug 2018 08:22:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 08:22:02,760 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/1d49181f-8a22-497f-819f-000eb0e603c3.json used request id req-2c060d53-3718-4d08-a155-f5f4d88ac1bf 2018-08-26 08:22:02,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.39233207703s 2018-08-26 08:22:02,760 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/1d49181f-8a22-497f-819f-000eb0e603c3.json used request id req-2c060d53-3718-4d08-a155-f5f4d88ac1bf 2018-08-26 08:22:02,811 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-26 08:22:02,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 08:22:02,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 08:22:02,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 08:22:02,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 08:22:02,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 08:22:02,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 08:22:02,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 08:22:02,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 08:22:02,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 08:22:02,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 08:22:02,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 08:22:02,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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-08-26 08:22:02,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad426f62-4124-4390-99e8-1372a6353871 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}} 2018-08-26 08:22:02,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.32:5000//v3 used request id req-ad426f62-4124-4390-99e8-1372a6353871 2018-08-26 08:22:02,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.32:5000/v3/auth/tokens 2018-08-26 08:22:03,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa40b0bf72b34bc0b478799792ae828b", "name": "admin"}], "expires_at": "2018-08-26T09:22:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09525e893e464a95a1eb30cd11c1c401", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3900533a2e64510a2cd3f71a5bf8508"}, {"url": "http://172.30.9.32:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b16a3048f5fe4e08969e6e202c16acc3"}, {"url": "http://192.30.9.7:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9abbe2cc25346f695f8dd0106cc8162"}], "type": "orchestration", "id": "1047cc2d418541db99da61b35f148533", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.32:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a39673fc9ef435a91fd66ee324103e7"}, {"url": "http://192.30.9.7:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6d55ece7924a759aa352b80b28b74f"}, {"url": "http://192.30.9.7:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5e6fc6ad188431e8aa39c2ed551a507"}], "type": "volumev2", "id": "1c76af9158704da2a58b5b6a6591e797", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "608a2ce570704b7e9c7ffa0cb70589cc"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a529d713e3c4df9a9fedd692970ed89"}, {"url": "http://172.30.9.32:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a3397ee43456465ab8e99a097824a9a3"}], "type": "compute", "id": "2bdf0deb53514e0181c9b973827ed112", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30712705528649589f92af5ae3bbf400"}, {"url": "http://172.30.9.32:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4314f5bac6a4ed99718317d0ce1cc83"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e1b9b22dde594f7d9517e23e3f4505c7"}], "type": "alarming", "id": "40fa195a351944959f45c509d3c5c3e5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.32:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a1f72e47d6c4de4acf9938a5ba7415a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4366de5b16824ae3b402d72ce46cbd0b"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d02da78bbe8f4043934651f2d2903109"}], "type": "identity", "id": "51163e72c1e14238a88fbd21c5c05dd7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "435f95af1b284810bacea6b3a10a9025"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e3016d327b0423b9c30198951fcf5ce"}, {"url": "http://172.30.9.32:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f243584ef9cf48a7b571555b59a6b20b"}], "type": "network", "id": "6e3be147699b4237a9e35b2fcc7ba738", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1a03b6c64b634549b92150cd7cb97ab2"}, {"url": "http://172.30.9.32:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "965ee3e9d27f431a95fa5a3273c7ece1"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2f6134ff19644b39aa04e8e786211dd"}], "type": "placement", "id": "7c0eae9ab44b4bf28461938c28ef0994", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.32:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18bdb726045a4915afda9dac55e1d865"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "29ddf8cb028e47eab6b33a82116a70f2"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "813afeb2bc57404f9c70699262d2feef"}], "type": "image", "id": "87aa949c88334fa3b1c4b8a664d0c4c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.32:8080/v1/AUTH_09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2bcb8f1056014bb9b9aa66038fcb509f"}, {"url": "http://12.0.0.27:8080/v1/AUTH_09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c8871ec2846d41c9934dfb8f34d2e13b"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7c4b313458d4096b74c26fb63d2f77c"}], "type": "object-store", "id": "99991fc1fec34c1d87a631e3b3105f09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.32:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03f450792e084705aa31a397991e61cf"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e3e2aaec20f4e59ab7c33cd00fa62c7"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "773949eecad1459da1f83deeae64fcd8"}], "type": "metric", "id": "a2261232c45c4ce2949726b2a54c3642", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "ba5577ea656f4202a7b9e96530d525cf", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2bba24627bc641c4b57109818e0f40ca"}, {"url": "http://172.30.9.32:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "573d653a48414b8daf46a9d395060331"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8196946f306410fa824cca7c7bc6efc"}], "type": "cloudformation", "id": "d706406999d940cda0ac253d0f0e9fac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "688b21e32da94dbeb9efa0a8b20620a2"}, {"url": "http://172.30.9.32:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f13450dbb03d4344b653415976fa29f3"}, {"url": "http://192.30.9.7:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa800bd6606041efbc6d6426d9dc5443"}], "type": "volumev3", "id": "e334242dd43147e3b5df56b0e36855ef", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3a6e26fb079045da929593e2c84da751"}, {"url": "http://172.30.9.32:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0eb079431f48f182e70c875c852599"}, {"url": "http://192.30.9.7:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc292ac604418389e5b81fd6b86bbb"}], "type": "volume", "id": "eaf4e7aaa39e46b58f1849e3d83ffcbc", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.32:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f7af34030a746d2bdd15892272fb686"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9494623937cc4fa2a8dbd75cfe85864d"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba901214358f4ae190c377f99827e9c8"}], "type": "event", "id": "f658601991ea483b8c4b4653574d93b9", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d08c38ed59204709b4defde2f69f882a"}, "audit_ids": ["_ilFQr8sSpm1eT6lqJ0ViQ"], "issued_at": "2018-08-26T08:22:03.000000Z"}} 2018-08-26 08:22:03,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 08:22:03,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:04,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ec5339dd-223a-4c42-9e6f-b91053d4a9f9 Date: Sun, 26 Aug 2018 08:22:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a7485cbd959f4d7e8f9b995b4293d279","status":"ACTIVE","subnets":["204c124c-26ce-4b2b-b302-88a890641bdf"],"description":"","tags":[],"updated_at":"2018-08-26T08:19:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:16Z","provider:network_type":"flat"}]} 2018-08-26 08:22:04,121 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ec5339dd-223a-4c42-9e6f-b91053d4a9f9 2018-08-26 08:22:04,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.875694990158s 2018-08-26 08:22:04,121 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ec5339dd-223a-4c42-9e6f-b91053d4a9f9 2018-08-26 08:22:04,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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-08-26 08:22:04,130 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 08:22: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.32: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.32:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-26 08:22:04,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 08:22:04,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:04,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50af60e3-bd3b-4685-b4e7-677a8c03dfcd Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.32:5000/v3/domains/56feb26387844fe2974a463a7c122e22"}, "tags": [], "enabled": true, "id": "56feb26387844fe2974a463a7c122e22", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.32:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.32:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 08:22:04,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains used request id req-50af60e3-bd3b-4685-b4e7-677a8c03dfcd 2018-08-26 08:22:04,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0779399871826s 2018-08-26 08:22:04,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains used request id req-50af60e3-bd3b-4685-b4e7-677a8c03dfcd 2018-08-26 08:22:04,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-26 08:22:04,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_5b90250b-d7f3-4723-92a8-2023f308852c"}}' 2018-08-26 08:22:04,373 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88663bb0-e6e9-4b02-b450-10424a374be5 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.32:5000/v3/projects/983423777b0b4594aa36f75c958659f8"}, "tags": [], "enabled": true, "id": "983423777b0b4594aa36f75c958659f8", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_5b90250b-d7f3-4723-92a8-2023f308852c"}} 2018-08-26 08:22:04,373 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/projects used request id req-88663bb0-e6e9-4b02-b450-10424a374be5 2018-08-26 08:22:04,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.156836032867s 2018-08-26 08:22:04,374 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/projects used request id req-88663bb0-e6e9-4b02-b450-10424a374be5 2018-08-26 08:22:04,374 - 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'983423777b0b4594aa36f75c958659f8', '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_5b90250b-d7f3-4723-92a8-2023f308852c'}) 2018-08-26 08:22:04,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-26 08:22:04,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "db8ff35b-d16e-4379-9a21-cef3b7669b9a", "email": null, "name": "tenantnetwork2-user_5b90250b-d7f3-4723-92a8-2023f308852c"}}' 2018-08-26 08:22:04,781 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6ce646d-3cee-44f7-9c54-5d4fd0be58c5 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_5b90250b-d7f3-4723-92a8-2023f308852c", "links": {"self": "http://172.30.9.32:5000/v3/users/ac7ec18358404ab290076e3f901eff1b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac7ec18358404ab290076e3f901eff1b", "domain_id": "default", "password_expires_at": null}} 2018-08-26 08:22:04,781 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/users used request id req-e6ce646d-3cee-44f7-9c54-5d4fd0be58c5 2018-08-26 08:22:04,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.401210069656s 2018-08-26 08:22:04,782 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/users used request id req-e6ce646d-3cee-44f7-9c54-5d4fd0be58c5 2018-08-26 08:22:04,782 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ac7ec18358404ab290076e3f901eff1b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_5b90250b-d7f3-4723-92a8-2023f308852c'}) 2018-08-26 08:22:04,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 08:22:04,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:04,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-914c65c4-9da8-46ac-984b-ecb55d113284 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376d8e228fc46ae81521c358430f44a", "links": {"self": "http://172.30.9.32:5000/v3/roles/1376d8e228fc46ae81521c358430f44a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.32:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa40b0bf72b34bc0b478799792ae828b", "links": {"self": "http://172.30.9.32:5000/v3/roles/aa40b0bf72b34bc0b478799792ae828b"}, "name": "admin"}, {"domain_id": null, "id": "d84c92f36fec43a999d62533d31b8d7c", "links": {"self": "http://172.30.9.32:5000/v3/roles/d84c92f36fec43a999d62533d31b8d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ffbee2c4c83248b999e902524df93241", "links": {"self": "http://172.30.9.32:5000/v3/roles/ffbee2c4c83248b999e902524df93241"}, "name": "heat_stack_user"}]} 2018-08-26 08:22:04,869 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-914c65c4-9da8-46ac-984b-ecb55d113284 2018-08-26 08:22:04,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0830199718475s 2018-08-26 08:22:04,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-914c65c4-9da8-46ac-984b-ecb55d113284 2018-08-26 08:22:04,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 08:22:04,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:04,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b91231c-0b11-4185-b098-fea2c2e81eb8 Content-Encoding: gzip Content-Length: 322 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376d8e228fc46ae81521c358430f44a", "links": {"self": "http://172.30.9.32:5000/v3/roles/1376d8e228fc46ae81521c358430f44a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.32:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa40b0bf72b34bc0b478799792ae828b", "links": {"self": "http://172.30.9.32:5000/v3/roles/aa40b0bf72b34bc0b478799792ae828b"}, "name": "admin"}, {"domain_id": null, "id": "d84c92f36fec43a999d62533d31b8d7c", "links": {"self": "http://172.30.9.32:5000/v3/roles/d84c92f36fec43a999d62533d31b8d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ffbee2c4c83248b999e902524df93241", "links": {"self": "http://172.30.9.32:5000/v3/roles/ffbee2c4c83248b999e902524df93241"}, "name": "heat_stack_user"}]} 2018-08-26 08:22:04,972 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-3b91231c-0b11-4185-b098-fea2c2e81eb8 2018-08-26 08:22:04,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0983538627625s 2018-08-26 08:22:04,973 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-3b91231c-0b11-4185-b098-fea2c2e81eb8 2018-08-26 08:22:04,974 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-26 08:22:04,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-26 08:22:04,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" -d '{"role": {"name": "Member"}}' 2018-08-26 08:22:05,116 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 08:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-609a5777-6e7d-48a5-a3b9-ae7d1a92af5a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "eb6e1f4d5c404cffbbe44a99ae75c95a", "links": {"self": "http://172.30.9.32:5000/v3/roles/eb6e1f4d5c404cffbbe44a99ae75c95a"}, "name": "Member"}} 2018-08-26 08:22:05,116 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/roles used request id req-609a5777-6e7d-48a5-a3b9-ae7d1a92af5a 2018-08-26 08:22:05,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.138537883759s 2018-08-26 08:22:05,117 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/roles used request id req-609a5777-6e7d-48a5-a3b9-ae7d1a92af5a 2018-08-26 08:22:05,117 - 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'eb6e1f4d5c404cffbbe44a99ae75c95a'}) 2018-08-26 08:22:05,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 08:22:05,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:05,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-def98efa-1193-40cb-9aa1-4776e6d1e333 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376d8e228fc46ae81521c358430f44a", "links": {"self": "http://172.30.9.32:5000/v3/roles/1376d8e228fc46ae81521c358430f44a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.32:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa40b0bf72b34bc0b478799792ae828b", "links": {"self": "http://172.30.9.32:5000/v3/roles/aa40b0bf72b34bc0b478799792ae828b"}, "name": "admin"}, {"domain_id": null, "id": "d84c92f36fec43a999d62533d31b8d7c", "links": {"self": "http://172.30.9.32:5000/v3/roles/d84c92f36fec43a999d62533d31b8d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb6e1f4d5c404cffbbe44a99ae75c95a", "links": {"self": "http://172.30.9.32:5000/v3/roles/eb6e1f4d5c404cffbbe44a99ae75c95a"}, "name": "Member"}, {"domain_id": null, "id": "ffbee2c4c83248b999e902524df93241", "links": {"self": "http://172.30.9.32:5000/v3/roles/ffbee2c4c83248b999e902524df93241"}, "name": "heat_stack_user"}]} 2018-08-26 08:22:05,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-def98efa-1193-40cb-9aa1-4776e6d1e333 2018-08-26 08:22:05,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0881900787354s 2018-08-26 08:22:05,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-def98efa-1193-40cb-9aa1-4776e6d1e333 2018-08-26 08:22:05,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 08:22:05,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:05,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0cb7dd4d-58cd-4d9d-a258-da0bf66a4713 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.32:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-26 08:22:05,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains/default used request id req-0cb7dd4d-58cd-4d9d-a258-da0bf66a4713 2018-08-26 08:22:05,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.147748947144s 2018-08-26 08:22:05,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains/default used request id req-0cb7dd4d-58cd-4d9d-a258-da0bf66a4713 2018-08-26 08:22:05,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 08:22:05,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:05,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf33b390-811b-41f2-9dc8-0644b99c1761 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.32:5000/v3/users/049270cd8cb04a2cba5fac8159b8b757"}, "domain_id": "default", "enabled": true, "options": {}, "id": "049270cd8cb04a2cba5fac8159b8b757", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.32:5000/v3/users/35659196b60b4b5c89fc2897b4c9a878"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35659196b60b4b5c89fc2897b4c9a878", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.32:5000/v3/users/44ca5422d8cb46cd98137fd56779539f"}, "domain_id": "56feb26387844fe2974a463a7c122e22", "enabled": true, "options": {}, "id": "44ca5422d8cb46cd98137fd56779539f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.32:5000/v3/users/6a2c92c9a24143f98eafe0bc61113bcb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a2c92c9a24143f98eafe0bc61113bcb", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.32:5000/v3/users/6feae98e42524f93807e59364a69bdde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6feae98e42524f93807e59364a69bdde", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.32:5000/v3/users/7966d06d3a7041389d31bb597ae18913"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7966d06d3a7041389d31bb597ae18913", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.32:5000/v3/users/7f3bc4a8e418498c936eaac736602385"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f3bc4a8e418498c936eaac736602385", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.32:5000/v3/users/8c609db84a984a728f543e13a7f92a3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8c609db84a984a728f543e13a7f92a3a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.32:5000/v3/users/8f9b7e690add4ef4b6b333a974985703"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f9b7e690add4ef4b6b333a974985703", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.32:5000/v3/users/97e79be412824aeda7b707e209f0223d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97e79be412824aeda7b707e209f0223d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.32:5000/v3/users/a574b261c22d4c3bbb3b014d3f0f8b7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a574b261c22d4c3bbb3b014d3f0f8b7c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_5b90250b-d7f3-4723-92a8-2023f308852c", "links": {"self": "http://172.30.9.32:5000/v3/users/ac7ec18358404ab290076e3f901eff1b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac7ec18358404ab290076e3f901eff1b", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.32:5000/v3/users/d08c38ed59204709b4defde2f69f882a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d08c38ed59204709b4defde2f69f882a", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.32:5000/v3/users/ddd5aed4bd7f4d85b066cef7b5bb6739"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddd5aed4bd7f4d85b066cef7b5bb6739", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.32:5000/v3/users/f229cddebb0e4e75bb303c532f198797"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f229cddebb0e4e75bb303c532f198797", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.32:5000/v3/users", "previous": null, "next": null}} 2018-08-26 08:22:05,466 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users used request id req-cf33b390-811b-41f2-9dc8-0644b99c1761 2018-08-26 08:22:05,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103067159653s 2018-08-26 08:22:05,466 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users used request id req-cf33b390-811b-41f2-9dc8-0644b99c1761 2018-08-26 08:22:05,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 08:22:05,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:05,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-763418f5-1012-4e4c-a214-ef734f1ff6a5 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.32:5000/v3/projects/09525e893e464a95a1eb30cd11c1c401"}, "tags": [], "enabled": true, "id": "09525e893e464a95a1eb30cd11c1c401", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.32:5000/v3/projects/983423777b0b4594aa36f75c958659f8"}, "tags": [], "enabled": true, "id": "983423777b0b4594aa36f75c958659f8", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_5b90250b-d7f3-4723-92a8-2023f308852c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279"}, "tags": [], "enabled": true, "id": "a7485cbd959f4d7e8f9b995b4293d279", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-26 08:22:05,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/projects?domain_id=default used request id req-763418f5-1012-4e4c-a214-ef734f1ff6a5 2018-08-26 08:22:05,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0878119468689s 2018-08-26 08:22:05,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/projects?domain_id=default used request id req-763418f5-1012-4e4c-a214-ef734f1ff6a5 2018-08-26 08:22:05,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 08:22:05,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.32:5000/v3/role_assignments?user.id=ac7ec18358404ab290076e3f901eff1b&role.id=eb6e1f4d5c404cffbbe44a99ae75c95a&scope.project.id=983423777b0b4594aa36f75c958659f8" -H "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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:05,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21af2034-7f24-44b5-b8e6-0d8cda57ed7e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.32:5000/v3/role_assignments?user.id=ac7ec18358404ab290076e3f901eff1b&role.id=eb6e1f4d5c404cffbbe44a99ae75c95a&scope.project.id=983423777b0b4594aa36f75c958659f8", "previous": null, "next": null}} 2018-08-26 08:22:05,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/role_assignments?user.id=ac7ec18358404ab290076e3f901eff1b&role.id=eb6e1f4d5c404cffbbe44a99ae75c95a&scope.project.id=983423777b0b4594aa36f75c958659f8 used request id req-21af2034-7f24-44b5-b8e6-0d8cda57ed7e 2018-08-26 08:22:05,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0811829566956s 2018-08-26 08:22:05,655 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/role_assignments?user.id=ac7ec18358404ab290076e3f901eff1b&role.id=eb6e1f4d5c404cffbbe44a99ae75c95a&scope.project.id=983423777b0b4594aa36f75c958659f8 used request id req-21af2034-7f24-44b5-b8e6-0d8cda57ed7e 2018-08-26 08:22:05,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-26 08:22:05,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:5000/v3/projects/983423777b0b4594aa36f75c958659f8/users/ac7ec18358404ab290076e3f901eff1b/roles/eb6e1f4d5c404cffbbe44a99ae75c95a -H "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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:05,833 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 08:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0df9d2e-f4f6-499f-a806-f8aabb3b1ebe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 08:22:05,833 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.32:5000/v3/projects/983423777b0b4594aa36f75c958659f8/users/ac7ec18358404ab290076e3f901eff1b/roles/eb6e1f4d5c404cffbbe44a99ae75c95a used request id req-d0df9d2e-f4f6-499f-a806-f8aabb3b1ebe 2018-08-26 08:22:05,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.174264907837s 2018-08-26 08:22:05,833 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.32:5000/v3/projects/983423777b0b4594aa36f75c958659f8/users/ac7ec18358404ab290076e3f901eff1b/roles/eb6e1f4d5c404cffbbe44a99ae75c95a used request id req-d0df9d2e-f4f6-499f-a806-f8aabb3b1ebe 2018-08-26 08:22:05,834 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_5b90250b-d7f3-4723-92a8-2023f308852c', 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'983423777b0b4594aa36f75c958659f8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'db8ff35b-d16e-4379-9a21-cef3b7669b9a', 'username': u'tenantnetwork2-user_5b90250b-d7f3-4723-92a8-2023f308852c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.32:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-26 08:22:05,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 08:22:05,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 08:22:05,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 08:22:05,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 08:22:05,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 08:22:05,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 08:22:05,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 08:22:05,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 08:22:05,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 08:22:05,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 08:22:05,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 08:22:05,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 08:22:05,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 08:22:05,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 08:22:05,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 08:22:05,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 08:22:05,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 08:22:05,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 08:22:05,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 08:22:05,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 08:22:05,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 08:22:05,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 08:22:05,839 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_5b90250b-d7f3-4723-92a8-2023f308852c', 'password': 'db8ff35b-d16e-4379-9a21-cef3b7669b9a', 'project_name': 'tenantnetwork2-project_5b90250b-d7f3-4723-92a8-2023f308852c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.32:5000//v3', 'project_id': '983423777b0b4594aa36f75c958659f8', 'project_domain_name': 'Default'} 2018-08-26 08:22:05,839 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-26 08:22:05,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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-08-26 08:22:05,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-501a42c1-dbf1-40f7-b1a8-f2f9b5d1ed46 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}} 2018-08-26 08:22:05,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.32:5000//v3 used request id req-501a42c1-dbf1-40f7-b1a8-f2f9b5d1ed46 2018-08-26 08:22:05,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.32:5000/v3/auth/tokens 2018-08-26 08:22:06,225 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "eb6e1f4d5c404cffbbe44a99ae75c95a", "name": "Member"}], "expires_at": "2018-08-26T09:22:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "983423777b0b4594aa36f75c958659f8", "name": "tenantnetwork2-project_5b90250b-d7f3-4723-92a8-2023f308852c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/983423777b0b4594aa36f75c958659f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3900533a2e64510a2cd3f71a5bf8508"}, {"url": "http://172.30.9.32:8004/v1/983423777b0b4594aa36f75c958659f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b16a3048f5fe4e08969e6e202c16acc3"}, {"url": "http://192.30.9.7:8004/v1/983423777b0b4594aa36f75c958659f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9abbe2cc25346f695f8dd0106cc8162"}], "type": "orchestration", "id": "1047cc2d418541db99da61b35f148533", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.32:8776/v2/983423777b0b4594aa36f75c958659f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a39673fc9ef435a91fd66ee324103e7"}, {"url": "http://192.30.9.7:8776/v2/983423777b0b4594aa36f75c958659f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6d55ece7924a759aa352b80b28b74f"}, {"url": "http://192.30.9.7:8776/v2/983423777b0b4594aa36f75c958659f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5e6fc6ad188431e8aa39c2ed551a507"}], "type": "volumev2", "id": "1c76af9158704da2a58b5b6a6591e797", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "608a2ce570704b7e9c7ffa0cb70589cc"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a529d713e3c4df9a9fedd692970ed89"}, {"url": "http://172.30.9.32:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a3397ee43456465ab8e99a097824a9a3"}], "type": "compute", "id": "2bdf0deb53514e0181c9b973827ed112", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30712705528649589f92af5ae3bbf400"}, {"url": "http://172.30.9.32:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4314f5bac6a4ed99718317d0ce1cc83"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e1b9b22dde594f7d9517e23e3f4505c7"}], "type": "alarming", "id": "40fa195a351944959f45c509d3c5c3e5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.32:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a1f72e47d6c4de4acf9938a5ba7415a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4366de5b16824ae3b402d72ce46cbd0b"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d02da78bbe8f4043934651f2d2903109"}], "type": "identity", "id": "51163e72c1e14238a88fbd21c5c05dd7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "435f95af1b284810bacea6b3a10a9025"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e3016d327b0423b9c30198951fcf5ce"}, {"url": "http://172.30.9.32:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f243584ef9cf48a7b571555b59a6b20b"}], "type": "network", "id": "6e3be147699b4237a9e35b2fcc7ba738", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1a03b6c64b634549b92150cd7cb97ab2"}, {"url": "http://172.30.9.32:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "965ee3e9d27f431a95fa5a3273c7ece1"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2f6134ff19644b39aa04e8e786211dd"}], "type": "placement", "id": "7c0eae9ab44b4bf28461938c28ef0994", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.32:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18bdb726045a4915afda9dac55e1d865"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "29ddf8cb028e47eab6b33a82116a70f2"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "813afeb2bc57404f9c70699262d2feef"}], "type": "image", "id": "87aa949c88334fa3b1c4b8a664d0c4c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.32:8080/v1/AUTH_983423777b0b4594aa36f75c958659f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2bcb8f1056014bb9b9aa66038fcb509f"}, {"url": "http://12.0.0.27:8080/v1/AUTH_983423777b0b4594aa36f75c958659f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c8871ec2846d41c9934dfb8f34d2e13b"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7c4b313458d4096b74c26fb63d2f77c"}], "type": "object-store", "id": "99991fc1fec34c1d87a631e3b3105f09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.32:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03f450792e084705aa31a397991e61cf"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e3e2aaec20f4e59ab7c33cd00fa62c7"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "773949eecad1459da1f83deeae64fcd8"}], "type": "metric", "id": "a2261232c45c4ce2949726b2a54c3642", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "ba5577ea656f4202a7b9e96530d525cf", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2bba24627bc641c4b57109818e0f40ca"}, {"url": "http://172.30.9.32:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "573d653a48414b8daf46a9d395060331"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8196946f306410fa824cca7c7bc6efc"}], "type": "cloudformation", "id": "d706406999d940cda0ac253d0f0e9fac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/983423777b0b4594aa36f75c958659f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "688b21e32da94dbeb9efa0a8b20620a2"}, {"url": "http://172.30.9.32:8776/v3/983423777b0b4594aa36f75c958659f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f13450dbb03d4344b653415976fa29f3"}, {"url": "http://192.30.9.7:8776/v3/983423777b0b4594aa36f75c958659f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa800bd6606041efbc6d6426d9dc5443"}], "type": "volumev3", "id": "e334242dd43147e3b5df56b0e36855ef", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/983423777b0b4594aa36f75c958659f8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3a6e26fb079045da929593e2c84da751"}, {"url": "http://172.30.9.32:8776/v1/983423777b0b4594aa36f75c958659f8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0eb079431f48f182e70c875c852599"}, {"url": "http://192.30.9.7:8776/v1/983423777b0b4594aa36f75c958659f8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc292ac604418389e5b81fd6b86bbb"}], "type": "volume", "id": "eaf4e7aaa39e46b58f1849e3d83ffcbc", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.32:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f7af34030a746d2bdd15892272fb686"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9494623937cc4fa2a8dbd75cfe85864d"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba901214358f4ae190c377f99827e9c8"}], "type": "event", "id": "f658601991ea483b8c4b4653574d93b9", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_5b90250b-d7f3-4723-92a8-2023f308852c", "id": "ac7ec18358404ab290076e3f901eff1b"}, "audit_ids": ["nqmNbWkbSMml1IxgVRisCQ"], "issued_at": "2018-08-26T08:22:06.000000Z"}} 2018-08-26 08:22:06,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 08:22:06,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" -d '{"network": {"name": "tenantnetwork2-net_5b90250b-d7f3-4723-92a8-2023f308852c", "admin_state_up": true}}' 2018-08-26 08:22:06,881 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-15f25c53-700c-4b99-b1b9-1371f08f6972 Date: Sun, 26 Aug 2018 08:22:06 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"983423777b0b4594aa36f75c958659f8","created_at":"2018-08-26T08:22:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-26T08:22:06Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"983423777b0b4594aa36f75c958659f8","id":"f152411f-c505-436f-8bf5-8c8649a6315b","name":"tenantnetwork2-net_5b90250b-d7f3-4723-92a8-2023f308852c"}} 2018-08-26 08:22:06,881 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-15f25c53-700c-4b99-b1b9-1371f08f6972 2018-08-26 08:22:06,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.653203964233s 2018-08-26 08:22:06,881 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-15f25c53-700c-4b99-b1b9-1371f08f6972 2018-08-26 08:22:06,882 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T08:22:06Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'f152411f-c505-436f-8bf5-8c8649a6315b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_5b90250b-d7f3-4723-92a8-2023f308852c', u'admin_state_up': True, u'tenant_id': u'983423777b0b4594aa36f75c958659f8', u'created_at': u'2018-08-26T08:22:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'983423777b0b4594aa36f75c958659f8'}) 2018-08-26 08:22:06,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 08:22:06,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" 2018-08-26 08:22:07,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-3d2fbc85-f892-4481-bb89-1ed89063a5b9 Date: Sun, 26 Aug 2018 08:22:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["204c124c-26ce-4b2b-b302-88a890641bdf"],"updated_at":"2018-08-26T08:19:22Z","tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:16Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"a7485cbd959f4d7e8f9b995b4293d279","id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-26T08:22:06Z","tenant_id":"983423777b0b4594aa36f75c958659f8","created_at":"2018-08-26T08:22:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"983423777b0b4594aa36f75c958659f8","id":"f152411f-c505-436f-8bf5-8c8649a6315b","name":"tenantnetwork2-net_5b90250b-d7f3-4723-92a8-2023f308852c"}]} 2018-08-26 08:22:07,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-3d2fbc85-f892-4481-bb89-1ed89063a5b9 2018-08-26 08:22:07,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.306970834732s 2018-08-26 08:22:07,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-3d2fbc85-f892-4481-bb89-1ed89063a5b9 2018-08-26 08:22:07,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 08:22:07,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" -d '{"subnet": {"name": "tenantnetwork2-subnet_5b90250b-d7f3-4723-92a8-2023f308852c", "enable_dhcp": true, "network_id": "f152411f-c505-436f-8bf5-8c8649a6315b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 08:22:07,812 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ac175358-3a42-40cb-825c-6044d26c2f77 Date: Sun, 26 Aug 2018 08:22:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f152411f-c505-436f-8bf5-8c8649a6315b","tenant_id":"983423777b0b4594aa36f75c958659f8","created_at":"2018-08-26T08:22:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T08:22: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":"983423777b0b4594aa36f75c958659f8","id":"5f2b7bec-530d-4624-bcee-5a24b7269162","subnetpool_id":null,"name":"tenantnetwork2-subnet_5b90250b-d7f3-4723-92a8-2023f308852c"}} 2018-08-26 08:22:07,812 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-ac175358-3a42-40cb-825c-6044d26c2f77 2018-08-26 08:22:07,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.620957136154s 2018-08-26 08:22:07,812 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-ac175358-3a42-40cb-825c-6044d26c2f77 2018-08-26 08:22:07,813 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T08:22: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'5f2b7bec-530d-4624-bcee-5a24b7269162', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_5b90250b-d7f3-4723-92a8-2023f308852c', u'enable_dhcp': True, u'network_id': u'f152411f-c505-436f-8bf5-8c8649a6315b', u'tenant_id': u'983423777b0b4594aa36f75c958659f8', u'created_at': u'2018-08-26T08:22: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'983423777b0b4594aa36f75c958659f8'}) 2018-08-26 08:22:07,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 08:22:07,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" -d '{"router": {"external_gateway_info": {"network_id": "0bedb015-f1e3-4e15-9018-5669c4f64c14"}, "name": "tenantnetwork2-router_5b90250b-d7f3-4723-92a8-2023f308852c", "admin_state_up": true}}' 2018-08-26 08:22:08,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-cf4f92c1-9cfe-4209-b1d6-bb6dfce0b92c Date: Sun, 26 Aug 2018 08:22:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0bedb015-f1e3-4e15-9018-5669c4f64c14", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "204c124c-26ce-4b2b-b302-88a890641bdf", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "983423777b0b4594aa36f75c958659f8", "created_at": "2018-08-26T08:22:07Z", "admin_state_up": true, "updated_at": "2018-08-26T08:22:08Z", "revision_number": 2, "routes": [], "project_id": "983423777b0b4594aa36f75c958659f8", "id": "892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6", "name": "tenantnetwork2-router_5b90250b-d7f3-4723-92a8-2023f308852c"}} 2018-08-26 08:22:08,976 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-cf4f92c1-9cfe-4209-b1d6-bb6dfce0b92c 2018-08-26 08:22:08,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.1629049778s 2018-08-26 08:22:08,977 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-cf4f92c1-9cfe-4209-b1d6-bb6dfce0b92c 2018-08-26 08:22:08,977 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'0bedb015-f1e3-4e15-9018-5669c4f64c14', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'204c124c-26ce-4b2b-b302-88a890641bdf', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'983423777b0b4594aa36f75c958659f8', u'created_at': u'2018-08-26T08:22:07Z', u'admin_state_up': True, u'updated_at': u'2018-08-26T08:22:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'983423777b0b4594aa36f75c958659f8', u'id': u'892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6', u'name': u'tenantnetwork2-router_5b90250b-d7f3-4723-92a8-2023f308852c'}) 2018-08-26 08:22:08,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 08:22:08,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6/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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" -d '{"subnet_id": "5f2b7bec-530d-4624-bcee-5a24b7269162"}' 2018-08-26 08:22:10,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fbaa820e-f81a-4609-a15f-bda5044f4218 Date: Sun, 26 Aug 2018 08:22:10 GMT RESP BODY: {"network_id": "f152411f-c505-436f-8bf5-8c8649a6315b", "tenant_id": "983423777b0b4594aa36f75c958659f8", "subnet_id": "5f2b7bec-530d-4624-bcee-5a24b7269162", "subnet_ids": ["5f2b7bec-530d-4624-bcee-5a24b7269162"], "port_id": "b9994448-b680-4c1f-972c-6744fcf33650", "id": "892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6"} 2018-08-26 08:22:10,843 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6/add_router_interface.json used request id req-fbaa820e-f81a-4609-a15f-bda5044f4218 2018-08-26 08:22:10,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.8656899929s 2018-08-26 08:22:10,844 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6/add_router_interface.json used request id req-fbaa820e-f81a-4609-a15f-bda5044f4218 returning object 892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6 2018-08-26 08:22:10,955 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 08:22:10,956 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-26 08:22:10,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 08:22:10,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6/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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" -d '{"subnet_id": "5f2b7bec-530d-4624-bcee-5a24b7269162"}' 2018-08-26 08:22:12,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b54758ce-0733-4485-ac52-08189ae9a2b3 Date: Sun, 26 Aug 2018 08:22:12 GMT RESP BODY: {"network_id": "f152411f-c505-436f-8bf5-8c8649a6315b", "tenant_id": "983423777b0b4594aa36f75c958659f8", "subnet_id": "5f2b7bec-530d-4624-bcee-5a24b7269162", "subnet_ids": ["5f2b7bec-530d-4624-bcee-5a24b7269162"], "port_id": "b9994448-b680-4c1f-972c-6744fcf33650", "id": "892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6"} 2018-08-26 08:22:12,307 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6/remove_router_interface.json used request id req-b54758ce-0733-4485-ac52-08189ae9a2b3 2018-08-26 08:22:12,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.34778499603s 2018-08-26 08:22:12,307 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6/remove_router_interface.json used request id req-b54758ce-0733-4485-ac52-08189ae9a2b3 returning object 892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6 2018-08-26 08:22:12,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 08:22:12,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" 2018-08-26 08:22:12,576 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-5b31c21d-2ecc-4114-903a-d93e354fe93a Date: Sun, 26 Aug 2018 08:22:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0bedb015-f1e3-4e15-9018-5669c4f64c14", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "204c124c-26ce-4b2b-b302-88a890641bdf", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "983423777b0b4594aa36f75c958659f8", "created_at": "2018-08-26T08:22:07Z", "admin_state_up": true, "updated_at": "2018-08-26T08:22:11Z", "revision_number": 4, "routes": [], "project_id": "983423777b0b4594aa36f75c958659f8", "id": "892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6", "name": "tenantnetwork2-router_5b90250b-d7f3-4723-92a8-2023f308852c"}]} 2018-08-26 08:22:12,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-5b31c21d-2ecc-4114-903a-d93e354fe93a 2018-08-26 08:22:12,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.26925110817s 2018-08-26 08:22:12,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-5b31c21d-2ecc-4114-903a-d93e354fe93a 2018-08-26 08:22:12,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 08:22:12,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/routers/892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6.json -H "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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" 2018-08-26 08:22:13,695 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fdfd409b-64ea-4d1e-9f6e-ca3c5daae7d1 Content-Length: 0 Date: Sun, 26 Aug 2018 08:22:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 08:22:13,695 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6.json used request id req-fdfd409b-64ea-4d1e-9f6e-ca3c5daae7d1 2018-08-26 08:22:13,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.11711215973s 2018-08-26 08:22:13,696 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/892d0f0e-ea47-4ba6-bf8a-da3d21eaa5e6.json used request id req-fdfd409b-64ea-4d1e-9f6e-ca3c5daae7d1 2018-08-26 08:22:13,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 08:22:13,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" 2018-08-26 08:22:13,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-62be83fc-88bb-46d4-92a9-632c4fa6ad32 Date: Sun, 26 Aug 2018 08:22:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f152411f-c505-436f-8bf5-8c8649a6315b","tenant_id":"983423777b0b4594aa36f75c958659f8","created_at":"2018-08-26T08:22:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T08:22: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":"983423777b0b4594aa36f75c958659f8","id":"5f2b7bec-530d-4624-bcee-5a24b7269162","subnetpool_id":null,"name":"tenantnetwork2-subnet_5b90250b-d7f3-4723-92a8-2023f308852c"}]} 2018-08-26 08:22:13,771 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-62be83fc-88bb-46d4-92a9-632c4fa6ad32 2018-08-26 08:22:13,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0743780136108s 2018-08-26 08:22:13,771 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-62be83fc-88bb-46d4-92a9-632c4fa6ad32 2018-08-26 08:22:13,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 08:22:13,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/subnets/5f2b7bec-530d-4624-bcee-5a24b7269162.json -H "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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" 2018-08-26 08:22:14,971 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cc0ffa4c-0aed-4392-81ab-fef149563f5a Date: Sun, 26 Aug 2018 08:22:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 08:22:14,971 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/5f2b7bec-530d-4624-bcee-5a24b7269162.json used request id req-cc0ffa4c-0aed-4392-81ab-fef149563f5a 2018-08-26 08:22:14,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.19865107536s 2018-08-26 08:22:14,971 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/5f2b7bec-530d-4624-bcee-5a24b7269162.json used request id req-cc0ffa4c-0aed-4392-81ab-fef149563f5a 2018-08-26 08:22:14,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 08:22:14,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" 2018-08-26 08:22:15,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-2fe5d7f4-2a21-412e-96a8-21b62a387054 Date: Sun, 26 Aug 2018 08:22:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["204c124c-26ce-4b2b-b302-88a890641bdf"],"updated_at":"2018-08-26T08:19:22Z","tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:16Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"a7485cbd959f4d7e8f9b995b4293d279","id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-26T08:22:14Z","tenant_id":"983423777b0b4594aa36f75c958659f8","created_at":"2018-08-26T08:22:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"983423777b0b4594aa36f75c958659f8","id":"f152411f-c505-436f-8bf5-8c8649a6315b","name":"tenantnetwork2-net_5b90250b-d7f3-4723-92a8-2023f308852c"}]} 2018-08-26 08:22:15,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-2fe5d7f4-2a21-412e-96a8-21b62a387054 2018-08-26 08:22:15,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106689214706s 2018-08-26 08:22:15,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-2fe5d7f4-2a21-412e-96a8-21b62a387054 2018-08-26 08:22:15,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 08:22:15,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/networks/f152411f-c505-436f-8bf5-8c8649a6315b.json -H "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}0905a1578f7d5fafbe83680326d7fc47636d2bd4" 2018-08-26 08:22:16,250 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0927cc1-b3dd-44ba-bedc-53ab7bf7e638 Date: Sun, 26 Aug 2018 08:22:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 08:22:16,250 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/f152411f-c505-436f-8bf5-8c8649a6315b.json used request id req-a0927cc1-b3dd-44ba-bedc-53ab7bf7e638 2018-08-26 08:22:16,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16994810104s 2018-08-26 08:22:16,250 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/f152411f-c505-436f-8bf5-8c8649a6315b.json used request id req-a0927cc1-b3dd-44ba-bedc-53ab7bf7e638 2018-08-26 08:22:16,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 08:22:16,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:16,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f688b100-6a10-45e3-a42d-bd4ddb10867d Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.32:5000/v3/users/049270cd8cb04a2cba5fac8159b8b757"}, "domain_id": "default", "enabled": true, "options": {}, "id": "049270cd8cb04a2cba5fac8159b8b757", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.32:5000/v3/users/35659196b60b4b5c89fc2897b4c9a878"}, "domain_id": "default", "enabled": true, "options": {}, "id": "35659196b60b4b5c89fc2897b4c9a878", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.32:5000/v3/users/44ca5422d8cb46cd98137fd56779539f"}, "domain_id": "56feb26387844fe2974a463a7c122e22", "enabled": true, "options": {}, "id": "44ca5422d8cb46cd98137fd56779539f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.32:5000/v3/users/6a2c92c9a24143f98eafe0bc61113bcb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6a2c92c9a24143f98eafe0bc61113bcb", "email": "glance@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.32:5000/v3/users/6feae98e42524f93807e59364a69bdde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6feae98e42524f93807e59364a69bdde", "email": "aodh@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.32:5000/v3/users/7966d06d3a7041389d31bb597ae18913"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7966d06d3a7041389d31bb597ae18913", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.32:5000/v3/users/7f3bc4a8e418498c936eaac736602385"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7f3bc4a8e418498c936eaac736602385", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.32:5000/v3/users/8c609db84a984a728f543e13a7f92a3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8c609db84a984a728f543e13a7f92a3a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.32:5000/v3/users/8f9b7e690add4ef4b6b333a974985703"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f9b7e690add4ef4b6b333a974985703", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.32:5000/v3/users/97e79be412824aeda7b707e209f0223d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97e79be412824aeda7b707e209f0223d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.32:5000/v3/users/a574b261c22d4c3bbb3b014d3f0f8b7c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a574b261c22d4c3bbb3b014d3f0f8b7c", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_5b90250b-d7f3-4723-92a8-2023f308852c", "links": {"self": "http://172.30.9.32:5000/v3/users/ac7ec18358404ab290076e3f901eff1b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac7ec18358404ab290076e3f901eff1b", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.32:5000/v3/users/d08c38ed59204709b4defde2f69f882a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d08c38ed59204709b4defde2f69f882a", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.32:5000/v3/users/ddd5aed4bd7f4d85b066cef7b5bb6739"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddd5aed4bd7f4d85b066cef7b5bb6739", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.32:5000/v3/users/f229cddebb0e4e75bb303c532f198797"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f229cddebb0e4e75bb303c532f198797", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.32:5000/v3/users", "previous": null, "next": null}} 2018-08-26 08:22:16,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users used request id req-f688b100-6a10-45e3-a42d-bd4ddb10867d 2018-08-26 08:22:16,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110650062561s 2018-08-26 08:22:16,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users used request id req-f688b100-6a10-45e3-a42d-bd4ddb10867d 2018-08-26 08:22:16,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 08:22:16,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/users/ac7ec18358404ab290076e3f901eff1b -H "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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:16,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73c258ed-577e-43e7-81be-8635453b2ebf Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_5b90250b-d7f3-4723-92a8-2023f308852c", "links": {"self": "http://172.30.9.32:5000/v3/users/ac7ec18358404ab290076e3f901eff1b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ac7ec18358404ab290076e3f901eff1b", "description": null}} 2018-08-26 08:22:16,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users/ac7ec18358404ab290076e3f901eff1b used request id req-73c258ed-577e-43e7-81be-8635453b2ebf 2018-08-26 08:22:16,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102541923523s 2018-08-26 08:22:16,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users/ac7ec18358404ab290076e3f901eff1b used request id req-73c258ed-577e-43e7-81be-8635453b2ebf 2018-08-26 08:22:16,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-26 08:22:16,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:5000/v3/users/ac7ec18358404ab290076e3f901eff1b -H "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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:16,760 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 08:22:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ebe8b32-6aa4-417e-84d9-1b956c5258bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 08:22:16,760 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/users/ac7ec18358404ab290076e3f901eff1b used request id req-6ebe8b32-6aa4-417e-84d9-1b956c5258bf 2018-08-26 08:22:16,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.289083957672s 2018-08-26 08:22:16,761 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/users/ac7ec18358404ab290076e3f901eff1b used request id req-6ebe8b32-6aa4-417e-84d9-1b956c5258bf 2018-08-26 08:22:16,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 08:22:16,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:16,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d7fdfb7-2620-4aea-a18c-376aa2fc3516 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.32:5000/v3/projects/09525e893e464a95a1eb30cd11c1c401"}, "tags": [], "enabled": true, "id": "09525e893e464a95a1eb30cd11c1c401", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.32:5000/v3/projects/983423777b0b4594aa36f75c958659f8"}, "tags": [], "enabled": true, "id": "983423777b0b4594aa36f75c958659f8", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_5b90250b-d7f3-4723-92a8-2023f308852c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.32:5000/v3/projects/a7485cbd959f4d7e8f9b995b4293d279"}, "tags": [], "enabled": true, "id": "a7485cbd959f4d7e8f9b995b4293d279", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-26 08:22:16,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/projects used request id req-7d7fdfb7-2620-4aea-a18c-376aa2fc3516 2018-08-26 08:22:16,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0905439853668s 2018-08-26 08:22:16,858 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/projects used request id req-7d7fdfb7-2620-4aea-a18c-376aa2fc3516 2018-08-26 08:22:16,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-26 08:22:16,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:5000/v3/projects/983423777b0b4594aa36f75c958659f8 -H "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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:17,141 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 08:22:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5c89116-63f8-44bd-94d6-2c4a6517e901 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 08:22:17,141 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/projects/983423777b0b4594aa36f75c958659f8 used request id req-f5c89116-63f8-44bd-94d6-2c4a6517e901 2018-08-26 08:22:17,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.279333114624s 2018-08-26 08:22:17,142 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/projects/983423777b0b4594aa36f75c958659f8 used request id req-f5c89116-63f8-44bd-94d6-2c4a6517e901 2018-08-26 08:22:17,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 08:22:17,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:17,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-625f8aa9-9fd9-4358-aedf-608c8b67fb74 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "1376d8e228fc46ae81521c358430f44a", "links": {"self": "http://172.30.9.32:5000/v3/roles/1376d8e228fc46ae81521c358430f44a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.32:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa40b0bf72b34bc0b478799792ae828b", "links": {"self": "http://172.30.9.32:5000/v3/roles/aa40b0bf72b34bc0b478799792ae828b"}, "name": "admin"}, {"domain_id": null, "id": "d84c92f36fec43a999d62533d31b8d7c", "links": {"self": "http://172.30.9.32:5000/v3/roles/d84c92f36fec43a999d62533d31b8d7c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "eb6e1f4d5c404cffbbe44a99ae75c95a", "links": {"self": "http://172.30.9.32:5000/v3/roles/eb6e1f4d5c404cffbbe44a99ae75c95a"}, "name": "Member"}, {"domain_id": null, "id": "ffbee2c4c83248b999e902524df93241", "links": {"self": "http://172.30.9.32:5000/v3/roles/ffbee2c4c83248b999e902524df93241"}, "name": "heat_stack_user"}]} 2018-08-26 08:22:17,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-625f8aa9-9fd9-4358-aedf-608c8b67fb74 2018-08-26 08:22:17,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.083153963089s 2018-08-26 08:22:17,229 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-625f8aa9-9fd9-4358-aedf-608c8b67fb74 2018-08-26 08:22:17,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-26 08:22:17,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:5000/v3/roles/eb6e1f4d5c404cffbbe44a99ae75c95a -H "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}0219d7aa2e7e0629021123eb50ab994b5160f107" 2018-08-26 08:22:17,378 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 08:22:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bbf14c7e-b9b9-446f-8368-d05b66669a74 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 08:22:17,379 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/roles/eb6e1f4d5c404cffbbe44a99ae75c95a used request id req-bbf14c7e-b9b9-446f-8368-d05b66669a74 2018-08-26 08:22:17,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.144595861435s 2018-08-26 08:22:17,379 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/roles/eb6e1f4d5c404cffbbe44a99ae75c95a used request id req-bbf14c7e-b9b9-446f-8368-d05b66669a74 2018-08-26 08:22:17,431 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-26 08:22:17,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 08:22:17,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 08:22:17,499 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 08:22:17,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 08:22:17,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 08:22:17,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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-08-26 08:22:17,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 08:22:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd3ab4dc-57f0-4429-86b4-e237e64e803a Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}} 2018-08-26 08:22:17,507 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.32:5000//v3 used request id req-dd3ab4dc-57f0-4429-86b4-e237e64e803a 2018-08-26 08:22:17,507 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.32:5000/v3/auth/tokens 2018-08-26 08:22:17,883 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "aa40b0bf72b34bc0b478799792ae828b", "name": "admin"}], "expires_at": "2018-08-26T09:22:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "09525e893e464a95a1eb30cd11c1c401", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a3900533a2e64510a2cd3f71a5bf8508"}, {"url": "http://172.30.9.32:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b16a3048f5fe4e08969e6e202c16acc3"}, {"url": "http://192.30.9.7:8004/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9abbe2cc25346f695f8dd0106cc8162"}], "type": "orchestration", "id": "1047cc2d418541db99da61b35f148533", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.32:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5a39673fc9ef435a91fd66ee324103e7"}, {"url": "http://192.30.9.7:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "af6d55ece7924a759aa352b80b28b74f"}, {"url": "http://192.30.9.7:8776/v2/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b5e6fc6ad188431e8aa39c2ed551a507"}], "type": "volumev2", "id": "1c76af9158704da2a58b5b6a6591e797", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "608a2ce570704b7e9c7ffa0cb70589cc"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a529d713e3c4df9a9fedd692970ed89"}, {"url": "http://172.30.9.32:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a3397ee43456465ab8e99a097824a9a3"}], "type": "compute", "id": "2bdf0deb53514e0181c9b973827ed112", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30712705528649589f92af5ae3bbf400"}, {"url": "http://172.30.9.32:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4314f5bac6a4ed99718317d0ce1cc83"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e1b9b22dde594f7d9517e23e3f4505c7"}], "type": "alarming", "id": "40fa195a351944959f45c509d3c5c3e5", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.32:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a1f72e47d6c4de4acf9938a5ba7415a"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4366de5b16824ae3b402d72ce46cbd0b"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d02da78bbe8f4043934651f2d2903109"}], "type": "identity", "id": "51163e72c1e14238a88fbd21c5c05dd7", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "435f95af1b284810bacea6b3a10a9025"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e3016d327b0423b9c30198951fcf5ce"}, {"url": "http://172.30.9.32:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f243584ef9cf48a7b571555b59a6b20b"}], "type": "network", "id": "6e3be147699b4237a9e35b2fcc7ba738", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1a03b6c64b634549b92150cd7cb97ab2"}, {"url": "http://172.30.9.32:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "965ee3e9d27f431a95fa5a3273c7ece1"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b2f6134ff19644b39aa04e8e786211dd"}], "type": "placement", "id": "7c0eae9ab44b4bf28461938c28ef0994", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.32:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "18bdb726045a4915afda9dac55e1d865"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "29ddf8cb028e47eab6b33a82116a70f2"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "813afeb2bc57404f9c70699262d2feef"}], "type": "image", "id": "87aa949c88334fa3b1c4b8a664d0c4c0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.32:8080/v1/AUTH_09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2bcb8f1056014bb9b9aa66038fcb509f"}, {"url": "http://12.0.0.27:8080/v1/AUTH_09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c8871ec2846d41c9934dfb8f34d2e13b"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7c4b313458d4096b74c26fb63d2f77c"}], "type": "object-store", "id": "99991fc1fec34c1d87a631e3b3105f09", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.32:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03f450792e084705aa31a397991e61cf"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4e3e2aaec20f4e59ab7c33cd00fa62c7"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "773949eecad1459da1f83deeae64fcd8"}], "type": "metric", "id": "a2261232c45c4ce2949726b2a54c3642", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "ba5577ea656f4202a7b9e96530d525cf", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2bba24627bc641c4b57109818e0f40ca"}, {"url": "http://172.30.9.32:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "573d653a48414b8daf46a9d395060331"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8196946f306410fa824cca7c7bc6efc"}], "type": "cloudformation", "id": "d706406999d940cda0ac253d0f0e9fac", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "688b21e32da94dbeb9efa0a8b20620a2"}, {"url": "http://172.30.9.32:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f13450dbb03d4344b653415976fa29f3"}, {"url": "http://192.30.9.7:8776/v3/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fa800bd6606041efbc6d6426d9dc5443"}], "type": "volumev3", "id": "e334242dd43147e3b5df56b0e36855ef", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3a6e26fb079045da929593e2c84da751"}, {"url": "http://172.30.9.32:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4d0eb079431f48f182e70c875c852599"}, {"url": "http://192.30.9.7:8776/v1/09525e893e464a95a1eb30cd11c1c401", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc292ac604418389e5b81fd6b86bbb"}], "type": "volume", "id": "eaf4e7aaa39e46b58f1849e3d83ffcbc", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.32:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5f7af34030a746d2bdd15892272fb686"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9494623937cc4fa2a8dbd75cfe85864d"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba901214358f4ae190c377f99827e9c8"}], "type": "event", "id": "f658601991ea483b8c4b4653574d93b9", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d08c38ed59204709b4defde2f69f882a"}, "audit_ids": ["ipE-oPoRRZm78-bYAxVeGg"], "issued_at": "2018-08-26T08:22:17.000000Z"}} 2018-08-26 08:22:17,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 08:22:17,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.32: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}aceb39f1bb572024dba8761fe7c68d42639ba001" 2018-08-26 08:22:18,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e5052bc9-acd3-4efd-b1e6-20168a7a7338 Date: Sun, 26 Aug 2018 08:22:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a7485cbd959f4d7e8f9b995b4293d279","status":"ACTIVE","subnets":["204c124c-26ce-4b2b-b302-88a890641bdf"],"description":"","tags":[],"updated_at":"2018-08-26T08:19:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:16Z","provider:network_type":"flat"}]} 2018-08-26 08:22:18,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e5052bc9-acd3-4efd-b1e6-20168a7a7338 2018-08-26 08:22:18,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.275912046432s 2018-08-26 08:22:18,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e5052bc9-acd3-4efd-b1e6-20168a7a7338 2018-08-26 08:22:18,162 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-26 08:22:18,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 08:22:18,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}aceb39f1bb572024dba8761fe7c68d42639ba001" -d '{"network": {"name": "vmready1-net_05320dce-64c7-48c6-84d4-61d21a5b94c1", "admin_state_up": true}}' 2018-08-26 08:22:18,452 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-3581d37f-f50a-49b5-8fa0-d393f7901abd Date: Sun, 26 Aug 2018 08:22:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"66ce86e8-ccd7-4d72-8f95-329a29fd9432","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"09525e893e464a95a1eb30cd11c1c401","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T08:22:18Z","is_default":false,"provider:segmentation_id":36,"name":"vmready1-net_05320dce-64c7-48c6-84d4-61d21a5b94c1","admin_state_up":true,"tenant_id":"09525e893e464a95a1eb30cd11c1c401","created_at":"2018-08-26T08:22:18Z","mtu":1450}} 2018-08-26 08:22:18,452 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-3581d37f-f50a-49b5-8fa0-d393f7901abd 2018-08-26 08:22:18,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.288897037506s 2018-08-26 08:22:18,452 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-3581d37f-f50a-49b5-8fa0-d393f7901abd 2018-08-26 08:22:18,453 - 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-08-26T08:22:18Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'66ce86e8-ccd7-4d72-8f95-329a29fd9432', u'provider:segmentation_id': 36, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_05320dce-64c7-48c6-84d4-61d21a5b94c1', u'admin_state_up': True, u'tenant_id': u'09525e893e464a95a1eb30cd11c1c401', u'created_at': u'2018-08-26T08:22:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'09525e893e464a95a1eb30cd11c1c401'}) 2018-08-26 08:22:18,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 08:22:18,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}aceb39f1bb572024dba8761fe7c68d42639ba001" 2018-08-26 08:22:18,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-221ef66b-a1f2-4ac8-96bc-ba13870103b9 Date: Sun, 26 Aug 2018 08:22:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a7485cbd959f4d7e8f9b995b4293d279","status":"ACTIVE","subnets":["204c124c-26ce-4b2b-b302-88a890641bdf"],"description":"","tags":[],"updated_at":"2018-08-26T08:19:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:16Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"66ce86e8-ccd7-4d72-8f95-329a29fd9432","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"09525e893e464a95a1eb30cd11c1c401","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T08:22:18Z","provider:segmentation_id":36,"name":"vmready1-net_05320dce-64c7-48c6-84d4-61d21a5b94c1","admin_state_up":true,"tenant_id":"09525e893e464a95a1eb30cd11c1c401","created_at":"2018-08-26T08:22:18Z","provider:network_type":"vxlan"}]} 2018-08-26 08:22:18,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-221ef66b-a1f2-4ac8-96bc-ba13870103b9 2018-08-26 08:22:18,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.103173971176s 2018-08-26 08:22:18,557 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-221ef66b-a1f2-4ac8-96bc-ba13870103b9 2018-08-26 08:22:18,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 08:22:18,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}aceb39f1bb572024dba8761fe7c68d42639ba001" -d '{"subnet": {"name": "vmready1-subnet_05320dce-64c7-48c6-84d4-61d21a5b94c1", "enable_dhcp": true, "network_id": "66ce86e8-ccd7-4d72-8f95-329a29fd9432", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 08:22:19,065 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a291c076-432c-4629-be78-e7248170c478 Date: Sun, 26 Aug 2018 08:22:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66ce86e8-ccd7-4d72-8f95-329a29fd9432","tenant_id":"09525e893e464a95a1eb30cd11c1c401","created_at":"2018-08-26T08:22:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T08:22:18Z","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":"09525e893e464a95a1eb30cd11c1c401","id":"a5393bf5-7aba-4006-b462-64cb6d1c7d36","subnetpool_id":null,"name":"vmready1-subnet_05320dce-64c7-48c6-84d4-61d21a5b94c1"}} 2018-08-26 08:22:19,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-a291c076-432c-4629-be78-e7248170c478 2018-08-26 08:22:19,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.507210969925s 2018-08-26 08:22:19,066 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-a291c076-432c-4629-be78-e7248170c478 2018-08-26 08:22:19,067 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T08:22:18Z', 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'a5393bf5-7aba-4006-b462-64cb6d1c7d36', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_05320dce-64c7-48c6-84d4-61d21a5b94c1', u'enable_dhcp': True, u'network_id': u'66ce86e8-ccd7-4d72-8f95-329a29fd9432', u'tenant_id': u'09525e893e464a95a1eb30cd11c1c401', u'created_at': u'2018-08-26T08:22:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'09525e893e464a95a1eb30cd11c1c401'}) 2018-08-26 08:22:19,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 08:22:19,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}aceb39f1bb572024dba8761fe7c68d42639ba001" -d '{"router": {"external_gateway_info": {"network_id": "0bedb015-f1e3-4e15-9018-5669c4f64c14"}, "name": "vmready1-router_05320dce-64c7-48c6-84d4-61d21a5b94c1", "admin_state_up": true}}' 2018-08-26 08:22:19,954 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-b640ae2e-7b29-4b3c-994c-f9e9166a27a1 Date: Sun, 26 Aug 2018 08:22:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0bedb015-f1e3-4e15-9018-5669c4f64c14", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "204c124c-26ce-4b2b-b302-88a890641bdf", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "09525e893e464a95a1eb30cd11c1c401", "created_at": "2018-08-26T08:22:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-26T08:22:19Z", "revision_number": 2, "routes": [], "project_id": "09525e893e464a95a1eb30cd11c1c401", "id": "dff30b0d-e95a-4a67-ac06-299868d44044", "name": "vmready1-router_05320dce-64c7-48c6-84d4-61d21a5b94c1"}} 2018-08-26 08:22:19,954 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-b640ae2e-7b29-4b3c-994c-f9e9166a27a1 2018-08-26 08:22:19,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 0.887124061584s 2018-08-26 08:22:19,955 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-b640ae2e-7b29-4b3c-994c-f9e9166a27a1 2018-08-26 08:22:19,955 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'0bedb015-f1e3-4e15-9018-5669c4f64c14', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'204c124c-26ce-4b2b-b302-88a890641bdf', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'09525e893e464a95a1eb30cd11c1c401', u'created_at': u'2018-08-26T08:22:19Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-26T08:22:19Z', u'revision_number': 2, u'routes': [], u'project_id': u'09525e893e464a95a1eb30cd11c1c401', u'id': u'dff30b0d-e95a-4a67-ac06-299868d44044', u'name': u'vmready1-router_05320dce-64c7-48c6-84d4-61d21a5b94c1'}) 2018-08-26 08:22:19,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 08:22:19,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/dff30b0d-e95a-4a67-ac06-299868d44044/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}aceb39f1bb572024dba8761fe7c68d42639ba001" -d '{"subnet_id": "a5393bf5-7aba-4006-b462-64cb6d1c7d36"}' 2018-08-26 08:22:21,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d42c1cc9-d483-4b85-9610-fa3e1d7915bf Date: Sun, 26 Aug 2018 08:22:21 GMT RESP BODY: {"network_id": "66ce86e8-ccd7-4d72-8f95-329a29fd9432", "tenant_id": "09525e893e464a95a1eb30cd11c1c401", "subnet_id": "a5393bf5-7aba-4006-b462-64cb6d1c7d36", "subnet_ids": ["a5393bf5-7aba-4006-b462-64cb6d1c7d36"], "port_id": "7a1a7942-98e8-4510-b0bf-e8955987904b", "id": "dff30b0d-e95a-4a67-ac06-299868d44044"} 2018-08-26 08:22:21,631 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/dff30b0d-e95a-4a67-ac06-299868d44044/add_router_interface.json used request id req-d42c1cc9-d483-4b85-9610-fa3e1d7915bf 2018-08-26 08:22:21,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67494988441s 2018-08-26 08:22:21,631 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/dff30b0d-e95a-4a67-ac06-299868d44044/add_router_interface.json used request id req-d42c1cc9-d483-4b85-9610-fa3e1d7915bf returning object dff30b0d-e95a-4a67-ac06-299868d44044 2018-08-26 08:22:21,632 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-26 08:22:21,762 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-26 08:22:21,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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-08-26 08:22:21,768 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 26 Aug 2018 08:22:21 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}]} 2018-08-26 08:22:21,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 08:22:21,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}aceb39f1bb572024dba8761fe7c68d42639ba001" 2018-08-26 08:22:22,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-35072e31-497a-4ddf-8e9d-af53c00f2d13 Date: Sun, 26 Aug 2018 08:22:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 08:22:22,429 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.32:9292/v2/images used request id req-35072e31-497a-4ddf-8e9d-af53c00f2d13 2018-08-26 08:22:22,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.659390211105s 2018-08-26 08:22:22,430 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.32:9292/v2/images used request id req-35072e31-497a-4ddf-8e9d-af53c00f2d13 2018-08-26 08:22:22,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-26 08:22:22,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32: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}aceb39f1bb572024dba8761fe7c68d42639ba001" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_05320dce-64c7-48c6-84d4-61d21a5b94c1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_05320dce-64c7-48c6-84d4-61d21a5b94c1"}' 2018-08-26 08:22:22,524 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.32:9292/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4853b6c8-602e-4756-b3f5-316ed0c5c137 Date: Sun, 26 Aug 2018 08:22:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9/file", "owner": "09525e893e464a95a1eb30cd11c1c401", "id": "c951e8c2-f9e3-458f-9a96-21d3c36ae5b9", "size": null, "self": "/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-26T08:22:22Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_05320dce-64c7-48c6-84d4-61d21a5b94c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_05320dce-64c7-48c6-84d4-61d21a5b94c1", "checksum": null, "created_at": "2018-08-26T08:22:22Z", "protected": false} 2018-08-26 08:22:22,524 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.32:9292/v2/images used request id req-4853b6c8-602e-4756-b3f5-316ed0c5c137 2018-08-26 08:22:22,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0871109962463s 2018-08-26 08:22:22,525 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.32:9292/v2/images used request id req-4853b6c8-602e-4756-b3f5-316ed0c5c137 returning object c951e8c2-f9e3-458f-9a96-21d3c36ae5b9 2018-08-26 08:22:22,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-26 08:22:22,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9292/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9/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}aceb39f1bb572024dba8761fe7c68d42639ba001" -d '' 2018-08-26 08:24:22,549 - shade - DEBUG - Unable to establish connection to http://172.30.9.32:9292/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-26 08:24:22,550 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.023790121 seconds, retrying 2018-08-26 08:24:22,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9292/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9/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}aceb39f1bb572024dba8761fe7c68d42639ba001" -d '' 2018-08-26 08:24:23,309 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-32c1bbe5-06a1-4f52-b39b-6c7f0db4af26 Date: Sun, 26 Aug 2018 08:24:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 08:24:23,309 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.32:9292/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9/file used request id req-32c1bbe5-06a1-4f52-b39b-6c7f0db4af26 2018-08-26 08:24:23,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.783860922s 2018-08-26 08:24:23,310 - shade - DEBUG - Deleting failed upload of image vmready1-img_05320dce-64c7-48c6-84d4-61d21a5b94c1 2018-08-26 08:24:23,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-26 08:24:23,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9292/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9 -H "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}aceb39f1bb572024dba8761fe7c68d42639ba001" 2018-08-26 08:24:23,420 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-33fd29da-2621-484d-88d1-192b1fcea4e4 Date: Sun, 26 Aug 2018 08:24:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 08:24:23,420 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.32:9292/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9 used request id req-33fd29da-2621-484d-88d1-192b1fcea4e4 2018-08-26 08:24:23,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.109697818756s 2018-08-26 08:24:23,420 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.32:9292/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9 used request id req-33fd29da-2621-484d-88d1-192b1fcea4e4 2018-08-26 08:24:23,420 - 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.32:9292/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9/file Conflict 2018-08-26 08:24:23,427 - 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.32:9292/v2/images/c951e8c2-f9e3-458f-9a96-21d3c36ae5b9/file Conflict 2018-08-26 08:24:23,548 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 08:24:23,548 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:05 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-26 08:24:23,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 08:24:23,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/dff30b0d-e95a-4a67-ac06-299868d44044/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}aceb39f1bb572024dba8761fe7c68d42639ba001" -d '{"subnet_id": "a5393bf5-7aba-4006-b462-64cb6d1c7d36"}' 2018-08-26 08:24:25,755 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-93b5b885-0661-4808-9841-0fba698b9d0d Date: Sun, 26 Aug 2018 08:24:25 GMT RESP BODY: {"network_id": "66ce86e8-ccd7-4d72-8f95-329a29fd9432", "tenant_id": "09525e893e464a95a1eb30cd11c1c401", "subnet_id": "a5393bf5-7aba-4006-b462-64cb6d1c7d36", "subnet_ids": ["a5393bf5-7aba-4006-b462-64cb6d1c7d36"], "port_id": "7a1a7942-98e8-4510-b0bf-e8955987904b", "id": "dff30b0d-e95a-4a67-ac06-299868d44044"} 2018-08-26 08:24:25,755 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/dff30b0d-e95a-4a67-ac06-299868d44044/remove_router_interface.json used request id req-93b5b885-0661-4808-9841-0fba698b9d0d 2018-08-26 08:24:25,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.20137906075s 2018-08-26 08:24:25,755 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/dff30b0d-e95a-4a67-ac06-299868d44044/remove_router_interface.json used request id req-93b5b885-0661-4808-9841-0fba698b9d0d returning object dff30b0d-e95a-4a67-ac06-299868d44044 2018-08-26 08:24:25,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 08:24:25,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}aceb39f1bb572024dba8761fe7c68d42639ba001" 2018-08-26 08:24:25,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-36acb8bb-9ea6-47ba-96fc-09f9d34687ac Date: Sun, 26 Aug 2018 08:24:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0bedb015-f1e3-4e15-9018-5669c4f64c14", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "204c124c-26ce-4b2b-b302-88a890641bdf", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "09525e893e464a95a1eb30cd11c1c401", "created_at": "2018-08-26T08:22:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-26T08:24:25Z", "revision_number": 4, "routes": [], "project_id": "09525e893e464a95a1eb30cd11c1c401", "id": "dff30b0d-e95a-4a67-ac06-299868d44044", "name": "vmready1-router_05320dce-64c7-48c6-84d4-61d21a5b94c1"}]} 2018-08-26 08:24:25,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-36acb8bb-9ea6-47ba-96fc-09f9d34687ac 2018-08-26 08:24:25,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0996060371399s 2018-08-26 08:24:25,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-36acb8bb-9ea6-47ba-96fc-09f9d34687ac 2018-08-26 08:24:25,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 08:24:25,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/routers/dff30b0d-e95a-4a67-ac06-299868d44044.json -H "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}aceb39f1bb572024dba8761fe7c68d42639ba001" 2018-08-26 08:24:26,995 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-427bc9c9-4264-4368-a807-50afc132575e Content-Length: 0 Date: Sun, 26 Aug 2018 08:24:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 08:24:26,995 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/dff30b0d-e95a-4a67-ac06-299868d44044.json used request id req-427bc9c9-4264-4368-a807-50afc132575e 2018-08-26 08:24:26,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.13782596588s 2018-08-26 08:24:26,995 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/dff30b0d-e95a-4a67-ac06-299868d44044.json used request id req-427bc9c9-4264-4368-a807-50afc132575e 2018-08-26 08:24:26,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 08:24:26,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}aceb39f1bb572024dba8761fe7c68d42639ba001" 2018-08-26 08:24:27,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-bb1391a9-a5e8-46eb-b885-a46ae673e463 Date: Sun, 26 Aug 2018 08:24:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:22Z","dns_nameservers":[],"updated_at":"2018-08-26T08:19:22Z","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":"a7485cbd959f4d7e8f9b995b4293d279","id":"204c124c-26ce-4b2b-b302-88a890641bdf","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"66ce86e8-ccd7-4d72-8f95-329a29fd9432","tenant_id":"09525e893e464a95a1eb30cd11c1c401","created_at":"2018-08-26T08:22:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T08:22:18Z","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":"09525e893e464a95a1eb30cd11c1c401","id":"a5393bf5-7aba-4006-b462-64cb6d1c7d36","subnetpool_id":null,"name":"vmready1-subnet_05320dce-64c7-48c6-84d4-61d21a5b94c1"}]} 2018-08-26 08:24:27,037 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-bb1391a9-a5e8-46eb-b885-a46ae673e463 2018-08-26 08:24:27,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0408818721771s 2018-08-26 08:24:27,037 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-bb1391a9-a5e8-46eb-b885-a46ae673e463 2018-08-26 08:24:27,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 08:24:27,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/subnets/a5393bf5-7aba-4006-b462-64cb6d1c7d36.json -H "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}aceb39f1bb572024dba8761fe7c68d42639ba001" 2018-08-26 08:24:28,129 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-93174031-9f76-4dce-9c4c-bca8218400bb Date: Sun, 26 Aug 2018 08:24:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 08:24:28,129 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/a5393bf5-7aba-4006-b462-64cb6d1c7d36.json used request id req-93174031-9f76-4dce-9c4c-bca8218400bb 2018-08-26 08:24:28,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0902030468s 2018-08-26 08:24:28,129 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/a5393bf5-7aba-4006-b462-64cb6d1c7d36.json used request id req-93174031-9f76-4dce-9c4c-bca8218400bb 2018-08-26 08:24:28,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 08:24:28,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32: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}aceb39f1bb572024dba8761fe7c68d42639ba001" 2018-08-26 08:24:28,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-777ceebc-59b4-437d-9316-240dc8413ec8 Date: Sun, 26 Aug 2018 08:24:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"0bedb015-f1e3-4e15-9018-5669c4f64c14","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a7485cbd959f4d7e8f9b995b4293d279","status":"ACTIVE","subnets":["204c124c-26ce-4b2b-b302-88a890641bdf"],"description":"","tags":[],"updated_at":"2018-08-26T08:19:22Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"a7485cbd959f4d7e8f9b995b4293d279","created_at":"2018-08-26T08:19:16Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"66ce86e8-ccd7-4d72-8f95-329a29fd9432","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"09525e893e464a95a1eb30cd11c1c401","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T08:24:27Z","provider:segmentation_id":36,"name":"vmready1-net_05320dce-64c7-48c6-84d4-61d21a5b94c1","admin_state_up":true,"tenant_id":"09525e893e464a95a1eb30cd11c1c401","created_at":"2018-08-26T08:22:18Z","provider:network_type":"vxlan"}]} 2018-08-26 08:24:28,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-777ceebc-59b4-437d-9316-240dc8413ec8 2018-08-26 08:24:28,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0801911354065s 2018-08-26 08:24:28,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-777ceebc-59b4-437d-9316-240dc8413ec8 2018-08-26 08:24:28,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 08:24:28,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/networks/66ce86e8-ccd7-4d72-8f95-329a29fd9432.json -H "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}aceb39f1bb572024dba8761fe7c68d42639ba001" 2018-08-26 08:24:29,287 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f92d196-e1a8-48a2-9aeb-a5f9d3776220 Date: Sun, 26 Aug 2018 08:24:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 08:24:29,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/66ce86e8-ccd7-4d72-8f95-329a29fd9432.json used request id req-3f92d196-e1a8-48a2-9aeb-a5f9d3776220 2018-08-26 08:24:29,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.07618689537s 2018-08-26 08:24:29,288 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/66ce86e8-ccd7-4d72-8f95-329a29fd9432.json used request id req-3f92d196-e1a8-48a2-9aeb-a5f9d3776220 2018-08-26 08:24:29,288 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-26 08:24:29,289 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:04 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:05 | 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-08-26 08:24:29,303 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR