2018-08-28 00:05:02,383 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-253 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-28 00:05:02,388 - 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.34,192.30.9.5 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.34:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=9dJQfu92cfsE9ncBqJkUbMryJ 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=e5a79564af44421a9817f7a39587bf4f export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.5 export SDN_CONTROLLER_PASSWORD=FM6XWUsDfCescZj7FeYMtp4xX export OS_REGION_NAME=regionOne 2018-08-28 00:05:02,388 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-28 00:05:02,389 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-28 00:05:02,426 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 00:05:02,726 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 00:05:02,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 00:05:02,727 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 00:05:02,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 00:05:02,732 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-28 00:05:02,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-28 00:05:02,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 00:05:02,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-610765ff-07eb-4abf-8180-a11e4edd8196 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.34:5000/v3/", "rel": "self"}]}} 2018-08-28 00:05:02,741 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.34:5000//v3 used request id req-610765ff-07eb-4abf-8180-a11e4edd8196 2018-08-28 00:05:02,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.34:5000/v3/auth/tokens 2018-08-28 00:05:03,215 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f051e0682ccf4cf5b70f5475bc8fc2eb", "name": "admin"}], "expires_at": "2018-08-28T01:05:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5a79564af44421a9817f7a39587bf4f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79a3077905cd4b66884e31b01a40837c"}, {"url": "http://172.30.9.34:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bf6569e96914f33b1af627f68e40fb2"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a4ce9a1bb1ab4a77ada4ac373440133a"}], "type": "compute", "id": "0d956340104249bdbeb4cc2f20c2508d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fd41a9ecdc748899492b26cb587688f"}, {"url": "http://172.30.9.34:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28f12b474e334d1aad827eabd8c4d1ad"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc695b82944379a108e3f5d3c48d68"}], "type": "image", "id": "0dc0435a7c5d43fabe8bb9072a74f7ce", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.34:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d8ee8527e5b461f8d94c4225339a302"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8be21ffb95df4bd299df53bb9fec5dfe"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ebbc23740454a19b676217dc82f6646"}], "type": "metric", "id": "15e28acb734d4d38a7873bddfad16930", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5045850315d94cf3bb37e11d8b4fc17c"}, {"url": "http://192.30.9.5:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ddaced53dfe14fc4854e5788941289fb"}, {"url": "http://172.30.9.34:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f9e79779c38648d5b67c2f62d0b3be78"}], "type": "volumev3", "id": "1ca936f600e540549439eb6af33b58c8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "17b6c1dddf2844639f00bad601704632"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dff2f0ec3195471996db782324818088"}, {"url": "http://172.30.9.34:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fda318732d8a48a5b14840ec8e37e70b"}], "type": "network", "id": "2e2815fa57424e82b9091e1947422dcb", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "437a3ceec10841dfb1cf477c524f573c"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b34346f6229944fc8e9394789a79d7c5"}, {"url": "http://172.30.9.34:8080/v1/AUTH_e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db770b9621024c539537a4b94b19746f"}], "type": "object-store", "id": "2eab8faf9370492db06425d2170ea733", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.34:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a35bff599bc4c39958b37ebc5f8b527"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b8763aae0324c1a956ec0914b32cb23"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a92d2b64d7ee470d88b4fc3ea6a784a2"}], "type": "identity", "id": "38739994c9364e5c8a8824a48013d440", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03c3508ff1e64e0dae3ca0506a64957d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "077b6850125247adbd7727ba8c686150"}, {"url": "http://172.30.9.34:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a4da83e88841e7a4cf9475e6e34736"}], "type": "alarming", "id": "5905ee99af294d60b1d595abf92342af", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "ac85d2a4db4942b1b0541e3eb45cadfb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1be9022defbd4bb4a1327641dddeea4d"}, {"url": "http://172.30.9.34:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32d3280b2a484ed4b4e592faaf55c384"}, {"url": "http://192.30.9.5:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33eae03ca0dd4e50b1f5e76c26c8aa0e"}], "type": "volumev2", "id": "b55854fd685340719ded1477cf18a8c1", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2feb13982495440daf87a1ea6595b5a6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551ae4d9d67a4349a1282eed0b1bf3c1"}, {"url": "http://172.30.9.34:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87b9c74815f242b0bb8617c1386d5053"}], "type": "placement", "id": "c4e2cef6095d4aa2a517cc81f991521d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "849ede0c327e4fc598f8e9b375c01306"}, {"url": "http://172.30.9.34:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb57f58a7b64dd0b6032b1e47147e80"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee8ff630c3ae4be7950106d12b8c824e"}], "type": "event", "id": "c5091aa50a4541f1be14f44ecaf37884", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dce822e3c7a44f98cc1c32ab2dbfb54"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "774daf6ab394455190e23f90d40f68f1"}, {"url": "http://172.30.9.34:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a280384445c14cb998b0f6ae9f8bf864"}], "type": "cloudformation", "id": "dec677cacdd04c328c7a6e7660f9f11d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406f6d9d84864e8287e6a2156fdfb66a"}, {"url": "http://192.30.9.5:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723ae82f54594d3ab86f6621d5bc9495"}, {"url": "http://172.30.9.34:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f93585abecbf46c29c7beefec2e83483"}], "type": "volume", "id": "f48fbad8d2dd433785e1e455493dabc8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c13fdcda0e4c9bb003ff360089164c"}, {"url": "http://192.30.9.5:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a8ebb4c539a474ab63c56e3a79b0a89"}, {"url": "http://172.30.9.34:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cdbc63c285f40a5b0b3eb2844dde18c"}], "type": "orchestration", "id": "f72641d0d53549dabad0b47e4c219d20", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "51e6fd033219429e9d023923608b979f"}, "audit_ids": ["O6phQAS4Q5u0vYBmO7FkGQ"], "issued_at": "2018-08-28T00:05:03.000000Z"}} 2018-08-28 00:05:03,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:04,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8641f366-0493-4356-91d4-f967a08aa341 x-compute-request-id: req-8641f366-0493-4356-91d4-f967a08aa341 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-28 00:05:04,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/os-aggregates used request id req-8641f366-0493-4356-91d4-f967a08aa341 2018-08-28 00:05:04,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.32818198204s 2018-08-28 00:05:04,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/os-aggregates used request id req-8641f366-0493-4356-91d4-f967a08aa341 2018-08-28 00:05:04,061 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-28 00:05:04,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 00:05:04,070 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 00:05:04 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.34:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.34:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-28 00:05:04,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 00:05:04,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:04,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497a841c-ea2e-4a1c-842a-b65e004f1871 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.34:5000/v3/domains/3ec925cb0f8a46369797c288160afec1"}, "tags": [], "enabled": true, "id": "3ec925cb0f8a46369797c288160afec1", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.34:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.34:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 00:05:04,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/domains used request id req-497a841c-ea2e-4a1c-842a-b65e004f1871 2018-08-28 00:05:04,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102167129517s 2018-08-28 00:05:04,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/domains used request id req-497a841c-ea2e-4a1c-842a-b65e004f1871 2018-08-28 00:05:04,175 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'3ec925cb0f8a46369797c288160afec1', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-28 00:05:04,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-28 00:05:04,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:04,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aa278e0-faf1-4fef-80a6-18ab7a788a49 Content-Encoding: gzip Content-Length: 1959 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/03c3508ff1e64e0dae3ca0506a64957d"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5905ee99af294d60b1d595abf92342af", "id": "03c3508ff1e64e0dae3ca0506a64957d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/077b6850125247adbd7727ba8c686150"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5905ee99af294d60b1d595abf92342af", "id": "077b6850125247adbd7727ba8c686150"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/0fd41a9ecdc748899492b26cb587688f"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0dc0435a7c5d43fabe8bb9072a74f7ce", "id": "0fd41a9ecdc748899492b26cb587688f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/17b6c1dddf2844639f00bad601704632"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2e2815fa57424e82b9091e1947422dcb", "id": "17b6c1dddf2844639f00bad601704632"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/1be9022defbd4bb4a1327641dddeea4d"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b55854fd685340719ded1477cf18a8c1", "id": "1be9022defbd4bb4a1327641dddeea4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/22c13fdcda0e4c9bb003ff360089164c"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f72641d0d53549dabad0b47e4c219d20", "id": "22c13fdcda0e4c9bb003ff360089164c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/28f12b474e334d1aad827eabd8c4d1ad"}, "url": "http://172.30.9.34:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0dc0435a7c5d43fabe8bb9072a74f7ce", "id": "28f12b474e334d1aad827eabd8c4d1ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/2dce822e3c7a44f98cc1c32ab2dbfb54"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dec677cacdd04c328c7a6e7660f9f11d", "id": "2dce822e3c7a44f98cc1c32ab2dbfb54"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/2feb13982495440daf87a1ea6595b5a6"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c4e2cef6095d4aa2a517cc81f991521d", "id": "2feb13982495440daf87a1ea6595b5a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/32d3280b2a484ed4b4e592faaf55c384"}, "url": "http://172.30.9.34:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b55854fd685340719ded1477cf18a8c1", "id": "32d3280b2a484ed4b4e592faaf55c384"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/33eae03ca0dd4e50b1f5e76c26c8aa0e"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b55854fd685340719ded1477cf18a8c1", "id": "33eae03ca0dd4e50b1f5e76c26c8aa0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/406f6d9d84864e8287e6a2156fdfb66a"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f48fbad8d2dd433785e1e455493dabc8", "id": "406f6d9d84864e8287e6a2156fdfb66a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/437a3ceec10841dfb1cf477c524f573c"}, "url": "http://12.0.0.29:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2eab8faf9370492db06425d2170ea733", "id": "437a3ceec10841dfb1cf477c524f573c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/4bcc695b82944379a108e3f5d3c48d68"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0dc0435a7c5d43fabe8bb9072a74f7ce", "id": "4bcc695b82944379a108e3f5d3c48d68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/5045850315d94cf3bb37e11d8b4fc17c"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1ca936f600e540549439eb6af33b58c8", "id": "5045850315d94cf3bb37e11d8b4fc17c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/551ae4d9d67a4349a1282eed0b1bf3c1"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c4e2cef6095d4aa2a517cc81f991521d", "id": "551ae4d9d67a4349a1282eed0b1bf3c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/5d8ee8527e5b461f8d94c4225339a302"}, "url": "http://172.30.9.34:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "15e28acb734d4d38a7873bddfad16930", "id": "5d8ee8527e5b461f8d94c4225339a302"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/6a8ebb4c539a474ab63c56e3a79b0a89"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f72641d0d53549dabad0b47e4c219d20", "id": "6a8ebb4c539a474ab63c56e3a79b0a89"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/6cdbc63c285f40a5b0b3eb2844dde18c"}, "url": "http://172.30.9.34:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f72641d0d53549dabad0b47e4c219d20", "id": "6cdbc63c285f40a5b0b3eb2844dde18c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/723ae82f54594d3ab86f6621d5bc9495"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f48fbad8d2dd433785e1e455493dabc8", "id": "723ae82f54594d3ab86f6621d5bc9495"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/774daf6ab394455190e23f90d40f68f1"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dec677cacdd04c328c7a6e7660f9f11d", "id": "774daf6ab394455190e23f90d40f68f1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/79a3077905cd4b66884e31b01a40837c"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0d956340104249bdbeb4cc2f20c2508d", "id": "79a3077905cd4b66884e31b01a40837c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/849ede0c327e4fc598f8e9b375c01306"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c5091aa50a4541f1be14f44ecaf37884", "id": "849ede0c327e4fc598f8e9b375c01306"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/87b9c74815f242b0bb8617c1386d5053"}, "url": "http://172.30.9.34:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c4e2cef6095d4aa2a517cc81f991521d", "id": "87b9c74815f242b0bb8617c1386d5053"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/8be21ffb95df4bd299df53bb9fec5dfe"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "15e28acb734d4d38a7873bddfad16930", "id": "8be21ffb95df4bd299df53bb9fec5dfe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/8bf6569e96914f33b1af627f68e40fb2"}, "url": "http://172.30.9.34:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0d956340104249bdbeb4cc2f20c2508d", "id": "8bf6569e96914f33b1af627f68e40fb2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/8ebbc23740454a19b676217dc82f6646"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "15e28acb734d4d38a7873bddfad16930", "id": "8ebbc23740454a19b676217dc82f6646"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/9a35bff599bc4c39958b37ebc5f8b527"}, "url": "http://172.30.9.34:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "38739994c9364e5c8a8824a48013d440", "id": "9a35bff599bc4c39958b37ebc5f8b527"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/9b8763aae0324c1a956ec0914b32cb23"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "38739994c9364e5c8a8824a48013d440", "id": "9b8763aae0324c1a956ec0914b32cb23"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/a280384445c14cb998b0f6ae9f8bf864"}, "url": "http://172.30.9.34:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dec677cacdd04c328c7a6e7660f9f11d", "id": "a280384445c14cb998b0f6ae9f8bf864"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/a4ce9a1bb1ab4a77ada4ac373440133a"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0d956340104249bdbeb4cc2f20c2508d", "id": "a4ce9a1bb1ab4a77ada4ac373440133a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/a92d2b64d7ee470d88b4fc3ea6a784a2"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "38739994c9364e5c8a8824a48013d440", "id": "a92d2b64d7ee470d88b4fc3ea6a784a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/b34346f6229944fc8e9394789a79d7c5"}, "url": "http://12.0.0.29:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2eab8faf9370492db06425d2170ea733", "id": "b34346f6229944fc8e9394789a79d7c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/c0a4da83e88841e7a4cf9475e6e34736"}, "url": "http://172.30.9.34:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5905ee99af294d60b1d595abf92342af", "id": "c0a4da83e88841e7a4cf9475e6e34736"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/db770b9621024c539537a4b94b19746f"}, "url": "http://172.30.9.34:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2eab8faf9370492db06425d2170ea733", "id": "db770b9621024c539537a4b94b19746f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/dbb57f58a7b64dd0b6032b1e47147e80"}, "url": "http://172.30.9.34:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c5091aa50a4541f1be14f44ecaf37884", "id": "dbb57f58a7b64dd0b6032b1e47147e80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/ddaced53dfe14fc4854e5788941289fb"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1ca936f600e540549439eb6af33b58c8", "id": "ddaced53dfe14fc4854e5788941289fb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/dff2f0ec3195471996db782324818088"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2e2815fa57424e82b9091e1947422dcb", "id": "dff2f0ec3195471996db782324818088"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/ee8ff630c3ae4be7950106d12b8c824e"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c5091aa50a4541f1be14f44ecaf37884", "id": "ee8ff630c3ae4be7950106d12b8c824e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/f93585abecbf46c29c7beefec2e83483"}, "url": "http://172.30.9.34:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f48fbad8d2dd433785e1e455493dabc8", "id": "f93585abecbf46c29c7beefec2e83483"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/f9e79779c38648d5b67c2f62d0b3be78"}, "url": "http://172.30.9.34:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1ca936f600e540549439eb6af33b58c8", "id": "f9e79779c38648d5b67c2f62d0b3be78"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.34:5000/v3/endpoints/fda318732d8a48a5b14840ec8e37e70b"}, "url": "http://172.30.9.34:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2e2815fa57424e82b9091e1947422dcb", "id": "fda318732d8a48a5b14840ec8e37e70b"}], "links": {"self": "http://172.30.9.34:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-28 00:05:04,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/endpoints used request id req-6aa278e0-faf1-4fef-80a6-18ab7a788a49 2018-08-28 00:05:04,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.165282011032s 2018-08-28 00:05:04,344 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/endpoints used request id req-6aa278e0-faf1-4fef-80a6-18ab7a788a49 2018-08-28 00:05:04,351 - 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.34:5000/v3/endpoints/03c3508ff1e64e0dae3ca0506a64957d'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5905ee99af294d60b1d595abf92342af', u'id': u'03c3508ff1e64e0dae3ca0506a64957d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/077b6850125247adbd7727ba8c686150'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5905ee99af294d60b1d595abf92342af', u'id': u'077b6850125247adbd7727ba8c686150'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/0fd41a9ecdc748899492b26cb587688f'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0dc0435a7c5d43fabe8bb9072a74f7ce', u'id': u'0fd41a9ecdc748899492b26cb587688f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/17b6c1dddf2844639f00bad601704632'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2e2815fa57424e82b9091e1947422dcb', u'id': u'17b6c1dddf2844639f00bad601704632'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/1be9022defbd4bb4a1327641dddeea4d'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b55854fd685340719ded1477cf18a8c1', u'id': u'1be9022defbd4bb4a1327641dddeea4d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/22c13fdcda0e4c9bb003ff360089164c'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f72641d0d53549dabad0b47e4c219d20', u'id': u'22c13fdcda0e4c9bb003ff360089164c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/28f12b474e334d1aad827eabd8c4d1ad'}, u'url': u'http://172.30.9.34:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0dc0435a7c5d43fabe8bb9072a74f7ce', u'id': u'28f12b474e334d1aad827eabd8c4d1ad'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/2dce822e3c7a44f98cc1c32ab2dbfb54'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dec677cacdd04c328c7a6e7660f9f11d', u'id': u'2dce822e3c7a44f98cc1c32ab2dbfb54'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/2feb13982495440daf87a1ea6595b5a6'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c4e2cef6095d4aa2a517cc81f991521d', u'id': u'2feb13982495440daf87a1ea6595b5a6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/32d3280b2a484ed4b4e592faaf55c384'}, u'url': u'http://172.30.9.34:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b55854fd685340719ded1477cf18a8c1', u'id': u'32d3280b2a484ed4b4e592faaf55c384'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/33eae03ca0dd4e50b1f5e76c26c8aa0e'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b55854fd685340719ded1477cf18a8c1', u'id': u'33eae03ca0dd4e50b1f5e76c26c8aa0e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/406f6d9d84864e8287e6a2156fdfb66a'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f48fbad8d2dd433785e1e455493dabc8', u'id': u'406f6d9d84864e8287e6a2156fdfb66a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/437a3ceec10841dfb1cf477c524f573c'}, u'url': u'http://12.0.0.29:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2eab8faf9370492db06425d2170ea733', u'id': u'437a3ceec10841dfb1cf477c524f573c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/4bcc695b82944379a108e3f5d3c48d68'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0dc0435a7c5d43fabe8bb9072a74f7ce', u'id': u'4bcc695b82944379a108e3f5d3c48d68'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/5045850315d94cf3bb37e11d8b4fc17c'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1ca936f600e540549439eb6af33b58c8', u'id': u'5045850315d94cf3bb37e11d8b4fc17c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/551ae4d9d67a4349a1282eed0b1bf3c1'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c4e2cef6095d4aa2a517cc81f991521d', u'id': u'551ae4d9d67a4349a1282eed0b1bf3c1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/5d8ee8527e5b461f8d94c4225339a302'}, u'url': u'http://172.30.9.34:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'15e28acb734d4d38a7873bddfad16930', u'id': u'5d8ee8527e5b461f8d94c4225339a302'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/6a8ebb4c539a474ab63c56e3a79b0a89'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f72641d0d53549dabad0b47e4c219d20', u'id': u'6a8ebb4c539a474ab63c56e3a79b0a89'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/6cdbc63c285f40a5b0b3eb2844dde18c'}, u'url': u'http://172.30.9.34:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f72641d0d53549dabad0b47e4c219d20', u'id': u'6cdbc63c285f40a5b0b3eb2844dde18c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/723ae82f54594d3ab86f6621d5bc9495'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f48fbad8d2dd433785e1e455493dabc8', u'id': u'723ae82f54594d3ab86f6621d5bc9495'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/774daf6ab394455190e23f90d40f68f1'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dec677cacdd04c328c7a6e7660f9f11d', u'id': u'774daf6ab394455190e23f90d40f68f1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/79a3077905cd4b66884e31b01a40837c'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0d956340104249bdbeb4cc2f20c2508d', u'id': u'79a3077905cd4b66884e31b01a40837c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/849ede0c327e4fc598f8e9b375c01306'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c5091aa50a4541f1be14f44ecaf37884', u'id': u'849ede0c327e4fc598f8e9b375c01306'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/87b9c74815f242b0bb8617c1386d5053'}, u'url': u'http://172.30.9.34:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c4e2cef6095d4aa2a517cc81f991521d', u'id': u'87b9c74815f242b0bb8617c1386d5053'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/8be21ffb95df4bd299df53bb9fec5dfe'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'15e28acb734d4d38a7873bddfad16930', u'id': u'8be21ffb95df4bd299df53bb9fec5dfe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/8bf6569e96914f33b1af627f68e40fb2'}, u'url': u'http://172.30.9.34:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0d956340104249bdbeb4cc2f20c2508d', u'id': u'8bf6569e96914f33b1af627f68e40fb2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/8ebbc23740454a19b676217dc82f6646'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'15e28acb734d4d38a7873bddfad16930', u'id': u'8ebbc23740454a19b676217dc82f6646'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/9a35bff599bc4c39958b37ebc5f8b527'}, u'url': u'http://172.30.9.34:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'38739994c9364e5c8a8824a48013d440', u'id': u'9a35bff599bc4c39958b37ebc5f8b527'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/9b8763aae0324c1a956ec0914b32cb23'}, u'url': u'http://192.30.9.5:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'38739994c9364e5c8a8824a48013d440', u'id': u'9b8763aae0324c1a956ec0914b32cb23'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/a280384445c14cb998b0f6ae9f8bf864'}, u'url': u'http://172.30.9.34:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dec677cacdd04c328c7a6e7660f9f11d', u'id': u'a280384445c14cb998b0f6ae9f8bf864'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/a4ce9a1bb1ab4a77ada4ac373440133a'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0d956340104249bdbeb4cc2f20c2508d', u'id': u'a4ce9a1bb1ab4a77ada4ac373440133a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/a92d2b64d7ee470d88b4fc3ea6a784a2'}, u'url': u'http://192.30.9.5:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'38739994c9364e5c8a8824a48013d440', u'id': u'a92d2b64d7ee470d88b4fc3ea6a784a2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/b34346f6229944fc8e9394789a79d7c5'}, u'url': u'http://12.0.0.29:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2eab8faf9370492db06425d2170ea733', u'id': u'b34346f6229944fc8e9394789a79d7c5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/c0a4da83e88841e7a4cf9475e6e34736'}, u'url': u'http://172.30.9.34:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5905ee99af294d60b1d595abf92342af', u'id': u'c0a4da83e88841e7a4cf9475e6e34736'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/db770b9621024c539537a4b94b19746f'}, u'url': u'http://172.30.9.34:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2eab8faf9370492db06425d2170ea733', u'id': u'db770b9621024c539537a4b94b19746f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/dbb57f58a7b64dd0b6032b1e47147e80'}, u'url': u'http://172.30.9.34:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c5091aa50a4541f1be14f44ecaf37884', u'id': u'dbb57f58a7b64dd0b6032b1e47147e80'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/ddaced53dfe14fc4854e5788941289fb'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1ca936f600e540549439eb6af33b58c8', u'id': u'ddaced53dfe14fc4854e5788941289fb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/dff2f0ec3195471996db782324818088'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2e2815fa57424e82b9091e1947422dcb', u'id': u'dff2f0ec3195471996db782324818088'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/ee8ff630c3ae4be7950106d12b8c824e'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c5091aa50a4541f1be14f44ecaf37884', u'id': u'ee8ff630c3ae4be7950106d12b8c824e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/f93585abecbf46c29c7beefec2e83483'}, u'url': u'http://172.30.9.34:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f48fbad8d2dd433785e1e455493dabc8', u'id': u'f93585abecbf46c29c7beefec2e83483'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/f9e79779c38648d5b67c2f62d0b3be78'}, u'url': u'http://172.30.9.34:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1ca936f600e540549439eb6af33b58c8', u'id': u'f9e79779c38648d5b67c2f62d0b3be78'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.34:5000/v3/endpoints/fda318732d8a48a5b14840ec8e37e70b'}, u'url': u'http://172.30.9.34:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2e2815fa57424e82b9091e1947422dcb', u'id': u'fda318732d8a48a5b14840ec8e37e70b'})] 2018-08-28 00:05:04,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-28 00:05:04,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:04,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fdfd9131-6d30-4afb-995d-8c9fb07ea4b6 x-compute-request-id: req-fdfd9131-6d30-4afb-995d-8c9fb07ea4b6 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-28 00:05:04,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/extensions used request id req-fdfd9131-6d30-4afb-995d-8c9fb07ea4b6 2018-08-28 00:05:04,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.107769966125s 2018-08-28 00:05:04,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/extensions used request id req-fdfd9131-6d30-4afb-995d-8c9fb07ea4b6 2018-08-28 00:05:04,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-28 00:05:04,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:06,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f2d37cc7-c34f-436b-a2a6-66fb034d2421 x-compute-request-id: req-f2d37cc7-c34f-436b-a2a6-66fb034d2421 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-28 00:05:06,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/os-floating-ip-pools used request id req-f2d37cc7-c34f-436b-a2a6-66fb034d2421 2018-08-28 00:05:06,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.76415610313s 2018-08-28 00:05:06,242 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/os-floating-ip-pools used request id req-f2d37cc7-c34f-436b-a2a6-66fb034d2421 2018-08-28 00:05:06,243 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-28 00:05:06,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-28 00:05:06,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:07,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ca6df7d4-9a35-4ffc-b22d-d51299d3c3a0 Date: Tue, 28 Aug 2018 00:05:07 GMT RESP BODY: {"floatingips": []} 2018-08-28 00:05:07,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/floatingips.json used request id req-ca6df7d4-9a35-4ffc-b22d-d51299d3c3a0 2018-08-28 00:05:07,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.908997058868s 2018-08-28 00:05:07,157 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/floatingips.json used request id req-ca6df7d4-9a35-4ffc-b22d-d51299d3c3a0 2018-08-28 00:05:07,158 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-28 00:05:07,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-28 00:05:07,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:07,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64dc049e-462c-4525-b39d-b5ad2132fa5f x-compute-request-id: req-64dc049e-462c-4525-b39d-b5ad2132fa5f Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 19}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 4}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 28}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 7}]} 2018-08-28 00:05:07,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/os-hypervisors/detail used request id req-64dc049e-462c-4525-b39d-b5ad2132fa5f 2018-08-28 00:05:07,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0869131088257s 2018-08-28 00:05:07,246 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/os-hypervisors/detail used request id req-64dc049e-462c-4525-b39d-b5ad2132fa5f 2018-08-28 00:05:07,246 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 4, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 19}, 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.9', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 7, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 28}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-28 00:05:07,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-28 00:05:07,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:07,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d559c252-6266-4280-8311-3f6bc6a7bd97 x-compute-request-id: req-d559c252-6266-4280-8311-3f6bc6a7bd97 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-28 00:05:07,373 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/os-keypairs used request id req-d559c252-6266-4280-8311-3f6bc6a7bd97 2018-08-28 00:05:07,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.126263856888s 2018-08-28 00:05:07,374 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/os-keypairs used request id req-d559c252-6266-4280-8311-3f6bc6a7bd97 2018-08-28 00:05:07,374 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-28 00:05:07,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 00:05:07,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:08,505 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-be6929e8-364a-41c9-a562-8e6abfb3be4b Date: Tue, 28 Aug 2018 00:05:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","status":"ACTIVE","subnets":["9357de22-e7b9-498b-9704-8da6f67a5c34"],"description":"","tags":[],"updated_at":"2018-08-28T00:01:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:23Z","provider:network_type":"flat"}]} 2018-08-28 00:05:08,505 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-be6929e8-364a-41c9-a562-8e6abfb3be4b 2018-08-28 00:05:08,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.13106203079s 2018-08-28 00:05:08,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-be6929e8-364a-41c9-a562-8e6abfb3be4b 2018-08-28 00:05:08,506 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'9357de22-e7b9-498b-9704-8da6f67a5c34'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-28T00:01:31Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'd3d75291-480c-4a21-8cfa-c92d6e7ee795', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'65dd15aa6fcf4c8ebb0ea26567cf3293', u'created_at': u'2018-08-28T00:01:23Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'65dd15aa6fcf4c8ebb0ea26567cf3293'})] 2018-08-28 00:05:08,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-28 00:05:08,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:09,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-df5743f3-938f-4200-acf0-73ca82a1b8fc Date: Tue, 28 Aug 2018 00:05:09 GMT RESP BODY: {"ports":[]} 2018-08-28 00:05:09,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/ports.json used request id req-df5743f3-938f-4200-acf0-73ca82a1b8fc 2018-08-28 00:05:09,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.06212210655s 2018-08-28 00:05:09,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/ports.json used request id req-df5743f3-938f-4200-acf0-73ca82a1b8fc 2018-08-28 00:05:09,569 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-28 00:05:09,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 00:05:09,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:09,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6299cba4-788b-415c-92ab-d6be9ffc7180 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "01cb4a9356554729a2d297218a21cfa2"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/01cb4a9356554729a2d297218a21cfa2/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "0b5c39757d9e43e4bc7ee74ca79f8a8b"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/0b5c39757d9e43e4bc7ee74ca79f8a8b/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "233c64361f5f4a6f82943da634bdc78b"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/233c64361f5f4a6f82943da634bdc78b/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "247a3743260b411493f647a89c3410e6"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/247a3743260b411493f647a89c3410e6/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "280a6608a3244feaa7443bf0dac780ea"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/280a6608a3244feaa7443bf0dac780ea/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "2dc6c5963c634da39527a00bbe4cc3c1"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/2dc6c5963c634da39527a00bbe4cc3c1/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "3f8a7b6f81d546bb8379a8ec5cae32f6"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/3f8a7b6f81d546bb8379a8ec5cae32f6/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "e5a79564af44421a9817f7a39587bf4f"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "51e6fd033219429e9d023923608b979f"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/e5a79564af44421a9817f7a39587bf4f/users/51e6fd033219429e9d023923608b979f/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "6d95c3be831d44e48e0daae4977f08e5"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/6d95c3be831d44e48e0daae4977f08e5/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "690a29510a7a4e91a40fe7d3a4f7afe5"}, "user": {"id": "7cd5fb131b1e478ba7b9001721e24403"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/7cd5fb131b1e478ba7b9001721e24403/roles/690a29510a7a4e91a40fe7d3a4f7afe5"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "7cd5fb131b1e478ba7b9001721e24403"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/7cd5fb131b1e478ba7b9001721e24403/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "90c4861be3a74c5db916d747275f0daf"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/90c4861be3a74c5db916d747275f0daf/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "e586a89e8ea24df9a9fe29b5fcb6cf76"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/e586a89e8ea24df9a9fe29b5fcb6cf76/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"project": {"id": "65dd15aa6fcf4c8ebb0ea26567cf3293"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "f1eab46f06df4a7599a5a68564a8ed49"}, "links": {"assignment": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293/users/f1eab46f06df4a7599a5a68564a8ed49/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"domain": {"id": "3ec925cb0f8a46369797c288160afec1"}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "e5a0cf7614a14dd3bf25fbcdc2a92f37"}, "links": {"assignment": "http://172.30.9.34:5000/v3/domains/3ec925cb0f8a46369797c288160afec1/users/e5a0cf7614a14dd3bf25fbcdc2a92f37/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}, {"scope": {"system": {"all": true}}, "role": {"id": "f051e0682ccf4cf5b70f5475bc8fc2eb"}, "user": {"id": "51e6fd033219429e9d023923608b979f"}, "links": {"assignment": "http://172.30.9.34:5000/v3/system/users/51e6fd033219429e9d023923608b979f/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}}], "links": {"self": "http://172.30.9.34:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-28 00:05:09,727 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/role_assignments used request id req-6299cba4-788b-415c-92ab-d6be9ffc7180 2018-08-28 00:05:09,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.153753995895s 2018-08-28 00:05:09,727 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/role_assignments used request id req-6299cba4-788b-415c-92ab-d6be9ffc7180 2018-08-28 00:05:09,732 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'01cb4a9356554729a2d297218a21cfa2'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'0b5c39757d9e43e4bc7ee74ca79f8a8b'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'233c64361f5f4a6f82943da634bdc78b'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'247a3743260b411493f647a89c3410e6'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'280a6608a3244feaa7443bf0dac780ea'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'2dc6c5963c634da39527a00bbe4cc3c1'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'3f8a7b6f81d546bb8379a8ec5cae32f6'}), Munch({'project': u'e5a79564af44421a9817f7a39587bf4f', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'51e6fd033219429e9d023923608b979f'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'6d95c3be831d44e48e0daae4977f08e5'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'690a29510a7a4e91a40fe7d3a4f7afe5', 'user': u'7cd5fb131b1e478ba7b9001721e24403'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'7cd5fb131b1e478ba7b9001721e24403'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'90c4861be3a74c5db916d747275f0daf'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'e586a89e8ea24df9a9fe29b5fcb6cf76'}), Munch({'project': u'65dd15aa6fcf4c8ebb0ea26567cf3293', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'f1eab46f06df4a7599a5a68564a8ed49'}), Munch({'domain': u'3ec925cb0f8a46369797c288160afec1', 'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'e5a0cf7614a14dd3bf25fbcdc2a92f37'}), Munch({'id': u'f051e0682ccf4cf5b70f5475bc8fc2eb', 'user': u'51e6fd033219429e9d023923608b979f'})] 2018-08-28 00:05:09,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 00:05:09,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:09,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4243e7f-697b-4265-acae-2c33bfbd58c2 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.34:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "690a29510a7a4e91a40fe7d3a4f7afe5", "links": {"self": "http://172.30.9.34:5000/v3/roles/690a29510a7a4e91a40fe7d3a4f7afe5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.34:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baf488d6212b470892fbf213155ba9a9", "links": {"self": "http://172.30.9.34:5000/v3/roles/baf488d6212b470892fbf213155ba9a9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e32fefd86dcb4024859fae035b34d01e", "links": {"self": "http://172.30.9.34:5000/v3/roles/e32fefd86dcb4024859fae035b34d01e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f051e0682ccf4cf5b70f5475bc8fc2eb", "links": {"self": "http://172.30.9.34:5000/v3/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}, "name": "admin"}]} 2018-08-28 00:05:09,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/roles used request id req-e4243e7f-697b-4265-acae-2c33bfbd58c2 2018-08-28 00:05:09,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177119016647s 2018-08-28 00:05:09,916 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/roles used request id req-e4243e7f-697b-4265-acae-2c33bfbd58c2 2018-08-28 00:05:09,917 - 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'690a29510a7a4e91a40fe7d3a4f7afe5'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'baf488d6212b470892fbf213155ba9a9'}), 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'e32fefd86dcb4024859fae035b34d01e'}), 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'f051e0682ccf4cf5b70f5475bc8fc2eb'})] 2018-08-28 00:05:09,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 00:05:09,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:10,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2592c5ee-7885-4283-a057-ed588198be80 Date: Tue, 28 Aug 2018 00:05:10 GMT RESP BODY: {"routers": []} 2018-08-28 00:05:10,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-2592c5ee-7885-4283-a057-ed588198be80 2018-08-28 00:05:10,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.898596048355s 2018-08-28 00:05:10,817 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-2592c5ee-7885-4283-a057-ed588198be80 2018-08-28 00:05:10,817 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-28 00:05:10,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-28 00:05:10,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:11,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:10 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-1aacad12-8458-42af-8424-3b2ebda28429 x-compute-request-id: req-1aacad12-8458-42af-8424-3b2ebda28429 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-28 00:05:11,038 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/servers/detail used request id req-1aacad12-8458-42af-8424-3b2ebda28429 2018-08-28 00:05:11,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.220407962799s 2018-08-28 00:05:11,038 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.34:8774/v2.1/servers/detail used request id req-1aacad12-8458-42af-8424-3b2ebda28429 2018-08-28 00:05:11,038 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-28 00:05:11,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-28 00:05:11,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 00:05:11,053 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 00:05:11 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.5:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.5:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-28 00:05:11,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:11,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a7fb12a-5219-48a3-8231-be3d4ebf5da0 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/0d956340104249bdbeb4cc2f20c2508d"}, "enabled": true, "type": "compute", "id": "0d956340104249bdbeb4cc2f20c2508d", "name": "nova"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/0dc0435a7c5d43fabe8bb9072a74f7ce"}, "enabled": true, "type": "image", "id": "0dc0435a7c5d43fabe8bb9072a74f7ce", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/15e28acb734d4d38a7873bddfad16930"}, "enabled": true, "type": "metric", "id": "15e28acb734d4d38a7873bddfad16930", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/1ca936f600e540549439eb6af33b58c8"}, "enabled": true, "type": "volumev3", "id": "1ca936f600e540549439eb6af33b58c8", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/2e2815fa57424e82b9091e1947422dcb"}, "enabled": true, "type": "network", "id": "2e2815fa57424e82b9091e1947422dcb", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/2eab8faf9370492db06425d2170ea733"}, "enabled": true, "type": "object-store", "id": "2eab8faf9370492db06425d2170ea733", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/38739994c9364e5c8a8824a48013d440"}, "enabled": true, "type": "identity", "id": "38739994c9364e5c8a8824a48013d440", "name": "keystone"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/5905ee99af294d60b1d595abf92342af"}, "enabled": true, "type": "alarming", "id": "5905ee99af294d60b1d595abf92342af", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/ac85d2a4db4942b1b0541e3eb45cadfb"}, "enabled": true, "type": "metering", "id": "ac85d2a4db4942b1b0541e3eb45cadfb", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/b55854fd685340719ded1477cf18a8c1"}, "enabled": true, "type": "volumev2", "id": "b55854fd685340719ded1477cf18a8c1", "name": "cinderv2"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/c4e2cef6095d4aa2a517cc81f991521d"}, "enabled": true, "type": "placement", "id": "c4e2cef6095d4aa2a517cc81f991521d", "name": "placement"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/c5091aa50a4541f1be14f44ecaf37884"}, "enabled": true, "type": "event", "id": "c5091aa50a4541f1be14f44ecaf37884", "name": "panko"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/dec677cacdd04c328c7a6e7660f9f11d"}, "enabled": true, "type": "cloudformation", "id": "dec677cacdd04c328c7a6e7660f9f11d", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/f48fbad8d2dd433785e1e455493dabc8"}, "enabled": true, "type": "volume", "id": "f48fbad8d2dd433785e1e455493dabc8", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/f72641d0d53549dabad0b47e4c219d20"}, "enabled": true, "type": "orchestration", "id": "f72641d0d53549dabad0b47e4c219d20", "name": "heat"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-28 00:05:11,146 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-8a7fb12a-5219-48a3-8231-be3d4ebf5da0 2018-08-28 00:05:11,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.104341030121s 2018-08-28 00:05:11,147 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-8a7fb12a-5219-48a3-8231-be3d4ebf5da0 2018-08-28 00:05:11,151 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'0d956340104249bdbeb4cc2f20c2508d', 'name': u'nova'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'0dc0435a7c5d43fabe8bb9072a74f7ce', 'name': u'glance'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'15e28acb734d4d38a7873bddfad16930', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'1ca936f600e540549439eb6af33b58c8', 'name': u'cinderv3'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'2e2815fa57424e82b9091e1947422dcb', 'name': u'neutron'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'2eab8faf9370492db06425d2170ea733', 'name': u'swift'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'38739994c9364e5c8a8824a48013d440', 'name': u'keystone'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'5905ee99af294d60b1d595abf92342af', 'name': u'aodh'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'ac85d2a4db4942b1b0541e3eb45cadfb', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'b55854fd685340719ded1477cf18a8c1', 'name': u'cinderv2'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'c4e2cef6095d4aa2a517cc81f991521d', 'name': u'placement'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'c5091aa50a4541f1be14f44ecaf37884', 'name': u'panko'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'dec677cacdd04c328c7a6e7660f9f11d', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'f48fbad8d2dd433785e1e455493dabc8', 'name': u'cinder'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'f72641d0d53549dabad0b47e4c219d20', 'name': u'heat'})] 2018-08-28 00:05:11,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 00:05:11,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b690c748ad1e059953ca6a752686febb43aac57f" 2018-08-28 00:05:12,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-6a9f47fa-687c-43f7-8d56-2c8e9761683b Date: Tue, 28 Aug 2018 00:05:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:31Z","dns_nameservers":[],"updated_at":"2018-08-28T00:01:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","id":"9357de22-e7b9-498b-9704-8da6f67a5c34","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 00:05:12,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-6a9f47fa-687c-43f7-8d56-2c8e9761683b 2018-08-28 00:05:12,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.06248307228s 2018-08-28 00:05:12,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-6a9f47fa-687c-43f7-8d56-2c8e9761683b 2018-08-28 00:05:12,216 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T00:01:31Z', 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'9357de22-e7b9-498b-9704-8da6f67a5c34', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'd3d75291-480c-4a21-8cfa-c92d6e7ee795', u'tenant_id': u'65dd15aa6fcf4c8ebb0ea26567cf3293', u'created_at': u'2018-08-28T00:01:31Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'65dd15aa6fcf4c8ebb0ea26567cf3293'})] 2018-08-28 00:05:12,371 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 00:05:12,371 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-28 00:05:12,427 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 00:05:12,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 00:05:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 00:05:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 00:05:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 00:05:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 00:05:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 00:05:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 00:05:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 00:05:12,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 00:05:12,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 00:05:12,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2e3d78f-1eba-4bd7-8dfd-c510654ebdfc 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.34:5000/v3/", "rel": "self"}]}} 2018-08-28 00:05:12,599 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.34:5000//v3 used request id req-e2e3d78f-1eba-4bd7-8dfd-c510654ebdfc 2018-08-28 00:05:12,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.34:5000/v3/auth/tokens 2018-08-28 00:05:12,987 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f051e0682ccf4cf5b70f5475bc8fc2eb", "name": "admin"}], "expires_at": "2018-08-28T01:05:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5a79564af44421a9817f7a39587bf4f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79a3077905cd4b66884e31b01a40837c"}, {"url": "http://172.30.9.34:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bf6569e96914f33b1af627f68e40fb2"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a4ce9a1bb1ab4a77ada4ac373440133a"}], "type": "compute", "id": "0d956340104249bdbeb4cc2f20c2508d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fd41a9ecdc748899492b26cb587688f"}, {"url": "http://172.30.9.34:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28f12b474e334d1aad827eabd8c4d1ad"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc695b82944379a108e3f5d3c48d68"}], "type": "image", "id": "0dc0435a7c5d43fabe8bb9072a74f7ce", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.34:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d8ee8527e5b461f8d94c4225339a302"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8be21ffb95df4bd299df53bb9fec5dfe"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ebbc23740454a19b676217dc82f6646"}], "type": "metric", "id": "15e28acb734d4d38a7873bddfad16930", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5045850315d94cf3bb37e11d8b4fc17c"}, {"url": "http://192.30.9.5:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ddaced53dfe14fc4854e5788941289fb"}, {"url": "http://172.30.9.34:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f9e79779c38648d5b67c2f62d0b3be78"}], "type": "volumev3", "id": "1ca936f600e540549439eb6af33b58c8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "17b6c1dddf2844639f00bad601704632"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dff2f0ec3195471996db782324818088"}, {"url": "http://172.30.9.34:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fda318732d8a48a5b14840ec8e37e70b"}], "type": "network", "id": "2e2815fa57424e82b9091e1947422dcb", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "437a3ceec10841dfb1cf477c524f573c"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b34346f6229944fc8e9394789a79d7c5"}, {"url": "http://172.30.9.34:8080/v1/AUTH_e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db770b9621024c539537a4b94b19746f"}], "type": "object-store", "id": "2eab8faf9370492db06425d2170ea733", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.34:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a35bff599bc4c39958b37ebc5f8b527"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b8763aae0324c1a956ec0914b32cb23"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a92d2b64d7ee470d88b4fc3ea6a784a2"}], "type": "identity", "id": "38739994c9364e5c8a8824a48013d440", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03c3508ff1e64e0dae3ca0506a64957d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "077b6850125247adbd7727ba8c686150"}, {"url": "http://172.30.9.34:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a4da83e88841e7a4cf9475e6e34736"}], "type": "alarming", "id": "5905ee99af294d60b1d595abf92342af", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "ac85d2a4db4942b1b0541e3eb45cadfb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1be9022defbd4bb4a1327641dddeea4d"}, {"url": "http://172.30.9.34:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32d3280b2a484ed4b4e592faaf55c384"}, {"url": "http://192.30.9.5:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33eae03ca0dd4e50b1f5e76c26c8aa0e"}], "type": "volumev2", "id": "b55854fd685340719ded1477cf18a8c1", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2feb13982495440daf87a1ea6595b5a6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551ae4d9d67a4349a1282eed0b1bf3c1"}, {"url": "http://172.30.9.34:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87b9c74815f242b0bb8617c1386d5053"}], "type": "placement", "id": "c4e2cef6095d4aa2a517cc81f991521d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "849ede0c327e4fc598f8e9b375c01306"}, {"url": "http://172.30.9.34:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb57f58a7b64dd0b6032b1e47147e80"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee8ff630c3ae4be7950106d12b8c824e"}], "type": "event", "id": "c5091aa50a4541f1be14f44ecaf37884", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dce822e3c7a44f98cc1c32ab2dbfb54"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "774daf6ab394455190e23f90d40f68f1"}, {"url": "http://172.30.9.34:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a280384445c14cb998b0f6ae9f8bf864"}], "type": "cloudformation", "id": "dec677cacdd04c328c7a6e7660f9f11d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406f6d9d84864e8287e6a2156fdfb66a"}, {"url": "http://192.30.9.5:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723ae82f54594d3ab86f6621d5bc9495"}, {"url": "http://172.30.9.34:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f93585abecbf46c29c7beefec2e83483"}], "type": "volume", "id": "f48fbad8d2dd433785e1e455493dabc8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c13fdcda0e4c9bb003ff360089164c"}, {"url": "http://192.30.9.5:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a8ebb4c539a474ab63c56e3a79b0a89"}, {"url": "http://172.30.9.34:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cdbc63c285f40a5b0b3eb2844dde18c"}], "type": "orchestration", "id": "f72641d0d53549dabad0b47e4c219d20", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "51e6fd033219429e9d023923608b979f"}, "audit_ids": ["rMByzdAWTDimpTRq4cLzxw"], "issued_at": "2018-08-28T00:05:12.000000Z"}} 2018-08-28 00:05:12,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 00:05:12,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.34:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" 2018-08-28 00:05:13,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4d87e830-b121-47ba-8297-4efdbb61692c Date: Tue, 28 Aug 2018 00:05:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","status":"ACTIVE","subnets":["9357de22-e7b9-498b-9704-8da6f67a5c34"],"description":"","tags":[],"updated_at":"2018-08-28T00:01:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:23Z","provider:network_type":"flat"}]} 2018-08-28 00:05:13,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4d87e830-b121-47ba-8297-4efdbb61692c 2018-08-28 00:05:13,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294917106628s 2018-08-28 00:05:13,286 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4d87e830-b121-47ba-8297-4efdbb61692c 2018-08-28 00:05:13,286 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-28 00:05:13,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 00:05:13,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" -d '{"network": {"name": "tenantnetwork1-net_84b99369-2845-4cfb-a797-9a6c30183468", "admin_state_up": true}}' 2018-08-28 00:05:14,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a124de62-7b1a-42dc-b2b6-d756938923c4 Date: Tue, 28 Aug 2018 00:05:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ee19da80-5292-4fbd-ae94-54a4cbc03989","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5a79564af44421a9817f7a39587bf4f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T00:05:13Z","is_default":false,"provider:segmentation_id":57,"name":"tenantnetwork1-net_84b99369-2845-4cfb-a797-9a6c30183468","admin_state_up":true,"tenant_id":"e5a79564af44421a9817f7a39587bf4f","created_at":"2018-08-28T00:05:13Z","mtu":1450}} 2018-08-28 00:05:14,143 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-a124de62-7b1a-42dc-b2b6-d756938923c4 2018-08-28 00:05:14,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.856113910675s 2018-08-28 00:05:14,144 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-a124de62-7b1a-42dc-b2b6-d756938923c4 2018-08-28 00:05:14,144 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-28T00:05:13Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'ee19da80-5292-4fbd-ae94-54a4cbc03989', u'provider:segmentation_id': 57, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_84b99369-2845-4cfb-a797-9a6c30183468', u'admin_state_up': True, u'tenant_id': u'e5a79564af44421a9817f7a39587bf4f', u'created_at': u'2018-08-28T00:05:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e5a79564af44421a9817f7a39587bf4f'}) 2018-08-28 00:05:14,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 00:05:14,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" 2018-08-28 00:05:15,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-4a0166cd-1436-4713-850f-a1a1e0fcc643 Date: Tue, 28 Aug 2018 00:05:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","status":"ACTIVE","subnets":["9357de22-e7b9-498b-9704-8da6f67a5c34"],"description":"","tags":[],"updated_at":"2018-08-28T00:01:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ee19da80-5292-4fbd-ae94-54a4cbc03989","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5a79564af44421a9817f7a39587bf4f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T00:05:13Z","provider:segmentation_id":57,"name":"tenantnetwork1-net_84b99369-2845-4cfb-a797-9a6c30183468","admin_state_up":true,"tenant_id":"e5a79564af44421a9817f7a39587bf4f","created_at":"2018-08-28T00:05:13Z","provider:network_type":"vxlan"}]} 2018-08-28 00:05:15,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-4a0166cd-1436-4713-850f-a1a1e0fcc643 2018-08-28 00:05:15,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06733608246s 2018-08-28 00:05:15,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-4a0166cd-1436-4713-850f-a1a1e0fcc643 2018-08-28 00:05:15,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 00:05:15,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" -d '{"subnet": {"name": "tenantnetwork1-subnet_84b99369-2845-4cfb-a797-9a6c30183468", "enable_dhcp": true, "network_id": "ee19da80-5292-4fbd-ae94-54a4cbc03989", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 00:05:16,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3c53bb17-1a34-48b3-841c-8b12b00a07cd Date: Tue, 28 Aug 2018 00:05:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee19da80-5292-4fbd-ae94-54a4cbc03989","tenant_id":"e5a79564af44421a9817f7a39587bf4f","created_at":"2018-08-28T00:05:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T00:05:16Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"e5a79564af44421a9817f7a39587bf4f","id":"8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf","subnetpool_id":null,"name":"tenantnetwork1-subnet_84b99369-2845-4cfb-a797-9a6c30183468"}} 2018-08-28 00:05:16,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-3c53bb17-1a34-48b3-841c-8b12b00a07cd 2018-08-28 00:05:16,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.47323608398s 2018-08-28 00:05:16,688 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-3c53bb17-1a34-48b3-841c-8b12b00a07cd 2018-08-28 00:05:16,689 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T00:05:16Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_84b99369-2845-4cfb-a797-9a6c30183468', u'enable_dhcp': True, u'network_id': u'ee19da80-5292-4fbd-ae94-54a4cbc03989', u'tenant_id': u'e5a79564af44421a9817f7a39587bf4f', u'created_at': u'2018-08-28T00:05:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e5a79564af44421a9817f7a39587bf4f'}) 2018-08-28 00:05:16,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 00:05:16,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" -d '{"router": {"external_gateway_info": {"network_id": "d3d75291-480c-4a21-8cfa-c92d6e7ee795"}, "name": "tenantnetwork1-router_84b99369-2845-4cfb-a797-9a6c30183468", "admin_state_up": true}}' 2018-08-28 00:05:18,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-43e0ee9f-e600-4ca8-8b69-603baa300029 Date: Tue, 28 Aug 2018 00:05:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d3d75291-480c-4a21-8cfa-c92d6e7ee795", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9357de22-e7b9-498b-9704-8da6f67a5c34", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "e5a79564af44421a9817f7a39587bf4f", "created_at": "2018-08-28T00:05:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T00:05:18Z", "revision_number": 2, "routes": [], "project_id": "e5a79564af44421a9817f7a39587bf4f", "id": "d6dffbe6-99da-4e80-bee3-4850270ae4e1", "name": "tenantnetwork1-router_84b99369-2845-4cfb-a797-9a6c30183468"}} 2018-08-28 00:05:18,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-43e0ee9f-e600-4ca8-8b69-603baa300029 2018-08-28 00:05:18,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.65964603424s 2018-08-28 00:05:18,350 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-43e0ee9f-e600-4ca8-8b69-603baa300029 2018-08-28 00:05:18,350 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'd3d75291-480c-4a21-8cfa-c92d6e7ee795', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9357de22-e7b9-498b-9704-8da6f67a5c34', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e5a79564af44421a9817f7a39587bf4f', u'created_at': u'2018-08-28T00:05:16Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-28T00:05:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'e5a79564af44421a9817f7a39587bf4f', u'id': u'd6dffbe6-99da-4e80-bee3-4850270ae4e1', u'name': u'tenantnetwork1-router_84b99369-2845-4cfb-a797-9a6c30183468'}) 2018-08-28 00:05:18,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 00:05:18,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.34:9696/v2.0/routers/d6dffbe6-99da-4e80-bee3-4850270ae4e1/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" -d '{"subnet_id": "8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf"}' 2018-08-28 00:05:20,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-abd42a0d-4d59-420a-8235-c30e6cc30071 Date: Tue, 28 Aug 2018 00:05:20 GMT RESP BODY: {"network_id": "ee19da80-5292-4fbd-ae94-54a4cbc03989", "tenant_id": "e5a79564af44421a9817f7a39587bf4f", "subnet_id": "8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf", "subnet_ids": ["8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf"], "port_id": "1c42ce16-65a8-4547-b2e7-4f788a34293d", "id": "d6dffbe6-99da-4e80-bee3-4850270ae4e1"} 2018-08-28 00:05:20,211 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/d6dffbe6-99da-4e80-bee3-4850270ae4e1/add_router_interface.json used request id req-abd42a0d-4d59-420a-8235-c30e6cc30071 2018-08-28 00:05:20,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.85999393463s 2018-08-28 00:05:20,211 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/d6dffbe6-99da-4e80-bee3-4850270ae4e1/add_router_interface.json used request id req-abd42a0d-4d59-420a-8235-c30e6cc30071 returning object d6dffbe6-99da-4e80-bee3-4850270ae4e1 2018-08-28 00:05:20,320 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 00:05:20,321 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:07 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-28 00:05:20,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 00:05:20,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.34:9696/v2.0/routers/d6dffbe6-99da-4e80-bee3-4850270ae4e1/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" -d '{"subnet_id": "8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf"}' 2018-08-28 00:05:22,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1321a4c4-2ee5-4947-936a-1a1155656ed2 Date: Tue, 28 Aug 2018 00:05:22 GMT RESP BODY: {"network_id": "ee19da80-5292-4fbd-ae94-54a4cbc03989", "tenant_id": "e5a79564af44421a9817f7a39587bf4f", "subnet_id": "8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf", "subnet_ids": ["8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf"], "port_id": "1c42ce16-65a8-4547-b2e7-4f788a34293d", "id": "d6dffbe6-99da-4e80-bee3-4850270ae4e1"} 2018-08-28 00:05:22,808 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/d6dffbe6-99da-4e80-bee3-4850270ae4e1/remove_router_interface.json used request id req-1321a4c4-2ee5-4947-936a-1a1155656ed2 2018-08-28 00:05:22,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.48238396645s 2018-08-28 00:05:22,808 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/d6dffbe6-99da-4e80-bee3-4850270ae4e1/remove_router_interface.json used request id req-1321a4c4-2ee5-4947-936a-1a1155656ed2 returning object d6dffbe6-99da-4e80-bee3-4850270ae4e1 2018-08-28 00:05:22,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 00:05:22,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" 2018-08-28 00:05:23,110 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-20d5acdd-3c9e-44b3-8b16-c164b5de7f1b Date: Tue, 28 Aug 2018 00:05:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d3d75291-480c-4a21-8cfa-c92d6e7ee795", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9357de22-e7b9-498b-9704-8da6f67a5c34", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "e5a79564af44421a9817f7a39587bf4f", "created_at": "2018-08-28T00:05:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T00:05:22Z", "revision_number": 4, "routes": [], "project_id": "e5a79564af44421a9817f7a39587bf4f", "id": "d6dffbe6-99da-4e80-bee3-4850270ae4e1", "name": "tenantnetwork1-router_84b99369-2845-4cfb-a797-9a6c30183468"}]} 2018-08-28 00:05:23,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-20d5acdd-3c9e-44b3-8b16-c164b5de7f1b 2018-08-28 00:05:23,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.301559925079s 2018-08-28 00:05:23,111 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-20d5acdd-3c9e-44b3-8b16-c164b5de7f1b 2018-08-28 00:05:23,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 00:05:23,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:9696/v2.0/routers/d6dffbe6-99da-4e80-bee3-4850270ae4e1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" 2018-08-28 00:05:24,466 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f09707a-2897-4bf0-a366-ec95f6a9b59d Content-Length: 0 Date: Tue, 28 Aug 2018 00:05:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 00:05:24,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/routers/d6dffbe6-99da-4e80-bee3-4850270ae4e1.json used request id req-9f09707a-2897-4bf0-a366-ec95f6a9b59d 2018-08-28 00:05:24,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35387206078s 2018-08-28 00:05:24,467 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/routers/d6dffbe6-99da-4e80-bee3-4850270ae4e1.json used request id req-9f09707a-2897-4bf0-a366-ec95f6a9b59d 2018-08-28 00:05:24,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 00:05:24,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" 2018-08-28 00:05:25,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-c2558297-d84a-4c0b-8567-12307268fedb Date: Tue, 28 Aug 2018 00:05:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee19da80-5292-4fbd-ae94-54a4cbc03989","tenant_id":"e5a79564af44421a9817f7a39587bf4f","created_at":"2018-08-28T00:05:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T00:05:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e5a79564af44421a9817f7a39587bf4f","id":"8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf","subnetpool_id":null,"name":"tenantnetwork1-subnet_84b99369-2845-4cfb-a797-9a6c30183468"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:31Z","dns_nameservers":[],"updated_at":"2018-08-28T00:01:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","id":"9357de22-e7b9-498b-9704-8da6f67a5c34","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 00:05:25,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-c2558297-d84a-4c0b-8567-12307268fedb 2018-08-28 00:05:25,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.00484013557s 2018-08-28 00:05:25,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-c2558297-d84a-4c0b-8567-12307268fedb 2018-08-28 00:05:25,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 00:05:25,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:9696/v2.0/subnets/8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" 2018-08-28 00:05:28,142 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-476bf0d0-0ba8-410b-ae9c-a3061bfefa27 Date: Tue, 28 Aug 2018 00:05:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 00:05:28,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/subnets/8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf.json used request id req-476bf0d0-0ba8-410b-ae9c-a3061bfefa27 2018-08-28 00:05:28,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.66869115829s 2018-08-28 00:05:28,143 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/subnets/8bd0a488-a94a-4e9a-a5af-d5bba5ee6bdf.json used request id req-476bf0d0-0ba8-410b-ae9c-a3061bfefa27 2018-08-28 00:05:28,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 00:05:28,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" 2018-08-28 00:05:28,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-f77d9e1a-9d5a-41b3-b2c8-9f6888c96836 Date: Tue, 28 Aug 2018 00:05:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","status":"ACTIVE","subnets":["9357de22-e7b9-498b-9704-8da6f67a5c34"],"description":"","tags":[],"updated_at":"2018-08-28T00:01:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:23Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"ee19da80-5292-4fbd-ae94-54a4cbc03989","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e5a79564af44421a9817f7a39587bf4f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T00:05:27Z","provider:segmentation_id":57,"name":"tenantnetwork1-net_84b99369-2845-4cfb-a797-9a6c30183468","admin_state_up":true,"tenant_id":"e5a79564af44421a9817f7a39587bf4f","created_at":"2018-08-28T00:05:13Z","provider:network_type":"vxlan"}]} 2018-08-28 00:05:28,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-f77d9e1a-9d5a-41b3-b2c8-9f6888c96836 2018-08-28 00:05:28,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0946650505066s 2018-08-28 00:05:28,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-f77d9e1a-9d5a-41b3-b2c8-9f6888c96836 2018-08-28 00:05:28,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 00:05:28,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:9696/v2.0/networks/ee19da80-5292-4fbd-ae94-54a4cbc03989.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c70c824a771bbfc3fb89902d682c97749fd824a9" 2018-08-28 00:05:29,980 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13b72dd1-4bad-4533-9a06-b684a29de35e Date: Tue, 28 Aug 2018 00:05:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 00:05:29,980 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/networks/ee19da80-5292-4fbd-ae94-54a4cbc03989.json used request id req-13b72dd1-4bad-4533-9a06-b684a29de35e 2018-08-28 00:05:29,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.74064803123s 2018-08-28 00:05:29,981 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/networks/ee19da80-5292-4fbd-ae94-54a4cbc03989.json used request id req-13b72dd1-4bad-4533-9a06-b684a29de35e 2018-08-28 00:05:30,031 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-28 00:05:30,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 00:05:30,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 00:05:30,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 00:05:30,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 00:05:30,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 00:05:30,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 00:05:30,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 00:05:30,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 00:05:30,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 00:05:30,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 00:05:30,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 00:05:30,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd91771c-2b20-4115-bf05-eaf260a43027 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.34:5000/v3/", "rel": "self"}]}} 2018-08-28 00:05:30,081 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.34:5000//v3 used request id req-cd91771c-2b20-4115-bf05-eaf260a43027 2018-08-28 00:05:30,081 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.34:5000/v3/auth/tokens 2018-08-28 00:05:30,468 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f051e0682ccf4cf5b70f5475bc8fc2eb", "name": "admin"}], "expires_at": "2018-08-28T01:05:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5a79564af44421a9817f7a39587bf4f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79a3077905cd4b66884e31b01a40837c"}, {"url": "http://172.30.9.34:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bf6569e96914f33b1af627f68e40fb2"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a4ce9a1bb1ab4a77ada4ac373440133a"}], "type": "compute", "id": "0d956340104249bdbeb4cc2f20c2508d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fd41a9ecdc748899492b26cb587688f"}, {"url": "http://172.30.9.34:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28f12b474e334d1aad827eabd8c4d1ad"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc695b82944379a108e3f5d3c48d68"}], "type": "image", "id": "0dc0435a7c5d43fabe8bb9072a74f7ce", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.34:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d8ee8527e5b461f8d94c4225339a302"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8be21ffb95df4bd299df53bb9fec5dfe"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ebbc23740454a19b676217dc82f6646"}], "type": "metric", "id": "15e28acb734d4d38a7873bddfad16930", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5045850315d94cf3bb37e11d8b4fc17c"}, {"url": "http://192.30.9.5:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ddaced53dfe14fc4854e5788941289fb"}, {"url": "http://172.30.9.34:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f9e79779c38648d5b67c2f62d0b3be78"}], "type": "volumev3", "id": "1ca936f600e540549439eb6af33b58c8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "17b6c1dddf2844639f00bad601704632"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dff2f0ec3195471996db782324818088"}, {"url": "http://172.30.9.34:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fda318732d8a48a5b14840ec8e37e70b"}], "type": "network", "id": "2e2815fa57424e82b9091e1947422dcb", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "437a3ceec10841dfb1cf477c524f573c"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b34346f6229944fc8e9394789a79d7c5"}, {"url": "http://172.30.9.34:8080/v1/AUTH_e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db770b9621024c539537a4b94b19746f"}], "type": "object-store", "id": "2eab8faf9370492db06425d2170ea733", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.34:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a35bff599bc4c39958b37ebc5f8b527"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b8763aae0324c1a956ec0914b32cb23"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a92d2b64d7ee470d88b4fc3ea6a784a2"}], "type": "identity", "id": "38739994c9364e5c8a8824a48013d440", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03c3508ff1e64e0dae3ca0506a64957d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "077b6850125247adbd7727ba8c686150"}, {"url": "http://172.30.9.34:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a4da83e88841e7a4cf9475e6e34736"}], "type": "alarming", "id": "5905ee99af294d60b1d595abf92342af", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "ac85d2a4db4942b1b0541e3eb45cadfb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1be9022defbd4bb4a1327641dddeea4d"}, {"url": "http://172.30.9.34:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32d3280b2a484ed4b4e592faaf55c384"}, {"url": "http://192.30.9.5:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33eae03ca0dd4e50b1f5e76c26c8aa0e"}], "type": "volumev2", "id": "b55854fd685340719ded1477cf18a8c1", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2feb13982495440daf87a1ea6595b5a6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551ae4d9d67a4349a1282eed0b1bf3c1"}, {"url": "http://172.30.9.34:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87b9c74815f242b0bb8617c1386d5053"}], "type": "placement", "id": "c4e2cef6095d4aa2a517cc81f991521d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "849ede0c327e4fc598f8e9b375c01306"}, {"url": "http://172.30.9.34:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb57f58a7b64dd0b6032b1e47147e80"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee8ff630c3ae4be7950106d12b8c824e"}], "type": "event", "id": "c5091aa50a4541f1be14f44ecaf37884", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dce822e3c7a44f98cc1c32ab2dbfb54"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "774daf6ab394455190e23f90d40f68f1"}, {"url": "http://172.30.9.34:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a280384445c14cb998b0f6ae9f8bf864"}], "type": "cloudformation", "id": "dec677cacdd04c328c7a6e7660f9f11d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406f6d9d84864e8287e6a2156fdfb66a"}, {"url": "http://192.30.9.5:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723ae82f54594d3ab86f6621d5bc9495"}, {"url": "http://172.30.9.34:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f93585abecbf46c29c7beefec2e83483"}], "type": "volume", "id": "f48fbad8d2dd433785e1e455493dabc8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c13fdcda0e4c9bb003ff360089164c"}, {"url": "http://192.30.9.5:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a8ebb4c539a474ab63c56e3a79b0a89"}, {"url": "http://172.30.9.34:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cdbc63c285f40a5b0b3eb2844dde18c"}], "type": "orchestration", "id": "f72641d0d53549dabad0b47e4c219d20", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "51e6fd033219429e9d023923608b979f"}, "audit_ids": ["UlPmCgctSHun5nVmMYN8-w"], "issued_at": "2018-08-28T00:05:30.000000Z"}} 2018-08-28 00:05:30,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 00:05:30,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.34:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:31,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-84a36b05-6765-41dc-acfd-26d1b9a9af48 Date: Tue, 28 Aug 2018 00:05:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","status":"ACTIVE","subnets":["9357de22-e7b9-498b-9704-8da6f67a5c34"],"description":"","tags":[],"updated_at":"2018-08-28T00:01:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:23Z","provider:network_type":"flat"}]} 2018-08-28 00:05:31,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json?router%3Aexternal=True used request id req-84a36b05-6765-41dc-acfd-26d1b9a9af48 2018-08-28 00:05:31,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.984246015549s 2018-08-28 00:05:31,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json?router%3Aexternal=True used request id req-84a36b05-6765-41dc-acfd-26d1b9a9af48 2018-08-28 00:05:31,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 00:05:31,464 - keystoneauth.session - DEBUG - RESP: [300] Date: Tue, 28 Aug 2018 00:05:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.34:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.34:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-28 00:05:31,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 00:05:31,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:31,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32ae1746-f3a8-4c8a-94a0-b123b761ee61 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.34:5000/v3/domains/3ec925cb0f8a46369797c288160afec1"}, "tags": [], "enabled": true, "id": "3ec925cb0f8a46369797c288160afec1", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.34:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.34:5000/v3/domains", "previous": null, "next": null}} 2018-08-28 00:05:31,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/domains used request id req-32ae1746-f3a8-4c8a-94a0-b123b761ee61 2018-08-28 00:05:31,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109493970871s 2018-08-28 00:05:31,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/domains used request id req-32ae1746-f3a8-4c8a-94a0-b123b761ee61 2018-08-28 00:05:31,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-28 00:05:31,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_fbc33cb4-bc6e-4710-8320-28a018953f1c"}}' 2018-08-28 00:05:31,777 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 00:05:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af4f34c5-2859-4a82-8274-003b7fdd72d2 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.34:5000/v3/projects/81265deb90034695b14353eee8b76fbc"}, "tags": [], "enabled": true, "id": "81265deb90034695b14353eee8b76fbc", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_fbc33cb4-bc6e-4710-8320-28a018953f1c"}} 2018-08-28 00:05:31,777 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.34:5000/v3/projects used request id req-af4f34c5-2859-4a82-8274-003b7fdd72d2 2018-08-28 00:05:31,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.195016860962s 2018-08-28 00:05:31,778 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.34:5000/v3/projects used request id req-af4f34c5-2859-4a82-8274-003b7fdd72d2 2018-08-28 00:05:31,778 - 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'81265deb90034695b14353eee8b76fbc', '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_fbc33cb4-bc6e-4710-8320-28a018953f1c'}) 2018-08-28 00:05:31,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-28 00:05:31,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "661f333c-e91d-446a-b0a6-478062780884", "email": null, "name": "tenantnetwork2-user_fbc33cb4-bc6e-4710-8320-28a018953f1c"}}' 2018-08-28 00:05:32,204 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 00:05:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d89924c-f39f-45d3-bb9b-fe2507187ead Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_fbc33cb4-bc6e-4710-8320-28a018953f1c", "links": {"self": "http://172.30.9.34:5000/v3/users/28a0a5b681b84ef6aba4c94189585d86"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "28a0a5b681b84ef6aba4c94189585d86", "domain_id": "default", "password_expires_at": null}} 2018-08-28 00:05:32,204 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.34:5000/v3/users used request id req-1d89924c-f39f-45d3-bb9b-fe2507187ead 2018-08-28 00:05:32,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.419162988663s 2018-08-28 00:05:32,204 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.34:5000/v3/users used request id req-1d89924c-f39f-45d3-bb9b-fe2507187ead 2018-08-28 00:05:32,205 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'28a0a5b681b84ef6aba4c94189585d86', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_fbc33cb4-bc6e-4710-8320-28a018953f1c'}) 2018-08-28 00:05:32,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 00:05:32,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:32,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29990a88-7ff2-47cc-a096-a1745fc3e801 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.34:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "690a29510a7a4e91a40fe7d3a4f7afe5", "links": {"self": "http://172.30.9.34:5000/v3/roles/690a29510a7a4e91a40fe7d3a4f7afe5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.34:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baf488d6212b470892fbf213155ba9a9", "links": {"self": "http://172.30.9.34:5000/v3/roles/baf488d6212b470892fbf213155ba9a9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e32fefd86dcb4024859fae035b34d01e", "links": {"self": "http://172.30.9.34:5000/v3/roles/e32fefd86dcb4024859fae035b34d01e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f051e0682ccf4cf5b70f5475bc8fc2eb", "links": {"self": "http://172.30.9.34:5000/v3/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}, "name": "admin"}]} 2018-08-28 00:05:32,317 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/roles used request id req-29990a88-7ff2-47cc-a096-a1745fc3e801 2018-08-28 00:05:32,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108600139618s 2018-08-28 00:05:32,318 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/roles used request id req-29990a88-7ff2-47cc-a096-a1745fc3e801 2018-08-28 00:05:32,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 00:05:32,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:32,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98dea958-4594-4f06-81c8-62255b9db93a Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.34:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "690a29510a7a4e91a40fe7d3a4f7afe5", "links": {"self": "http://172.30.9.34:5000/v3/roles/690a29510a7a4e91a40fe7d3a4f7afe5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.34:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baf488d6212b470892fbf213155ba9a9", "links": {"self": "http://172.30.9.34:5000/v3/roles/baf488d6212b470892fbf213155ba9a9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e32fefd86dcb4024859fae035b34d01e", "links": {"self": "http://172.30.9.34:5000/v3/roles/e32fefd86dcb4024859fae035b34d01e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f051e0682ccf4cf5b70f5475bc8fc2eb", "links": {"self": "http://172.30.9.34:5000/v3/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}, "name": "admin"}]} 2018-08-28 00:05:32,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/roles used request id req-98dea958-4594-4f06-81c8-62255b9db93a 2018-08-28 00:05:32,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0221190452576s 2018-08-28 00:05:32,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/roles used request id req-98dea958-4594-4f06-81c8-62255b9db93a 2018-08-28 00:05:32,347 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-28 00:05:32,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-28 00:05:32,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" -d '{"role": {"name": "Member"}}' 2018-08-28 00:05:32,583 - keystoneauth.session - DEBUG - RESP: [201] Date: Tue, 28 Aug 2018 00:05:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-437fa634-c17b-4f16-b52e-20d66c3c8adc Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7c2c3e8f79e345eeba440f8a2946c418", "links": {"self": "http://172.30.9.34:5000/v3/roles/7c2c3e8f79e345eeba440f8a2946c418"}, "name": "Member"}} 2018-08-28 00:05:32,583 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.34:5000/v3/roles used request id req-437fa634-c17b-4f16-b52e-20d66c3c8adc 2018-08-28 00:05:32,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.232402086258s 2018-08-28 00:05:32,583 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.34:5000/v3/roles used request id req-437fa634-c17b-4f16-b52e-20d66c3c8adc 2018-08-28 00:05:32,584 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'7c2c3e8f79e345eeba440f8a2946c418'}) 2018-08-28 00:05:32,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 00:05:32,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:32,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d5ce1d2-5403-406e-bb87-71ce79bf4f3d Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.34:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "690a29510a7a4e91a40fe7d3a4f7afe5", "links": {"self": "http://172.30.9.34:5000/v3/roles/690a29510a7a4e91a40fe7d3a4f7afe5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7c2c3e8f79e345eeba440f8a2946c418", "links": {"self": "http://172.30.9.34:5000/v3/roles/7c2c3e8f79e345eeba440f8a2946c418"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.34:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baf488d6212b470892fbf213155ba9a9", "links": {"self": "http://172.30.9.34:5000/v3/roles/baf488d6212b470892fbf213155ba9a9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e32fefd86dcb4024859fae035b34d01e", "links": {"self": "http://172.30.9.34:5000/v3/roles/e32fefd86dcb4024859fae035b34d01e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f051e0682ccf4cf5b70f5475bc8fc2eb", "links": {"self": "http://172.30.9.34:5000/v3/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}, "name": "admin"}]} 2018-08-28 00:05:32,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/roles used request id req-3d5ce1d2-5403-406e-bb87-71ce79bf4f3d 2018-08-28 00:05:32,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1818318367s 2018-08-28 00:05:32,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/roles used request id req-3d5ce1d2-5403-406e-bb87-71ce79bf4f3d 2018-08-28 00:05:32,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-28 00:05:32,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:32,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42f55122-afcc-445b-985a-82ab20f0e520 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.34:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-28 00:05:32,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/domains/default used request id req-42f55122-afcc-445b-985a-82ab20f0e520 2018-08-28 00:05:32,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106204032898s 2018-08-28 00:05:32,881 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/domains/default used request id req-42f55122-afcc-445b-985a-82ab20f0e520 2018-08-28 00:05:32,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 00:05:32,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:32,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e187f6a2-e9a6-4a2e-ab94-fd1a354e6634 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.34:5000/v3/users/01cb4a9356554729a2d297218a21cfa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01cb4a9356554729a2d297218a21cfa2", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.34:5000/v3/users/0b5c39757d9e43e4bc7ee74ca79f8a8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0b5c39757d9e43e4bc7ee74ca79f8a8b", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.34:5000/v3/users/233c64361f5f4a6f82943da634bdc78b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "233c64361f5f4a6f82943da634bdc78b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.34:5000/v3/users/247a3743260b411493f647a89c3410e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "247a3743260b411493f647a89c3410e6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.34:5000/v3/users/280a6608a3244feaa7443bf0dac780ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "280a6608a3244feaa7443bf0dac780ea", "email": "heat@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_fbc33cb4-bc6e-4710-8320-28a018953f1c", "links": {"self": "http://172.30.9.34:5000/v3/users/28a0a5b681b84ef6aba4c94189585d86"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "28a0a5b681b84ef6aba4c94189585d86", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.34:5000/v3/users/2dc6c5963c634da39527a00bbe4cc3c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2dc6c5963c634da39527a00bbe4cc3c1", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.34:5000/v3/users/3f8a7b6f81d546bb8379a8ec5cae32f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f8a7b6f81d546bb8379a8ec5cae32f6", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.34:5000/v3/users/51e6fd033219429e9d023923608b979f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51e6fd033219429e9d023923608b979f", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.34:5000/v3/users/6d95c3be831d44e48e0daae4977f08e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d95c3be831d44e48e0daae4977f08e5", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.34:5000/v3/users/7cd5fb131b1e478ba7b9001721e24403"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cd5fb131b1e478ba7b9001721e24403", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.34:5000/v3/users/90c4861be3a74c5db916d747275f0daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "90c4861be3a74c5db916d747275f0daf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.34:5000/v3/users/e586a89e8ea24df9a9fe29b5fcb6cf76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e586a89e8ea24df9a9fe29b5fcb6cf76", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.34:5000/v3/users/e5a0cf7614a14dd3bf25fbcdc2a92f37"}, "domain_id": "3ec925cb0f8a46369797c288160afec1", "enabled": true, "options": {}, "id": "e5a0cf7614a14dd3bf25fbcdc2a92f37", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.34:5000/v3/users/f1eab46f06df4a7599a5a68564a8ed49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f1eab46f06df4a7599a5a68564a8ed49", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.34:5000/v3/users", "previous": null, "next": null}} 2018-08-28 00:05:32,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/users used request id req-e187f6a2-e9a6-4a2e-ab94-fd1a354e6634 2018-08-28 00:05:32,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0556950569153s 2018-08-28 00:05:32,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/users used request id req-e187f6a2-e9a6-4a2e-ab94-fd1a354e6634 2018-08-28 00:05:32,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 00:05:32,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.34:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:33,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e6eb876-67b9-4b92-8e1a-c619aab353f4 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.34:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293"}, "tags": [], "enabled": true, "id": "65dd15aa6fcf4c8ebb0ea26567cf3293", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.34:5000/v3/projects/81265deb90034695b14353eee8b76fbc"}, "tags": [], "enabled": true, "id": "81265deb90034695b14353eee8b76fbc", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_fbc33cb4-bc6e-4710-8320-28a018953f1c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.34:5000/v3/projects/e5a79564af44421a9817f7a39587bf4f"}, "tags": [], "enabled": true, "id": "e5a79564af44421a9817f7a39587bf4f", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-28 00:05:33,046 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/projects?domain_id=default used request id req-1e6eb876-67b9-4b92-8e1a-c619aab353f4 2018-08-28 00:05:33,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.096587896347s 2018-08-28 00:05:33,047 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/projects?domain_id=default used request id req-1e6eb876-67b9-4b92-8e1a-c619aab353f4 2018-08-28 00:05:33,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-28 00:05:33,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.34:5000/v3/role_assignments?user.id=28a0a5b681b84ef6aba4c94189585d86&role.id=7c2c3e8f79e345eeba440f8a2946c418&scope.project.id=81265deb90034695b14353eee8b76fbc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:33,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59788db9-fb6c-4c10-b487-a1801423d786 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.34:5000/v3/role_assignments?user.id=28a0a5b681b84ef6aba4c94189585d86&role.id=7c2c3e8f79e345eeba440f8a2946c418&scope.project.id=81265deb90034695b14353eee8b76fbc", "previous": null, "next": null}} 2018-08-28 00:05:33,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/role_assignments?user.id=28a0a5b681b84ef6aba4c94189585d86&role.id=7c2c3e8f79e345eeba440f8a2946c418&scope.project.id=81265deb90034695b14353eee8b76fbc used request id req-59788db9-fb6c-4c10-b487-a1801423d786 2018-08-28 00:05:33,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.190852880478s 2018-08-28 00:05:33,246 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/role_assignments?user.id=28a0a5b681b84ef6aba4c94189585d86&role.id=7c2c3e8f79e345eeba440f8a2946c418&scope.project.id=81265deb90034695b14353eee8b76fbc used request id req-59788db9-fb6c-4c10-b487-a1801423d786 2018-08-28 00:05:33,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-28 00:05:33,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.34:5000/v3/projects/81265deb90034695b14353eee8b76fbc/users/28a0a5b681b84ef6aba4c94189585d86/roles/7c2c3e8f79e345eeba440f8a2946c418 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:33,380 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 00:05:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ae5f7d25-117a-4a33-a4bb-e5cfe16bd76c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 00:05:33,380 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.34:5000/v3/projects/81265deb90034695b14353eee8b76fbc/users/28a0a5b681b84ef6aba4c94189585d86/roles/7c2c3e8f79e345eeba440f8a2946c418 used request id req-ae5f7d25-117a-4a33-a4bb-e5cfe16bd76c 2018-08-28 00:05:33,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.130388975143s 2018-08-28 00:05:33,380 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.34:5000/v3/projects/81265deb90034695b14353eee8b76fbc/users/28a0a5b681b84ef6aba4c94189585d86/roles/7c2c3e8f79e345eeba440f8a2946c418 used request id req-ae5f7d25-117a-4a33-a4bb-e5cfe16bd76c 2018-08-28 00:05:33,381 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_fbc33cb4-bc6e-4710-8320-28a018953f1c', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'81265deb90034695b14353eee8b76fbc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '661f333c-e91d-446a-b0a6-478062780884', 'username': u'tenantnetwork2-user_fbc33cb4-bc6e-4710-8320-28a018953f1c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.34:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-28 00:05:33,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 00:05:33,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 00:05:33,382 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 00:05:33,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 00:05:33,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 00:05:33,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 00:05:33,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 00:05:33,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 00:05:33,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 00:05:33,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 00:05:33,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 00:05:33,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 00:05:33,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 00:05:33,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 00:05:33,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 00:05:33,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 00:05:33,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 00:05:33,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 00:05:33,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 00:05:33,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 00:05:33,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 00:05:33,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 00:05:33,386 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_fbc33cb4-bc6e-4710-8320-28a018953f1c', 'password': '661f333c-e91d-446a-b0a6-478062780884', 'project_name': 'tenantnetwork2-project_fbc33cb4-bc6e-4710-8320-28a018953f1c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.34:5000//v3', 'project_id': '81265deb90034695b14353eee8b76fbc', 'project_domain_name': 'Default'} 2018-08-28 00:05:33,386 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-28 00:05:33,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 00:05:33,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e30b5bdc-5249-43d3-8c1d-c4536f9ab85b 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.34:5000/v3/", "rel": "self"}]}} 2018-08-28 00:05:33,395 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.34:5000//v3 used request id req-e30b5bdc-5249-43d3-8c1d-c4536f9ab85b 2018-08-28 00:05:33,395 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.34:5000/v3/auth/tokens 2018-08-28 00:05:33,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7c2c3e8f79e345eeba440f8a2946c418", "name": "Member"}], "expires_at": "2018-08-28T01:05:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "81265deb90034695b14353eee8b76fbc", "name": "tenantnetwork2-project_fbc33cb4-bc6e-4710-8320-28a018953f1c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79a3077905cd4b66884e31b01a40837c"}, {"url": "http://172.30.9.34:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bf6569e96914f33b1af627f68e40fb2"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a4ce9a1bb1ab4a77ada4ac373440133a"}], "type": "compute", "id": "0d956340104249bdbeb4cc2f20c2508d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fd41a9ecdc748899492b26cb587688f"}, {"url": "http://172.30.9.34:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28f12b474e334d1aad827eabd8c4d1ad"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc695b82944379a108e3f5d3c48d68"}], "type": "image", "id": "0dc0435a7c5d43fabe8bb9072a74f7ce", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.34:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d8ee8527e5b461f8d94c4225339a302"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8be21ffb95df4bd299df53bb9fec5dfe"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ebbc23740454a19b676217dc82f6646"}], "type": "metric", "id": "15e28acb734d4d38a7873bddfad16930", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/81265deb90034695b14353eee8b76fbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5045850315d94cf3bb37e11d8b4fc17c"}, {"url": "http://192.30.9.5:8776/v3/81265deb90034695b14353eee8b76fbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ddaced53dfe14fc4854e5788941289fb"}, {"url": "http://172.30.9.34:8776/v3/81265deb90034695b14353eee8b76fbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f9e79779c38648d5b67c2f62d0b3be78"}], "type": "volumev3", "id": "1ca936f600e540549439eb6af33b58c8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "17b6c1dddf2844639f00bad601704632"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dff2f0ec3195471996db782324818088"}, {"url": "http://172.30.9.34:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fda318732d8a48a5b14840ec8e37e70b"}], "type": "network", "id": "2e2815fa57424e82b9091e1947422dcb", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_81265deb90034695b14353eee8b76fbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "437a3ceec10841dfb1cf477c524f573c"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b34346f6229944fc8e9394789a79d7c5"}, {"url": "http://172.30.9.34:8080/v1/AUTH_81265deb90034695b14353eee8b76fbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db770b9621024c539537a4b94b19746f"}], "type": "object-store", "id": "2eab8faf9370492db06425d2170ea733", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.34:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a35bff599bc4c39958b37ebc5f8b527"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b8763aae0324c1a956ec0914b32cb23"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a92d2b64d7ee470d88b4fc3ea6a784a2"}], "type": "identity", "id": "38739994c9364e5c8a8824a48013d440", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03c3508ff1e64e0dae3ca0506a64957d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "077b6850125247adbd7727ba8c686150"}, {"url": "http://172.30.9.34:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a4da83e88841e7a4cf9475e6e34736"}], "type": "alarming", "id": "5905ee99af294d60b1d595abf92342af", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "ac85d2a4db4942b1b0541e3eb45cadfb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/81265deb90034695b14353eee8b76fbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1be9022defbd4bb4a1327641dddeea4d"}, {"url": "http://172.30.9.34:8776/v2/81265deb90034695b14353eee8b76fbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32d3280b2a484ed4b4e592faaf55c384"}, {"url": "http://192.30.9.5:8776/v2/81265deb90034695b14353eee8b76fbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33eae03ca0dd4e50b1f5e76c26c8aa0e"}], "type": "volumev2", "id": "b55854fd685340719ded1477cf18a8c1", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2feb13982495440daf87a1ea6595b5a6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551ae4d9d67a4349a1282eed0b1bf3c1"}, {"url": "http://172.30.9.34:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87b9c74815f242b0bb8617c1386d5053"}], "type": "placement", "id": "c4e2cef6095d4aa2a517cc81f991521d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "849ede0c327e4fc598f8e9b375c01306"}, {"url": "http://172.30.9.34:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb57f58a7b64dd0b6032b1e47147e80"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee8ff630c3ae4be7950106d12b8c824e"}], "type": "event", "id": "c5091aa50a4541f1be14f44ecaf37884", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dce822e3c7a44f98cc1c32ab2dbfb54"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "774daf6ab394455190e23f90d40f68f1"}, {"url": "http://172.30.9.34:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a280384445c14cb998b0f6ae9f8bf864"}], "type": "cloudformation", "id": "dec677cacdd04c328c7a6e7660f9f11d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/81265deb90034695b14353eee8b76fbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406f6d9d84864e8287e6a2156fdfb66a"}, {"url": "http://192.30.9.5:8776/v1/81265deb90034695b14353eee8b76fbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723ae82f54594d3ab86f6621d5bc9495"}, {"url": "http://172.30.9.34:8776/v1/81265deb90034695b14353eee8b76fbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f93585abecbf46c29c7beefec2e83483"}], "type": "volume", "id": "f48fbad8d2dd433785e1e455493dabc8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/81265deb90034695b14353eee8b76fbc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c13fdcda0e4c9bb003ff360089164c"}, {"url": "http://192.30.9.5:8004/v1/81265deb90034695b14353eee8b76fbc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a8ebb4c539a474ab63c56e3a79b0a89"}, {"url": "http://172.30.9.34:8004/v1/81265deb90034695b14353eee8b76fbc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cdbc63c285f40a5b0b3eb2844dde18c"}], "type": "orchestration", "id": "f72641d0d53549dabad0b47e4c219d20", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_fbc33cb4-bc6e-4710-8320-28a018953f1c", "id": "28a0a5b681b84ef6aba4c94189585d86"}, "audit_ids": ["TAt_9sGiTimU1x9CCTBo9Q"], "issued_at": "2018-08-28T00:05:33.000000Z"}} 2018-08-28 00:05:33,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 00:05:33,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" -d '{"network": {"name": "tenantnetwork2-net_fbc33cb4-bc6e-4710-8320-28a018953f1c", "admin_state_up": true}}' 2018-08-28 00:05:35,466 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-c0068a72-9f0e-4c5f-b4af-cf6e21263d78 Date: Tue, 28 Aug 2018 00:05:35 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"81265deb90034695b14353eee8b76fbc","created_at":"2018-08-28T00:05:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-28T00:05:35Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"81265deb90034695b14353eee8b76fbc","id":"54c6ec35-544b-40a4-9325-5a8c59ebc927","name":"tenantnetwork2-net_fbc33cb4-bc6e-4710-8320-28a018953f1c"}} 2018-08-28 00:05:35,466 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-c0068a72-9f0e-4c5f-b4af-cf6e21263d78 2018-08-28 00:05:35,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.56859993935s 2018-08-28 00:05:35,467 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-c0068a72-9f0e-4c5f-b4af-cf6e21263d78 2018-08-28 00:05:35,467 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T00:05:35Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'54c6ec35-544b-40a4-9325-5a8c59ebc927', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_fbc33cb4-bc6e-4710-8320-28a018953f1c', u'admin_state_up': True, u'tenant_id': u'81265deb90034695b14353eee8b76fbc', u'created_at': u'2018-08-28T00:05:35Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'81265deb90034695b14353eee8b76fbc'}) 2018-08-28 00:05:35,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 00:05:35,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" 2018-08-28 00:05:36,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-cfb9ec92-c242-401a-b56d-ec9f8501473c Date: Tue, 28 Aug 2018 00:05:36 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T00:05:35Z","tenant_id":"81265deb90034695b14353eee8b76fbc","created_at":"2018-08-28T00:05:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"81265deb90034695b14353eee8b76fbc","id":"54c6ec35-544b-40a4-9325-5a8c59ebc927","name":"tenantnetwork2-net_fbc33cb4-bc6e-4710-8320-28a018953f1c"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9357de22-e7b9-498b-9704-8da6f67a5c34"],"updated_at":"2018-08-28T00:01:31Z","tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","name":"external"}]} 2018-08-28 00:05:36,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-cfb9ec92-c242-401a-b56d-ec9f8501473c 2018-08-28 00:05:36,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.957263946533s 2018-08-28 00:05:36,425 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-cfb9ec92-c242-401a-b56d-ec9f8501473c 2018-08-28 00:05:36,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 00:05:36,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" -d '{"subnet": {"name": "tenantnetwork2-subnet_fbc33cb4-bc6e-4710-8320-28a018953f1c", "enable_dhcp": true, "network_id": "54c6ec35-544b-40a4-9325-5a8c59ebc927", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 00:05:38,160 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-097af835-a860-4107-8b86-89235357e84a Date: Tue, 28 Aug 2018 00:05:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54c6ec35-544b-40a4-9325-5a8c59ebc927","tenant_id":"81265deb90034695b14353eee8b76fbc","created_at":"2018-08-28T00:05:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T00:05:37Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"81265deb90034695b14353eee8b76fbc","id":"f675f429-c9ae-45fb-a55d-67a5cf15271e","subnetpool_id":null,"name":"tenantnetwork2-subnet_fbc33cb4-bc6e-4710-8320-28a018953f1c"}} 2018-08-28 00:05:38,161 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-097af835-a860-4107-8b86-89235357e84a 2018-08-28 00:05:38,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.73364186287s 2018-08-28 00:05:38,161 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-097af835-a860-4107-8b86-89235357e84a 2018-08-28 00:05:38,161 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T00:05:37Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f675f429-c9ae-45fb-a55d-67a5cf15271e', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_fbc33cb4-bc6e-4710-8320-28a018953f1c', u'enable_dhcp': True, u'network_id': u'54c6ec35-544b-40a4-9325-5a8c59ebc927', u'tenant_id': u'81265deb90034695b14353eee8b76fbc', u'created_at': u'2018-08-28T00:05:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'81265deb90034695b14353eee8b76fbc'}) 2018-08-28 00:05:38,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 00:05:38,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" -d '{"router": {"external_gateway_info": {"network_id": "d3d75291-480c-4a21-8cfa-c92d6e7ee795"}, "name": "tenantnetwork2-router_fbc33cb4-bc6e-4710-8320-28a018953f1c", "admin_state_up": true}}' 2018-08-28 00:05:39,689 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-06e28a46-2db2-42a2-bc74-03e915fe9f45 Date: Tue, 28 Aug 2018 00:05:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d3d75291-480c-4a21-8cfa-c92d6e7ee795", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9357de22-e7b9-498b-9704-8da6f67a5c34", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "81265deb90034695b14353eee8b76fbc", "created_at": "2018-08-28T00:05:38Z", "admin_state_up": true, "updated_at": "2018-08-28T00:05:39Z", "revision_number": 2, "routes": [], "project_id": "81265deb90034695b14353eee8b76fbc", "id": "ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e", "name": "tenantnetwork2-router_fbc33cb4-bc6e-4710-8320-28a018953f1c"}} 2018-08-28 00:05:39,689 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-06e28a46-2db2-42a2-bc74-03e915fe9f45 2018-08-28 00:05:39,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.52700185776s 2018-08-28 00:05:39,689 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-06e28a46-2db2-42a2-bc74-03e915fe9f45 2018-08-28 00:05:39,690 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'd3d75291-480c-4a21-8cfa-c92d6e7ee795', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9357de22-e7b9-498b-9704-8da6f67a5c34', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'81265deb90034695b14353eee8b76fbc', u'created_at': u'2018-08-28T00:05:38Z', u'admin_state_up': True, u'updated_at': u'2018-08-28T00:05:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'81265deb90034695b14353eee8b76fbc', u'id': u'ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e', u'name': u'tenantnetwork2-router_fbc33cb4-bc6e-4710-8320-28a018953f1c'}) 2018-08-28 00:05:39,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 00:05:39,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.34:9696/v2.0/routers/ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" -d '{"subnet_id": "f675f429-c9ae-45fb-a55d-67a5cf15271e"}' 2018-08-28 00:05:43,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-04af0189-bc58-4364-a810-816c4e59de89 Date: Tue, 28 Aug 2018 00:05:43 GMT RESP BODY: {"network_id": "54c6ec35-544b-40a4-9325-5a8c59ebc927", "tenant_id": "81265deb90034695b14353eee8b76fbc", "subnet_id": "f675f429-c9ae-45fb-a55d-67a5cf15271e", "subnet_ids": ["f675f429-c9ae-45fb-a55d-67a5cf15271e"], "port_id": "f60f7ec0-49ec-471d-af49-0887a3598c25", "id": "ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e"} 2018-08-28 00:05:43,010 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e/add_router_interface.json used request id req-04af0189-bc58-4364-a810-816c4e59de89 2018-08-28 00:05:43,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.31918096542s 2018-08-28 00:05:43,010 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e/add_router_interface.json used request id req-04af0189-bc58-4364-a810-816c4e59de89 returning object ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e 2018-08-28 00:05:43,122 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 00:05:43,122 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:10 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-28 00:05:43,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 00:05:43,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.34:9696/v2.0/routers/ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" -d '{"subnet_id": "f675f429-c9ae-45fb-a55d-67a5cf15271e"}' 2018-08-28 00:05:45,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f7abd957-33a1-47fa-b66f-babd49a325a7 Date: Tue, 28 Aug 2018 00:05:45 GMT RESP BODY: {"network_id": "54c6ec35-544b-40a4-9325-5a8c59ebc927", "tenant_id": "81265deb90034695b14353eee8b76fbc", "subnet_id": "f675f429-c9ae-45fb-a55d-67a5cf15271e", "subnet_ids": ["f675f429-c9ae-45fb-a55d-67a5cf15271e"], "port_id": "f60f7ec0-49ec-471d-af49-0887a3598c25", "id": "ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e"} 2018-08-28 00:05:45,477 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e/remove_router_interface.json used request id req-f7abd957-33a1-47fa-b66f-babd49a325a7 2018-08-28 00:05:45,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.35034489632s 2018-08-28 00:05:45,478 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e/remove_router_interface.json used request id req-f7abd957-33a1-47fa-b66f-babd49a325a7 returning object ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e 2018-08-28 00:05:45,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 00:05:45,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" 2018-08-28 00:05:46,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8bccada5-d6ae-4a5d-8028-8423376942f7 Date: Tue, 28 Aug 2018 00:05:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d3d75291-480c-4a21-8cfa-c92d6e7ee795", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9357de22-e7b9-498b-9704-8da6f67a5c34", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "81265deb90034695b14353eee8b76fbc", "created_at": "2018-08-28T00:05:38Z", "admin_state_up": true, "updated_at": "2018-08-28T00:05:44Z", "revision_number": 4, "routes": [], "project_id": "81265deb90034695b14353eee8b76fbc", "id": "ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e", "name": "tenantnetwork2-router_fbc33cb4-bc6e-4710-8320-28a018953f1c"}]} 2018-08-28 00:05:46,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-8bccada5-d6ae-4a5d-8028-8423376942f7 2018-08-28 00:05:46,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.04498505592s 2018-08-28 00:05:46,524 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-8bccada5-d6ae-4a5d-8028-8423376942f7 2018-08-28 00:05:46,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 00:05:46,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:9696/v2.0/routers/ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" 2018-08-28 00:05:47,834 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f14486bb-69f5-4066-9c2b-0890d7b437b7 Content-Length: 0 Date: Tue, 28 Aug 2018 00:05:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 00:05:47,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/routers/ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e.json used request id req-f14486bb-69f5-4066-9c2b-0890d7b437b7 2018-08-28 00:05:47,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.30887413025s 2018-08-28 00:05:47,834 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/routers/ef3f20ee-5fcd-4b29-bf6e-0b07e56df08e.json used request id req-f14486bb-69f5-4066-9c2b-0890d7b437b7 2018-08-28 00:05:47,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 00:05:47,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" 2018-08-28 00:05:48,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-478b5589-7d9b-4a52-982d-86b846e382f4 Date: Tue, 28 Aug 2018 00:05:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54c6ec35-544b-40a4-9325-5a8c59ebc927","tenant_id":"81265deb90034695b14353eee8b76fbc","created_at":"2018-08-28T00:05:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T00:05:37Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"81265deb90034695b14353eee8b76fbc","id":"f675f429-c9ae-45fb-a55d-67a5cf15271e","subnetpool_id":null,"name":"tenantnetwork2-subnet_fbc33cb4-bc6e-4710-8320-28a018953f1c"}]} 2018-08-28 00:05:48,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-478b5589-7d9b-4a52-982d-86b846e382f4 2018-08-28 00:05:48,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.324975967407s 2018-08-28 00:05:48,160 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-478b5589-7d9b-4a52-982d-86b846e382f4 2018-08-28 00:05:48,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 00:05:48,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:9696/v2.0/subnets/f675f429-c9ae-45fb-a55d-67a5cf15271e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" 2018-08-28 00:05:51,634 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a385d87a-74b6-432b-925b-6cb800bcd46d Date: Tue, 28 Aug 2018 00:05:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 00:05:51,635 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/subnets/f675f429-c9ae-45fb-a55d-67a5cf15271e.json used request id req-a385d87a-74b6-432b-925b-6cb800bcd46d 2018-08-28 00:05:51,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.47339987755s 2018-08-28 00:05:51,635 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/subnets/f675f429-c9ae-45fb-a55d-67a5cf15271e.json used request id req-a385d87a-74b6-432b-925b-6cb800bcd46d 2018-08-28 00:05:51,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 00:05:51,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" 2018-08-28 00:05:52,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-43777263-b3a6-4b6f-b57f-5160ee9a3d3c Date: Tue, 28 Aug 2018 00:05:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-28T00:05:51Z","tenant_id":"81265deb90034695b14353eee8b76fbc","created_at":"2018-08-28T00:05:35Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"81265deb90034695b14353eee8b76fbc","id":"54c6ec35-544b-40a4-9325-5a8c59ebc927","name":"tenantnetwork2-net_fbc33cb4-bc6e-4710-8320-28a018953f1c"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["9357de22-e7b9-498b-9704-8da6f67a5c34"],"updated_at":"2018-08-28T00:01:31Z","tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:23Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","name":"external"}]} 2018-08-28 00:05:52,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-43777263-b3a6-4b6f-b57f-5160ee9a3d3c 2018-08-28 00:05:52,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06021499634s 2018-08-28 00:05:52,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-43777263-b3a6-4b6f-b57f-5160ee9a3d3c 2018-08-28 00:05:52,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 00:05:52,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:9696/v2.0/networks/54c6ec35-544b-40a4-9325-5a8c59ebc927.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3667647e6fcd15cad9a595ed35c33a4e993e024f" 2018-08-28 00:05:54,286 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aa80bf86-af75-4010-b10b-bc9f0c93a3bf Date: Tue, 28 Aug 2018 00:05:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 00:05:54,286 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/networks/54c6ec35-544b-40a4-9325-5a8c59ebc927.json used request id req-aa80bf86-af75-4010-b10b-bc9f0c93a3bf 2018-08-28 00:05:54,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.5885078907s 2018-08-28 00:05:54,286 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/networks/54c6ec35-544b-40a4-9325-5a8c59ebc927.json used request id req-aa80bf86-af75-4010-b10b-bc9f0c93a3bf 2018-08-28 00:05:54,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 00:05:54,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:54,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68f7f297-6de3-45f3-80de-d46de79820bf Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "nova", "links": {"self": "http://172.30.9.34:5000/v3/users/01cb4a9356554729a2d297218a21cfa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01cb4a9356554729a2d297218a21cfa2", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.34:5000/v3/users/0b5c39757d9e43e4bc7ee74ca79f8a8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0b5c39757d9e43e4bc7ee74ca79f8a8b", "email": "glance@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.34:5000/v3/users/233c64361f5f4a6f82943da634bdc78b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "233c64361f5f4a6f82943da634bdc78b", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.34:5000/v3/users/247a3743260b411493f647a89c3410e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "247a3743260b411493f647a89c3410e6", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.34:5000/v3/users/280a6608a3244feaa7443bf0dac780ea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "280a6608a3244feaa7443bf0dac780ea", "email": "heat@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_fbc33cb4-bc6e-4710-8320-28a018953f1c", "links": {"self": "http://172.30.9.34:5000/v3/users/28a0a5b681b84ef6aba4c94189585d86"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "28a0a5b681b84ef6aba4c94189585d86", "domain_id": "default", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.34:5000/v3/users/2dc6c5963c634da39527a00bbe4cc3c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2dc6c5963c634da39527a00bbe4cc3c1", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.34:5000/v3/users/3f8a7b6f81d546bb8379a8ec5cae32f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f8a7b6f81d546bb8379a8ec5cae32f6", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.34:5000/v3/users/51e6fd033219429e9d023923608b979f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "51e6fd033219429e9d023923608b979f", "email": "admin@example.com", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.34:5000/v3/users/6d95c3be831d44e48e0daae4977f08e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d95c3be831d44e48e0daae4977f08e5", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.34:5000/v3/users/7cd5fb131b1e478ba7b9001721e24403"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7cd5fb131b1e478ba7b9001721e24403", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.34:5000/v3/users/90c4861be3a74c5db916d747275f0daf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "90c4861be3a74c5db916d747275f0daf", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.34:5000/v3/users/e586a89e8ea24df9a9fe29b5fcb6cf76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e586a89e8ea24df9a9fe29b5fcb6cf76", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.34:5000/v3/users/e5a0cf7614a14dd3bf25fbcdc2a92f37"}, "domain_id": "3ec925cb0f8a46369797c288160afec1", "enabled": true, "options": {}, "id": "e5a0cf7614a14dd3bf25fbcdc2a92f37", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.34:5000/v3/users/f1eab46f06df4a7599a5a68564a8ed49"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f1eab46f06df4a7599a5a68564a8ed49", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.34:5000/v3/users", "previous": null, "next": null}} 2018-08-28 00:05:54,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/users used request id req-68f7f297-6de3-45f3-80de-d46de79820bf 2018-08-28 00:05:54,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.171322107315s 2018-08-28 00:05:54,459 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/users used request id req-68f7f297-6de3-45f3-80de-d46de79820bf 2018-08-28 00:05:54,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-28 00:05:54,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/users/28a0a5b681b84ef6aba4c94189585d86 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:54,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8a4f380-3d6a-4693-8842-11d3eda6f29e Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_fbc33cb4-bc6e-4710-8320-28a018953f1c", "links": {"self": "http://172.30.9.34:5000/v3/users/28a0a5b681b84ef6aba4c94189585d86"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "28a0a5b681b84ef6aba4c94189585d86", "description": null}} 2018-08-28 00:05:54,577 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/users/28a0a5b681b84ef6aba4c94189585d86 used request id req-c8a4f380-3d6a-4693-8842-11d3eda6f29e 2018-08-28 00:05:54,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112625837326s 2018-08-28 00:05:54,578 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/users/28a0a5b681b84ef6aba4c94189585d86 used request id req-c8a4f380-3d6a-4693-8842-11d3eda6f29e 2018-08-28 00:05:54,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-28 00:05:54,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:5000/v3/users/28a0a5b681b84ef6aba4c94189585d86 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:54,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 00:05:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b73c381-ac91-41ac-b3d6-706a2f653758 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 00:05:54,853 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.34:5000/v3/users/28a0a5b681b84ef6aba4c94189585d86 used request id req-0b73c381-ac91-41ac-b3d6-706a2f653758 2018-08-28 00:05:54,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.274662971497s 2018-08-28 00:05:54,854 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.34:5000/v3/users/28a0a5b681b84ef6aba4c94189585d86 used request id req-0b73c381-ac91-41ac-b3d6-706a2f653758 2018-08-28 00:05:54,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-28 00:05:54,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:54,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-943962ef-dc2e-4bf1-a847-d2ab9b0c983d Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.34:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.34:5000/v3/projects/65dd15aa6fcf4c8ebb0ea26567cf3293"}, "tags": [], "enabled": true, "id": "65dd15aa6fcf4c8ebb0ea26567cf3293", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.34:5000/v3/projects/81265deb90034695b14353eee8b76fbc"}, "tags": [], "enabled": true, "id": "81265deb90034695b14353eee8b76fbc", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_fbc33cb4-bc6e-4710-8320-28a018953f1c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.34:5000/v3/projects/e5a79564af44421a9817f7a39587bf4f"}, "tags": [], "enabled": true, "id": "e5a79564af44421a9817f7a39587bf4f", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-28 00:05:54,948 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/projects used request id req-943962ef-dc2e-4bf1-a847-d2ab9b0c983d 2018-08-28 00:05:54,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0881819725037s 2018-08-28 00:05:54,948 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/projects used request id req-943962ef-dc2e-4bf1-a847-d2ab9b0c983d 2018-08-28 00:05:54,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-28 00:05:54,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:5000/v3/projects/81265deb90034695b14353eee8b76fbc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:55,263 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 00:05:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e79f486-403b-4005-b4ae-4440771d42da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 00:05:55,263 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.34:5000/v3/projects/81265deb90034695b14353eee8b76fbc used request id req-5e79f486-403b-4005-b4ae-4440771d42da 2018-08-28 00:05:55,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.310475111008s 2018-08-28 00:05:55,264 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.34:5000/v3/projects/81265deb90034695b14353eee8b76fbc used request id req-5e79f486-403b-4005-b4ae-4440771d42da 2018-08-28 00:05:55,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-28 00:05:55,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:55,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f8f855e-f750-42b4-8423-3f74012d9adc Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.34:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "690a29510a7a4e91a40fe7d3a4f7afe5", "links": {"self": "http://172.30.9.34:5000/v3/roles/690a29510a7a4e91a40fe7d3a4f7afe5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7c2c3e8f79e345eeba440f8a2946c418", "links": {"self": "http://172.30.9.34:5000/v3/roles/7c2c3e8f79e345eeba440f8a2946c418"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.34:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "baf488d6212b470892fbf213155ba9a9", "links": {"self": "http://172.30.9.34:5000/v3/roles/baf488d6212b470892fbf213155ba9a9"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e32fefd86dcb4024859fae035b34d01e", "links": {"self": "http://172.30.9.34:5000/v3/roles/e32fefd86dcb4024859fae035b34d01e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f051e0682ccf4cf5b70f5475bc8fc2eb", "links": {"self": "http://172.30.9.34:5000/v3/roles/f051e0682ccf4cf5b70f5475bc8fc2eb"}, "name": "admin"}]} 2018-08-28 00:05:55,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/roles used request id req-0f8f855e-f750-42b4-8423-3f74012d9adc 2018-08-28 00:05:55,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0980761051178s 2018-08-28 00:05:55,366 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.34:5000/v3/roles used request id req-0f8f855e-f750-42b4-8423-3f74012d9adc 2018-08-28 00:05:55,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-28 00:05:55,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:5000/v3/roles/7c2c3e8f79e345eeba440f8a2946c418 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}265adac988abf58dd55b92a25ccceb21070bada0" 2018-08-28 00:05:55,626 - keystoneauth.session - DEBUG - RESP: [204] Date: Tue, 28 Aug 2018 00:05:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3828b947-d30a-450f-b01f-13692aa4bdd0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-28 00:05:55,626 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.34:5000/v3/roles/7c2c3e8f79e345eeba440f8a2946c418 used request id req-3828b947-d30a-450f-b01f-13692aa4bdd0 2018-08-28 00:05:55,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.255460977554s 2018-08-28 00:05:55,627 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.34:5000/v3/roles/7c2c3e8f79e345eeba440f8a2946c418 used request id req-3828b947-d30a-450f-b01f-13692aa4bdd0 2018-08-28 00:05:55,679 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-28 00:05:55,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-28 00:05:55,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-28 00:05:55,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-28 00:05:55,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-28 00:05:55,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-28 00:05:55,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-28 00:05:55,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-28 00:05:55,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-28 00:05:55,764 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-28 00:05:55,765 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-28 00:05:55,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 00:05:55,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Tue, 28 Aug 2018 00:05:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c7d652aa-22ec-41e8-976a-ee35da304af0 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.34:5000/v3/", "rel": "self"}]}} 2018-08-28 00:05:55,774 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.34:5000//v3 used request id req-c7d652aa-22ec-41e8-976a-ee35da304af0 2018-08-28 00:05:55,774 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.34:5000/v3/auth/tokens 2018-08-28 00:05:56,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f051e0682ccf4cf5b70f5475bc8fc2eb", "name": "admin"}], "expires_at": "2018-08-28T01:05:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5a79564af44421a9817f7a39587bf4f", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "79a3077905cd4b66884e31b01a40837c"}, {"url": "http://172.30.9.34:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8bf6569e96914f33b1af627f68e40fb2"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a4ce9a1bb1ab4a77ada4ac373440133a"}], "type": "compute", "id": "0d956340104249bdbeb4cc2f20c2508d", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0fd41a9ecdc748899492b26cb587688f"}, {"url": "http://172.30.9.34:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "28f12b474e334d1aad827eabd8c4d1ad"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4bcc695b82944379a108e3f5d3c48d68"}], "type": "image", "id": "0dc0435a7c5d43fabe8bb9072a74f7ce", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.34:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d8ee8527e5b461f8d94c4225339a302"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8be21ffb95df4bd299df53bb9fec5dfe"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ebbc23740454a19b676217dc82f6646"}], "type": "metric", "id": "15e28acb734d4d38a7873bddfad16930", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5045850315d94cf3bb37e11d8b4fc17c"}, {"url": "http://192.30.9.5:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ddaced53dfe14fc4854e5788941289fb"}, {"url": "http://172.30.9.34:8776/v3/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f9e79779c38648d5b67c2f62d0b3be78"}], "type": "volumev3", "id": "1ca936f600e540549439eb6af33b58c8", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "17b6c1dddf2844639f00bad601704632"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dff2f0ec3195471996db782324818088"}, {"url": "http://172.30.9.34:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fda318732d8a48a5b14840ec8e37e70b"}], "type": "network", "id": "2e2815fa57424e82b9091e1947422dcb", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.29:8080/v1/AUTH_e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "437a3ceec10841dfb1cf477c524f573c"}, {"url": "http://12.0.0.29:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b34346f6229944fc8e9394789a79d7c5"}, {"url": "http://172.30.9.34:8080/v1/AUTH_e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db770b9621024c539537a4b94b19746f"}], "type": "object-store", "id": "2eab8faf9370492db06425d2170ea733", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.34:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9a35bff599bc4c39958b37ebc5f8b527"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b8763aae0324c1a956ec0914b32cb23"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a92d2b64d7ee470d88b4fc3ea6a784a2"}], "type": "identity", "id": "38739994c9364e5c8a8824a48013d440", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "03c3508ff1e64e0dae3ca0506a64957d"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "077b6850125247adbd7727ba8c686150"}, {"url": "http://172.30.9.34:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c0a4da83e88841e7a4cf9475e6e34736"}], "type": "alarming", "id": "5905ee99af294d60b1d595abf92342af", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "ac85d2a4db4942b1b0541e3eb45cadfb", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1be9022defbd4bb4a1327641dddeea4d"}, {"url": "http://172.30.9.34:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32d3280b2a484ed4b4e592faaf55c384"}, {"url": "http://192.30.9.5:8776/v2/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33eae03ca0dd4e50b1f5e76c26c8aa0e"}], "type": "volumev2", "id": "b55854fd685340719ded1477cf18a8c1", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2feb13982495440daf87a1ea6595b5a6"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551ae4d9d67a4349a1282eed0b1bf3c1"}, {"url": "http://172.30.9.34:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "87b9c74815f242b0bb8617c1386d5053"}], "type": "placement", "id": "c4e2cef6095d4aa2a517cc81f991521d", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "849ede0c327e4fc598f8e9b375c01306"}, {"url": "http://172.30.9.34:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dbb57f58a7b64dd0b6032b1e47147e80"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ee8ff630c3ae4be7950106d12b8c824e"}], "type": "event", "id": "c5091aa50a4541f1be14f44ecaf37884", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dce822e3c7a44f98cc1c32ab2dbfb54"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "774daf6ab394455190e23f90d40f68f1"}, {"url": "http://172.30.9.34:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a280384445c14cb998b0f6ae9f8bf864"}], "type": "cloudformation", "id": "dec677cacdd04c328c7a6e7660f9f11d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "406f6d9d84864e8287e6a2156fdfb66a"}, {"url": "http://192.30.9.5:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "723ae82f54594d3ab86f6621d5bc9495"}, {"url": "http://172.30.9.34:8776/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f93585abecbf46c29c7beefec2e83483"}], "type": "volume", "id": "f48fbad8d2dd433785e1e455493dabc8", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22c13fdcda0e4c9bb003ff360089164c"}, {"url": "http://192.30.9.5:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a8ebb4c539a474ab63c56e3a79b0a89"}, {"url": "http://172.30.9.34:8004/v1/e5a79564af44421a9817f7a39587bf4f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6cdbc63c285f40a5b0b3eb2844dde18c"}], "type": "orchestration", "id": "f72641d0d53549dabad0b47e4c219d20", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "51e6fd033219429e9d023923608b979f"}, "audit_ids": ["BaAVT7nITKmKd-vCjWyNRQ"], "issued_at": "2018-08-28T00:05:56.000000Z"}} 2018-08-28 00:05:56,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 00:05:56,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.34:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" 2018-08-28 00:05:56,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-437dbbf4-1d1f-4988-a43e-dcc20cbd5ce8 Date: Tue, 28 Aug 2018 00:05:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","status":"ACTIVE","subnets":["9357de22-e7b9-498b-9704-8da6f67a5c34"],"description":"","tags":[],"updated_at":"2018-08-28T00:01:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:23Z","provider:network_type":"flat"}]} 2018-08-28 00:05:56,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json?router%3Aexternal=True used request id req-437dbbf4-1d1f-4988-a43e-dcc20cbd5ce8 2018-08-28 00:05:56,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.311918020248s 2018-08-28 00:05:56,557 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json?router%3Aexternal=True used request id req-437dbbf4-1d1f-4988-a43e-dcc20cbd5ce8 2018-08-28 00:05:56,558 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-28 00:05:56,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-28 00:05:56,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" -d '{"network": {"name": "vmready1-net_39493e2d-1a17-4d2b-85ba-f05c63cd169b", "admin_state_up": true}}' 2018-08-28 00:05:57,058 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-5ab156cc-4818-40c3-b28b-93e003974012 Date: Tue, 28 Aug 2018 00:05:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"5c28570d-ec00-4802-94cc-c72090bbb192","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5a79564af44421a9817f7a39587bf4f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T00:05:56Z","is_default":false,"provider:segmentation_id":28,"name":"vmready1-net_39493e2d-1a17-4d2b-85ba-f05c63cd169b","admin_state_up":true,"tenant_id":"e5a79564af44421a9817f7a39587bf4f","created_at":"2018-08-28T00:05:56Z","mtu":1450}} 2018-08-28 00:05:57,059 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-5ab156cc-4818-40c3-b28b-93e003974012 2018-08-28 00:05:57,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.500031232834s 2018-08-28 00:05:57,059 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-5ab156cc-4818-40c3-b28b-93e003974012 2018-08-28 00:05:57,059 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-28T00:05:56Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'5c28570d-ec00-4802-94cc-c72090bbb192', u'provider:segmentation_id': 28, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_39493e2d-1a17-4d2b-85ba-f05c63cd169b', u'admin_state_up': True, u'tenant_id': u'e5a79564af44421a9817f7a39587bf4f', u'created_at': u'2018-08-28T00:05:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e5a79564af44421a9817f7a39587bf4f'}) 2018-08-28 00:05:57,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 00:05:57,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" 2018-08-28 00:05:57,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-a3ee3c76-e1bf-48a0-beef-1dddeb79a7de Date: Tue, 28 Aug 2018 00:05:57 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"5c28570d-ec00-4802-94cc-c72090bbb192","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e5a79564af44421a9817f7a39587bf4f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T00:05:56Z","provider:segmentation_id":28,"name":"vmready1-net_39493e2d-1a17-4d2b-85ba-f05c63cd169b","admin_state_up":true,"tenant_id":"e5a79564af44421a9817f7a39587bf4f","created_at":"2018-08-28T00:05:56Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","status":"ACTIVE","subnets":["9357de22-e7b9-498b-9704-8da6f67a5c34"],"description":"","tags":[],"updated_at":"2018-08-28T00:01:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:23Z","provider:network_type":"flat"}]} 2018-08-28 00:05:57,330 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-a3ee3c76-e1bf-48a0-beef-1dddeb79a7de 2018-08-28 00:05:57,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.270019769669s 2018-08-28 00:05:57,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-a3ee3c76-e1bf-48a0-beef-1dddeb79a7de 2018-08-28 00:05:57,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-28 00:05:57,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" -d '{"subnet": {"name": "vmready1-subnet_39493e2d-1a17-4d2b-85ba-f05c63cd169b", "enable_dhcp": true, "network_id": "5c28570d-ec00-4802-94cc-c72090bbb192", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-28 00:05:58,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-7e33a531-8a94-4a24-9077-5965fb24665f Date: Tue, 28 Aug 2018 00:05:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c28570d-ec00-4802-94cc-c72090bbb192","tenant_id":"e5a79564af44421a9817f7a39587bf4f","created_at":"2018-08-28T00:05:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T00:05:57Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"e5a79564af44421a9817f7a39587bf4f","id":"55e60e29-e30d-4371-bbf1-9e0fdb1ab784","subnetpool_id":null,"name":"vmready1-subnet_39493e2d-1a17-4d2b-85ba-f05c63cd169b"}} 2018-08-28 00:05:58,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-7e33a531-8a94-4a24-9077-5965fb24665f 2018-08-28 00:05:58,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.690257072449s 2018-08-28 00:05:58,023 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-7e33a531-8a94-4a24-9077-5965fb24665f 2018-08-28 00:05:58,023 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-28T00:05:57Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'55e60e29-e30d-4371-bbf1-9e0fdb1ab784', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_39493e2d-1a17-4d2b-85ba-f05c63cd169b', u'enable_dhcp': True, u'network_id': u'5c28570d-ec00-4802-94cc-c72090bbb192', u'tenant_id': u'e5a79564af44421a9817f7a39587bf4f', u'created_at': u'2018-08-28T00:05:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e5a79564af44421a9817f7a39587bf4f'}) 2018-08-28 00:05:58,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-28 00:05:58,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" -d '{"router": {"external_gateway_info": {"network_id": "d3d75291-480c-4a21-8cfa-c92d6e7ee795"}, "name": "vmready1-router_39493e2d-1a17-4d2b-85ba-f05c63cd169b", "admin_state_up": true}}' 2018-08-28 00:05:59,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-f09d83ed-279a-4bb9-b141-7e042ec4b6e1 Date: Tue, 28 Aug 2018 00:05:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "d3d75291-480c-4a21-8cfa-c92d6e7ee795", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9357de22-e7b9-498b-9704-8da6f67a5c34", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "e5a79564af44421a9817f7a39587bf4f", "created_at": "2018-08-28T00:05:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T00:05:59Z", "revision_number": 2, "routes": [], "project_id": "e5a79564af44421a9817f7a39587bf4f", "id": "8c23d3ec-3fbb-4780-a1e3-4761ec453ac8", "name": "vmready1-router_39493e2d-1a17-4d2b-85ba-f05c63cd169b"}} 2018-08-28 00:05:59,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-f09d83ed-279a-4bb9-b141-7e042ec4b6e1 2018-08-28 00:05:59,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27703094482s 2018-08-28 00:05:59,302 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-f09d83ed-279a-4bb9-b141-7e042ec4b6e1 2018-08-28 00:05:59,302 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'd3d75291-480c-4a21-8cfa-c92d6e7ee795', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'9357de22-e7b9-498b-9704-8da6f67a5c34', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e5a79564af44421a9817f7a39587bf4f', u'created_at': u'2018-08-28T00:05:58Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-28T00:05:59Z', u'revision_number': 2, u'routes': [], u'project_id': u'e5a79564af44421a9817f7a39587bf4f', u'id': u'8c23d3ec-3fbb-4780-a1e3-4761ec453ac8', u'name': u'vmready1-router_39493e2d-1a17-4d2b-85ba-f05c63cd169b'}) 2018-08-28 00:05:59,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-28 00:05:59,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.34:9696/v2.0/routers/8c23d3ec-3fbb-4780-a1e3-4761ec453ac8/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" -d '{"subnet_id": "55e60e29-e30d-4371-bbf1-9e0fdb1ab784"}' 2018-08-28 00:06:01,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a76c7514-661e-4b10-bbdb-74ebdda054c2 Date: Tue, 28 Aug 2018 00:06:01 GMT RESP BODY: {"network_id": "5c28570d-ec00-4802-94cc-c72090bbb192", "tenant_id": "e5a79564af44421a9817f7a39587bf4f", "subnet_id": "55e60e29-e30d-4371-bbf1-9e0fdb1ab784", "subnet_ids": ["55e60e29-e30d-4371-bbf1-9e0fdb1ab784"], "port_id": "36bc4cb5-c18b-4dec-97e7-ccc1db85020b", "id": "8c23d3ec-3fbb-4780-a1e3-4761ec453ac8"} 2018-08-28 00:06:01,129 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/8c23d3ec-3fbb-4780-a1e3-4761ec453ac8/add_router_interface.json used request id req-a76c7514-661e-4b10-bbdb-74ebdda054c2 2018-08-28 00:06:01,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.82617783546s 2018-08-28 00:06:01,129 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/8c23d3ec-3fbb-4780-a1e3-4761ec453ac8/add_router_interface.json used request id req-a76c7514-661e-4b10-bbdb-74ebdda054c2 returning object 8c23d3ec-3fbb-4780-a1e3-4761ec453ac8 2018-08-28 00:06:01,130 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-28 00:06:01,263 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-28 00:06:01,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-28 00:06:01,269 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Tue, 28 Aug 2018 00:06:01 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.34:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.34:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.34:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.34:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.34:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.34:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.34:9292/v2/", "rel": "self"}]}]} 2018-08-28 00:06:01,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-28 00:06:01,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" 2018-08-28 00:06:02,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-df85dd52-810a-498d-ae52-6a25dae81795 Date: Tue, 28 Aug 2018 00:06:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-28 00:06:02,041 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.34:9292/v2/images used request id req-df85dd52-810a-498d-ae52-6a25dae81795 2018-08-28 00:06:02,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.766863822937s 2018-08-28 00:06:02,041 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.34:9292/v2/images used request id req-df85dd52-810a-498d-ae52-6a25dae81795 2018-08-28 00:06:02,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-28 00:06:02,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.34:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_39493e2d-1a17-4d2b-85ba-f05c63cd169b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_39493e2d-1a17-4d2b-85ba-f05c63cd169b"}' 2018-08-28 00:06:02,897 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.34:9292/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-eeb0eef7-823a-46d4-ba11-52a532d6974d Date: Tue, 28 Aug 2018 00:06:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da/file", "owner": "e5a79564af44421a9817f7a39587bf4f", "id": "846e5556-0998-41ac-b1c6-36e70a81f4da", "size": null, "self": "/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-28T00:06:02Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_39493e2d-1a17-4d2b-85ba-f05c63cd169b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_39493e2d-1a17-4d2b-85ba-f05c63cd169b", "checksum": null, "created_at": "2018-08-28T00:06:02Z", "protected": false} 2018-08-28 00:06:02,898 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.34:9292/v2/images used request id req-eeb0eef7-823a-46d4-ba11-52a532d6974d 2018-08-28 00:06:02,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.848397016525s 2018-08-28 00:06:02,898 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.34:9292/v2/images used request id req-eeb0eef7-823a-46d4-ba11-52a532d6974d returning object 846e5556-0998-41ac-b1c6-36e70a81f4da 2018-08-28 00:06:02,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-28 00:06:02,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.34:9292/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" -d '' 2018-08-28 00:08:02,948 - shade - DEBUG - Unable to establish connection to http://172.30.9.34:9292/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-28 00:08:02,949 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.049582005 seconds, retrying 2018-08-28 00:08:02,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.34:9292/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" -d '' 2018-08-28 00:08:03,645 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-b645022c-f9ea-4209-81ec-5b31b0086a09 Date: Tue, 28 Aug 2018 00:08:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 00:08:03,645 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.34:9292/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da/file used request id req-b645022c-f9ea-4209-81ec-5b31b0086a09 2018-08-28 00:08:03,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.74681592s 2018-08-28 00:08:03,646 - shade - DEBUG - Deleting failed upload of image vmready1-img_39493e2d-1a17-4d2b-85ba-f05c63cd169b 2018-08-28 00:08:03,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-28 00:08:03,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:9292/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" 2018-08-28 00:08:04,371 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ec89d193-f4cb-48c1-9fea-227c3c9ea472 Date: Tue, 28 Aug 2018 00:08:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-28 00:08:04,371 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.34:9292/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da used request id req-ec89d193-f4cb-48c1-9fea-227c3c9ea472 2018-08-28 00:08:04,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.725160837173s 2018-08-28 00:08:04,372 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.34:9292/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da used request id req-ec89d193-f4cb-48c1-9fea-227c3c9ea472 2018-08-28 00:08:04,372 - shade - DEBUG - Image creation failed Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4729, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4849, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4793, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.34:9292/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da/file Conflict 2018-08-28 00:08:04,379 - functest.core.singlevm - ERROR - Cannot run vmready1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 239, in run self.image = self.publish_image() File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 92, in publish_image wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4729, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4849, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4793, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.34:9292/v2/images/846e5556-0998-41ac-b1c6-36e70a81f4da/file Conflict 2018-08-28 00:08:04,497 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-28 00:08:04,498 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:08 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-28 00:08:04,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-28 00:08:04,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.34:9696/v2.0/routers/8c23d3ec-3fbb-4780-a1e3-4761ec453ac8/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" -d '{"subnet_id": "55e60e29-e30d-4371-bbf1-9e0fdb1ab784"}' 2018-08-28 00:08:06,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3bc1a737-6fd0-4cf2-8070-721a742ad851 Date: Tue, 28 Aug 2018 00:08:06 GMT RESP BODY: {"network_id": "5c28570d-ec00-4802-94cc-c72090bbb192", "tenant_id": "e5a79564af44421a9817f7a39587bf4f", "subnet_id": "55e60e29-e30d-4371-bbf1-9e0fdb1ab784", "subnet_ids": ["55e60e29-e30d-4371-bbf1-9e0fdb1ab784"], "port_id": "36bc4cb5-c18b-4dec-97e7-ccc1db85020b", "id": "8c23d3ec-3fbb-4780-a1e3-4761ec453ac8"} 2018-08-28 00:08:06,221 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/8c23d3ec-3fbb-4780-a1e3-4761ec453ac8/remove_router_interface.json used request id req-3bc1a737-6fd0-4cf2-8070-721a742ad851 2018-08-28 00:08:06,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.71844696999s 2018-08-28 00:08:06,222 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.34:9696/v2.0/routers/8c23d3ec-3fbb-4780-a1e3-4761ec453ac8/remove_router_interface.json used request id req-3bc1a737-6fd0-4cf2-8070-721a742ad851 returning object 8c23d3ec-3fbb-4780-a1e3-4761ec453ac8 2018-08-28 00:08:06,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-28 00:08:06,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" 2018-08-28 00:08:07,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-15758ffe-3b43-41ba-914f-6cc14b558022 Date: Tue, 28 Aug 2018 00:08:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "d3d75291-480c-4a21-8cfa-c92d6e7ee795", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "9357de22-e7b9-498b-9704-8da6f67a5c34", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "e5a79564af44421a9817f7a39587bf4f", "created_at": "2018-08-28T00:05:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-28T00:08:05Z", "revision_number": 4, "routes": [], "project_id": "e5a79564af44421a9817f7a39587bf4f", "id": "8c23d3ec-3fbb-4780-a1e3-4761ec453ac8", "name": "vmready1-router_39493e2d-1a17-4d2b-85ba-f05c63cd169b"}]} 2018-08-28 00:08:07,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-15758ffe-3b43-41ba-914f-6cc14b558022 2018-08-28 00:08:07,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.956499099731s 2018-08-28 00:08:07,179 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/routers.json used request id req-15758ffe-3b43-41ba-914f-6cc14b558022 2018-08-28 00:08:07,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-28 00:08:07,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:9696/v2.0/routers/8c23d3ec-3fbb-4780-a1e3-4761ec453ac8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" 2018-08-28 00:08:09,379 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-71d81557-96dc-442f-a013-e3c82545a0ac Content-Length: 0 Date: Tue, 28 Aug 2018 00:08:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 00:08:09,379 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/routers/8c23d3ec-3fbb-4780-a1e3-4761ec453ac8.json used request id req-71d81557-96dc-442f-a013-e3c82545a0ac 2018-08-28 00:08:09,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.19863986969s 2018-08-28 00:08:09,379 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/routers/8c23d3ec-3fbb-4780-a1e3-4761ec453ac8.json used request id req-71d81557-96dc-442f-a013-e3c82545a0ac 2018-08-28 00:08:09,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-28 00:08:09,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" 2018-08-28 00:08:10,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-91bfa3d0-b02d-42c9-a9c3-8ceae0daacb8 Date: Tue, 28 Aug 2018 00:08:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5c28570d-ec00-4802-94cc-c72090bbb192","tenant_id":"e5a79564af44421a9817f7a39587bf4f","created_at":"2018-08-28T00:05:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-28T00:05:57Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"e5a79564af44421a9817f7a39587bf4f","id":"55e60e29-e30d-4371-bbf1-9e0fdb1ab784","subnetpool_id":null,"name":"vmready1-subnet_39493e2d-1a17-4d2b-85ba-f05c63cd169b"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:31Z","dns_nameservers":[],"updated_at":"2018-08-28T00:01:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","id":"9357de22-e7b9-498b-9704-8da6f67a5c34","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-28 00:08:10,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-91bfa3d0-b02d-42c9-a9c3-8ceae0daacb8 2018-08-28 00:08:10,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.98916888237s 2018-08-28 00:08:10,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/subnets.json used request id req-91bfa3d0-b02d-42c9-a9c3-8ceae0daacb8 2018-08-28 00:08:10,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-28 00:08:10,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:9696/v2.0/subnets/55e60e29-e30d-4371-bbf1-9e0fdb1ab784.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" 2018-08-28 00:08:13,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-614dc1ad-f1d3-4d3e-b89a-1aff8700f804 Date: Tue, 28 Aug 2018 00:08:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 00:08:13,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/subnets/55e60e29-e30d-4371-bbf1-9e0fdb1ab784.json used request id req-614dc1ad-f1d3-4d3e-b89a-1aff8700f804 2018-08-28 00:08:13,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.15125012398s 2018-08-28 00:08:13,522 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/subnets/55e60e29-e30d-4371-bbf1-9e0fdb1ab784.json used request id req-614dc1ad-f1d3-4d3e-b89a-1aff8700f804 2018-08-28 00:08:13,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-28 00:08:13,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.34:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" 2018-08-28 00:08:13,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-803d0ddf-d2ee-49c3-a384-5f84a13c2189 Date: Tue, 28 Aug 2018 00:08:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"5c28570d-ec00-4802-94cc-c72090bbb192","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e5a79564af44421a9817f7a39587bf4f","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-28T00:08:13Z","provider:segmentation_id":28,"name":"vmready1-net_39493e2d-1a17-4d2b-85ba-f05c63cd169b","admin_state_up":true,"tenant_id":"e5a79564af44421a9817f7a39587bf4f","created_at":"2018-08-28T00:05:56Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"d3d75291-480c-4a21-8cfa-c92d6e7ee795","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","status":"ACTIVE","subnets":["9357de22-e7b9-498b-9704-8da6f67a5c34"],"description":"","tags":[],"updated_at":"2018-08-28T00:01:31Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"65dd15aa6fcf4c8ebb0ea26567cf3293","created_at":"2018-08-28T00:01:23Z","provider:network_type":"flat"}]} 2018-08-28 00:08:13,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-803d0ddf-d2ee-49c3-a384-5f84a13c2189 2018-08-28 00:08:13,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.293930053711s 2018-08-28 00:08:13,817 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.34:9696/v2.0/networks.json used request id req-803d0ddf-d2ee-49c3-a384-5f84a13c2189 2018-08-28 00:08:13,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-28 00:08:13,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.34:9696/v2.0/networks/5c28570d-ec00-4802-94cc-c72090bbb192.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a6ed3357728f64c52fbf79b1d4ec0a36d359a7bf" 2018-08-28 00:08:15,112 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ed2e80db-8d62-47e3-9add-57444c919b79 Date: Tue, 28 Aug 2018 00:08:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-28 00:08:15,112 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/networks/5c28570d-ec00-4802-94cc-c72090bbb192.json used request id req-ed2e80db-8d62-47e3-9add-57444c919b79 2018-08-28 00:08:15,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.29433202744s 2018-08-28 00:08:15,113 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.34:9696/v2.0/networks/5c28570d-ec00-4802-94cc-c72090bbb192.json used request id req-ed2e80db-8d62-47e3-9add-57444c919b79 2018-08-28 00:08:15,113 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-28 00:08:15,114 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | tenantnetwork1 | functest | healthcheck | 00:07 | PASS | | tenantnetwork2 | functest | healthcheck | 00:10 | PASS | | vmready1 | functest | healthcheck | 02:08 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-28 00:08:15,128 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR