2018-07-11 17:59:32,503 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-144 | | 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-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-11 17:59:32,507 - 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.25,192.30.9.7 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=cOfGbUMYZMoYRtpuiVp10wWfs 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=cf4b140ef762439f8d43fe9cc783227c export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-07-11 17:59:32,507 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-11 17:59:32,508 - 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-11 17:59:32,511 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-07-11 17:59:32,511 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-11 17:59:32,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-11 17:59:32,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-11 17:59:32,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-11 17:59:32,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-11 17:59:32,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-11 17:59:32,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-11 17:59:32,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-11 17:59:32,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b34e15f3-b023-4ba3-aba2-98fbdba4a7af 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.25:5000/v3/", "rel": "self"}]}} 2018-07-11 17:59:32,870 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b34e15f3-b023-4ba3-aba2-98fbdba4a7af 2018-07-11 17:59:32,871 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-11 17:59:33,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8fe547249a1648f0a558619e3163e291", "name": "member"}, {"id": "356371e5ac4f4a5d8fb94a2eb845e130", "name": "admin"}, {"id": "259304025add4b96aba9a9e4309241e2", "name": "reader"}], "expires_at": "2018-07-11T18:59:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf4b140ef762439f8d43fe9cc783227c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6c341852db34d16a48a8d9a09fcb868"}, {"url": "http://172.30.9.25:8776/v3/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07cd4e1dd4e4d3baa4c2e5a7762eabe"}, {"url": "http://192.30.9.7:8776/v3/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe8861d1dc2c4677a1707d33ff43d80f"}], "type": "volumev3", "id": "0100b6a1637243d4b2b1040f1af42c9c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4824a4a7d06a4a17b8309f9196940cbd"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6d74322f04d4882ad342e5fbe4956c9"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d679eb29dfce46209833e40ae380eeba"}], "type": "cloudformation", "id": "18f54dee0f01430390fc395982fb9345", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1f5573f94aa4187afbff16e195ff929"}, {"url": "http://172.30.9.25:8080/v1/AUTH_cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5c81f342e7f49c9a1b126e1fb4029a1"}, {"url": "http://12.0.0.21:8080/v1/AUTH_cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fa60d37b71214617b75fdb2c5139eeac"}], "type": "object-store", "id": "5525be755f51437d8452a5896a767e1e", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce6c4a3a14df4b91b7162e03504bc503"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e13efdb57cb74493bf2c2ff79e2708dc"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e879edf0e0964de0b44805b2ee22e680"}], "type": "image", "id": "896105b830f84b3da1d0eb68687d69b5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b54b774aff7046198d07acbb7ed1bbcb"}, {"url": "http://172.30.9.25:8004/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2c3a0857e78472b8ebcd29d9383316d"}, {"url": "http://192.30.9.7:8004/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccad48f204f84d86ba2797ed7d3819a1"}], "type": "orchestration", "id": "8b3d66cc802a4e6a87ab6beaa1d198e8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "437e94461dd54fa896c6fd6da712fff5"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ce88472118480398d79c4ea1331aa4"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ab37bc298c84f60b78b72482b32eeb8"}], "type": "metric", "id": "985a4c458eeb45d58d64de8ff4d39206", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "135d526884dc4cb8a025980cd6237c07"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d6b586ab287b4837b4181a5a94ae5ce9"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed3e9b30eba44df08d984af5cddb0d53"}], "type": "identity", "id": "a21f992e64e542ad804deb6b7f90819a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34d76be5dc214ffbae8fb7b31682dfd6"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486eef9d73364ad2ae66539c4851e106"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ab5cd340b924db79d6fd6b2a92ce355"}], "type": "alarming", "id": "a745819329144f159a1ccc3f90ab475f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7247076905e34464b4e74eff955153df"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadd37140985489ba0ce658e2d33afa9"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea38ffdf16f74cd9bba0e9dba86f4bd8"}], "type": "event", "id": "b89f06c0fa68464f9ad109d9c97ad6da", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "014bf5b3318147e4bd183f137db26139"}, {"url": "http://192.30.9.7:8776/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be435acda02247fc833322abe7269b16"}, {"url": "http://192.30.9.7:8776/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efc3e975221d4ab58619e124d4ae5b41"}], "type": "volume", "id": "dbb050766d20480cb764c23bd6a84f11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "489cb187b44945d6ac66f886ba0784c0"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529448dc2aca44d0b008ec870d4c1970"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e495c83295ee4a4c84cd0dede84a4214"}], "type": "placement", "id": "e131baeaa87d44bf920a57e2451f3b77", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a9893c2774c422d85c3ebf1009ab8b4"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a4235b9c08e2442385622a590ccf2513"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c564b38e4da44d1c933a99df7e06eed5"}], "type": "compute", "id": "e1b604a59a4c4960976e8c47acd7d3cc", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6095aac6668c4404b8a95dc15661c202"}, {"url": "http://172.30.9.25:8776/v2/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80e6534b08f4451eaa8dfb9d37552d65"}, {"url": "http://192.30.9.7:8776/v2/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6ad5da3d3534ea998a9104882e65efe"}], "type": "volumev2", "id": "e3b089edd24746c3a6a1a6c43cd6b1dc", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e1b016ce0bc490f8cd4083bbe289ad9"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f21a34c193b147a3acecd2dd7b480a7a"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fa3645a8d80345b6865e7ec1f0a4839e"}], "type": "network", "id": "e59afd27508f4f43a10c7e947c74b69b", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "f2ea7bcb906646158350578c786f2afc", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b5149d0b635f44d889a0ea164a4f5dad"}, "audit_ids": ["jlZHf8B-QImRU6_M-Si0wg"], "issued_at": "2018-07-11T17:59:33.000000Z"}} 2018-07-11 17:59:33,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:34,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b5fa6941-6bbf-41e0-8c23-6261e1b8fe90 x-compute-request-id: req-b5fa6941-6bbf-41e0-8c23-6261e1b8fe90 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-11 17:59:34,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-b5fa6941-6bbf-41e0-8c23-6261e1b8fe90 2018-07-11 17:59:34,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.15272808075s 2018-07-11 17:59:34,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-b5fa6941-6bbf-41e0-8c23-6261e1b8fe90 2018-07-11 17:59:34,015 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-11 17:59:34,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-11 17:59:34,024 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 11 Jul 2018 17:59:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8f07829-9ea8-4592-846e-3d040a1a1ede Content-Length: 266 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-11 17:59:34,024 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-e8f07829-9ea8-4592-846e-3d040a1a1ede 2018-07-11 17:59:34,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-11 17:59:34,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:34,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e91f3491-1fa1-4b01-8f78-65c902f4e41f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/c151be9f11044fc8833a961e3867f785"}, "tags": [], "enabled": true, "id": "c151be9f11044fc8833a961e3867f785", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-11 17:59:34,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-e91f3491-1fa1-4b01-8f78-65c902f4e41f 2018-07-11 17:59:34,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104120016098s 2018-07-11 17:59:34,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-e91f3491-1fa1-4b01-8f78-65c902f4e41f 2018-07-11 17:59:34,130 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'c151be9f11044fc8833a961e3867f785', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-11 17:59:34,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-11 17:59:34,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:34,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a94d4953-6160-415c-bbf2-d6dcfe713ada Content-Encoding: gzip Content-Length: 1977 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/014bf5b3318147e4bd183f137db26139"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dbb050766d20480cb764c23bd6a84f11", "id": "014bf5b3318147e4bd183f137db26139"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/135d526884dc4cb8a025980cd6237c07"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a21f992e64e542ad804deb6b7f90819a", "id": "135d526884dc4cb8a025980cd6237c07"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/34d76be5dc214ffbae8fb7b31682dfd6"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a745819329144f159a1ccc3f90ab475f", "id": "34d76be5dc214ffbae8fb7b31682dfd6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3a9893c2774c422d85c3ebf1009ab8b4"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e1b604a59a4c4960976e8c47acd7d3cc", "id": "3a9893c2774c422d85c3ebf1009ab8b4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/437e94461dd54fa896c6fd6da712fff5"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "985a4c458eeb45d58d64de8ff4d39206", "id": "437e94461dd54fa896c6fd6da712fff5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4824a4a7d06a4a17b8309f9196940cbd"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "18f54dee0f01430390fc395982fb9345", "id": "4824a4a7d06a4a17b8309f9196940cbd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/486eef9d73364ad2ae66539c4851e106"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a745819329144f159a1ccc3f90ab475f", "id": "486eef9d73364ad2ae66539c4851e106"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/489cb187b44945d6ac66f886ba0784c0"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e131baeaa87d44bf920a57e2451f3b77", "id": "489cb187b44945d6ac66f886ba0784c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/529448dc2aca44d0b008ec870d4c1970"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e131baeaa87d44bf920a57e2451f3b77", "id": "529448dc2aca44d0b008ec870d4c1970"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5ab5cd340b924db79d6fd6b2a92ce355"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a745819329144f159a1ccc3f90ab475f", "id": "5ab5cd340b924db79d6fd6b2a92ce355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/6095aac6668c4404b8a95dc15661c202"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e3b089edd24746c3a6a1a6c43cd6b1dc", "id": "6095aac6668c4404b8a95dc15661c202"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/67ce88472118480398d79c4ea1331aa4"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "985a4c458eeb45d58d64de8ff4d39206", "id": "67ce88472118480398d79c4ea1331aa4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/6ab37bc298c84f60b78b72482b32eeb8"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "985a4c458eeb45d58d64de8ff4d39206", "id": "6ab37bc298c84f60b78b72482b32eeb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7247076905e34464b4e74eff955153df"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b89f06c0fa68464f9ad109d9c97ad6da", "id": "7247076905e34464b4e74eff955153df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7e1b016ce0bc490f8cd4083bbe289ad9"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e59afd27508f4f43a10c7e947c74b69b", "id": "7e1b016ce0bc490f8cd4083bbe289ad9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/80e6534b08f4451eaa8dfb9d37552d65"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e3b089edd24746c3a6a1a6c43cd6b1dc", "id": "80e6534b08f4451eaa8dfb9d37552d65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a4235b9c08e2442385622a590ccf2513"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e1b604a59a4c4960976e8c47acd7d3cc", "id": "a4235b9c08e2442385622a590ccf2513"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b54b774aff7046198d07acbb7ed1bbcb"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8b3d66cc802a4e6a87ab6beaa1d198e8", "id": "b54b774aff7046198d07acbb7ed1bbcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b6ad5da3d3534ea998a9104882e65efe"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e3b089edd24746c3a6a1a6c43cd6b1dc", "id": "b6ad5da3d3534ea998a9104882e65efe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/be435acda02247fc833322abe7269b16"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dbb050766d20480cb764c23bd6a84f11", "id": "be435acda02247fc833322abe7269b16"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c2c3a0857e78472b8ebcd29d9383316d"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8b3d66cc802a4e6a87ab6beaa1d198e8", "id": "c2c3a0857e78472b8ebcd29d9383316d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c564b38e4da44d1c933a99df7e06eed5"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e1b604a59a4c4960976e8c47acd7d3cc", "id": "c564b38e4da44d1c933a99df7e06eed5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c6d74322f04d4882ad342e5fbe4956c9"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "18f54dee0f01430390fc395982fb9345", "id": "c6d74322f04d4882ad342e5fbe4956c9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ccad48f204f84d86ba2797ed7d3819a1"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8b3d66cc802a4e6a87ab6beaa1d198e8", "id": "ccad48f204f84d86ba2797ed7d3819a1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ce6c4a3a14df4b91b7162e03504bc503"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "896105b830f84b3da1d0eb68687d69b5", "id": "ce6c4a3a14df4b91b7162e03504bc503"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/d1f5573f94aa4187afbff16e195ff929"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5525be755f51437d8452a5896a767e1e", "id": "d1f5573f94aa4187afbff16e195ff929"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/d679eb29dfce46209833e40ae380eeba"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "18f54dee0f01430390fc395982fb9345", "id": "d679eb29dfce46209833e40ae380eeba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/d6b586ab287b4837b4181a5a94ae5ce9"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a21f992e64e542ad804deb6b7f90819a", "id": "d6b586ab287b4837b4181a5a94ae5ce9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/dadd37140985489ba0ce658e2d33afa9"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b89f06c0fa68464f9ad109d9c97ad6da", "id": "dadd37140985489ba0ce658e2d33afa9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e13efdb57cb74493bf2c2ff79e2708dc"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "896105b830f84b3da1d0eb68687d69b5", "id": "e13efdb57cb74493bf2c2ff79e2708dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e495c83295ee4a4c84cd0dede84a4214"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e131baeaa87d44bf920a57e2451f3b77", "id": "e495c83295ee4a4c84cd0dede84a4214"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e5c81f342e7f49c9a1b126e1fb4029a1"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5525be755f51437d8452a5896a767e1e", "id": "e5c81f342e7f49c9a1b126e1fb4029a1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e6c341852db34d16a48a8d9a09fcb868"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0100b6a1637243d4b2b1040f1af42c9c", "id": "e6c341852db34d16a48a8d9a09fcb868"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e879edf0e0964de0b44805b2ee22e680"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "896105b830f84b3da1d0eb68687d69b5", "id": "e879edf0e0964de0b44805b2ee22e680"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ea38ffdf16f74cd9bba0e9dba86f4bd8"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b89f06c0fa68464f9ad109d9c97ad6da", "id": "ea38ffdf16f74cd9bba0e9dba86f4bd8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ed3e9b30eba44df08d984af5cddb0d53"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a21f992e64e542ad804deb6b7f90819a", "id": "ed3e9b30eba44df08d984af5cddb0d53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/efc3e975221d4ab58619e124d4ae5b41"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dbb050766d20480cb764c23bd6a84f11", "id": "efc3e975221d4ab58619e124d4ae5b41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f07cd4e1dd4e4d3baa4c2e5a7762eabe"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0100b6a1637243d4b2b1040f1af42c9c", "id": "f07cd4e1dd4e4d3baa4c2e5a7762eabe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f21a34c193b147a3acecd2dd7b480a7a"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e59afd27508f4f43a10c7e947c74b69b", "id": "f21a34c193b147a3acecd2dd7b480a7a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/fa3645a8d80345b6865e7ec1f0a4839e"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e59afd27508f4f43a10c7e947c74b69b", "id": "fa3645a8d80345b6865e7ec1f0a4839e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/fa60d37b71214617b75fdb2c5139eeac"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5525be755f51437d8452a5896a767e1e", "id": "fa60d37b71214617b75fdb2c5139eeac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/fe8861d1dc2c4677a1707d33ff43d80f"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0100b6a1637243d4b2b1040f1af42c9c", "id": "fe8861d1dc2c4677a1707d33ff43d80f"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-11 17:59:34,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-a94d4953-6160-415c-bbf2-d6dcfe713ada 2018-07-11 17:59:34,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.159574985504s 2018-07-11 17:59:34,294 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-a94d4953-6160-415c-bbf2-d6dcfe713ada 2018-07-11 17:59:34,301 - 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.25:5000/v3/endpoints/014bf5b3318147e4bd183f137db26139'}, u'url': u'http://172.30.9.25:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dbb050766d20480cb764c23bd6a84f11', u'id': u'014bf5b3318147e4bd183f137db26139'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/135d526884dc4cb8a025980cd6237c07'}, u'url': u'http://192.30.9.7:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a21f992e64e542ad804deb6b7f90819a', u'id': u'135d526884dc4cb8a025980cd6237c07'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/34d76be5dc214ffbae8fb7b31682dfd6'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a745819329144f159a1ccc3f90ab475f', u'id': u'34d76be5dc214ffbae8fb7b31682dfd6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/3a9893c2774c422d85c3ebf1009ab8b4'}, u'url': u'http://172.30.9.25:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e1b604a59a4c4960976e8c47acd7d3cc', u'id': u'3a9893c2774c422d85c3ebf1009ab8b4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/437e94461dd54fa896c6fd6da712fff5'}, u'url': u'http://172.30.9.25:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'985a4c458eeb45d58d64de8ff4d39206', u'id': u'437e94461dd54fa896c6fd6da712fff5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/4824a4a7d06a4a17b8309f9196940cbd'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'18f54dee0f01430390fc395982fb9345', u'id': u'4824a4a7d06a4a17b8309f9196940cbd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/486eef9d73364ad2ae66539c4851e106'}, u'url': u'http://172.30.9.25:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a745819329144f159a1ccc3f90ab475f', u'id': u'486eef9d73364ad2ae66539c4851e106'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/489cb187b44945d6ac66f886ba0784c0'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e131baeaa87d44bf920a57e2451f3b77', u'id': u'489cb187b44945d6ac66f886ba0784c0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/529448dc2aca44d0b008ec870d4c1970'}, u'url': u'http://172.30.9.25:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e131baeaa87d44bf920a57e2451f3b77', u'id': u'529448dc2aca44d0b008ec870d4c1970'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/5ab5cd340b924db79d6fd6b2a92ce355'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a745819329144f159a1ccc3f90ab475f', u'id': u'5ab5cd340b924db79d6fd6b2a92ce355'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/6095aac6668c4404b8a95dc15661c202'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e3b089edd24746c3a6a1a6c43cd6b1dc', u'id': u'6095aac6668c4404b8a95dc15661c202'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/67ce88472118480398d79c4ea1331aa4'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'985a4c458eeb45d58d64de8ff4d39206', u'id': u'67ce88472118480398d79c4ea1331aa4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/6ab37bc298c84f60b78b72482b32eeb8'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'985a4c458eeb45d58d64de8ff4d39206', u'id': u'6ab37bc298c84f60b78b72482b32eeb8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/7247076905e34464b4e74eff955153df'}, u'url': u'http://172.30.9.25:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b89f06c0fa68464f9ad109d9c97ad6da', u'id': u'7247076905e34464b4e74eff955153df'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/7e1b016ce0bc490f8cd4083bbe289ad9'}, u'url': u'http://172.30.9.25:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e59afd27508f4f43a10c7e947c74b69b', u'id': u'7e1b016ce0bc490f8cd4083bbe289ad9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/80e6534b08f4451eaa8dfb9d37552d65'}, u'url': u'http://172.30.9.25:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e3b089edd24746c3a6a1a6c43cd6b1dc', u'id': u'80e6534b08f4451eaa8dfb9d37552d65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/a4235b9c08e2442385622a590ccf2513'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e1b604a59a4c4960976e8c47acd7d3cc', u'id': u'a4235b9c08e2442385622a590ccf2513'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/b54b774aff7046198d07acbb7ed1bbcb'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8b3d66cc802a4e6a87ab6beaa1d198e8', u'id': u'b54b774aff7046198d07acbb7ed1bbcb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/b6ad5da3d3534ea998a9104882e65efe'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e3b089edd24746c3a6a1a6c43cd6b1dc', u'id': u'b6ad5da3d3534ea998a9104882e65efe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/be435acda02247fc833322abe7269b16'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dbb050766d20480cb764c23bd6a84f11', u'id': u'be435acda02247fc833322abe7269b16'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c2c3a0857e78472b8ebcd29d9383316d'}, u'url': u'http://172.30.9.25:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8b3d66cc802a4e6a87ab6beaa1d198e8', u'id': u'c2c3a0857e78472b8ebcd29d9383316d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c564b38e4da44d1c933a99df7e06eed5'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e1b604a59a4c4960976e8c47acd7d3cc', u'id': u'c564b38e4da44d1c933a99df7e06eed5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c6d74322f04d4882ad342e5fbe4956c9'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'18f54dee0f01430390fc395982fb9345', u'id': u'c6d74322f04d4882ad342e5fbe4956c9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ccad48f204f84d86ba2797ed7d3819a1'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8b3d66cc802a4e6a87ab6beaa1d198e8', u'id': u'ccad48f204f84d86ba2797ed7d3819a1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ce6c4a3a14df4b91b7162e03504bc503'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'896105b830f84b3da1d0eb68687d69b5', u'id': u'ce6c4a3a14df4b91b7162e03504bc503'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/d1f5573f94aa4187afbff16e195ff929'}, u'url': u'http://12.0.0.21:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5525be755f51437d8452a5896a767e1e', u'id': u'd1f5573f94aa4187afbff16e195ff929'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/d679eb29dfce46209833e40ae380eeba'}, u'url': u'http://172.30.9.25:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'18f54dee0f01430390fc395982fb9345', u'id': u'd679eb29dfce46209833e40ae380eeba'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/d6b586ab287b4837b4181a5a94ae5ce9'}, u'url': u'http://192.30.9.7:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a21f992e64e542ad804deb6b7f90819a', u'id': u'd6b586ab287b4837b4181a5a94ae5ce9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/dadd37140985489ba0ce658e2d33afa9'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b89f06c0fa68464f9ad109d9c97ad6da', u'id': u'dadd37140985489ba0ce658e2d33afa9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/e13efdb57cb74493bf2c2ff79e2708dc'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'896105b830f84b3da1d0eb68687d69b5', u'id': u'e13efdb57cb74493bf2c2ff79e2708dc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/e495c83295ee4a4c84cd0dede84a4214'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e131baeaa87d44bf920a57e2451f3b77', u'id': u'e495c83295ee4a4c84cd0dede84a4214'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/e5c81f342e7f49c9a1b126e1fb4029a1'}, u'url': u'http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5525be755f51437d8452a5896a767e1e', u'id': u'e5c81f342e7f49c9a1b126e1fb4029a1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/e6c341852db34d16a48a8d9a09fcb868'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0100b6a1637243d4b2b1040f1af42c9c', u'id': u'e6c341852db34d16a48a8d9a09fcb868'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/e879edf0e0964de0b44805b2ee22e680'}, u'url': u'http://172.30.9.25:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'896105b830f84b3da1d0eb68687d69b5', u'id': u'e879edf0e0964de0b44805b2ee22e680'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ea38ffdf16f74cd9bba0e9dba86f4bd8'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b89f06c0fa68464f9ad109d9c97ad6da', u'id': u'ea38ffdf16f74cd9bba0e9dba86f4bd8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ed3e9b30eba44df08d984af5cddb0d53'}, u'url': u'http://172.30.9.25:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a21f992e64e542ad804deb6b7f90819a', u'id': u'ed3e9b30eba44df08d984af5cddb0d53'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/efc3e975221d4ab58619e124d4ae5b41'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dbb050766d20480cb764c23bd6a84f11', u'id': u'efc3e975221d4ab58619e124d4ae5b41'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/f07cd4e1dd4e4d3baa4c2e5a7762eabe'}, u'url': u'http://172.30.9.25:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0100b6a1637243d4b2b1040f1af42c9c', u'id': u'f07cd4e1dd4e4d3baa4c2e5a7762eabe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/f21a34c193b147a3acecd2dd7b480a7a'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e59afd27508f4f43a10c7e947c74b69b', u'id': u'f21a34c193b147a3acecd2dd7b480a7a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/fa3645a8d80345b6865e7ec1f0a4839e'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e59afd27508f4f43a10c7e947c74b69b', u'id': u'fa3645a8d80345b6865e7ec1f0a4839e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/fa60d37b71214617b75fdb2c5139eeac'}, 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'5525be755f51437d8452a5896a767e1e', u'id': u'fa60d37b71214617b75fdb2c5139eeac'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/fe8861d1dc2c4677a1707d33ff43d80f'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0100b6a1637243d4b2b1040f1af42c9c', u'id': u'fe8861d1dc2c4677a1707d33ff43d80f'})] 2018-07-11 17:59:34,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-11 17:59:34,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:34,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6903f76e-f170-4a07-b3ec-24e2a6066246 x-compute-request-id: req-6903f76e-f170-4a07-b3ec-24e2a6066246 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-11 17:59:34,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-6903f76e-f170-4a07-b3ec-24e2a6066246 2018-07-11 17:59:34,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.120325088501s 2018-07-11 17:59:34,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-6903f76e-f170-4a07-b3ec-24e2a6066246 2018-07-11 17:59:34,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-11 17:59:34,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:35,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-029a82f9-ddb5-4f65-8e7c-2d587850d4ee x-compute-request-id: req-029a82f9-ddb5-4f65-8e7c-2d587850d4ee Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-11 17:59:35,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-029a82f9-ddb5-4f65-8e7c-2d587850d4ee 2018-07-11 17:59:35,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 0.941435813904s 2018-07-11 17:59:35,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-029a82f9-ddb5-4f65-8e7c-2d587850d4ee 2018-07-11 17:59:35,381 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-11 17:59:35,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-11 17:59:35,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:35,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-baf7e920-59a8-48d6-9ad6-3805f485bc17 Date: Wed, 11 Jul 2018 17:59:35 GMT RESP BODY: {"floatingips": []} 2018-07-11 17:59:35,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-baf7e920-59a8-48d6-9ad6-3805f485bc17 2018-07-11 17:59:35,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0515229701996s 2018-07-11 17:59:35,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-baf7e920-59a8-48d6-9ad6-3805f485bc17 2018-07-11 17:59:35,438 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-11 17:59:35,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-11 17:59:35,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:35,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-db4a7476-9a8a-47f8-b7e8-941f626bc51e x-compute-request-id: req-db4a7476-9a8a-47f8-b7e8-941f626bc51e 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": 30}, "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.8", "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": 31}, "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.10", "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-11 17:59:35,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-db4a7476-9a8a-47f8-b7e8-941f626bc51e 2018-07-11 17:59:35,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.153616905212s 2018-07-11 17:59:35,592 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-db4a7476-9a8a-47f8-b7e8-941f626bc51e 2018-07-11 17:59:35,593 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', 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': 30}, 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.10', 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': 31}, 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-11 17:59:35,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-11 17:59:35,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:35,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-561aea52-7586-4524-ba35-e92aa3dc2cea x-compute-request-id: req-561aea52-7586-4524-ba35-e92aa3dc2cea Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-11 17:59:35,720 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-561aea52-7586-4524-ba35-e92aa3dc2cea 2018-07-11 17:59:35,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.125965118408s 2018-07-11 17:59:35,720 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-561aea52-7586-4524-ba35-e92aa3dc2cea 2018-07-11 17:59:35,720 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-11 17:59:35,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-11 17:59:35,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:35,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-f27f6c1c-e4e1-4749-b103-305a2ded994c Date: Wed, 11 Jul 2018 17:59:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"e6ba6f81-ec65-4264-85bc-f0e8195e2cc2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"13ee9b415ed846e4bb724bee2fe5be57","l2_adjacency":true,"status":"ACTIVE","subnets":["7e1f1252-0e2a-4646-bcc0-e00e7f94aabc"],"description":"","tags":[],"updated_at":"2018-07-11T17:57:16Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"13ee9b415ed846e4bb724bee2fe5be57","created_at":"2018-07-11T17:57:11Z","provider:network_type":"flat"}]} 2018-07-11 17:59:35,825 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f27f6c1c-e4e1-4749-b103-305a2ded994c 2018-07-11 17:59:35,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104317903519s 2018-07-11 17:59:35,825 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f27f6c1c-e4e1-4749-b103-305a2ded994c 2018-07-11 17:59:35,826 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'7e1f1252-0e2a-4646-bcc0-e00e7f94aabc'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-11T17:57:16Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'e6ba6f81-ec65-4264-85bc-f0e8195e2cc2', 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-11T17:57:11Z', u'provider:network_type': u'flat', u'tenant_id': u'13ee9b415ed846e4bb724bee2fe5be57', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'13ee9b415ed846e4bb724bee2fe5be57', u'l2_adjacency': True})] 2018-07-11 17:59:35,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-11 17:59:35,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:35,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f121e276-99d8-49dc-aa3f-6d991436caee Date: Wed, 11 Jul 2018 17:59:35 GMT RESP BODY: {"ports":[]} 2018-07-11 17:59:35,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-f121e276-99d8-49dc-aa3f-6d991436caee 2018-07-11 17:59:35,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0360901355743s 2018-07-11 17:59:35,863 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-f121e276-99d8-49dc-aa3f-6d991436caee 2018-07-11 17:59:35,863 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-11 17:59:35,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-11 17:59:35,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:35,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c1f1051-502c-49d9-bfae-bf8ce9c415e8 Content-Encoding: gzip Content-Length: 724 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "186c7f514ccd47bbabb0c724d21892d0"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/186c7f514ccd47bbabb0c724d21892d0/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "19827c6347d94730b19bc84673c89ebb"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/19827c6347d94730b19bc84673c89ebb/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "2ca5e14ecdf5453fa0e65b85b9ff2b4d"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/2ca5e14ecdf5453fa0e65b85b9ff2b4d/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "53bfe0d1565d4d738df17b4b86d2b1b2"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/53bfe0d1565d4d738df17b4b86d2b1b2/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "6e078d95cbe840b78265524362307d9b"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/6e078d95cbe840b78265524362307d9b/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "06324b65a3bd4c8a8e2179d64afb8943"}, "user": {"id": "8189ba9999824ad1aa400a8df3f4bff6"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/8189ba9999824ad1aa400a8df3f4bff6/roles/06324b65a3bd4c8a8e2179d64afb8943"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "8189ba9999824ad1aa400a8df3f4bff6"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/8189ba9999824ad1aa400a8df3f4bff6/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "a502dc2591fb44eaaea1138b47f0e2ff"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/a502dc2591fb44eaaea1138b47f0e2ff/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "cf4b140ef762439f8d43fe9cc783227c"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "b5149d0b635f44d889a0ea164a4f5dad"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/cf4b140ef762439f8d43fe9cc783227c/users/b5149d0b635f44d889a0ea164a4f5dad/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "dd53935b3879475e906dfd5c818ccfb4"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/dd53935b3879475e906dfd5c818ccfb4/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "dfa9a7a4aba441bd8519f09b7d7dfe6c"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/dfa9a7a4aba441bd8519f09b7d7dfe6c/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "e10586215d394d62846bfe61de55caa7"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/e10586215d394d62846bfe61de55caa7/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "e1d48ba2e36c4532841eea51d4a0d413"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/e1d48ba2e36c4532841eea51d4a0d413/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"project": {"id": "13ee9b415ed846e4bb724bee2fe5be57"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "f766772c38f54572b069cdc19b7865e8"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/13ee9b415ed846e4bb724bee2fe5be57/users/f766772c38f54572b069cdc19b7865e8/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"domain": {"id": "c151be9f11044fc8833a961e3867f785"}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "7cd82d084b85479ea9a10fba20d6bfc6"}, "links": {"assignment": "http://172.30.9.25:5000/v3/domains/c151be9f11044fc8833a961e3867f785/users/7cd82d084b85479ea9a10fba20d6bfc6/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}, {"scope": {"system": {"all": true}}, "role": {"id": "356371e5ac4f4a5d8fb94a2eb845e130"}, "user": {"id": "b5149d0b635f44d889a0ea164a4f5dad"}, "links": {"assignment": "http://172.30.9.25:5000/v3/system/users/b5149d0b635f44d889a0ea164a4f5dad/roles/356371e5ac4f4a5d8fb94a2eb845e130"}}], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-11 17:59:35,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-5c1f1051-502c-49d9-bfae-bf8ce9c415e8 2018-07-11 17:59:35,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0971949100494s 2018-07-11 17:59:35,964 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-5c1f1051-502c-49d9-bfae-bf8ce9c415e8 2018-07-11 17:59:35,967 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'186c7f514ccd47bbabb0c724d21892d0'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'19827c6347d94730b19bc84673c89ebb'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'2ca5e14ecdf5453fa0e65b85b9ff2b4d'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'53bfe0d1565d4d738df17b4b86d2b1b2'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'6e078d95cbe840b78265524362307d9b'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'06324b65a3bd4c8a8e2179d64afb8943', 'user': u'8189ba9999824ad1aa400a8df3f4bff6'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'8189ba9999824ad1aa400a8df3f4bff6'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'a502dc2591fb44eaaea1138b47f0e2ff'}), Munch({'project': u'cf4b140ef762439f8d43fe9cc783227c', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'b5149d0b635f44d889a0ea164a4f5dad'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'dd53935b3879475e906dfd5c818ccfb4'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'dfa9a7a4aba441bd8519f09b7d7dfe6c'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'e10586215d394d62846bfe61de55caa7'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'e1d48ba2e36c4532841eea51d4a0d413'}), Munch({'project': u'13ee9b415ed846e4bb724bee2fe5be57', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'f766772c38f54572b069cdc19b7865e8'}), Munch({'domain': u'c151be9f11044fc8833a961e3867f785', 'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'7cd82d084b85479ea9a10fba20d6bfc6'}), Munch({'id': u'356371e5ac4f4a5d8fb94a2eb845e130', 'user': u'b5149d0b635f44d889a0ea164a4f5dad'})] 2018-07-11 17:59:35,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-11 17:59:35,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:36,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e644b5fc-b192-4121-8077-b8a3ad3ec434 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "06324b65a3bd4c8a8e2179d64afb8943", "links": {"self": "http://172.30.9.25:5000/v3/roles/06324b65a3bd4c8a8e2179d64afb8943"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1b8093e487a84f4683606efa6e2653b4", "links": {"self": "http://172.30.9.25:5000/v3/roles/1b8093e487a84f4683606efa6e2653b4"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "259304025add4b96aba9a9e4309241e2", "links": {"self": "http://172.30.9.25:5000/v3/roles/259304025add4b96aba9a9e4309241e2"}, "name": "reader"}, {"domain_id": null, "id": "34ef40ffe6184d9fb5ee256bbb2ca994", "links": {"self": "http://172.30.9.25:5000/v3/roles/34ef40ffe6184d9fb5ee256bbb2ca994"}, "name": "swiftoperator"}, {"domain_id": null, "id": "356371e5ac4f4a5d8fb94a2eb845e130", "links": {"self": "http://172.30.9.25:5000/v3/roles/356371e5ac4f4a5d8fb94a2eb845e130"}, "name": "admin"}, {"domain_id": null, "id": "8fe547249a1648f0a558619e3163e291", "links": {"self": "http://172.30.9.25:5000/v3/roles/8fe547249a1648f0a558619e3163e291"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-11 17:59:36,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e644b5fc-b192-4121-8077-b8a3ad3ec434 2018-07-11 17:59:36,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0995268821716s 2018-07-11 17:59:36,070 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e644b5fc-b192-4121-8077-b8a3ad3ec434 2018-07-11 17:59:36,072 - 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'ResellerAdmin', 'id': u'06324b65a3bd4c8a8e2179d64afb8943'}), 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'1b8093e487a84f4683606efa6e2653b4'}), 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'reader', 'id': u'259304025add4b96aba9a9e4309241e2'}), 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'34ef40ffe6184d9fb5ee256bbb2ca994'}), 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'356371e5ac4f4a5d8fb94a2eb845e130'}), 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'8fe547249a1648f0a558619e3163e291'}), 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'})] 2018-07-11 17:59:36,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-11 17:59:36,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:36,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-12081b91-2765-499c-830c-3e2ec8e1c08d Date: Wed, 11 Jul 2018 17:59:36 GMT RESP BODY: {"routers": []} 2018-07-11 17:59:36,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-12081b91-2765-499c-830c-3e2ec8e1c08d 2018-07-11 17:59:36,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.217612028122s 2018-07-11 17:59:36,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-12081b91-2765-499c-830c-3e2ec8e1c08d 2018-07-11 17:59:36,291 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-11 17:59:36,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-11 17:59:36,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:36,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-066e4cdb-d92e-46e1-bfae-49418f749023 x-compute-request-id: req-066e4cdb-d92e-46e1-bfae-49418f749023 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-11 17:59:36,503 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-066e4cdb-d92e-46e1-bfae-49418f749023 2018-07-11 17:59:36,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211623907089s 2018-07-11 17:59:36,503 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-066e4cdb-d92e-46e1-bfae-49418f749023 2018-07-11 17:59:36,503 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-11 17:59:36,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-11 17:59:36,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-11 17:59:36,516 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 11 Jul 2018 17:59:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-066893e2-2bcb-401c-9967-3c1b38e78acc Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.7:35357/v3/", "rel": "self"}]}]}} 2018-07-11 17:59:36,517 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-066893e2-2bcb-401c-9967-3c1b38e78acc 2018-07-11 17:59:36,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:36,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2850f22-272a-4d75-b019-05d4ea104858 Content-Encoding: gzip Content-Length: 860 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/0100b6a1637243d4b2b1040f1af42c9c"}, "enabled": true, "type": "volumev3", "id": "0100b6a1637243d4b2b1040f1af42c9c", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/18f54dee0f01430390fc395982fb9345"}, "enabled": true, "type": "cloudformation", "id": "18f54dee0f01430390fc395982fb9345", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5525be755f51437d8452a5896a767e1e"}, "enabled": true, "type": "object-store", "id": "5525be755f51437d8452a5896a767e1e", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/896105b830f84b3da1d0eb68687d69b5"}, "enabled": true, "type": "image", "id": "896105b830f84b3da1d0eb68687d69b5", "name": "glance"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/8b3d66cc802a4e6a87ab6beaa1d198e8"}, "enabled": true, "type": "orchestration", "id": "8b3d66cc802a4e6a87ab6beaa1d198e8", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/985a4c458eeb45d58d64de8ff4d39206"}, "enabled": true, "type": "metric", "id": "985a4c458eeb45d58d64de8ff4d39206", "name": "gnocchi"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/a21f992e64e542ad804deb6b7f90819a"}, "enabled": true, "type": "identity", "id": "a21f992e64e542ad804deb6b7f90819a", "name": "keystone"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/a745819329144f159a1ccc3f90ab475f"}, "enabled": true, "type": "alarming", "id": "a745819329144f159a1ccc3f90ab475f", "name": "aodh"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/b89f06c0fa68464f9ad109d9c97ad6da"}, "enabled": true, "type": "event", "id": "b89f06c0fa68464f9ad109d9c97ad6da", "name": "panko"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/dbb050766d20480cb764c23bd6a84f11"}, "enabled": true, "type": "volume", "id": "dbb050766d20480cb764c23bd6a84f11", "name": "cinder"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e131baeaa87d44bf920a57e2451f3b77"}, "enabled": true, "type": "placement", "id": "e131baeaa87d44bf920a57e2451f3b77", "name": "placement"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e1b604a59a4c4960976e8c47acd7d3cc"}, "enabled": true, "type": "compute", "id": "e1b604a59a4c4960976e8c47acd7d3cc", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/e3b089edd24746c3a6a1a6c43cd6b1dc"}, "enabled": true, "type": "volumev2", "id": "e3b089edd24746c3a6a1a6c43cd6b1dc", "name": "cinderv2"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/e59afd27508f4f43a10c7e947c74b69b"}, "enabled": true, "type": "network", "id": "e59afd27508f4f43a10c7e947c74b69b", "name": "neutron"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/f2ea7bcb906646158350578c786f2afc"}, "enabled": true, "type": "metering", "id": "f2ea7bcb906646158350578c786f2afc", "name": "ceilometer"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-07-11 17:59:36,612 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-f2850f22-272a-4d75-b019-05d4ea104858 2018-07-11 17:59:36,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.105907201767s 2018-07-11 17:59:36,613 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-f2850f22-272a-4d75-b019-05d4ea104858 2018-07-11 17:59:36,618 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'0100b6a1637243d4b2b1040f1af42c9c', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'18f54dee0f01430390fc395982fb9345', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'5525be755f51437d8452a5896a767e1e', 'name': u'swift'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'896105b830f84b3da1d0eb68687d69b5', 'name': u'glance'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'8b3d66cc802a4e6a87ab6beaa1d198e8', 'name': u'heat'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'985a4c458eeb45d58d64de8ff4d39206', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'a21f992e64e542ad804deb6b7f90819a', 'name': u'keystone'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'a745819329144f159a1ccc3f90ab475f', 'name': u'aodh'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'b89f06c0fa68464f9ad109d9c97ad6da', 'name': u'panko'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'dbb050766d20480cb764c23bd6a84f11', 'name': u'cinder'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'e131baeaa87d44bf920a57e2451f3b77', 'name': u'placement'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'e1b604a59a4c4960976e8c47acd7d3cc', 'name': u'nova'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'e3b089edd24746c3a6a1a6c43cd6b1dc', 'name': u'cinderv2'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'e59afd27508f4f43a10c7e947c74b69b', 'name': u'neutron'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'f2ea7bcb906646158350578c786f2afc', 'name': u'ceilometer'})] 2018-07-11 17:59:36,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-11 17:59:36,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}031bd8d6d01d77eda4717a5120f75e2659105240" 2018-07-11 17:59:36,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-7578f7cc-4daa-41c0-8ffc-f7dd5126b4bd Date: Wed, 11 Jul 2018 17:59:36 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-11T17:57:16Z","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":"7e1f1252-0e2a-4646-bcc0-e00e7f94aabc","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"13ee9b415ed846e4bb724bee2fe5be57","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"e6ba6f81-ec65-4264-85bc-f0e8195e2cc2","tenant_id":"13ee9b415ed846e4bb724bee2fe5be57","created_at":"2018-07-11T17:57:16Z","ip_version":4}]} 2018-07-11 17:59:36,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-7578f7cc-4daa-41c0-8ffc-f7dd5126b4bd 2018-07-11 17:59:36,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.050332069397s 2018-07-11 17:59:36,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-7578f7cc-4daa-41c0-8ffc-f7dd5126b4bd 2018-07-11 17:59:36,672 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-11T17:57:16Z', 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'7e1f1252-0e2a-4646-bcc0-e00e7f94aabc', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'e6ba6f81-ec65-4264-85bc-f0e8195e2cc2', u'tenant_id': u'13ee9b415ed846e4bb724bee2fe5be57', u'created_at': u'2018-07-11T17:57:16Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'13ee9b415ed846e4bb724bee2fe5be57'})] 2018-07-11 17:59:36,791 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-11 17:59:36,792 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-11 17:59:36,798 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-11 17:59:36,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-11 17:59:36,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-11 17:59:36,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-11 17:59:36,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b8ad76a-5bbe-4394-831b-8d346317f58d 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.25:5000/v3/", "rel": "self"}]}} 2018-07-11 17:59:36,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-0b8ad76a-5bbe-4394-831b-8d346317f58d 2018-07-11 17:59:36,989 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-11 17:59:37,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8fe547249a1648f0a558619e3163e291", "name": "member"}, {"id": "356371e5ac4f4a5d8fb94a2eb845e130", "name": "admin"}, {"id": "259304025add4b96aba9a9e4309241e2", "name": "reader"}], "expires_at": "2018-07-11T18:59:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf4b140ef762439f8d43fe9cc783227c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6c341852db34d16a48a8d9a09fcb868"}, {"url": "http://172.30.9.25:8776/v3/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07cd4e1dd4e4d3baa4c2e5a7762eabe"}, {"url": "http://192.30.9.7:8776/v3/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe8861d1dc2c4677a1707d33ff43d80f"}], "type": "volumev3", "id": "0100b6a1637243d4b2b1040f1af42c9c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4824a4a7d06a4a17b8309f9196940cbd"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6d74322f04d4882ad342e5fbe4956c9"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d679eb29dfce46209833e40ae380eeba"}], "type": "cloudformation", "id": "18f54dee0f01430390fc395982fb9345", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1f5573f94aa4187afbff16e195ff929"}, {"url": "http://172.30.9.25:8080/v1/AUTH_cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5c81f342e7f49c9a1b126e1fb4029a1"}, {"url": "http://12.0.0.21:8080/v1/AUTH_cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fa60d37b71214617b75fdb2c5139eeac"}], "type": "object-store", "id": "5525be755f51437d8452a5896a767e1e", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce6c4a3a14df4b91b7162e03504bc503"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e13efdb57cb74493bf2c2ff79e2708dc"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e879edf0e0964de0b44805b2ee22e680"}], "type": "image", "id": "896105b830f84b3da1d0eb68687d69b5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b54b774aff7046198d07acbb7ed1bbcb"}, {"url": "http://172.30.9.25:8004/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2c3a0857e78472b8ebcd29d9383316d"}, {"url": "http://192.30.9.7:8004/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccad48f204f84d86ba2797ed7d3819a1"}], "type": "orchestration", "id": "8b3d66cc802a4e6a87ab6beaa1d198e8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "437e94461dd54fa896c6fd6da712fff5"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ce88472118480398d79c4ea1331aa4"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ab37bc298c84f60b78b72482b32eeb8"}], "type": "metric", "id": "985a4c458eeb45d58d64de8ff4d39206", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "135d526884dc4cb8a025980cd6237c07"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d6b586ab287b4837b4181a5a94ae5ce9"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed3e9b30eba44df08d984af5cddb0d53"}], "type": "identity", "id": "a21f992e64e542ad804deb6b7f90819a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34d76be5dc214ffbae8fb7b31682dfd6"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486eef9d73364ad2ae66539c4851e106"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ab5cd340b924db79d6fd6b2a92ce355"}], "type": "alarming", "id": "a745819329144f159a1ccc3f90ab475f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7247076905e34464b4e74eff955153df"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadd37140985489ba0ce658e2d33afa9"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea38ffdf16f74cd9bba0e9dba86f4bd8"}], "type": "event", "id": "b89f06c0fa68464f9ad109d9c97ad6da", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "014bf5b3318147e4bd183f137db26139"}, {"url": "http://192.30.9.7:8776/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be435acda02247fc833322abe7269b16"}, {"url": "http://192.30.9.7:8776/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efc3e975221d4ab58619e124d4ae5b41"}], "type": "volume", "id": "dbb050766d20480cb764c23bd6a84f11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "489cb187b44945d6ac66f886ba0784c0"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529448dc2aca44d0b008ec870d4c1970"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e495c83295ee4a4c84cd0dede84a4214"}], "type": "placement", "id": "e131baeaa87d44bf920a57e2451f3b77", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a9893c2774c422d85c3ebf1009ab8b4"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a4235b9c08e2442385622a590ccf2513"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c564b38e4da44d1c933a99df7e06eed5"}], "type": "compute", "id": "e1b604a59a4c4960976e8c47acd7d3cc", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6095aac6668c4404b8a95dc15661c202"}, {"url": "http://172.30.9.25:8776/v2/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80e6534b08f4451eaa8dfb9d37552d65"}, {"url": "http://192.30.9.7:8776/v2/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6ad5da3d3534ea998a9104882e65efe"}], "type": "volumev2", "id": "e3b089edd24746c3a6a1a6c43cd6b1dc", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e1b016ce0bc490f8cd4083bbe289ad9"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f21a34c193b147a3acecd2dd7b480a7a"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fa3645a8d80345b6865e7ec1f0a4839e"}], "type": "network", "id": "e59afd27508f4f43a10c7e947c74b69b", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "f2ea7bcb906646158350578c786f2afc", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b5149d0b635f44d889a0ea164a4f5dad"}, "audit_ids": ["IIatBDgLT8KVmJA4MN4M2w"], "issued_at": "2018-07-11T17:59:37.000000Z"}} 2018-07-11 17:59:37,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-11 17:59:37,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" 2018-07-11 17:59:38,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-8326791e-66b8-4524-9c3d-9e5e5058abb8 Date: Wed, 11 Jul 2018 17:59:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"e6ba6f81-ec65-4264-85bc-f0e8195e2cc2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"13ee9b415ed846e4bb724bee2fe5be57","l2_adjacency":true,"status":"ACTIVE","subnets":["7e1f1252-0e2a-4646-bcc0-e00e7f94aabc"],"description":"","tags":[],"updated_at":"2018-07-11T17:57:16Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"13ee9b415ed846e4bb724bee2fe5be57","created_at":"2018-07-11T17:57:11Z","provider:network_type":"flat"}]} 2018-07-11 17:59:38,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8326791e-66b8-4524-9c3d-9e5e5058abb8 2018-07-11 17:59:38,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03039097786s 2018-07-11 17:59:38,424 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8326791e-66b8-4524-9c3d-9e5e5058abb8 2018-07-11 17:59:38,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-11 17:59:38,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" -d '{"network": {"name": "tenantnetwork1-net_a641f11e-5911-4bf9-89ee-3445aa5e5f4f", "admin_state_up": true}}' 2018-07-11 17:59:38,873 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-306f7bec-35f6-43f2-869f-46db9ac4b172 Date: Wed, 11 Jul 2018 17:59:38 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"060b8c62-a7b8-47a6-afc7-c8c1d5311817","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"cf4b140ef762439f8d43fe9cc783227c","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-11T17:59:38Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_a641f11e-5911-4bf9-89ee-3445aa5e5f4f","admin_state_up":true,"tenant_id":"cf4b140ef762439f8d43fe9cc783227c","created_at":"2018-07-11T17:59:38Z","mtu":1450}} 2018-07-11 17:59:38,873 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-306f7bec-35f6-43f2-869f-46db9ac4b172 2018-07-11 17:59:38,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.448153018951s 2018-07-11 17:59:38,873 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-306f7bec-35f6-43f2-869f-46db9ac4b172 2018-07-11 17:59:38,874 - 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-11T17:59:38Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'060b8c62-a7b8-47a6-afc7-c8c1d5311817', u'provider:segmentation_id': 72, 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_a641f11e-5911-4bf9-89ee-3445aa5e5f4f', u'created_at': u'2018-07-11T17:59:38Z', u'mtu': 1450, u'tenant_id': u'cf4b140ef762439f8d43fe9cc783227c', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cf4b140ef762439f8d43fe9cc783227c', u'l2_adjacency': True}) 2018-07-11 17:59:38,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-11 17:59:38,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" 2018-07-11 17:59:38,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-44e2ed28-430a-4da7-a5b9-df65d98b6717 Date: Wed, 11 Jul 2018 17:59:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"060b8c62-a7b8-47a6-afc7-c8c1d5311817","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"cf4b140ef762439f8d43fe9cc783227c","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-11T17:59:38Z","qos_policy_id":null,"name":"tenantnetwork1-net_a641f11e-5911-4bf9-89ee-3445aa5e5f4f","admin_state_up":true,"tenant_id":"cf4b140ef762439f8d43fe9cc783227c","created_at":"2018-07-11T17:59:38Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"e6ba6f81-ec65-4264-85bc-f0e8195e2cc2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"13ee9b415ed846e4bb724bee2fe5be57","l2_adjacency":true,"status":"ACTIVE","subnets":["7e1f1252-0e2a-4646-bcc0-e00e7f94aabc"],"description":"","tags":[],"updated_at":"2018-07-11T17:57:16Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"13ee9b415ed846e4bb724bee2fe5be57","created_at":"2018-07-11T17:57:11Z","provider:network_type":"flat"}]} 2018-07-11 17:59:38,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-44e2ed28-430a-4da7-a5b9-df65d98b6717 2018-07-11 17:59:38,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0994648933411s 2018-07-11 17:59:38,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-44e2ed28-430a-4da7-a5b9-df65d98b6717 2018-07-11 17:59:38,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-11 17:59:38,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" -d '{"subnet": {"name": "tenantnetwork1-subnet_a641f11e-5911-4bf9-89ee-3445aa5e5f4f", "enable_dhcp": true, "network_id": "060b8c62-a7b8-47a6-afc7-c8c1d5311817", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-11 17:59:39,389 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-4c17563f-e7ee-4022-a9fd-9ca62845a075 Date: Wed, 11 Jul 2018 17:59:39 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-11T17:59:39Z","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":"60275b87-a5f7-490e-a61d-2f51f783fde6","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"cf4b140ef762439f8d43fe9cc783227c","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_a641f11e-5911-4bf9-89ee-3445aa5e5f4f","enable_dhcp":true,"segment_id":null,"network_id":"060b8c62-a7b8-47a6-afc7-c8c1d5311817","tenant_id":"cf4b140ef762439f8d43fe9cc783227c","created_at":"2018-07-11T17:59:39Z","ip_version":4}} 2018-07-11 17:59:39,389 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-4c17563f-e7ee-4022-a9fd-9ca62845a075 2018-07-11 17:59:39,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.412401199341s 2018-07-11 17:59:39,389 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-4c17563f-e7ee-4022-a9fd-9ca62845a075 2018-07-11 17:59:39,390 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-11T17:59:39Z', 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'60275b87-a5f7-490e-a61d-2f51f783fde6', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_a641f11e-5911-4bf9-89ee-3445aa5e5f4f', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'060b8c62-a7b8-47a6-afc7-c8c1d5311817', u'tenant_id': u'cf4b140ef762439f8d43fe9cc783227c', u'created_at': u'2018-07-11T17:59:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'cf4b140ef762439f8d43fe9cc783227c'}) 2018-07-11 17:59:39,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-11 17:59:39,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" -d '{"router": {"external_gateway_info": {"network_id": "e6ba6f81-ec65-4264-85bc-f0e8195e2cc2"}, "name": "tenantnetwork1-router_a641f11e-5911-4bf9-89ee-3445aa5e5f4f", "admin_state_up": true}}' 2018-07-11 17:59:41,029 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 714 X-Openstack-Request-Id: req-694babf8-5fa8-4833-9cc2-4fc5f30587a3 Date: Wed, 11 Jul 2018 17:59:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e6ba6f81-ec65-4264-85bc-f0e8195e2cc2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7e1f1252-0e2a-4646-bcc0-e00e7f94aabc", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "cf4b140ef762439f8d43fe9cc783227c", "created_at": "2018-07-11T17:59:39Z", "admin_state_up": true, "updated_at": "2018-07-11T17:59:40Z", "project_id": "cf4b140ef762439f8d43fe9cc783227c", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "3ebad702-a09b-4337-8f3d-e9251026922e", "name": "tenantnetwork1-router_a641f11e-5911-4bf9-89ee-3445aa5e5f4f"}} 2018-07-11 17:59:41,030 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-694babf8-5fa8-4833-9cc2-4fc5f30587a3 2018-07-11 17:59:41,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.63920712471s 2018-07-11 17:59:41,030 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-694babf8-5fa8-4833-9cc2-4fc5f30587a3 2018-07-11 17:59:41,031 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-11T17:59:40Z', u'revision_number': 2, u'ha': False, u'id': u'3ebad702-a09b-4337-8f3d-e9251026922e', u'external_gateway_info': {u'network_id': u'e6ba6f81-ec65-4264-85bc-f0e8195e2cc2', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'7e1f1252-0e2a-4646-bcc0-e00e7f94aabc', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_a641f11e-5911-4bf9-89ee-3445aa5e5f4f', u'admin_state_up': True, u'tenant_id': u'cf4b140ef762439f8d43fe9cc783227c', u'created_at': u'2018-07-11T17:59:39Z', u'flavor_id': None, u'routes': [], u'project_id': u'cf4b140ef762439f8d43fe9cc783227c'}) 2018-07-11 17:59:41,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-11 17:59:41,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/3ebad702-a09b-4337-8f3d-e9251026922e/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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" -d '{"subnet_id": "60275b87-a5f7-490e-a61d-2f51f783fde6"}' 2018-07-11 17:59:42,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e395c045-c226-4150-9cd3-94e5524d04c3 Date: Wed, 11 Jul 2018 17:59:42 GMT RESP BODY: {"network_id": "060b8c62-a7b8-47a6-afc7-c8c1d5311817", "tenant_id": "cf4b140ef762439f8d43fe9cc783227c", "subnet_id": "60275b87-a5f7-490e-a61d-2f51f783fde6", "subnet_ids": ["60275b87-a5f7-490e-a61d-2f51f783fde6"], "port_id": "d4d462df-a85f-4292-bea1-778025db96c2", "id": "3ebad702-a09b-4337-8f3d-e9251026922e"} 2018-07-11 17:59:42,976 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3ebad702-a09b-4337-8f3d-e9251026922e/add_router_interface.json used request id req-e395c045-c226-4150-9cd3-94e5524d04c3 2018-07-11 17:59:42,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.94453382492s 2018-07-11 17:59:42,976 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3ebad702-a09b-4337-8f3d-e9251026922e/add_router_interface.json used request id req-e395c045-c226-4150-9cd3-94e5524d04c3 returning object 3ebad702-a09b-4337-8f3d-e9251026922e 2018-07-11 17:59:43,080 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-11 17:59:43,081 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-11 17:59:43,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-11 17:59:43,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/3ebad702-a09b-4337-8f3d-e9251026922e/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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" -d '{"subnet_id": "60275b87-a5f7-490e-a61d-2f51f783fde6"}' 2018-07-11 17:59:44,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-68ac381d-c256-432f-a18a-2052969462ad Date: Wed, 11 Jul 2018 17:59:44 GMT RESP BODY: {"network_id": "060b8c62-a7b8-47a6-afc7-c8c1d5311817", "tenant_id": "cf4b140ef762439f8d43fe9cc783227c", "subnet_id": "60275b87-a5f7-490e-a61d-2f51f783fde6", "subnet_ids": ["60275b87-a5f7-490e-a61d-2f51f783fde6"], "port_id": "d4d462df-a85f-4292-bea1-778025db96c2", "id": "3ebad702-a09b-4337-8f3d-e9251026922e"} 2018-07-11 17:59:44,800 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3ebad702-a09b-4337-8f3d-e9251026922e/remove_router_interface.json used request id req-68ac381d-c256-432f-a18a-2052969462ad 2018-07-11 17:59:44,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.71433711052s 2018-07-11 17:59:44,801 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/3ebad702-a09b-4337-8f3d-e9251026922e/remove_router_interface.json used request id req-68ac381d-c256-432f-a18a-2052969462ad returning object 3ebad702-a09b-4337-8f3d-e9251026922e 2018-07-11 17:59:44,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-11 17:59:44,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" 2018-07-11 17:59:44,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-9d39f380-3a95-4dde-90c2-74225e04a319 Date: Wed, 11 Jul 2018 17:59:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e6ba6f81-ec65-4264-85bc-f0e8195e2cc2", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "7e1f1252-0e2a-4646-bcc0-e00e7f94aabc", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cf4b140ef762439f8d43fe9cc783227c", "created_at": "2018-07-11T17:59:39Z", "admin_state_up": true, "updated_at": "2018-07-11T17:59:43Z", "project_id": "cf4b140ef762439f8d43fe9cc783227c", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "3ebad702-a09b-4337-8f3d-e9251026922e", "name": "tenantnetwork1-router_a641f11e-5911-4bf9-89ee-3445aa5e5f4f"}]} 2018-07-11 17:59:44,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9d39f380-3a95-4dde-90c2-74225e04a319 2018-07-11 17:59:44,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.129343986511s 2018-07-11 17:59:44,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9d39f380-3a95-4dde-90c2-74225e04a319 2018-07-11 17:59:44,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-11 17:59:44,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/3ebad702-a09b-4337-8f3d-e9251026922e.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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" 2018-07-11 17:59:46,099 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-27c3e9b1-c810-476a-b9a6-f79e107ace23 Content-Length: 0 Date: Wed, 11 Jul 2018 17:59:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-11 17:59:46,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/3ebad702-a09b-4337-8f3d-e9251026922e.json used request id req-27c3e9b1-c810-476a-b9a6-f79e107ace23 2018-07-11 17:59:46,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.16647291183s 2018-07-11 17:59:46,099 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/3ebad702-a09b-4337-8f3d-e9251026922e.json used request id req-27c3e9b1-c810-476a-b9a6-f79e107ace23 2018-07-11 17:59:46,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-11 17:59:46,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" 2018-07-11 17:59:46,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1324 X-Openstack-Request-Id: req-d5aa0ddf-c2ab-4e7d-8937-51ccc1101b90 Date: Wed, 11 Jul 2018 17:59:46 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-11T17:59:39Z","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":"60275b87-a5f7-490e-a61d-2f51f783fde6","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"cf4b140ef762439f8d43fe9cc783227c","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_a641f11e-5911-4bf9-89ee-3445aa5e5f4f","enable_dhcp":true,"segment_id":null,"network_id":"060b8c62-a7b8-47a6-afc7-c8c1d5311817","tenant_id":"cf4b140ef762439f8d43fe9cc783227c","created_at":"2018-07-11T17:59:39Z","ip_version":4},{"updated_at":"2018-07-11T17:57:16Z","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":"7e1f1252-0e2a-4646-bcc0-e00e7f94aabc","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"13ee9b415ed846e4bb724bee2fe5be57","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"e6ba6f81-ec65-4264-85bc-f0e8195e2cc2","tenant_id":"13ee9b415ed846e4bb724bee2fe5be57","created_at":"2018-07-11T17:57:16Z","ip_version":4}]} 2018-07-11 17:59:46,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d5aa0ddf-c2ab-4e7d-8937-51ccc1101b90 2018-07-11 17:59:46,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0606679916382s 2018-07-11 17:59:46,161 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d5aa0ddf-c2ab-4e7d-8937-51ccc1101b90 2018-07-11 17:59:46,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-11 17:59:46,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/60275b87-a5f7-490e-a61d-2f51f783fde6.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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" 2018-07-11 17:59:47,130 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f11c75a-9afd-450b-a6f1-162ecfcb50f5 Date: Wed, 11 Jul 2018 17:59:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-11 17:59:47,131 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/60275b87-a5f7-490e-a61d-2f51f783fde6.json used request id req-1f11c75a-9afd-450b-a6f1-162ecfcb50f5 2018-07-11 17:59:47,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.968295097351s 2018-07-11 17:59:47,131 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/60275b87-a5f7-490e-a61d-2f51f783fde6.json used request id req-1f11c75a-9afd-450b-a6f1-162ecfcb50f5 2018-07-11 17:59:47,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-11 17:59:47,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" 2018-07-11 17:59:47,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-06f12643-6fd2-4770-9587-75e0c9e9efa7 Date: Wed, 11 Jul 2018 17:59:47 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"060b8c62-a7b8-47a6-afc7-c8c1d5311817","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":false,"project_id":"cf4b140ef762439f8d43fe9cc783227c","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-11T17:59:46Z","qos_policy_id":null,"name":"tenantnetwork1-net_a641f11e-5911-4bf9-89ee-3445aa5e5f4f","admin_state_up":true,"tenant_id":"cf4b140ef762439f8d43fe9cc783227c","created_at":"2018-07-11T17:59:38Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"e6ba6f81-ec65-4264-85bc-f0e8195e2cc2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"13ee9b415ed846e4bb724bee2fe5be57","l2_adjacency":true,"status":"ACTIVE","subnets":["7e1f1252-0e2a-4646-bcc0-e00e7f94aabc"],"description":"","tags":[],"updated_at":"2018-07-11T17:57:16Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"13ee9b415ed846e4bb724bee2fe5be57","created_at":"2018-07-11T17:57:11Z","provider:network_type":"flat"}]} 2018-07-11 17:59:47,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-06f12643-6fd2-4770-9587-75e0c9e9efa7 2018-07-11 17:59:47,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0819759368896s 2018-07-11 17:59:47,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-06f12643-6fd2-4770-9587-75e0c9e9efa7 2018-07-11 17:59:47,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-11 17:59:47,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/060b8c62-a7b8-47a6-afc7-c8c1d5311817.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}29e75b361cbee2d71cad5de41bb3da382e0bf13d" 2018-07-11 17:59:48,268 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-54a4a61e-6c15-42ce-991a-ae456469ff14 Date: Wed, 11 Jul 2018 17:59:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-11 17:59:48,268 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/060b8c62-a7b8-47a6-afc7-c8c1d5311817.json used request id req-54a4a61e-6c15-42ce-991a-ae456469ff14 2018-07-11 17:59:48,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.05340790749s 2018-07-11 17:59:48,269 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/060b8c62-a7b8-47a6-afc7-c8c1d5311817.json used request id req-54a4a61e-6c15-42ce-991a-ae456469ff14 2018-07-11 17:59:48,269 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-11 17:59:48,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-11 17:59:48,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-11 17:59:48,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-11 17:59:48,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-11 17:59:48,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-11 17:59:48,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-11 17:59:48,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-11 17:59:48,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-11 17:59:48,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-11 17:59:48,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-11 17:59:48,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e823782b-e639-4eb0-a358-74d9fdc25bb4 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.25:5000/v3/", "rel": "self"}]}} 2018-07-11 17:59:48,387 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e823782b-e639-4eb0-a358-74d9fdc25bb4 2018-07-11 17:59:48,388 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-07-11 17:59:48,844 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "8fe547249a1648f0a558619e3163e291", "name": "member"}, {"id": "356371e5ac4f4a5d8fb94a2eb845e130", "name": "admin"}, {"id": "259304025add4b96aba9a9e4309241e2", "name": "reader"}], "expires_at": "2018-07-11T18:59:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cf4b140ef762439f8d43fe9cc783227c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.7:8776/v3/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e6c341852db34d16a48a8d9a09fcb868"}, {"url": "http://172.30.9.25:8776/v3/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f07cd4e1dd4e4d3baa4c2e5a7762eabe"}, {"url": "http://192.30.9.7:8776/v3/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fe8861d1dc2c4677a1707d33ff43d80f"}], "type": "volumev3", "id": "0100b6a1637243d4b2b1040f1af42c9c", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4824a4a7d06a4a17b8309f9196940cbd"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c6d74322f04d4882ad342e5fbe4956c9"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d679eb29dfce46209833e40ae380eeba"}], "type": "cloudformation", "id": "18f54dee0f01430390fc395982fb9345", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1f5573f94aa4187afbff16e195ff929"}, {"url": "http://172.30.9.25:8080/v1/AUTH_cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5c81f342e7f49c9a1b126e1fb4029a1"}, {"url": "http://12.0.0.21:8080/v1/AUTH_cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fa60d37b71214617b75fdb2c5139eeac"}], "type": "object-store", "id": "5525be755f51437d8452a5896a767e1e", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce6c4a3a14df4b91b7162e03504bc503"}, {"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e13efdb57cb74493bf2c2ff79e2708dc"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e879edf0e0964de0b44805b2ee22e680"}], "type": "image", "id": "896105b830f84b3da1d0eb68687d69b5", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.7:8004/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b54b774aff7046198d07acbb7ed1bbcb"}, {"url": "http://172.30.9.25:8004/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c2c3a0857e78472b8ebcd29d9383316d"}, {"url": "http://192.30.9.7:8004/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ccad48f204f84d86ba2797ed7d3819a1"}], "type": "orchestration", "id": "8b3d66cc802a4e6a87ab6beaa1d198e8", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "437e94461dd54fa896c6fd6da712fff5"}, {"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "67ce88472118480398d79c4ea1331aa4"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ab37bc298c84f60b78b72482b32eeb8"}], "type": "metric", "id": "985a4c458eeb45d58d64de8ff4d39206", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "135d526884dc4cb8a025980cd6237c07"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d6b586ab287b4837b4181a5a94ae5ce9"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed3e9b30eba44df08d984af5cddb0d53"}], "type": "identity", "id": "a21f992e64e542ad804deb6b7f90819a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "34d76be5dc214ffbae8fb7b31682dfd6"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486eef9d73364ad2ae66539c4851e106"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5ab5cd340b924db79d6fd6b2a92ce355"}], "type": "alarming", "id": "a745819329144f159a1ccc3f90ab475f", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7247076905e34464b4e74eff955153df"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dadd37140985489ba0ce658e2d33afa9"}, {"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea38ffdf16f74cd9bba0e9dba86f4bd8"}], "type": "event", "id": "b89f06c0fa68464f9ad109d9c97ad6da", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "014bf5b3318147e4bd183f137db26139"}, {"url": "http://192.30.9.7:8776/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "be435acda02247fc833322abe7269b16"}, {"url": "http://192.30.9.7:8776/v1/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "efc3e975221d4ab58619e124d4ae5b41"}], "type": "volume", "id": "dbb050766d20480cb764c23bd6a84f11", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "489cb187b44945d6ac66f886ba0784c0"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529448dc2aca44d0b008ec870d4c1970"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e495c83295ee4a4c84cd0dede84a4214"}], "type": "placement", "id": "e131baeaa87d44bf920a57e2451f3b77", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3a9893c2774c422d85c3ebf1009ab8b4"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a4235b9c08e2442385622a590ccf2513"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c564b38e4da44d1c933a99df7e06eed5"}], "type": "compute", "id": "e1b604a59a4c4960976e8c47acd7d3cc", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v2/cf4b140ef762439f8d43fe9cc783227c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6095aac6668c4404b8a95dc15661c202"}, {"url": "http://172.30.9.25:8776/v2/cf4b140ef762439f8d43fe9cc783227c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "80e6534b08f4451eaa8dfb9d37552d65"}, {"url": "http://192.30.9.7:8776/v2/cf4b140ef762439f8d43fe9cc783227c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b6ad5da3d3534ea998a9104882e65efe"}], "type": "volumev2", "id": "e3b089edd24746c3a6a1a6c43cd6b1dc", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7e1b016ce0bc490f8cd4083bbe289ad9"}, {"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f21a34c193b147a3acecd2dd7b480a7a"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fa3645a8d80345b6865e7ec1f0a4839e"}], "type": "network", "id": "e59afd27508f4f43a10c7e947c74b69b", "name": "neutron"}, {"endpoints": [], "type": "metering", "id": "f2ea7bcb906646158350578c786f2afc", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "b5149d0b635f44d889a0ea164a4f5dad"}, "audit_ids": ["6zyMzYLlQa-VlNn5L9zOEQ"], "issued_at": "2018-07-11T17:59:48.000000Z"}} 2018-07-11 17:59:48,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-11 17:59:48,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}7451111a50ef526e176993dee5b5e86328df9327" 2018-07-11 17:59:49,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-04b99020-b359-485d-ab86-11a68144595f Date: Wed, 11 Jul 2018 17:59:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"e6ba6f81-ec65-4264-85bc-f0e8195e2cc2","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"13ee9b415ed846e4bb724bee2fe5be57","l2_adjacency":true,"status":"ACTIVE","subnets":["7e1f1252-0e2a-4646-bcc0-e00e7f94aabc"],"description":"","tags":[],"updated_at":"2018-07-11T17:57:16Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"13ee9b415ed846e4bb724bee2fe5be57","created_at":"2018-07-11T17:57:11Z","provider:network_type":"flat"}]} 2018-07-11 17:59:49,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-04b99020-b359-485d-ab86-11a68144595f 2018-07-11 17:59:49,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.298530817032s 2018-07-11 17:59:49,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-04b99020-b359-485d-ab86-11a68144595f 2018-07-11 17:59:49,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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-11 17:59:49,154 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 11 Jul 2018 17:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a32b446e-525d-4b8d-a252-b7a924b895f7 Content-Length: 266 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.25:5000/v3/", "rel": "self"}]}]}} 2018-07-11 17:59:49,155 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-a32b446e-525d-4b8d-a252-b7a924b895f7 2018-07-11 17:59:49,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-11 17:59:49,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7451111a50ef526e176993dee5b5e86328df9327" 2018-07-11 17:59:49,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0e52f33-a159-427e-8558-74c2c10956b0 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/c151be9f11044fc8833a961e3867f785"}, "tags": [], "enabled": true, "id": "c151be9f11044fc8833a961e3867f785", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-07-11 17:59:49,257 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-c0e52f33-a159-427e-8558-74c2c10956b0 2018-07-11 17:59:49,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101231098175s 2018-07-11 17:59:49,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-c0e52f33-a159-427e-8558-74c2c10956b0 2018-07-11 17:59:49,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-11 17:59:49,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7451111a50ef526e176993dee5b5e86328df9327" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_dd1a3bac-3d51-4021-bd63-0881f6b6beea"}}' 2018-07-11 17:59:49,435 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 11 Jul 2018 17:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7b0048e-eeb4-4058-ab51-f96002e9eba6 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.25:5000/v3/projects/085a6df7fe8046748f0d37d83627b5af"}, "tags": [], "enabled": true, "id": "085a6df7fe8046748f0d37d83627b5af", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_dd1a3bac-3d51-4021-bd63-0881f6b6beea"}} 2018-07-11 17:59:49,435 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e7b0048e-eeb4-4058-ab51-f96002e9eba6 2018-07-11 17:59:49,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.171150922775s 2018-07-11 17:59:49,436 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e7b0048e-eeb4-4058-ab51-f96002e9eba6 2018-07-11 17:59:49,437 - 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'085a6df7fe8046748f0d37d83627b5af', '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_dd1a3bac-3d51-4021-bd63-0881f6b6beea'}) 2018-07-11 17:59:49,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-11 17:59:49,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}7451111a50ef526e176993dee5b5e86328df9327" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9ce40cea-866d-432e-83f7-072392b44a57", "email": null, "name": "tenantnetwork2-user_dd1a3bac-3d51-4021-bd63-0881f6b6beea"}}' 2018-07-11 17:59:49,871 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 11 Jul 2018 17:59:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5ca16e2e-b13d-4aea-b221-386994a83738 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_dd1a3bac-3d51-4021-bd63-0881f6b6beea", "links": {"self": "http://172.30.9.25:5000/v3/users/878e67f4fc724f3fb8a43a158c18908d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "878e67f4fc724f3fb8a43a158c18908d", "domain_id": "default", "password_expires_at": null}} 2018-07-11 17:59:49,871 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-5ca16e2e-b13d-4aea-b221-386994a83738 2018-07-11 17:59:49,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.428297042847s 2018-07-11 17:59:49,871 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-5ca16e2e-b13d-4aea-b221-386994a83738 2018-07-11 17:59:49,872 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'878e67f4fc724f3fb8a43a158c18908d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_dd1a3bac-3d51-4021-bd63-0881f6b6beea'}) 2018-07-11 17:59:49,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-11 17:59:49,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7451111a50ef526e176993dee5b5e86328df9327" 2018-07-11 17:59:49,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-001cfb8c-c2e9-4893-ac20-6eca465b8070 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "06324b65a3bd4c8a8e2179d64afb8943", "links": {"self": "http://172.30.9.25:5000/v3/roles/06324b65a3bd4c8a8e2179d64afb8943"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1b8093e487a84f4683606efa6e2653b4", "links": {"self": "http://172.30.9.25:5000/v3/roles/1b8093e487a84f4683606efa6e2653b4"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "259304025add4b96aba9a9e4309241e2", "links": {"self": "http://172.30.9.25:5000/v3/roles/259304025add4b96aba9a9e4309241e2"}, "name": "reader"}, {"domain_id": null, "id": "34ef40ffe6184d9fb5ee256bbb2ca994", "links": {"self": "http://172.30.9.25:5000/v3/roles/34ef40ffe6184d9fb5ee256bbb2ca994"}, "name": "swiftoperator"}, {"domain_id": null, "id": "356371e5ac4f4a5d8fb94a2eb845e130", "links": {"self": "http://172.30.9.25:5000/v3/roles/356371e5ac4f4a5d8fb94a2eb845e130"}, "name": "admin"}, {"domain_id": null, "id": "8fe547249a1648f0a558619e3163e291", "links": {"self": "http://172.30.9.25:5000/v3/roles/8fe547249a1648f0a558619e3163e291"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-11 17:59:49,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-001cfb8c-c2e9-4893-ac20-6eca465b8070 2018-07-11 17:59:49,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0991530418396s 2018-07-11 17:59:49,975 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-001cfb8c-c2e9-4893-ac20-6eca465b8070 2018-07-11 17:59:49,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-11 17:59:49,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7451111a50ef526e176993dee5b5e86328df9327" 2018-07-11 17:59:50,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7e4e577-814a-47b1-b2c5-695f551b2d1f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "06324b65a3bd4c8a8e2179d64afb8943", "links": {"self": "http://172.30.9.25:5000/v3/roles/06324b65a3bd4c8a8e2179d64afb8943"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1b8093e487a84f4683606efa6e2653b4", "links": {"self": "http://172.30.9.25:5000/v3/roles/1b8093e487a84f4683606efa6e2653b4"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "259304025add4b96aba9a9e4309241e2", "links": {"self": "http://172.30.9.25:5000/v3/roles/259304025add4b96aba9a9e4309241e2"}, "name": "reader"}, {"domain_id": null, "id": "34ef40ffe6184d9fb5ee256bbb2ca994", "links": {"self": "http://172.30.9.25:5000/v3/roles/34ef40ffe6184d9fb5ee256bbb2ca994"}, "name": "swiftoperator"}, {"domain_id": null, "id": "356371e5ac4f4a5d8fb94a2eb845e130", "links": {"self": "http://172.30.9.25:5000/v3/roles/356371e5ac4f4a5d8fb94a2eb845e130"}, "name": "admin"}, {"domain_id": null, "id": "8fe547249a1648f0a558619e3163e291", "links": {"self": "http://172.30.9.25:5000/v3/roles/8fe547249a1648f0a558619e3163e291"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-11 17:59:50,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d7e4e577-814a-47b1-b2c5-695f551b2d1f 2018-07-11 17:59:50,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0972149372101s 2018-07-11 17:59:50,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d7e4e577-814a-47b1-b2c5-695f551b2d1f 2018-07-11 17:59:50,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-11 17:59:50,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7451111a50ef526e176993dee5b5e86328df9327" 2018-07-11 17:59:50,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 11 Jul 2018 17:59:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c0cda1a-9b0c-4058-ae37-592385604e51 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "06324b65a3bd4c8a8e2179d64afb8943", "links": {"self": "http://172.30.9.25:5000/v3/roles/06324b65a3bd4c8a8e2179d64afb8943"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "1b8093e487a84f4683606efa6e2653b4", "links": {"self": "http://172.30.9.25:5000/v3/roles/1b8093e487a84f4683606efa6e2653b4"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "259304025add4b96aba9a9e4309241e2", "links": {"self": "http://172.30.9.25:5000/v3/roles/259304025add4b96aba9a9e4309241e2"}, "name": "reader"}, {"domain_id": null, "id": "34ef40ffe6184d9fb5ee256bbb2ca994", "links": {"self": "http://172.30.9.25:5000/v3/roles/34ef40ffe6184d9fb5ee256bbb2ca994"}, "name": "swiftoperator"}, {"domain_id": null, "id": "356371e5ac4f4a5d8fb94a2eb845e130", "links": {"self": "http://172.30.9.25:5000/v3/roles/356371e5ac4f4a5d8fb94a2eb845e130"}, "name": "admin"}, {"domain_id": null, "id": "8fe547249a1648f0a558619e3163e291", "links": {"self": "http://172.30.9.25:5000/v3/roles/8fe547249a1648f0a558619e3163e291"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-07-11 17:59:50,180 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-0c0cda1a-9b0c-4058-ae37-592385604e51 2018-07-11 17:59:50,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0973908901215s 2018-07-11 17:59:50,181 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-0c0cda1a-9b0c-4058-ae37-592385604e51 2018-07-11 17:59:50,182 - functest.core.tenantnetwork - ERROR - Cannot create user or project Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 242, in __init__ self.project.create() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 81, in create domain=self.domain.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 10775, in grant_role 'Role {0} not found.'.format(name_or_id)) OpenStackCloudException: Role Member not found. 2018-07-11 17:59:50,189 - functest.core.tenantnetwork - ERROR - Cannot run tenantnetwork2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 199, in run assert self.cloud AssertionError 2018-07-11 17:59:50,190 - xtesting.core.testcase - ERROR - Please run test before publishing the results Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/testcase.py", line 182, in push_to_db assert self.start_time AssertionError 2018-07-11 17:59:50,191 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-07-11 17:59:50,192 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-07-11 17:59:50,193 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-07-11 17:59:50,194 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-07-11 17:59:50,195 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-07-11 17:59:50,196 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-07-11 17:59:50,190 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | XX:XX | FAIL | +------------------------+------------------+------------------+----------------+ 2018-07-11 17:59:50,197 - functest.core.tenantnetwork - ERROR - cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 212, in clean assert self.cloud AssertionError 2018-07-11 17:59:50,197 - functest.core.tenantnetwork - ERROR - Cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 252, in clean assert self.project AssertionError 2018-07-11 17:59:50,197 - xtesting.ci.run_tests - ERROR - The test case 'tenantnetwork2' failed. 2018-07-11 17:59:50,198 - xtesting.core.testcase - ERROR - Please run test before getting the duration 2018-07-11 17:59:50,198 - 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 | XX:XX | 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-11 17:59:50,210 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR