2018-07-12 07:48:18,845 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-146 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-queens-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-12 07:48:18,848 - 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.24,192.30.9.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.24:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=X3j2XjvmA7Y2ZaYkApMThfuFa 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=176b6d96994946828b1eae7dc9359be5 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-07-12 07:48:18,848 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-12 07:48:18,849 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------+-------------------------------------------------+----------------------------------------------+ | TIERS | ORDER | CI LOOP | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+----------------------------------------------+ | healthcheck | 0 | (merge)|(verify)|(daily)|(weekly) | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | | singlevm1 singlevm2 vping_ssh | | | | | | vping_userdata cinder_test api_check | | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------+-------------------------------------------------+----------------------------------------------+ 2018-07-12 07:48:18,851 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-07-12 07:48:18,851 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-12 07:48:21,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-12 07:48:21,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-12 07:48:21,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-12 07:48:21,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-12 07:48:21,979 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-12 07:48:21,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-12 07:48:22,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-12 07:48:22,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-12 07:48:22,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-12 07:48:22,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ef61b67-d827-4966-a98a-c5fd81989de1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-07-12 07:48:22,013 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-6ef61b67-d827-4966-a98a-c5fd81989de1 2018-07-12 07:48:22,014 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-12 07:48:22,485 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ea0c97aedf84826b5561c7a4d6f48b6", "name": "admin"}], "expires_at": "2018-07-12T08:48:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "176b6d96994946828b1eae7dc9359be5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5294c47c763842c187412bc85437ad60"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac664ae949e14bcca869612801d7e60c"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1fff93e96b942dca184e0caa3a0eb63"}], "type": "image", "id": "0d816f865a1b46319c2dbd1d2823f23f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "459dadca56e845b5be96ee5eacf94b3a"}, {"url": "http://172.30.9.24:8776/v3/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd6f94e62ae448849ad9821c882f0c58"}, {"url": "http://192.30.9.8:8776/v3/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cdc238f9670c47d7bb025d89d3366734"}], "type": "volumev3", "id": "1685a10317c1470888d2af72a46f9ce4", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.24:8080/v1/AUTH_176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "06ed58134b0845b7a6ec049b1fa59baa"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0818c16dc113498fb9cffed69b3192b5"}, {"url": "http://12.0.0.21:8080/v1/AUTH_176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "277b469fd74a43f0a87fafc218363131"}], "type": "object-store", "id": "19219bd9a7f240fd87323a4992572b9a", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "1b71700c1aea43549c1a80900f0cfe70", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6048d9b8a2774d1eaa5e7e546e1a3955"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd803542e20e4331a7d12db5ae879d3a"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f974236f1f3c4bb099ee899de91c372a"}], "type": "event", "id": "1ec1c4f9100141bb805415d1725ea60e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0ead8fb1ed0a4e468fc1badf2984dc69"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b704f6c6a2d4bb491cd3ec53438da34"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2afb58dcdba425dac46f8049a424091"}], "type": "metric", "id": "47d7eb9496a64cad9914e6a0df564b8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18911b81cf1746739fe1c1bd2f3aa47f"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ac9f8a133024cfc90bdfecfe162901e"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f61d5439293e4be1a91c82325306d99d"}], "type": "cloudformation", "id": "62ca240d996b42bcae4bec35f61e426f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7a1728785b4992b14f7a285d88908e"}, {"url": "http://192.30.9.8:8776/v2/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea4554ceabe74f72943a204a8944b342"}, {"url": "http://192.30.9.8:8776/v2/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "faf56d906c67407cb188bd3a296a37ea"}], "type": "volumev2", "id": "6442872d960e4479bdcc7ae89147b7c2", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "14f877cf20824344ac1c6bc5a0094ecd"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b2b834e3fd0472e8180ea2be8ce5831"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0a483c7a7847d985d0ee406686bc6f"}], "type": "placement", "id": "69d3cd55c9b44c2688b6eb5c6270bd0d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.24:8004/v1/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d39296c50a147cfa4967ae16fa86376"}, {"url": "http://192.30.9.8:8004/v1/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "785feecb57c546c28c804777d6ddc631"}, {"url": "http://192.30.9.8:8004/v1/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1548db9804349a693e213d700e95453"}], "type": "orchestration", "id": "756db9d8dacb4b2198de4c33e1916f83", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c2f38573b464361a2e6b392f2c6fa28"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e85dcd6906d4eb49ddb3f999d992743"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "798589643e0845dda49cbc5088a386c1"}], "type": "network", "id": "aaafc5e0013548648e5bc142f1083f0c", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "981a0bfead634c87ab3e9f02006a214a"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af1171400cb54b4e817a7194fbb02a29"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef6c451e082e40e28dfb854462f6c436"}], "type": "alarming", "id": "c07cf19774d4487ea6f9436e3c0b52fc", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04fa7bd0b1354b0081afee057fcfcfe8"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28d503c325f84c54b24fc946145e06ab"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d7d5ef6c39a4b5cad00f2a05a71da1d"}], "type": "identity", "id": "cdb30cd060904fe28da290a285e229ab", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38d9ea719ffe45b5ae2966944d45a8f4"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a97b68dd5584657ba819867f298f474"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68c6649d3a734b8ca31826e346945a4d"}], "type": "compute", "id": "dc7e14f89c2a4269b29d8ae0c6c835e4", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66076fdf60e44cfbb88b9b6406fae330"}, {"url": "http://192.30.9.8:8776/v1/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bebbbc87baef4fdfa2863daeb603126d"}, {"url": "http://192.30.9.8:8776/v1/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c327a9488fb640288514c249525c6639"}], "type": "volume", "id": "eba74d42b9ae46a3a192ad43fdc41301", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb899c2e65404397bfb5eff4513a0894"}, "audit_ids": ["ObvgLmgSRKmOtDVGBR5vkQ"], "issued_at": "2018-07-12T07:48:22.000000Z"}} 2018-07-12 07:48:22,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:23,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95c59feb-f22c-4cd1-baec-79b24b7765c5 x-compute-request-id: req-95c59feb-f22c-4cd1-baec-79b24b7765c5 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-12 07:48:23,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-aggregates used request id req-95c59feb-f22c-4cd1-baec-79b24b7765c5 2018-07-12 07:48:23,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.32166481018s 2018-07-12 07:48:23,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-aggregates used request id req-95c59feb-f22c-4cd1-baec-79b24b7765c5 2018-07-12 07:48:23,325 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-12 07:48:23,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-12 07:48:23,333 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 12 Jul 2018 07:48:23 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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-12 07:48:23,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-12 07:48:23,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:23,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91b00dd6-3795-4f71-a382-59d9d488c506 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/458f7bd24d99475a81055e62a602e77b"}, "tags": [], "enabled": true, "id": "458f7bd24d99475a81055e62a602e77b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-07-12 07:48:23,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-91b00dd6-3795-4f71-a382-59d9d488c506 2018-07-12 07:48:23,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.157593011856s 2018-07-12 07:48:23,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-91b00dd6-3795-4f71-a382-59d9d488c506 2018-07-12 07:48:23,493 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'458f7bd24d99475a81055e62a602e77b', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-12 07:48:23,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-12 07:48:23,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:23,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d21261ba-83ac-4c85-a619-95514c6aa0da Content-Encoding: gzip Content-Length: 1975 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/04fa7bd0b1354b0081afee057fcfcfe8"}, "url": "http://172.30.9.24:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cdb30cd060904fe28da290a285e229ab", "id": "04fa7bd0b1354b0081afee057fcfcfe8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/06ed58134b0845b7a6ec049b1fa59baa"}, "url": "http://172.30.9.24:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "19219bd9a7f240fd87323a4992572b9a", "id": "06ed58134b0845b7a6ec049b1fa59baa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/0818c16dc113498fb9cffed69b3192b5"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "19219bd9a7f240fd87323a4992572b9a", "id": "0818c16dc113498fb9cffed69b3192b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/0ead8fb1ed0a4e468fc1badf2984dc69"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "47d7eb9496a64cad9914e6a0df564b8e", "id": "0ead8fb1ed0a4e468fc1badf2984dc69"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/14f877cf20824344ac1c6bc5a0094ecd"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "69d3cd55c9b44c2688b6eb5c6270bd0d", "id": "14f877cf20824344ac1c6bc5a0094ecd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/18911b81cf1746739fe1c1bd2f3aa47f"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "62ca240d996b42bcae4bec35f61e426f", "id": "18911b81cf1746739fe1c1bd2f3aa47f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/1d39296c50a147cfa4967ae16fa86376"}, "url": "http://172.30.9.24:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "756db9d8dacb4b2198de4c33e1916f83", "id": "1d39296c50a147cfa4967ae16fa86376"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/277b469fd74a43f0a87fafc218363131"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "19219bd9a7f240fd87323a4992572b9a", "id": "277b469fd74a43f0a87fafc218363131"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/28d503c325f84c54b24fc946145e06ab"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cdb30cd060904fe28da290a285e229ab", "id": "28d503c325f84c54b24fc946145e06ab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/2ac9f8a133024cfc90bdfecfe162901e"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "62ca240d996b42bcae4bec35f61e426f", "id": "2ac9f8a133024cfc90bdfecfe162901e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/2d7d5ef6c39a4b5cad00f2a05a71da1d"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cdb30cd060904fe28da290a285e229ab", "id": "2d7d5ef6c39a4b5cad00f2a05a71da1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/38d9ea719ffe45b5ae2966944d45a8f4"}, "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc7e14f89c2a4269b29d8ae0c6c835e4", "id": "38d9ea719ffe45b5ae2966944d45a8f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/3c2f38573b464361a2e6b392f2c6fa28"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aaafc5e0013548648e5bc142f1083f0c", "id": "3c2f38573b464361a2e6b392f2c6fa28"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/459dadca56e845b5be96ee5eacf94b3a"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1685a10317c1470888d2af72a46f9ce4", "id": "459dadca56e845b5be96ee5eacf94b3a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/4a97b68dd5584657ba819867f298f474"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc7e14f89c2a4269b29d8ae0c6c835e4", "id": "4a97b68dd5584657ba819867f298f474"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/4b2b834e3fd0472e8180ea2be8ce5831"}, "url": "http://172.30.9.24:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "69d3cd55c9b44c2688b6eb5c6270bd0d", "id": "4b2b834e3fd0472e8180ea2be8ce5831"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/4f0a483c7a7847d985d0ee406686bc6f"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "69d3cd55c9b44c2688b6eb5c6270bd0d", "id": "4f0a483c7a7847d985d0ee406686bc6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/5294c47c763842c187412bc85437ad60"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d816f865a1b46319c2dbd1d2823f23f", "id": "5294c47c763842c187412bc85437ad60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/5e85dcd6906d4eb49ddb3f999d992743"}, "url": "http://172.30.9.24:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aaafc5e0013548648e5bc142f1083f0c", "id": "5e85dcd6906d4eb49ddb3f999d992743"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6048d9b8a2774d1eaa5e7e546e1a3955"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1ec1c4f9100141bb805415d1725ea60e", "id": "6048d9b8a2774d1eaa5e7e546e1a3955"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/66076fdf60e44cfbb88b9b6406fae330"}, "url": "http://172.30.9.24:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eba74d42b9ae46a3a192ad43fdc41301", "id": "66076fdf60e44cfbb88b9b6406fae330"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/68c6649d3a734b8ca31826e346945a4d"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc7e14f89c2a4269b29d8ae0c6c835e4", "id": "68c6649d3a734b8ca31826e346945a4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6a7a1728785b4992b14f7a285d88908e"}, "url": "http://172.30.9.24:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6442872d960e4479bdcc7ae89147b7c2", "id": "6a7a1728785b4992b14f7a285d88908e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/785feecb57c546c28c804777d6ddc631"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "756db9d8dacb4b2198de4c33e1916f83", "id": "785feecb57c546c28c804777d6ddc631"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/798589643e0845dda49cbc5088a386c1"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aaafc5e0013548648e5bc142f1083f0c", "id": "798589643e0845dda49cbc5088a386c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/8b704f6c6a2d4bb491cd3ec53438da34"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "47d7eb9496a64cad9914e6a0df564b8e", "id": "8b704f6c6a2d4bb491cd3ec53438da34"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/981a0bfead634c87ab3e9f02006a214a"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c07cf19774d4487ea6f9436e3c0b52fc", "id": "981a0bfead634c87ab3e9f02006a214a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/ac664ae949e14bcca869612801d7e60c"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d816f865a1b46319c2dbd1d2823f23f", "id": "ac664ae949e14bcca869612801d7e60c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/af1171400cb54b4e817a7194fbb02a29"}, "url": "http://172.30.9.24:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c07cf19774d4487ea6f9436e3c0b52fc", "id": "af1171400cb54b4e817a7194fbb02a29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/b1fff93e96b942dca184e0caa3a0eb63"}, "url": "http://172.30.9.24:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d816f865a1b46319c2dbd1d2823f23f", "id": "b1fff93e96b942dca184e0caa3a0eb63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/bd6f94e62ae448849ad9821c882f0c58"}, "url": "http://172.30.9.24:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1685a10317c1470888d2af72a46f9ce4", "id": "bd6f94e62ae448849ad9821c882f0c58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/bebbbc87baef4fdfa2863daeb603126d"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eba74d42b9ae46a3a192ad43fdc41301", "id": "bebbbc87baef4fdfa2863daeb603126d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/c327a9488fb640288514c249525c6639"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eba74d42b9ae46a3a192ad43fdc41301", "id": "c327a9488fb640288514c249525c6639"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/cd803542e20e4331a7d12db5ae879d3a"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1ec1c4f9100141bb805415d1725ea60e", "id": "cd803542e20e4331a7d12db5ae879d3a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/cdc238f9670c47d7bb025d89d3366734"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1685a10317c1470888d2af72a46f9ce4", "id": "cdc238f9670c47d7bb025d89d3366734"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/d2afb58dcdba425dac46f8049a424091"}, "url": "http://172.30.9.24:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "47d7eb9496a64cad9914e6a0df564b8e", "id": "d2afb58dcdba425dac46f8049a424091"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/e1548db9804349a693e213d700e95453"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "756db9d8dacb4b2198de4c33e1916f83", "id": "e1548db9804349a693e213d700e95453"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/ea4554ceabe74f72943a204a8944b342"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6442872d960e4479bdcc7ae89147b7c2", "id": "ea4554ceabe74f72943a204a8944b342"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/ef6c451e082e40e28dfb854462f6c436"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c07cf19774d4487ea6f9436e3c0b52fc", "id": "ef6c451e082e40e28dfb854462f6c436"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/f61d5439293e4be1a91c82325306d99d"}, "url": "http://172.30.9.24:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "62ca240d996b42bcae4bec35f61e426f", "id": "f61d5439293e4be1a91c82325306d99d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/f974236f1f3c4bb099ee899de91c372a"}, "url": "http://172.30.9.24:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1ec1c4f9100141bb805415d1725ea60e", "id": "f974236f1f3c4bb099ee899de91c372a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/faf56d906c67407cb188bd3a296a37ea"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6442872d960e4479bdcc7ae89147b7c2", "id": "faf56d906c67407cb188bd3a296a37ea"}], "links": {"self": "http://172.30.9.24:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-12 07:48:23,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/endpoints used request id req-d21261ba-83ac-4c85-a619-95514c6aa0da 2018-07-12 07:48:23,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0911700725555s 2018-07-12 07:48:23,588 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/endpoints used request id req-d21261ba-83ac-4c85-a619-95514c6aa0da 2018-07-12 07:48:23,595 - 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.24:5000/v3/endpoints/04fa7bd0b1354b0081afee057fcfcfe8'}, u'url': u'http://172.30.9.24:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cdb30cd060904fe28da290a285e229ab', u'id': u'04fa7bd0b1354b0081afee057fcfcfe8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/06ed58134b0845b7a6ec049b1fa59baa'}, u'url': u'http://172.30.9.24:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'19219bd9a7f240fd87323a4992572b9a', u'id': u'06ed58134b0845b7a6ec049b1fa59baa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/0818c16dc113498fb9cffed69b3192b5'}, u'url': u'http://12.0.0.21:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'19219bd9a7f240fd87323a4992572b9a', u'id': u'0818c16dc113498fb9cffed69b3192b5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/0ead8fb1ed0a4e468fc1badf2984dc69'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'47d7eb9496a64cad9914e6a0df564b8e', u'id': u'0ead8fb1ed0a4e468fc1badf2984dc69'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/14f877cf20824344ac1c6bc5a0094ecd'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'69d3cd55c9b44c2688b6eb5c6270bd0d', u'id': u'14f877cf20824344ac1c6bc5a0094ecd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/18911b81cf1746739fe1c1bd2f3aa47f'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'62ca240d996b42bcae4bec35f61e426f', u'id': u'18911b81cf1746739fe1c1bd2f3aa47f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/1d39296c50a147cfa4967ae16fa86376'}, u'url': u'http://172.30.9.24:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'756db9d8dacb4b2198de4c33e1916f83', u'id': u'1d39296c50a147cfa4967ae16fa86376'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/277b469fd74a43f0a87fafc218363131'}, u'url': u'http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'19219bd9a7f240fd87323a4992572b9a', u'id': u'277b469fd74a43f0a87fafc218363131'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/28d503c325f84c54b24fc946145e06ab'}, u'url': u'http://192.30.9.8:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cdb30cd060904fe28da290a285e229ab', u'id': u'28d503c325f84c54b24fc946145e06ab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/2ac9f8a133024cfc90bdfecfe162901e'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'62ca240d996b42bcae4bec35f61e426f', u'id': u'2ac9f8a133024cfc90bdfecfe162901e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/2d7d5ef6c39a4b5cad00f2a05a71da1d'}, u'url': u'http://192.30.9.8:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cdb30cd060904fe28da290a285e229ab', u'id': u'2d7d5ef6c39a4b5cad00f2a05a71da1d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/38d9ea719ffe45b5ae2966944d45a8f4'}, u'url': u'http://172.30.9.24:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dc7e14f89c2a4269b29d8ae0c6c835e4', u'id': u'38d9ea719ffe45b5ae2966944d45a8f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/3c2f38573b464361a2e6b392f2c6fa28'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'aaafc5e0013548648e5bc142f1083f0c', u'id': u'3c2f38573b464361a2e6b392f2c6fa28'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/459dadca56e845b5be96ee5eacf94b3a'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1685a10317c1470888d2af72a46f9ce4', u'id': u'459dadca56e845b5be96ee5eacf94b3a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/4a97b68dd5584657ba819867f298f474'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dc7e14f89c2a4269b29d8ae0c6c835e4', u'id': u'4a97b68dd5584657ba819867f298f474'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/4b2b834e3fd0472e8180ea2be8ce5831'}, u'url': u'http://172.30.9.24:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'69d3cd55c9b44c2688b6eb5c6270bd0d', u'id': u'4b2b834e3fd0472e8180ea2be8ce5831'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/4f0a483c7a7847d985d0ee406686bc6f'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'69d3cd55c9b44c2688b6eb5c6270bd0d', u'id': u'4f0a483c7a7847d985d0ee406686bc6f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/5294c47c763842c187412bc85437ad60'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0d816f865a1b46319c2dbd1d2823f23f', u'id': u'5294c47c763842c187412bc85437ad60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/5e85dcd6906d4eb49ddb3f999d992743'}, u'url': u'http://172.30.9.24:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'aaafc5e0013548648e5bc142f1083f0c', u'id': u'5e85dcd6906d4eb49ddb3f999d992743'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/6048d9b8a2774d1eaa5e7e546e1a3955'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1ec1c4f9100141bb805415d1725ea60e', u'id': u'6048d9b8a2774d1eaa5e7e546e1a3955'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/66076fdf60e44cfbb88b9b6406fae330'}, u'url': u'http://172.30.9.24:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'eba74d42b9ae46a3a192ad43fdc41301', u'id': u'66076fdf60e44cfbb88b9b6406fae330'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/68c6649d3a734b8ca31826e346945a4d'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dc7e14f89c2a4269b29d8ae0c6c835e4', u'id': u'68c6649d3a734b8ca31826e346945a4d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/6a7a1728785b4992b14f7a285d88908e'}, u'url': u'http://172.30.9.24:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6442872d960e4479bdcc7ae89147b7c2', u'id': u'6a7a1728785b4992b14f7a285d88908e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/785feecb57c546c28c804777d6ddc631'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'756db9d8dacb4b2198de4c33e1916f83', u'id': u'785feecb57c546c28c804777d6ddc631'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/798589643e0845dda49cbc5088a386c1'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'aaafc5e0013548648e5bc142f1083f0c', u'id': u'798589643e0845dda49cbc5088a386c1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/8b704f6c6a2d4bb491cd3ec53438da34'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'47d7eb9496a64cad9914e6a0df564b8e', u'id': u'8b704f6c6a2d4bb491cd3ec53438da34'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/981a0bfead634c87ab3e9f02006a214a'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c07cf19774d4487ea6f9436e3c0b52fc', u'id': u'981a0bfead634c87ab3e9f02006a214a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/ac664ae949e14bcca869612801d7e60c'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0d816f865a1b46319c2dbd1d2823f23f', u'id': u'ac664ae949e14bcca869612801d7e60c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/af1171400cb54b4e817a7194fbb02a29'}, u'url': u'http://172.30.9.24:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c07cf19774d4487ea6f9436e3c0b52fc', u'id': u'af1171400cb54b4e817a7194fbb02a29'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/b1fff93e96b942dca184e0caa3a0eb63'}, u'url': u'http://172.30.9.24:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0d816f865a1b46319c2dbd1d2823f23f', u'id': u'b1fff93e96b942dca184e0caa3a0eb63'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/bd6f94e62ae448849ad9821c882f0c58'}, u'url': u'http://172.30.9.24:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1685a10317c1470888d2af72a46f9ce4', u'id': u'bd6f94e62ae448849ad9821c882f0c58'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/bebbbc87baef4fdfa2863daeb603126d'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'eba74d42b9ae46a3a192ad43fdc41301', u'id': u'bebbbc87baef4fdfa2863daeb603126d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/c327a9488fb640288514c249525c6639'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'eba74d42b9ae46a3a192ad43fdc41301', u'id': u'c327a9488fb640288514c249525c6639'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/cd803542e20e4331a7d12db5ae879d3a'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1ec1c4f9100141bb805415d1725ea60e', u'id': u'cd803542e20e4331a7d12db5ae879d3a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/cdc238f9670c47d7bb025d89d3366734'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1685a10317c1470888d2af72a46f9ce4', u'id': u'cdc238f9670c47d7bb025d89d3366734'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/d2afb58dcdba425dac46f8049a424091'}, u'url': u'http://172.30.9.24:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'47d7eb9496a64cad9914e6a0df564b8e', u'id': u'd2afb58dcdba425dac46f8049a424091'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/e1548db9804349a693e213d700e95453'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'756db9d8dacb4b2198de4c33e1916f83', u'id': u'e1548db9804349a693e213d700e95453'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/ea4554ceabe74f72943a204a8944b342'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6442872d960e4479bdcc7ae89147b7c2', u'id': u'ea4554ceabe74f72943a204a8944b342'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/ef6c451e082e40e28dfb854462f6c436'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c07cf19774d4487ea6f9436e3c0b52fc', u'id': u'ef6c451e082e40e28dfb854462f6c436'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/f61d5439293e4be1a91c82325306d99d'}, u'url': u'http://172.30.9.24:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'62ca240d996b42bcae4bec35f61e426f', u'id': u'f61d5439293e4be1a91c82325306d99d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/f974236f1f3c4bb099ee899de91c372a'}, u'url': u'http://172.30.9.24:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1ec1c4f9100141bb805415d1725ea60e', u'id': u'f974236f1f3c4bb099ee899de91c372a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/faf56d906c67407cb188bd3a296a37ea'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6442872d960e4479bdcc7ae89147b7c2', u'id': u'faf56d906c67407cb188bd3a296a37ea'})] 2018-07-12 07:48:23,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-12 07:48:23,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:23,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-866d21f7-8c6e-4d35-a417-256d5c874918 x-compute-request-id: req-866d21f7-8c6e-4d35-a417-256d5c874918 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-07-12 07:48:23,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/extensions used request id req-866d21f7-8c6e-4d35-a417-256d5c874918 2018-07-12 07:48:23,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.016988992691s 2018-07-12 07:48:23,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/extensions used request id req-866d21f7-8c6e-4d35-a417-256d5c874918 2018-07-12 07:48:23,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-12 07:48:23,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:25,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf4e9c0d-1bc5-4fb2-88f5-a44f131e6ee5 x-compute-request-id: req-bf4e9c0d-1bc5-4fb2-88f5-a44f131e6ee5 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-12 07:48:25,297 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-floating-ip-pools used request id req-bf4e9c0d-1bc5-4fb2-88f5-a44f131e6ee5 2018-07-12 07:48:25,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.66867995262s 2018-07-12 07:48:25,298 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-floating-ip-pools used request id req-bf4e9c0d-1bc5-4fb2-88f5-a44f131e6ee5 2018-07-12 07:48:25,298 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-12 07:48:25,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-12 07:48:25,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:25,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8a7c0c59-9803-4f2d-bf33-0fa2591132ab Date: Thu, 12 Jul 2018 07:48:25 GMT RESP BODY: {"floatingips": []} 2018-07-12 07:48:25,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-8a7c0c59-9803-4f2d-bf33-0fa2591132ab 2018-07-12 07:48:25,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0239188671112s 2018-07-12 07:48:25,328 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-8a7c0c59-9803-4f2d-bf33-0fa2591132ab 2018-07-12 07:48:25,328 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-12 07:48:25,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-12 07:48:25,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:25,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0898a935-d027-4fcc-9c5b-cc10d131a7af x-compute-request-id: req-0898a935-d027-4fcc-9c5b-cc10d131a7af Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-12 07:48:25,474 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-0898a935-d027-4fcc-9c5b-cc10d131a7af 2018-07-12 07:48:25,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.145951032639s 2018-07-12 07:48:25,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-0898a935-d027-4fcc-9c5b-cc10d131a7af 2018-07-12 07:48:25,475 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-0.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}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 5}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-07-12 07:48:25,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-12 07:48:25,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:25,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b51a3396-b6b4-4a48-a2a6-c9db3f16b75a x-compute-request-id: req-b51a3396-b6b4-4a48-a2a6-c9db3f16b75a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-12 07:48:25,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-b51a3396-b6b4-4a48-a2a6-c9db3f16b75a 2018-07-12 07:48:25,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0231490135193s 2018-07-12 07:48:25,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-b51a3396-b6b4-4a48-a2a6-c9db3f16b75a 2018-07-12 07:48:25,500 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-12 07:48:25,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-12 07:48:25,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:25,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-36aa2115-ba11-4eaa-b282-918cc02ce385 Date: Thu, 12 Jul 2018 07:48:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"d0b6789c-39f8-4b18-bab2-32274c71e5cd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"28f21aab608a45319d0ddec08d3105b0","l2_adjacency":true,"status":"ACTIVE","subnets":["722330fb-3423-4062-be2a-690ca06355e6"],"description":"","tags":[],"updated_at":"2018-07-12T07:45:43Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"28f21aab608a45319d0ddec08d3105b0","created_at":"2018-07-12T07:45:38Z","provider:network_type":"flat"}]} 2018-07-12 07:48:25,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-36aa2115-ba11-4eaa-b282-918cc02ce385 2018-07-12 07:48:25,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0781061649323s 2018-07-12 07:48:25,579 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-36aa2115-ba11-4eaa-b282-918cc02ce385 2018-07-12 07:48:25,579 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'722330fb-3423-4062-be2a-690ca06355e6'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-12T07:45:43Z', u'is_default': False, u'revision_number': 7, u'port_security_enabled': True, u'mtu': 1500, u'id': u'd0b6789c-39f8-4b18-bab2-32274c71e5cd', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-07-12T07:45:38Z', u'provider:network_type': u'flat', u'tenant_id': u'28f21aab608a45319d0ddec08d3105b0', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'28f21aab608a45319d0ddec08d3105b0', u'l2_adjacency': True})] 2018-07-12 07:48:25,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-12 07:48:25,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:25,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-960c4395-0da3-4bb9-bac1-288d5c4c0f01 Date: Thu, 12 Jul 2018 07:48:25 GMT RESP BODY: {"ports":[]} 2018-07-12 07:48:25,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json used request id req-960c4395-0da3-4bb9-bac1-288d5c4c0f01 2018-07-12 07:48:25,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0343480110168s 2018-07-12 07:48:25,614 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json used request id req-960c4395-0da3-4bb9-bac1-288d5c4c0f01 2018-07-12 07:48:25,615 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-12 07:48:25,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-12 07:48:25,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:25,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5f8de14-031d-4077-92d1-7008047bc4af Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "44d7081f145c4fb194f087814bfb07b6"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/44d7081f145c4fb194f087814bfb07b6/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "5891e36091d24166b9e94fcbfcd77e45"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/5891e36091d24166b9e94fcbfcd77e45/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "58fa74e4b73d4bddadbb27ad63ebe524"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/58fa74e4b73d4bddadbb27ad63ebe524/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "61cde74a18a34b4988a66ec4e9687db0"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/61cde74a18a34b4988a66ec4e9687db0/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "8c754c1e2ef44d3baf571736c0abfc67"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/8c754c1e2ef44d3baf571736c0abfc67/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "97c774a3a54a49c0a884031c608c46a2"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/97c774a3a54a49c0a884031c608c46a2/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "997b8fe34d79406c8ffe8c3f9d1e2cf8"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/997b8fe34d79406c8ffe8c3f9d1e2cf8/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "b243f1d5f9964dfeb7aa2dbf596d7d0e"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/b243f1d5f9964dfeb7aa2dbf596d7d0e/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "bf253d0fd854429c84ad3707ff9b3969"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/bf253d0fd854429c84ad3707ff9b3969/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "d744f37485154daf9edae68b200033e8"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/d744f37485154daf9edae68b200033e8/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "a46002ece07744aaacee1b7aec08313c"}, "user": {"id": "d744f37485154daf9edae68b200033e8"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/d744f37485154daf9edae68b200033e8/roles/a46002ece07744aaacee1b7aec08313c"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "dff1680b8e63495cb499d1078fb555cd"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/dff1680b8e63495cb499d1078fb555cd/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "28f21aab608a45319d0ddec08d3105b0"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "e48854f38ce64400bde18a5c3a8611f2"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0/users/e48854f38ce64400bde18a5c3a8611f2/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"project": {"id": "176b6d96994946828b1eae7dc9359be5"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "fb899c2e65404397bfb5eff4513a0894"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/176b6d96994946828b1eae7dc9359be5/users/fb899c2e65404397bfb5eff4513a0894/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"domain": {"id": "458f7bd24d99475a81055e62a602e77b"}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "8c0280eb48204f2e823e7e21b0e3cae3"}, "links": {"assignment": "http://172.30.9.24:5000/v3/domains/458f7bd24d99475a81055e62a602e77b/users/8c0280eb48204f2e823e7e21b0e3cae3/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}, {"scope": {"system": {"all": true}}, "role": {"id": "3ea0c97aedf84826b5561c7a4d6f48b6"}, "user": {"id": "fb899c2e65404397bfb5eff4513a0894"}, "links": {"assignment": "http://172.30.9.24:5000/v3/system/users/fb899c2e65404397bfb5eff4513a0894/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}}], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-12 07:48:25,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments used request id req-c5f8de14-031d-4077-92d1-7008047bc4af 2018-07-12 07:48:25,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.1737408638s 2018-07-12 07:48:25,792 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments used request id req-c5f8de14-031d-4077-92d1-7008047bc4af 2018-07-12 07:48:25,795 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'44d7081f145c4fb194f087814bfb07b6'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'5891e36091d24166b9e94fcbfcd77e45'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'58fa74e4b73d4bddadbb27ad63ebe524'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'61cde74a18a34b4988a66ec4e9687db0'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'8c754c1e2ef44d3baf571736c0abfc67'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'97c774a3a54a49c0a884031c608c46a2'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'997b8fe34d79406c8ffe8c3f9d1e2cf8'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'b243f1d5f9964dfeb7aa2dbf596d7d0e'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'bf253d0fd854429c84ad3707ff9b3969'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'd744f37485154daf9edae68b200033e8'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'a46002ece07744aaacee1b7aec08313c', 'user': u'd744f37485154daf9edae68b200033e8'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'dff1680b8e63495cb499d1078fb555cd'}), Munch({'project': u'28f21aab608a45319d0ddec08d3105b0', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'e48854f38ce64400bde18a5c3a8611f2'}), Munch({'project': u'176b6d96994946828b1eae7dc9359be5', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'fb899c2e65404397bfb5eff4513a0894'}), Munch({'domain': u'458f7bd24d99475a81055e62a602e77b', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'8c0280eb48204f2e823e7e21b0e3cae3'}), Munch({'id': u'3ea0c97aedf84826b5561c7a4d6f48b6', 'user': u'fb899c2e65404397bfb5eff4513a0894'})] 2018-07-12 07:48:25,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-12 07:48:25,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:25,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ab4eb6e3-0005-4bc7-9e5c-0ce271ec1298 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ea0c97aedf84826b5561c7a4d6f48b6", "links": {"self": "http://172.30.9.24:5000/v3/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a46002ece07744aaacee1b7aec08313c", "links": {"self": "http://172.30.9.24:5000/v3/roles/a46002ece07744aaacee1b7aec08313c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "a7d2e94eda0d464ca6a9fc43a1ad6331", "links": {"self": "http://172.30.9.24:5000/v3/roles/a7d2e94eda0d464ca6a9fc43a1ad6331"}, "name": "swiftoperator"}, {"domain_id": null, "id": "c807b940c5e7491a87c851e9f6cd4793", "links": {"self": "http://172.30.9.24:5000/v3/roles/c807b940c5e7491a87c851e9f6cd4793"}, "name": "heat_stack_user"}]} 2018-07-12 07:48:25,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-ab4eb6e3-0005-4bc7-9e5c-0ce271ec1298 2018-07-12 07:48:25,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0876920223236s 2018-07-12 07:48:25,887 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-ab4eb6e3-0005-4bc7-9e5c-0ce271ec1298 2018-07-12 07:48:25,888 - 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'admin', 'id': u'3ea0c97aedf84826b5561c7a4d6f48b6'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'a46002ece07744aaacee1b7aec08313c'}), 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'a7d2e94eda0d464ca6a9fc43a1ad6331'}), 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'c807b940c5e7491a87c851e9f6cd4793'})] 2018-07-12 07:48:25,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-12 07:48:25,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:25,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e893a8d7-52a0-4e00-9eaf-dc0b9a84778d Date: Thu, 12 Jul 2018 07:48:25 GMT RESP BODY: {"routers": []} 2018-07-12 07:48:25,935 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-e893a8d7-52a0-4e00-9eaf-dc0b9a84778d 2018-07-12 07:48:25,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0461280345917s 2018-07-12 07:48:25,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-e893a8d7-52a0-4e00-9eaf-dc0b9a84778d 2018-07-12 07:48:25,935 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-12 07:48:25,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-12 07:48:25,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:26,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-25525ad5-5128-477e-9af3-dd19f11a13ba x-compute-request-id: req-25525ad5-5128-477e-9af3-dd19f11a13ba Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-12 07:48:26,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-25525ad5-5128-477e-9af3-dd19f11a13ba 2018-07-12 07:48:26,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.112146139145s 2018-07-12 07:48:26,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-25525ad5-5128-477e-9af3-dd19f11a13ba 2018-07-12 07:48:26,049 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-12 07:48:26,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-12 07:48:26,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-12 07:48:26,059 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 12 Jul 2018 07:48:26 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.8: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.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-12 07:48:26,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:26,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e0e68f5-5c48-49ed-88d2-9902e1c5d8f7 Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/0d816f865a1b46319c2dbd1d2823f23f"}, "enabled": true, "type": "image", "id": "0d816f865a1b46319c2dbd1d2823f23f", "name": "glance"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/1685a10317c1470888d2af72a46f9ce4"}, "enabled": true, "type": "volumev3", "id": "1685a10317c1470888d2af72a46f9ce4", "name": "cinderv3"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/19219bd9a7f240fd87323a4992572b9a"}, "enabled": true, "type": "object-store", "id": "19219bd9a7f240fd87323a4992572b9a", "name": "swift"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/1b71700c1aea43549c1a80900f0cfe70"}, "enabled": true, "type": "metering", "id": "1b71700c1aea43549c1a80900f0cfe70", "name": "ceilometer"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/1ec1c4f9100141bb805415d1725ea60e"}, "enabled": true, "type": "event", "id": "1ec1c4f9100141bb805415d1725ea60e", "name": "panko"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/47d7eb9496a64cad9914e6a0df564b8e"}, "enabled": true, "type": "metric", "id": "47d7eb9496a64cad9914e6a0df564b8e", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/62ca240d996b42bcae4bec35f61e426f"}, "enabled": true, "type": "cloudformation", "id": "62ca240d996b42bcae4bec35f61e426f", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/6442872d960e4479bdcc7ae89147b7c2"}, "enabled": true, "type": "volumev2", "id": "6442872d960e4479bdcc7ae89147b7c2", "name": "cinderv2"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/69d3cd55c9b44c2688b6eb5c6270bd0d"}, "enabled": true, "type": "placement", "id": "69d3cd55c9b44c2688b6eb5c6270bd0d", "name": "placement"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/756db9d8dacb4b2198de4c33e1916f83"}, "enabled": true, "type": "orchestration", "id": "756db9d8dacb4b2198de4c33e1916f83", "name": "heat"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/aaafc5e0013548648e5bc142f1083f0c"}, "enabled": true, "type": "network", "id": "aaafc5e0013548648e5bc142f1083f0c", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/c07cf19774d4487ea6f9436e3c0b52fc"}, "enabled": true, "type": "alarming", "id": "c07cf19774d4487ea6f9436e3c0b52fc", "name": "aodh"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/cdb30cd060904fe28da290a285e229ab"}, "enabled": true, "type": "identity", "id": "cdb30cd060904fe28da290a285e229ab", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/dc7e14f89c2a4269b29d8ae0c6c835e4"}, "enabled": true, "type": "compute", "id": "dc7e14f89c2a4269b29d8ae0c6c835e4", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/eba74d42b9ae46a3a192ad43fdc41301"}, "enabled": true, "type": "volume", "id": "eba74d42b9ae46a3a192ad43fdc41301", "name": "cinder"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-07-12 07:48:26,142 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-4e0e68f5-5c48-49ed-88d2-9902e1c5d8f7 2018-07-12 07:48:26,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0908570289612s 2018-07-12 07:48:26,142 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-4e0e68f5-5c48-49ed-88d2-9902e1c5d8f7 2018-07-12 07:48:26,147 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'0d816f865a1b46319c2dbd1d2823f23f', 'name': u'glance'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'1685a10317c1470888d2af72a46f9ce4', 'name': u'cinderv3'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'19219bd9a7f240fd87323a4992572b9a', 'name': u'swift'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'1b71700c1aea43549c1a80900f0cfe70', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'1ec1c4f9100141bb805415d1725ea60e', 'name': u'panko'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'47d7eb9496a64cad9914e6a0df564b8e', 'name': u'gnocchi'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'62ca240d996b42bcae4bec35f61e426f', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'6442872d960e4479bdcc7ae89147b7c2', 'name': u'cinderv2'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'69d3cd55c9b44c2688b6eb5c6270bd0d', 'name': u'placement'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'756db9d8dacb4b2198de4c33e1916f83', 'name': u'heat'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'aaafc5e0013548648e5bc142f1083f0c', 'name': u'neutron'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'c07cf19774d4487ea6f9436e3c0b52fc', 'name': u'aodh'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'cdb30cd060904fe28da290a285e229ab', 'name': u'keystone'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'dc7e14f89c2a4269b29d8ae0c6c835e4', 'name': u'nova'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'eba74d42b9ae46a3a192ad43fdc41301', 'name': u'cinder'})] 2018-07-12 07:48:26,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-12 07:48:26,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0427a84a8bcbe2460985d855c88f9391d8b3c89" 2018-07-12 07:48:26,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-02dc5628-d942-4fa4-8edf-d3fe3abb9aea Date: Thu, 12 Jul 2018 07:48:26 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-12T07:45:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"722330fb-3423-4062-be2a-690ca06355e6","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"28f21aab608a45319d0ddec08d3105b0","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d0b6789c-39f8-4b18-bab2-32274c71e5cd","tenant_id":"28f21aab608a45319d0ddec08d3105b0","created_at":"2018-07-12T07:45:43Z","ip_version":4}]} 2018-07-12 07:48:26,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-02dc5628-d942-4fa4-8edf-d3fe3abb9aea 2018-07-12 07:48:26,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0426759719849s 2018-07-12 07:48:26,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-02dc5628-d942-4fa4-8edf-d3fe3abb9aea 2018-07-12 07:48:26,192 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-12T07:45:43Z', 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'722330fb-3423-4062-be2a-690ca06355e6', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'd0b6789c-39f8-4b18-bab2-32274c71e5cd', u'tenant_id': u'28f21aab608a45319d0ddec08d3105b0', u'created_at': u'2018-07-12T07:45:43Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'28f21aab608a45319d0ddec08d3105b0'})] 2018-07-12 07:48:26,339 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-12 07:48:26,339 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-12 07:48:26,344 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-12 07:48:26,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-12 07:48:26,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-12 07:48:26,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-12 07:48:26,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-12 07:48:26,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-12 07:48:26,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-12 07:48:26,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-12 07:48:26,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-12 07:48:26,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69c343be-b45a-4e0f-80a8-7daa06dfb99e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-07-12 07:48:26,534 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-69c343be-b45a-4e0f-80a8-7daa06dfb99e 2018-07-12 07:48:26,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-12 07:48:26,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ea0c97aedf84826b5561c7a4d6f48b6", "name": "admin"}], "expires_at": "2018-07-12T08:48:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "176b6d96994946828b1eae7dc9359be5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5294c47c763842c187412bc85437ad60"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac664ae949e14bcca869612801d7e60c"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1fff93e96b942dca184e0caa3a0eb63"}], "type": "image", "id": "0d816f865a1b46319c2dbd1d2823f23f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "459dadca56e845b5be96ee5eacf94b3a"}, {"url": "http://172.30.9.24:8776/v3/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd6f94e62ae448849ad9821c882f0c58"}, {"url": "http://192.30.9.8:8776/v3/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cdc238f9670c47d7bb025d89d3366734"}], "type": "volumev3", "id": "1685a10317c1470888d2af72a46f9ce4", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.24:8080/v1/AUTH_176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "06ed58134b0845b7a6ec049b1fa59baa"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0818c16dc113498fb9cffed69b3192b5"}, {"url": "http://12.0.0.21:8080/v1/AUTH_176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "277b469fd74a43f0a87fafc218363131"}], "type": "object-store", "id": "19219bd9a7f240fd87323a4992572b9a", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "1b71700c1aea43549c1a80900f0cfe70", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6048d9b8a2774d1eaa5e7e546e1a3955"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd803542e20e4331a7d12db5ae879d3a"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f974236f1f3c4bb099ee899de91c372a"}], "type": "event", "id": "1ec1c4f9100141bb805415d1725ea60e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0ead8fb1ed0a4e468fc1badf2984dc69"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b704f6c6a2d4bb491cd3ec53438da34"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2afb58dcdba425dac46f8049a424091"}], "type": "metric", "id": "47d7eb9496a64cad9914e6a0df564b8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18911b81cf1746739fe1c1bd2f3aa47f"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ac9f8a133024cfc90bdfecfe162901e"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f61d5439293e4be1a91c82325306d99d"}], "type": "cloudformation", "id": "62ca240d996b42bcae4bec35f61e426f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7a1728785b4992b14f7a285d88908e"}, {"url": "http://192.30.9.8:8776/v2/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea4554ceabe74f72943a204a8944b342"}, {"url": "http://192.30.9.8:8776/v2/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "faf56d906c67407cb188bd3a296a37ea"}], "type": "volumev2", "id": "6442872d960e4479bdcc7ae89147b7c2", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "14f877cf20824344ac1c6bc5a0094ecd"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b2b834e3fd0472e8180ea2be8ce5831"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0a483c7a7847d985d0ee406686bc6f"}], "type": "placement", "id": "69d3cd55c9b44c2688b6eb5c6270bd0d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.24:8004/v1/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d39296c50a147cfa4967ae16fa86376"}, {"url": "http://192.30.9.8:8004/v1/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "785feecb57c546c28c804777d6ddc631"}, {"url": "http://192.30.9.8:8004/v1/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1548db9804349a693e213d700e95453"}], "type": "orchestration", "id": "756db9d8dacb4b2198de4c33e1916f83", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c2f38573b464361a2e6b392f2c6fa28"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e85dcd6906d4eb49ddb3f999d992743"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "798589643e0845dda49cbc5088a386c1"}], "type": "network", "id": "aaafc5e0013548648e5bc142f1083f0c", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "981a0bfead634c87ab3e9f02006a214a"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af1171400cb54b4e817a7194fbb02a29"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef6c451e082e40e28dfb854462f6c436"}], "type": "alarming", "id": "c07cf19774d4487ea6f9436e3c0b52fc", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04fa7bd0b1354b0081afee057fcfcfe8"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28d503c325f84c54b24fc946145e06ab"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d7d5ef6c39a4b5cad00f2a05a71da1d"}], "type": "identity", "id": "cdb30cd060904fe28da290a285e229ab", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38d9ea719ffe45b5ae2966944d45a8f4"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a97b68dd5584657ba819867f298f474"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68c6649d3a734b8ca31826e346945a4d"}], "type": "compute", "id": "dc7e14f89c2a4269b29d8ae0c6c835e4", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66076fdf60e44cfbb88b9b6406fae330"}, {"url": "http://192.30.9.8:8776/v1/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bebbbc87baef4fdfa2863daeb603126d"}, {"url": "http://192.30.9.8:8776/v1/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c327a9488fb640288514c249525c6639"}], "type": "volume", "id": "eba74d42b9ae46a3a192ad43fdc41301", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb899c2e65404397bfb5eff4513a0894"}, "audit_ids": ["CuDFIChkQY6d5IuBV4PoFA"], "issued_at": "2018-07-12T07:48:26.000000Z"}} 2018-07-12 07:48:26,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-12 07:48:26,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" 2018-07-12 07:48:27,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-b9876ecc-3fdf-47d2-b358-cc3eba54e01f Date: Thu, 12 Jul 2018 07:48:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"d0b6789c-39f8-4b18-bab2-32274c71e5cd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"28f21aab608a45319d0ddec08d3105b0","l2_adjacency":true,"status":"ACTIVE","subnets":["722330fb-3423-4062-be2a-690ca06355e6"],"description":"","tags":[],"updated_at":"2018-07-12T07:45:43Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"28f21aab608a45319d0ddec08d3105b0","created_at":"2018-07-12T07:45:38Z","provider:network_type":"flat"}]} 2018-07-12 07:48:27,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b9876ecc-3fdf-47d2-b358-cc3eba54e01f 2018-07-12 07:48:27,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.309213876724s 2018-07-12 07:48:27,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b9876ecc-3fdf-47d2-b358-cc3eba54e01f 2018-07-12 07:48:27,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-12 07:48:27,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" -d '{"network": {"name": "tenantnetwork1-net_0d394136-39f2-4a78-b4d4-6e4c40c46493", "admin_state_up": true}}' 2018-07-12 07:48:27,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-af4092cc-3c58-4799-91eb-f5e0bd6ff6c7 Date: Thu, 12 Jul 2018 07:48:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1ad9b57d-d3c2-49e8-9303-8ea15b0c761a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"176b6d96994946828b1eae7dc9359be5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-12T07:48:27Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_0d394136-39f2-4a78-b4d4-6e4c40c46493","admin_state_up":true,"tenant_id":"176b6d96994946828b1eae7dc9359be5","created_at":"2018-07-12T07:48:27Z","mtu":1450}} 2018-07-12 07:48:27,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-af4092cc-3c58-4799-91eb-f5e0bd6ff6c7 2018-07-12 07:48:27,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.581531047821s 2018-07-12 07:48:27,830 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-af4092cc-3c58-4799-91eb-f5e0bd6ff6c7 2018-07-12 07:48:27,830 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-12T07:48:27Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1ad9b57d-d3c2-49e8-9303-8ea15b0c761a', u'provider:segmentation_id': 77, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_0d394136-39f2-4a78-b4d4-6e4c40c46493', u'created_at': u'2018-07-12T07:48:27Z', u'mtu': 1450, u'tenant_id': u'176b6d96994946828b1eae7dc9359be5', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'176b6d96994946828b1eae7dc9359be5', u'l2_adjacency': True}) 2018-07-12 07:48:27,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-12 07:48:27,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" 2018-07-12 07:48:28,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-3deda70b-58b0-4c63-8b1a-e46186137e6c Date: Thu, 12 Jul 2018 07:48:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1ad9b57d-d3c2-49e8-9303-8ea15b0c761a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"176b6d96994946828b1eae7dc9359be5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-12T07:48:27Z","qos_policy_id":null,"name":"tenantnetwork1-net_0d394136-39f2-4a78-b4d4-6e4c40c46493","admin_state_up":true,"tenant_id":"176b6d96994946828b1eae7dc9359be5","created_at":"2018-07-12T07:48:27Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"d0b6789c-39f8-4b18-bab2-32274c71e5cd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"28f21aab608a45319d0ddec08d3105b0","l2_adjacency":true,"status":"ACTIVE","subnets":["722330fb-3423-4062-be2a-690ca06355e6"],"description":"","tags":[],"updated_at":"2018-07-12T07:45:43Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"28f21aab608a45319d0ddec08d3105b0","created_at":"2018-07-12T07:45:38Z","provider:network_type":"flat"}]} 2018-07-12 07:48:28,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-3deda70b-58b0-4c63-8b1a-e46186137e6c 2018-07-12 07:48:28,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249342918396s 2018-07-12 07:48:28,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-3deda70b-58b0-4c63-8b1a-e46186137e6c 2018-07-12 07:48:28,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-12 07:48:28,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" -d '{"subnet": {"name": "tenantnetwork1-subnet_0d394136-39f2-4a78-b4d4-6e4c40c46493", "enable_dhcp": true, "network_id": "1ad9b57d-d3c2-49e8-9303-8ea15b0c761a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-12 07:48:28,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-066bbf12-999e-495e-8a62-fffead21e037 Date: Thu, 12 Jul 2018 07:48:28 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-12T07:48:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7cddb6fe-dee4-4c9c-820d-74aef4f51d4a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"176b6d96994946828b1eae7dc9359be5","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_0d394136-39f2-4a78-b4d4-6e4c40c46493","enable_dhcp":true,"segment_id":null,"network_id":"1ad9b57d-d3c2-49e8-9303-8ea15b0c761a","tenant_id":"176b6d96994946828b1eae7dc9359be5","created_at":"2018-07-12T07:48:28Z","ip_version":4}} 2018-07-12 07:48:28,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-066bbf12-999e-495e-8a62-fffead21e037 2018-07-12 07:48:28,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.398890018463s 2018-07-12 07:48:28,482 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-066bbf12-999e-495e-8a62-fffead21e037 2018-07-12 07:48:28,482 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-12T07:48:28Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'7cddb6fe-dee4-4c9c-820d-74aef4f51d4a', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_0d394136-39f2-4a78-b4d4-6e4c40c46493', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'1ad9b57d-d3c2-49e8-9303-8ea15b0c761a', u'tenant_id': u'176b6d96994946828b1eae7dc9359be5', u'created_at': u'2018-07-12T07:48:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'176b6d96994946828b1eae7dc9359be5'}) 2018-07-12 07:48:28,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-12 07:48:28,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" -d '{"router": {"external_gateway_info": {"network_id": "d0b6789c-39f8-4b18-bab2-32274c71e5cd"}, "name": "tenantnetwork1-router_0d394136-39f2-4a78-b4d4-6e4c40c46493", "admin_state_up": true}}' 2018-07-12 07:48:29,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 714 X-Openstack-Request-Id: req-dd4299a6-fdd7-4ddf-9001-d6c2ac594eb8 Date: Thu, 12 Jul 2018 07:48:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d0b6789c-39f8-4b18-bab2-32274c71e5cd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "722330fb-3423-4062-be2a-690ca06355e6", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "176b6d96994946828b1eae7dc9359be5", "created_at": "2018-07-12T07:48:28Z", "admin_state_up": true, "updated_at": "2018-07-12T07:48:29Z", "project_id": "176b6d96994946828b1eae7dc9359be5", "flavor_id": null, "revision_number": 3, "routes": [], "ha": false, "id": "2ee07059-8164-4666-bde0-cff42687ac4f", "name": "tenantnetwork1-router_0d394136-39f2-4a78-b4d4-6e4c40c46493"}} 2018-07-12 07:48:29,915 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-dd4299a6-fdd7-4ddf-9001-d6c2ac594eb8 2018-07-12 07:48:29,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.43217897415s 2018-07-12 07:48:29,915 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-dd4299a6-fdd7-4ddf-9001-d6c2ac594eb8 2018-07-12 07:48:29,916 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-12T07:48:29Z', u'revision_number': 3, u'ha': False, u'id': u'2ee07059-8164-4666-bde0-cff42687ac4f', u'external_gateway_info': {u'network_id': u'd0b6789c-39f8-4b18-bab2-32274c71e5cd', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'722330fb-3423-4062-be2a-690ca06355e6', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_0d394136-39f2-4a78-b4d4-6e4c40c46493', u'admin_state_up': True, u'tenant_id': u'176b6d96994946828b1eae7dc9359be5', u'created_at': u'2018-07-12T07:48:28Z', u'flavor_id': None, u'routes': [], u'project_id': u'176b6d96994946828b1eae7dc9359be5'}) 2018-07-12 07:48:29,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-12 07:48:29,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/2ee07059-8164-4666-bde0-cff42687ac4f/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" -d '{"subnet_id": "7cddb6fe-dee4-4c9c-820d-74aef4f51d4a"}' 2018-07-12 07:48:31,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d9f5c599-5338-44d6-9b60-c46f259dff20 Date: Thu, 12 Jul 2018 07:48:31 GMT RESP BODY: {"network_id": "1ad9b57d-d3c2-49e8-9303-8ea15b0c761a", "tenant_id": "176b6d96994946828b1eae7dc9359be5", "subnet_id": "7cddb6fe-dee4-4c9c-820d-74aef4f51d4a", "subnet_ids": ["7cddb6fe-dee4-4c9c-820d-74aef4f51d4a"], "port_id": "ac5b0747-c804-4987-a141-67b7a119b35b", "id": "2ee07059-8164-4666-bde0-cff42687ac4f"} 2018-07-12 07:48:31,871 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/2ee07059-8164-4666-bde0-cff42687ac4f/add_router_interface.json used request id req-d9f5c599-5338-44d6-9b60-c46f259dff20 2018-07-12 07:48:31,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95456004143s 2018-07-12 07:48:31,871 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/2ee07059-8164-4666-bde0-cff42687ac4f/add_router_interface.json used request id req-d9f5c599-5338-44d6-9b60-c46f259dff20 returning object 2ee07059-8164-4666-bde0-cff42687ac4f 2018-07-12 07:48:32,008 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-12 07:48:32,009 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-12 07:48:32,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-12 07:48:32,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/2ee07059-8164-4666-bde0-cff42687ac4f/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" -d '{"subnet_id": "7cddb6fe-dee4-4c9c-820d-74aef4f51d4a"}' 2018-07-12 07:48:33,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a292df2c-4586-430d-b997-05b65ba085c2 Date: Thu, 12 Jul 2018 07:48:33 GMT RESP BODY: {"network_id": "1ad9b57d-d3c2-49e8-9303-8ea15b0c761a", "tenant_id": "176b6d96994946828b1eae7dc9359be5", "subnet_id": "7cddb6fe-dee4-4c9c-820d-74aef4f51d4a", "subnet_ids": ["7cddb6fe-dee4-4c9c-820d-74aef4f51d4a"], "port_id": "ac5b0747-c804-4987-a141-67b7a119b35b", "id": "2ee07059-8164-4666-bde0-cff42687ac4f"} 2018-07-12 07:48:33,672 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/2ee07059-8164-4666-bde0-cff42687ac4f/remove_router_interface.json used request id req-a292df2c-4586-430d-b997-05b65ba085c2 2018-07-12 07:48:33,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65864014626s 2018-07-12 07:48:33,673 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/2ee07059-8164-4666-bde0-cff42687ac4f/remove_router_interface.json used request id req-a292df2c-4586-430d-b997-05b65ba085c2 returning object 2ee07059-8164-4666-bde0-cff42687ac4f 2018-07-12 07:48:33,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-12 07:48:33,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" 2018-07-12 07:48:33,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-490a337a-ea2e-4d73-b776-0101a240e350 Date: Thu, 12 Jul 2018 07:48:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d0b6789c-39f8-4b18-bab2-32274c71e5cd", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "722330fb-3423-4062-be2a-690ca06355e6", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "176b6d96994946828b1eae7dc9359be5", "created_at": "2018-07-12T07:48:28Z", "admin_state_up": true, "updated_at": "2018-07-12T07:48:32Z", "project_id": "176b6d96994946828b1eae7dc9359be5", "flavor_id": null, "revision_number": 5, "routes": [], "ha": false, "id": "2ee07059-8164-4666-bde0-cff42687ac4f", "name": "tenantnetwork1-router_0d394136-39f2-4a78-b4d4-6e4c40c46493"}]} 2018-07-12 07:48:33,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-490a337a-ea2e-4d73-b776-0101a240e350 2018-07-12 07:48:33,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.126139163971s 2018-07-12 07:48:33,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-490a337a-ea2e-4d73-b776-0101a240e350 2018-07-12 07:48:33,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-12 07:48:33,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/2ee07059-8164-4666-bde0-cff42687ac4f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" 2018-07-12 07:48:34,885 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ea6dc780-902b-49bc-8895-0a116a1e30e4 Content-Length: 0 Date: Thu, 12 Jul 2018 07:48:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-12 07:48:34,885 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/2ee07059-8164-4666-bde0-cff42687ac4f.json used request id req-ea6dc780-902b-49bc-8895-0a116a1e30e4 2018-07-12 07:48:34,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.08383083344s 2018-07-12 07:48:34,885 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/2ee07059-8164-4666-bde0-cff42687ac4f.json used request id req-ea6dc780-902b-49bc-8895-0a116a1e30e4 2018-07-12 07:48:34,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-12 07:48:34,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" 2018-07-12 07:48:34,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1324 X-Openstack-Request-Id: req-4524a4e2-9a10-4108-a8c7-e3667d72660b Date: Thu, 12 Jul 2018 07:48:34 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-12T07:45:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"722330fb-3423-4062-be2a-690ca06355e6","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"28f21aab608a45319d0ddec08d3105b0","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"d0b6789c-39f8-4b18-bab2-32274c71e5cd","tenant_id":"28f21aab608a45319d0ddec08d3105b0","created_at":"2018-07-12T07:45:43Z","ip_version":4},{"updated_at":"2018-07-12T07:48:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7cddb6fe-dee4-4c9c-820d-74aef4f51d4a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"176b6d96994946828b1eae7dc9359be5","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_0d394136-39f2-4a78-b4d4-6e4c40c46493","enable_dhcp":true,"segment_id":null,"network_id":"1ad9b57d-d3c2-49e8-9303-8ea15b0c761a","tenant_id":"176b6d96994946828b1eae7dc9359be5","created_at":"2018-07-12T07:48:28Z","ip_version":4}]} 2018-07-12 07:48:34,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-4524a4e2-9a10-4108-a8c7-e3667d72660b 2018-07-12 07:48:34,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0648210048676s 2018-07-12 07:48:34,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-4524a4e2-9a10-4108-a8c7-e3667d72660b 2018-07-12 07:48:34,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-12 07:48:34,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/7cddb6fe-dee4-4c9c-820d-74aef4f51d4a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" 2018-07-12 07:48:35,932 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b558b2b9-3182-432a-a099-0c86b6b6868e Date: Thu, 12 Jul 2018 07:48:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-12 07:48:35,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/7cddb6fe-dee4-4c9c-820d-74aef4f51d4a.json used request id req-b558b2b9-3182-432a-a099-0c86b6b6868e 2018-07-12 07:48:35,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.980200052261s 2018-07-12 07:48:35,933 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/7cddb6fe-dee4-4c9c-820d-74aef4f51d4a.json used request id req-b558b2b9-3182-432a-a099-0c86b6b6868e 2018-07-12 07:48:35,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-12 07:48:35,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" 2018-07-12 07:48:36,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-a2940d27-8eb7-4050-a72d-76664cd55a7b Date: Thu, 12 Jul 2018 07:48:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"1ad9b57d-d3c2-49e8-9303-8ea15b0c761a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":77,"ipv4_address_scope":null,"shared":false,"project_id":"176b6d96994946828b1eae7dc9359be5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-12T07:48:35Z","qos_policy_id":null,"name":"tenantnetwork1-net_0d394136-39f2-4a78-b4d4-6e4c40c46493","admin_state_up":true,"tenant_id":"176b6d96994946828b1eae7dc9359be5","created_at":"2018-07-12T07:48:27Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"d0b6789c-39f8-4b18-bab2-32274c71e5cd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"28f21aab608a45319d0ddec08d3105b0","l2_adjacency":true,"status":"ACTIVE","subnets":["722330fb-3423-4062-be2a-690ca06355e6"],"description":"","tags":[],"updated_at":"2018-07-12T07:45:43Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"28f21aab608a45319d0ddec08d3105b0","created_at":"2018-07-12T07:45:38Z","provider:network_type":"flat"}]} 2018-07-12 07:48:36,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-a2940d27-8eb7-4050-a72d-76664cd55a7b 2018-07-12 07:48:36,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0785989761353s 2018-07-12 07:48:36,012 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-a2940d27-8eb7-4050-a72d-76664cd55a7b 2018-07-12 07:48:36,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-12 07:48:36,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/1ad9b57d-d3c2-49e8-9303-8ea15b0c761a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d47523b9c1d2dffb3b3ab1e4cbe07b113733cd69" 2018-07-12 07:48:37,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df38049b-8b0f-4f51-8628-72dc17a217a0 Date: Thu, 12 Jul 2018 07:48:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-12 07:48:37,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/1ad9b57d-d3c2-49e8-9303-8ea15b0c761a.json used request id req-df38049b-8b0f-4f51-8628-72dc17a217a0 2018-07-12 07:48:37,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.12918901443s 2018-07-12 07:48:37,143 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/1ad9b57d-d3c2-49e8-9303-8ea15b0c761a.json used request id req-df38049b-8b0f-4f51-8628-72dc17a217a0 2018-07-12 07:48:37,143 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-12 07:48:37,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-12 07:48:37,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-12 07:48:37,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-12 07:48:37,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-12 07:48:37,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-12 07:48:37,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-12 07:48:37,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-12 07:48:37,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-12 07:48:37,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-12 07:48:37,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-12 07:48:37,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87d1b23a-756e-4c0d-ab41-d24bfc92dbb0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-07-12 07:48:37,261 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-87d1b23a-756e-4c0d-ab41-d24bfc92dbb0 2018-07-12 07:48:37,262 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-12 07:48:37,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3ea0c97aedf84826b5561c7a4d6f48b6", "name": "admin"}], "expires_at": "2018-07-12T08:48:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "176b6d96994946828b1eae7dc9359be5", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5294c47c763842c187412bc85437ad60"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac664ae949e14bcca869612801d7e60c"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b1fff93e96b942dca184e0caa3a0eb63"}], "type": "image", "id": "0d816f865a1b46319c2dbd1d2823f23f", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "459dadca56e845b5be96ee5eacf94b3a"}, {"url": "http://172.30.9.24:8776/v3/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd6f94e62ae448849ad9821c882f0c58"}, {"url": "http://192.30.9.8:8776/v3/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cdc238f9670c47d7bb025d89d3366734"}], "type": "volumev3", "id": "1685a10317c1470888d2af72a46f9ce4", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.24:8080/v1/AUTH_176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "06ed58134b0845b7a6ec049b1fa59baa"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0818c16dc113498fb9cffed69b3192b5"}, {"url": "http://12.0.0.21:8080/v1/AUTH_176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "277b469fd74a43f0a87fafc218363131"}], "type": "object-store", "id": "19219bd9a7f240fd87323a4992572b9a", "name": "swift"}, {"endpoints": [], "type": "metering", "id": "1b71700c1aea43549c1a80900f0cfe70", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6048d9b8a2774d1eaa5e7e546e1a3955"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd803542e20e4331a7d12db5ae879d3a"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f974236f1f3c4bb099ee899de91c372a"}], "type": "event", "id": "1ec1c4f9100141bb805415d1725ea60e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0ead8fb1ed0a4e468fc1badf2984dc69"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b704f6c6a2d4bb491cd3ec53438da34"}, {"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2afb58dcdba425dac46f8049a424091"}], "type": "metric", "id": "47d7eb9496a64cad9914e6a0df564b8e", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "18911b81cf1746739fe1c1bd2f3aa47f"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2ac9f8a133024cfc90bdfecfe162901e"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f61d5439293e4be1a91c82325306d99d"}], "type": "cloudformation", "id": "62ca240d996b42bcae4bec35f61e426f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v2/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a7a1728785b4992b14f7a285d88908e"}, {"url": "http://192.30.9.8:8776/v2/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea4554ceabe74f72943a204a8944b342"}, {"url": "http://192.30.9.8:8776/v2/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "faf56d906c67407cb188bd3a296a37ea"}], "type": "volumev2", "id": "6442872d960e4479bdcc7ae89147b7c2", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "14f877cf20824344ac1c6bc5a0094ecd"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4b2b834e3fd0472e8180ea2be8ce5831"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0a483c7a7847d985d0ee406686bc6f"}], "type": "placement", "id": "69d3cd55c9b44c2688b6eb5c6270bd0d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.24:8004/v1/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d39296c50a147cfa4967ae16fa86376"}, {"url": "http://192.30.9.8:8004/v1/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "785feecb57c546c28c804777d6ddc631"}, {"url": "http://192.30.9.8:8004/v1/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e1548db9804349a693e213d700e95453"}], "type": "orchestration", "id": "756db9d8dacb4b2198de4c33e1916f83", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3c2f38573b464361a2e6b392f2c6fa28"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5e85dcd6906d4eb49ddb3f999d992743"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "798589643e0845dda49cbc5088a386c1"}], "type": "network", "id": "aaafc5e0013548648e5bc142f1083f0c", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "981a0bfead634c87ab3e9f02006a214a"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af1171400cb54b4e817a7194fbb02a29"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef6c451e082e40e28dfb854462f6c436"}], "type": "alarming", "id": "c07cf19774d4487ea6f9436e3c0b52fc", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "04fa7bd0b1354b0081afee057fcfcfe8"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "28d503c325f84c54b24fc946145e06ab"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2d7d5ef6c39a4b5cad00f2a05a71da1d"}], "type": "identity", "id": "cdb30cd060904fe28da290a285e229ab", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "38d9ea719ffe45b5ae2966944d45a8f4"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4a97b68dd5584657ba819867f298f474"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "68c6649d3a734b8ca31826e346945a4d"}], "type": "compute", "id": "dc7e14f89c2a4269b29d8ae0c6c835e4", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.24:8776/v1/176b6d96994946828b1eae7dc9359be5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66076fdf60e44cfbb88b9b6406fae330"}, {"url": "http://192.30.9.8:8776/v1/176b6d96994946828b1eae7dc9359be5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bebbbc87baef4fdfa2863daeb603126d"}, {"url": "http://192.30.9.8:8776/v1/176b6d96994946828b1eae7dc9359be5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c327a9488fb640288514c249525c6639"}], "type": "volume", "id": "eba74d42b9ae46a3a192ad43fdc41301", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fb899c2e65404397bfb5eff4513a0894"}, "audit_ids": ["2Ta0L3KlSF2XjYtreu3J7Q"], "issued_at": "2018-07-12T07:48:37.000000Z"}} 2018-07-12 07:48:37,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-12 07:48:37,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:38,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-c526e993-2cb6-4167-82dc-13d85266908c Date: Thu, 12 Jul 2018 07:48:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"d0b6789c-39f8-4b18-bab2-32274c71e5cd","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"28f21aab608a45319d0ddec08d3105b0","l2_adjacency":true,"status":"ACTIVE","subnets":["722330fb-3423-4062-be2a-690ca06355e6"],"description":"","tags":[],"updated_at":"2018-07-12T07:45:43Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"28f21aab608a45319d0ddec08d3105b0","created_at":"2018-07-12T07:45:38Z","provider:network_type":"flat"}]} 2018-07-12 07:48:38,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c526e993-2cb6-4167-82dc-13d85266908c 2018-07-12 07:48:38,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.987730026245s 2018-07-12 07:48:38,630 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c526e993-2cb6-4167-82dc-13d85266908c 2018-07-12 07:48:38,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-12 07:48:38,639 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 12 Jul 2018 07:48:38 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.24: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.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-07-12 07:48:38,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-12 07:48:38,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:38,727 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3ae0456-56e8-4b5c-b86a-7df8ae81e828 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/458f7bd24d99475a81055e62a602e77b"}, "tags": [], "enabled": true, "id": "458f7bd24d99475a81055e62a602e77b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-07-12 07:48:38,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-e3ae0456-56e8-4b5c-b86a-7df8ae81e828 2018-07-12 07:48:38,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0870349407196s 2018-07-12 07:48:38,727 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-e3ae0456-56e8-4b5c-b86a-7df8ae81e828 2018-07-12 07:48:38,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-12 07:48:38,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e"}}' 2018-07-12 07:48:38,886 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 12 Jul 2018 07:48:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5cf7f4f-6ad1-4be7-9c8d-f1409be1713d 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.24:5000/v3/projects/d883a6f652a14276846c0b31406d22be"}, "tags": [], "enabled": true, "id": "d883a6f652a14276846c0b31406d22be", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e"}} 2018-07-12 07:48:38,886 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-c5cf7f4f-6ad1-4be7-9c8d-f1409be1713d 2018-07-12 07:48:38,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.151465177536s 2018-07-12 07:48:38,887 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-c5cf7f4f-6ad1-4be7-9c8d-f1409be1713d 2018-07-12 07:48:38,887 - 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'd883a6f652a14276846c0b31406d22be', '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_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e'}) 2018-07-12 07:48:38,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-12 07:48:38,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "73e757bf-c69c-449a-9423-d1ce01527b84", "email": null, "name": "tenantnetwork2-user_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e"}}' 2018-07-12 07:48:39,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 12 Jul 2018 07:48:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a87c2bdb-c3ae-4f1c-b83e-0a8bc72ddf08 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e", "links": {"self": "http://172.30.9.24:5000/v3/users/e76ff7031bd74ecf9ff34ff5b8cf6490"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e76ff7031bd74ecf9ff34ff5b8cf6490", "domain_id": "default", "password_expires_at": null}} 2018-07-12 07:48:39,226 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-a87c2bdb-c3ae-4f1c-b83e-0a8bc72ddf08 2018-07-12 07:48:39,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.331601858139s 2018-07-12 07:48:39,226 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-a87c2bdb-c3ae-4f1c-b83e-0a8bc72ddf08 2018-07-12 07:48:39,227 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e76ff7031bd74ecf9ff34ff5b8cf6490', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e'}) 2018-07-12 07:48:39,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-12 07:48:39,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:39,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce6274e4-99ab-4cdb-869e-d2678457dc6d Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ea0c97aedf84826b5561c7a4d6f48b6", "links": {"self": "http://172.30.9.24:5000/v3/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a46002ece07744aaacee1b7aec08313c", "links": {"self": "http://172.30.9.24:5000/v3/roles/a46002ece07744aaacee1b7aec08313c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "a7d2e94eda0d464ca6a9fc43a1ad6331", "links": {"self": "http://172.30.9.24:5000/v3/roles/a7d2e94eda0d464ca6a9fc43a1ad6331"}, "name": "swiftoperator"}, {"domain_id": null, "id": "c807b940c5e7491a87c851e9f6cd4793", "links": {"self": "http://172.30.9.24:5000/v3/roles/c807b940c5e7491a87c851e9f6cd4793"}, "name": "heat_stack_user"}]} 2018-07-12 07:48:39,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-ce6274e4-99ab-4cdb-869e-d2678457dc6d 2018-07-12 07:48:39,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0891959667206s 2018-07-12 07:48:39,320 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-ce6274e4-99ab-4cdb-869e-d2678457dc6d 2018-07-12 07:48:39,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-12 07:48:39,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:39,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e86e2296-694b-4125-bd9c-c904b7736a51 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3ea0c97aedf84826b5561c7a4d6f48b6", "links": {"self": "http://172.30.9.24:5000/v3/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a46002ece07744aaacee1b7aec08313c", "links": {"self": "http://172.30.9.24:5000/v3/roles/a46002ece07744aaacee1b7aec08313c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "a7d2e94eda0d464ca6a9fc43a1ad6331", "links": {"self": "http://172.30.9.24:5000/v3/roles/a7d2e94eda0d464ca6a9fc43a1ad6331"}, "name": "swiftoperator"}, {"domain_id": null, "id": "c807b940c5e7491a87c851e9f6cd4793", "links": {"self": "http://172.30.9.24:5000/v3/roles/c807b940c5e7491a87c851e9f6cd4793"}, "name": "heat_stack_user"}]} 2018-07-12 07:48:39,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-e86e2296-694b-4125-bd9c-c904b7736a51 2018-07-12 07:48:39,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0884420871735s 2018-07-12 07:48:39,414 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-e86e2296-694b-4125-bd9c-c904b7736a51 2018-07-12 07:48:39,415 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-07-12 07:48:39,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-07-12 07:48:39,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" -d '{"role": {"name": "Member"}}' 2018-07-12 07:48:39,515 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 12 Jul 2018 07:48:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89201508-308a-4e13-8faa-643767eb2d2f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "00749043962b499ba736ef55b809e244", "links": {"self": "http://172.30.9.24:5000/v3/roles/00749043962b499ba736ef55b809e244"}, "name": "Member"}} 2018-07-12 07:48:39,515 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-89201508-308a-4e13-8faa-643767eb2d2f 2018-07-12 07:48:39,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.0967621803284s 2018-07-12 07:48:39,516 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-89201508-308a-4e13-8faa-643767eb2d2f 2018-07-12 07:48:39,516 - 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'00749043962b499ba736ef55b809e244'}) 2018-07-12 07:48:39,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-12 07:48:39,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:39,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-989c8ba3-7a1c-48b9-9d5f-bbaafb28ba5c Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00749043962b499ba736ef55b809e244", "links": {"self": "http://172.30.9.24:5000/v3/roles/00749043962b499ba736ef55b809e244"}, "name": "Member"}, {"domain_id": null, "id": "3ea0c97aedf84826b5561c7a4d6f48b6", "links": {"self": "http://172.30.9.24:5000/v3/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a46002ece07744aaacee1b7aec08313c", "links": {"self": "http://172.30.9.24:5000/v3/roles/a46002ece07744aaacee1b7aec08313c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "a7d2e94eda0d464ca6a9fc43a1ad6331", "links": {"self": "http://172.30.9.24:5000/v3/roles/a7d2e94eda0d464ca6a9fc43a1ad6331"}, "name": "swiftoperator"}, {"domain_id": null, "id": "c807b940c5e7491a87c851e9f6cd4793", "links": {"self": "http://172.30.9.24:5000/v3/roles/c807b940c5e7491a87c851e9f6cd4793"}, "name": "heat_stack_user"}]} 2018-07-12 07:48:39,620 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-989c8ba3-7a1c-48b9-9d5f-bbaafb28ba5c 2018-07-12 07:48:39,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100450992584s 2018-07-12 07:48:39,620 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-989c8ba3-7a1c-48b9-9d5f-bbaafb28ba5c 2018-07-12 07:48:39,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-12 07:48:39,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:39,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5398ceb-e9ec-4cd5-87d2-be637afab71e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-12 07:48:39,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-e5398ceb-e9ec-4cd5-87d2-be637afab71e 2018-07-12 07:48:39,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0282919406891s 2018-07-12 07:48:39,653 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-e5398ceb-e9ec-4cd5-87d2-be637afab71e 2018-07-12 07:48:39,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-12 07:48:39,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:39,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d7e55af-9c95-414f-bf14-7647e32fbe79 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/44d7081f145c4fb194f087814bfb07b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d7081f145c4fb194f087814bfb07b6", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/5891e36091d24166b9e94fcbfcd77e45"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5891e36091d24166b9e94fcbfcd77e45", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/58fa74e4b73d4bddadbb27ad63ebe524"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58fa74e4b73d4bddadbb27ad63ebe524", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/61cde74a18a34b4988a66ec4e9687db0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61cde74a18a34b4988a66ec4e9687db0", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/8c0280eb48204f2e823e7e21b0e3cae3"}, "domain_id": "458f7bd24d99475a81055e62a602e77b", "enabled": true, "options": {}, "id": "8c0280eb48204f2e823e7e21b0e3cae3", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/8c754c1e2ef44d3baf571736c0abfc67"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8c754c1e2ef44d3baf571736c0abfc67", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/97c774a3a54a49c0a884031c608c46a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97c774a3a54a49c0a884031c608c46a2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/997b8fe34d79406c8ffe8c3f9d1e2cf8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "997b8fe34d79406c8ffe8c3f9d1e2cf8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/b243f1d5f9964dfeb7aa2dbf596d7d0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b243f1d5f9964dfeb7aa2dbf596d7d0e", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/bf253d0fd854429c84ad3707ff9b3969"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf253d0fd854429c84ad3707ff9b3969", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/d744f37485154daf9edae68b200033e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d744f37485154daf9edae68b200033e8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/dff1680b8e63495cb499d1078fb555cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dff1680b8e63495cb499d1078fb555cd", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/e48854f38ce64400bde18a5c3a8611f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e48854f38ce64400bde18a5c3a8611f2", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e", "links": {"self": "http://172.30.9.24:5000/v3/users/e76ff7031bd74ecf9ff34ff5b8cf6490"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e76ff7031bd74ecf9ff34ff5b8cf6490", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/fb899c2e65404397bfb5eff4513a0894"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb899c2e65404397bfb5eff4513a0894", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-12 07:48:39,754 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-4d7e55af-9c95-414f-bf14-7647e32fbe79 2018-07-12 07:48:39,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.099335193634s 2018-07-12 07:48:39,754 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-4d7e55af-9c95-414f-bf14-7647e32fbe79 2018-07-12 07:48:39,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-12 07:48:39,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:39,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a39add32-f269-42ba-9419-66c8bbfb3ce5 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/176b6d96994946828b1eae7dc9359be5"}, "tags": [], "enabled": true, "id": "176b6d96994946828b1eae7dc9359be5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0"}, "tags": [], "enabled": true, "id": "28f21aab608a45319d0ddec08d3105b0", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.24:5000/v3/projects/d883a6f652a14276846c0b31406d22be"}, "tags": [], "enabled": true, "id": "d883a6f652a14276846c0b31406d22be", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e"}]} 2018-07-12 07:48:39,855 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-a39add32-f269-42ba-9419-66c8bbfb3ce5 2018-07-12 07:48:39,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.088858127594s 2018-07-12 07:48:39,855 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-a39add32-f269-42ba-9419-66c8bbfb3ce5 2018-07-12 07:48:39,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-12 07:48:39,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:5000/v3/role_assignments?user.id=e76ff7031bd74ecf9ff34ff5b8cf6490&role.id=00749043962b499ba736ef55b809e244&scope.project.id=d883a6f652a14276846c0b31406d22be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:39,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88f355ba-1ae9-464f-81f5-e3a7f14037b4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=e76ff7031bd74ecf9ff34ff5b8cf6490&role.id=00749043962b499ba736ef55b809e244&scope.project.id=d883a6f652a14276846c0b31406d22be", "previous": null, "next": null}} 2018-07-12 07:48:39,943 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=e76ff7031bd74ecf9ff34ff5b8cf6490&role.id=00749043962b499ba736ef55b809e244&scope.project.id=d883a6f652a14276846c0b31406d22be used request id req-88f355ba-1ae9-464f-81f5-e3a7f14037b4 2018-07-12 07:48:39,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0819499492645s 2018-07-12 07:48:39,944 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=e76ff7031bd74ecf9ff34ff5b8cf6490&role.id=00749043962b499ba736ef55b809e244&scope.project.id=d883a6f652a14276846c0b31406d22be used request id req-88f355ba-1ae9-464f-81f5-e3a7f14037b4 2018-07-12 07:48:39,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-12 07:48:39,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/d883a6f652a14276846c0b31406d22be/users/e76ff7031bd74ecf9ff34ff5b8cf6490/roles/00749043962b499ba736ef55b809e244 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:40,079 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 12 Jul 2018 07:48:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fdb15513-7d6a-42ed-bb74-d7df67bf216e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-12 07:48:40,080 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/d883a6f652a14276846c0b31406d22be/users/e76ff7031bd74ecf9ff34ff5b8cf6490/roles/00749043962b499ba736ef55b809e244 used request id req-fdb15513-7d6a-42ed-bb74-d7df67bf216e 2018-07-12 07:48:40,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.132123947144s 2018-07-12 07:48:40,080 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/d883a6f652a14276846c0b31406d22be/users/e76ff7031bd74ecf9ff34ff5b8cf6490/roles/00749043962b499ba736ef55b809e244 used request id req-fdb15513-7d6a-42ed-bb74-d7df67bf216e 2018-07-12 07:48:40,081 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e', 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': '176b6d96994946828b1eae7dc9359be5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '73e757bf-c69c-449a-9423-d1ce01527b84', 'username': u'tenantnetwork2-user_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-12 07:48:40,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-12 07:48:40,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-12 07:48:40,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-12 07:48:40,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-12 07:48:40,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-12 07:48:40,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-12 07:48:40,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-12 07:48:40,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-12 07:48:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-12 07:48:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-12 07:48:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-12 07:48:40,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-12 07:48:40,086 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e', 'password': '73e757bf-c69c-449a-9423-d1ce01527b84', 'project_name': 'tenantnetwork2-project_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000//v3', 'project_id': '176b6d96994946828b1eae7dc9359be5', 'project_domain_name': 'Default'} 2018-07-12 07:48:40,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-12 07:48:40,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b08f98f-c168-426f-9c78-0ce09dbada76 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-07-12 07:48:40,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-5b08f98f-c168-426f-9c78-0ce09dbada76 2018-07-12 07:48:40,094 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-07-12 07:48:40,452 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-07-12 07:48:40,453 - functest.core.tenantnetwork - ERROR - Cannot run tenantnetwork2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 205, in run self._create_network_ressources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 181, in _create_network_ressources shared=self.shared_network) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3470, in create_network data = self._network_client.post("/networks.json", File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 641, in _network_client endpoint = client.get_endpoint() File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 223, in get_endpoint return self.session.get_endpoint(auth or self.auth, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 942, in get_endpoint return auth.get_endpoint(self, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 379, in get_endpoint allow_version_hack=allow_version_hack, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 270, in get_endpoint_data service_catalog = self.get_access(session).service_catalog File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 134, in get_access self.auth_ref = self.get_auth_ref(session) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py", line 201, in get_auth_ref return self._plugin.get_auth_ref(session, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/base.py", line 177, in get_auth_ref authenticated=False, log=False, **rkwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 848, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 737, in request raise exceptions.from_response(resp, method, url) Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-fadb751f-8e56-420b-abba-e7e63ddc5bc5) 2018-07-12 07:48:40,606 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-12 07:48:40,607 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:00 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-07-12 07:48:40,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-12 07:48:40,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:40,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a96cbc-a980-4e2d-8b50-f495a12bfd15 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/44d7081f145c4fb194f087814bfb07b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44d7081f145c4fb194f087814bfb07b6", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/5891e36091d24166b9e94fcbfcd77e45"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5891e36091d24166b9e94fcbfcd77e45", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/58fa74e4b73d4bddadbb27ad63ebe524"}, "domain_id": "default", "enabled": true, "options": {}, "id": "58fa74e4b73d4bddadbb27ad63ebe524", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/61cde74a18a34b4988a66ec4e9687db0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "61cde74a18a34b4988a66ec4e9687db0", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/8c0280eb48204f2e823e7e21b0e3cae3"}, "domain_id": "458f7bd24d99475a81055e62a602e77b", "enabled": true, "options": {}, "id": "8c0280eb48204f2e823e7e21b0e3cae3", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/8c754c1e2ef44d3baf571736c0abfc67"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8c754c1e2ef44d3baf571736c0abfc67", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/97c774a3a54a49c0a884031c608c46a2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "97c774a3a54a49c0a884031c608c46a2", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/997b8fe34d79406c8ffe8c3f9d1e2cf8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "997b8fe34d79406c8ffe8c3f9d1e2cf8", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/b243f1d5f9964dfeb7aa2dbf596d7d0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b243f1d5f9964dfeb7aa2dbf596d7d0e", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/bf253d0fd854429c84ad3707ff9b3969"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bf253d0fd854429c84ad3707ff9b3969", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/d744f37485154daf9edae68b200033e8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d744f37485154daf9edae68b200033e8", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/dff1680b8e63495cb499d1078fb555cd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dff1680b8e63495cb499d1078fb555cd", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/e48854f38ce64400bde18a5c3a8611f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e48854f38ce64400bde18a5c3a8611f2", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e", "links": {"self": "http://172.30.9.24:5000/v3/users/e76ff7031bd74ecf9ff34ff5b8cf6490"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e76ff7031bd74ecf9ff34ff5b8cf6490", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/fb899c2e65404397bfb5eff4513a0894"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fb899c2e65404397bfb5eff4513a0894", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-07-12 07:48:40,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-d6a96cbc-a980-4e2d-8b50-f495a12bfd15 2018-07-12 07:48:40,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.100840091705s 2018-07-12 07:48:40,713 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-d6a96cbc-a980-4e2d-8b50-f495a12bfd15 2018-07-12 07:48:40,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-12 07:48:40,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/e76ff7031bd74ecf9ff34ff5b8cf6490 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:40,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5906713-49b7-4c4a-bcaf-dbdb05886aaf Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e", "links": {"self": "http://172.30.9.24:5000/v3/users/e76ff7031bd74ecf9ff34ff5b8cf6490"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e76ff7031bd74ecf9ff34ff5b8cf6490", "description": null}} 2018-07-12 07:48:40,873 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/e76ff7031bd74ecf9ff34ff5b8cf6490 used request id req-d5906713-49b7-4c4a-bcaf-dbdb05886aaf 2018-07-12 07:48:40,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.154388904572s 2018-07-12 07:48:40,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/e76ff7031bd74ecf9ff34ff5b8cf6490 used request id req-d5906713-49b7-4c4a-bcaf-dbdb05886aaf 2018-07-12 07:48:40,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-12 07:48:40,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/e76ff7031bd74ecf9ff34ff5b8cf6490 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:41,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 12 Jul 2018 07:48:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b282fd6-e9f3-4e7a-a569-bff9402a0943 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-12 07:48:41,123 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/e76ff7031bd74ecf9ff34ff5b8cf6490 used request id req-2b282fd6-e9f3-4e7a-a569-bff9402a0943 2018-07-12 07:48:41,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.248828172684s 2018-07-12 07:48:41,123 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/e76ff7031bd74ecf9ff34ff5b8cf6490 used request id req-2b282fd6-e9f3-4e7a-a569-bff9402a0943 2018-07-12 07:48:41,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-12 07:48:41,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:41,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53750b8a-3102-4751-b563-15d32a3220b6 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/176b6d96994946828b1eae7dc9359be5"}, "tags": [], "enabled": true, "id": "176b6d96994946828b1eae7dc9359be5", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/28f21aab608a45319d0ddec08d3105b0"}, "tags": [], "enabled": true, "id": "28f21aab608a45319d0ddec08d3105b0", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.24:5000/v3/projects/d883a6f652a14276846c0b31406d22be"}, "tags": [], "enabled": true, "id": "d883a6f652a14276846c0b31406d22be", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_43ab4c97-c5b3-4db6-a6df-fdab9e707e3e"}]} 2018-07-12 07:48:41,220 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-53750b8a-3102-4751-b563-15d32a3220b6 2018-07-12 07:48:41,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0900940895081s 2018-07-12 07:48:41,220 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-53750b8a-3102-4751-b563-15d32a3220b6 2018-07-12 07:48:41,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-12 07:48:41,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/d883a6f652a14276846c0b31406d22be -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:41,421 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 12 Jul 2018 07:48:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74cbcdb7-23db-481a-a07e-ba42902bd004 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-12 07:48:41,421 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/d883a6f652a14276846c0b31406d22be used request id req-74cbcdb7-23db-481a-a07e-ba42902bd004 2018-07-12 07:48:41,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.196748018265s 2018-07-12 07:48:41,422 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/d883a6f652a14276846c0b31406d22be used request id req-74cbcdb7-23db-481a-a07e-ba42902bd004 2018-07-12 07:48:41,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-12 07:48:41,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:41,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 12 Jul 2018 07:48:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a0289949-96a2-4cc6-af83-34822c3420ba Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00749043962b499ba736ef55b809e244", "links": {"self": "http://172.30.9.24:5000/v3/roles/00749043962b499ba736ef55b809e244"}, "name": "Member"}, {"domain_id": null, "id": "3ea0c97aedf84826b5561c7a4d6f48b6", "links": {"self": "http://172.30.9.24:5000/v3/roles/3ea0c97aedf84826b5561c7a4d6f48b6"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a46002ece07744aaacee1b7aec08313c", "links": {"self": "http://172.30.9.24:5000/v3/roles/a46002ece07744aaacee1b7aec08313c"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "a7d2e94eda0d464ca6a9fc43a1ad6331", "links": {"self": "http://172.30.9.24:5000/v3/roles/a7d2e94eda0d464ca6a9fc43a1ad6331"}, "name": "swiftoperator"}, {"domain_id": null, "id": "c807b940c5e7491a87c851e9f6cd4793", "links": {"self": "http://172.30.9.24:5000/v3/roles/c807b940c5e7491a87c851e9f6cd4793"}, "name": "heat_stack_user"}]} 2018-07-12 07:48:41,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-a0289949-96a2-4cc6-af83-34822c3420ba 2018-07-12 07:48:41,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0881679058075s 2018-07-12 07:48:41,514 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-a0289949-96a2-4cc6-af83-34822c3420ba 2018-07-12 07:48:41,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-07-12 07:48:41,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/00749043962b499ba736ef55b809e244 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc6a0d63d85e7c15be3e264b2744b34ab98b091a" 2018-07-12 07:48:41,666 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 12 Jul 2018 07:48:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90686ae7-eb3a-49a6-9322-29d63f83f1b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-12 07:48:41,666 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/00749043962b499ba736ef55b809e244 used request id req-90686ae7-eb3a-49a6-9322-29d63f83f1b2 2018-07-12 07:48:41,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.148096084595s 2018-07-12 07:48:41,666 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/00749043962b499ba736ef55b809e244 used request id req-90686ae7-eb3a-49a6-9322-29d63f83f1b2 2018-07-12 07:48:41,666 - xtesting.ci.run_tests - ERROR - The test case 'tenantnetwork2' failed. 2018-07-12 07:48:41,667 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:04 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:00 | FAIL | | vmready1 | functest | healthcheck | 00:00 | SKIP | | 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 | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-12 07:48:41,677 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR