2018-08-24 04:15:56,544 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-237 | | 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-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-24 04:15:56,549 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.24,192.30.9.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.24:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=AbPFxCkeWmGdtZ4eFbzyBbpAa 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=390b06cbd7014319906ab36bd72f6e34 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.5 export SDN_CONTROLLER_PASSWORD=TtkQfrrTnymMjXFq6rZDqM9Zt export OS_REGION_NAME=regionOne 2018-08-24 04:15:56,549 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-24 04:15:56,550 - 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-24 04:15:56,588 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 04:15:56,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 04:15:56,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 04:15:56,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 04:15:56,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 04:15:56,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 04:15:56,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 04:15:56,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 04:15:56,888 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-24 04:15:56,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-24 04:15:56,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 04:15:56,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:15:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f455b8f-6eb2-4442-b02f-0a6a2f1fa486 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-24 04:15:56,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-2f455b8f-6eb2-4442-b02f-0a6a2f1fa486 2018-08-24 04:15:56,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-24 04:15:57,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c2c1f3143924a80bc2dad799ddbb706", "name": "admin"}], "expires_at": "2018-08-24T05:15:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "390b06cbd7014319906ab36bd72f6e34", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e1c39a3eca64f3087c88574bcaeef42"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4bfa3c8b2094338aed0f6c06d218a75"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e984e302d8004dd5b3628a37bcf7f957"}], "type": "event", "id": "089c06e94b6a4d0bb38dc60b9b6b62af", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233e886736444bda91f32a903f18efb3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6354f64c84f7410bb6c481586c40cee0"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c989a293d5d94fb687d4d2d532417a3e"}], "type": "compute", "id": "1170204d7e0c48dc845ae782acf8cc9f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1332e2d2b92b4dbbb145a76053c9cc84"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "444c2520128446d89b2198a8fef60d09"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f74686a4ed4c42d9a2a04c6f6b05e4ec"}], "type": "cloudformation", "id": "334b38881d5242d98218ba0de7b6684d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2f8230f9eed4702bb00227a7e70e6e8"}, {"url": "http://172.30.9.24:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4d0fcb3f14540b2c087a2638ffdba"}, {"url": "http://192.30.9.5:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc350fb2722b4f01a94eb1bf6b4ce2ed"}], "type": "volume", "id": "3e327bac9498449a84f35436fb168891", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "42f377f01adc4650b780a5c78eac7690"}, {"url": "http://192.30.9.5:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4caf5aae80044c73a52a0a5a4824f54d"}, {"url": "http://172.30.9.24:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52891ba773aa465bb6180c4abb7bf4b5"}], "type": "volumev2", "id": "4320e522be1e40f191a601478a1e1b70", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f340752d43f480ebae6471f2c3baf63"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d897770088df4c70bac6b3ab90e7b020"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e00abd9884074051aea727aaf508f000"}], "type": "image", "id": "4574323cad3f419ea0ef31243056b94d", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "59bd6caea5a04c2a9aecf9e8e74605bc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8080/v1/AUTH_390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b5dc3fa006a4da0ae207b9cd28d3625"}, {"url": "http://12.0.0.35:8080/v1/AUTH_390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0625782703f4203b1ec3b884b9bbf9d"}, {"url": "http://12.0.0.35:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c2d1a85f0fa9465ab9916910cbb892ae"}], "type": "object-store", "id": "6ef3e7f0a65643568350cb1634152dc1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1400e48f39d048eab5e86b0d0c9c0102"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "81a73b4a9fb04bedabd8b6df6f83f248"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da64e15131d44856b0bd3ed71b1129ce"}], "type": "network", "id": "9fab2cdc01b84b5da913691bd43121ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80412e3937fc4919b90bc3d5e64de8f6"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac4b326fdf9a481a949839315dfc2919"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0b9e9095af649898defa40476b42f40"}], "type": "alarming", "id": "b3a4e434057b47978bc0acb61637877f", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a20c3dc0e01b42fd961ea8df7cc66619"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8387070218e4153bbd60b3f136c716b"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fede72dc00464feeb1f7deaec8bde20b"}], "type": "placement", "id": "bf0bfc5b28964b4dab4c1f5be9b900e4", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf748903d39c41f29b52e331f658beee"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7cf9fd242ab4ad89983d19de652915c"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0d1d96c51c7440b80071ff439c409e0"}], "type": "metric", "id": "c0133399c0df447f864473a1925a5295", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b48d75438924e3cb7c1d9dedfb3ab33"}, {"url": "http://172.30.9.24:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8020ec3449794c1f891cc327ea03021d"}, {"url": "http://192.30.9.5:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b487d3662b94ff09ac0e09bcc2efedc"}], "type": "orchestration", "id": "c70cd0863e8145c99b787c1bdb2c0099", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6660542213c940798db5f119e2c59d09"}, {"url": "http://192.30.9.5:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c33c12a3d5a42f9a4962ae3b53555f5"}, {"url": "http://172.30.9.24:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2d5dbee804148a0bb8547c24f1aec4a"}], "type": "volumev3", "id": "fee88bde2138456d962717d0e14ea73c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1aa6d6be29844163b07fb370c43c5d66"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a52f488b2d641be88b0fa4aa1a460e5"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aaba7923c099405e931c70ae8d13ff17"}], "type": "identity", "id": "ff673eb7d3244f41b7da2c166bff889a", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "960210c57ab24ea29882ab4fd3d3ace1"}, "audit_ids": ["5D-0amr9TxuAZIUcYNffZw"], "issued_at": "2018-08-24T04:15:57.000000Z"}} 2018-08-24 04:15:57,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:15:58,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:15:57 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-f2dbcc09-bd1b-43d9-a817-213e05cc591b x-compute-request-id: req-f2dbcc09-bd1b-43d9-a817-213e05cc591b Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-24 04:15:58,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-aggregates used request id req-f2dbcc09-bd1b-43d9-a817-213e05cc591b 2018-08-24 04:15:58,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.24160289764s 2018-08-24 04:15:58,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-aggregates used request id req-f2dbcc09-bd1b-43d9-a817-213e05cc591b 2018-08-24 04:15:58,131 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-24 04:15:58,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 04:15:58,140 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 04:15:58 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-24 04:15:58,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 04:15:58,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:15:58,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ead619c5-60cf-458f-b24b-356bafd5b9de Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/e0abb4d0e90b434e953d3283469e0bc5"}, "tags": [], "enabled": true, "id": "e0abb4d0e90b434e953d3283469e0bc5", "name": "heat_stack"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-08-24 04:15:58,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-ead619c5-60cf-458f-b24b-356bafd5b9de 2018-08-24 04:15:58,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.158622980118s 2018-08-24 04:15:58,300 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-ead619c5-60cf-458f-b24b-356bafd5b9de 2018-08-24 04:15:58,301 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'}), Munch({'description': u'', 'enabled': True, 'id': u'e0abb4d0e90b434e953d3283469e0bc5', 'name': u'heat_stack'})] 2018-08-24 04:15:58,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-24 04:15:58,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:15:58,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deb9f26e-97eb-44e4-b68c-5ea294648298 Content-Encoding: gzip Content-Length: 1956 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/1332e2d2b92b4dbbb145a76053c9cc84"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "334b38881d5242d98218ba0de7b6684d", "id": "1332e2d2b92b4dbbb145a76053c9cc84"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/1400e48f39d048eab5e86b0d0c9c0102"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9fab2cdc01b84b5da913691bd43121ca", "id": "1400e48f39d048eab5e86b0d0c9c0102"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/1aa6d6be29844163b07fb370c43c5d66"}, "url": "http://172.30.9.24:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ff673eb7d3244f41b7da2c166bff889a", "id": "1aa6d6be29844163b07fb370c43c5d66"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/233e886736444bda91f32a903f18efb3"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1170204d7e0c48dc845ae782acf8cc9f", "id": "233e886736444bda91f32a903f18efb3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/3b5dc3fa006a4da0ae207b9cd28d3625"}, "url": "http://172.30.9.24:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6ef3e7f0a65643568350cb1634152dc1", "id": "3b5dc3fa006a4da0ae207b9cd28d3625"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/42f377f01adc4650b780a5c78eac7690"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4320e522be1e40f191a601478a1e1b70", "id": "42f377f01adc4650b780a5c78eac7690"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/444c2520128446d89b2198a8fef60d09"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "334b38881d5242d98218ba0de7b6684d", "id": "444c2520128446d89b2198a8fef60d09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/4b48d75438924e3cb7c1d9dedfb3ab33"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c70cd0863e8145c99b787c1bdb2c0099", "id": "4b48d75438924e3cb7c1d9dedfb3ab33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/4caf5aae80044c73a52a0a5a4824f54d"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4320e522be1e40f191a601478a1e1b70", "id": "4caf5aae80044c73a52a0a5a4824f54d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/52891ba773aa465bb6180c4abb7bf4b5"}, "url": "http://172.30.9.24:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4320e522be1e40f191a601478a1e1b70", "id": "52891ba773aa465bb6180c4abb7bf4b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/5e1c39a3eca64f3087c88574bcaeef42"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "089c06e94b6a4d0bb38dc60b9b6b62af", "id": "5e1c39a3eca64f3087c88574bcaeef42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6354f64c84f7410bb6c481586c40cee0"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1170204d7e0c48dc845ae782acf8cc9f", "id": "6354f64c84f7410bb6c481586c40cee0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6660542213c940798db5f119e2c59d09"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fee88bde2138456d962717d0e14ea73c", "id": "6660542213c940798db5f119e2c59d09"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/6c33c12a3d5a42f9a4962ae3b53555f5"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fee88bde2138456d962717d0e14ea73c", "id": "6c33c12a3d5a42f9a4962ae3b53555f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/8020ec3449794c1f891cc327ea03021d"}, "url": "http://172.30.9.24:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c70cd0863e8145c99b787c1bdb2c0099", "id": "8020ec3449794c1f891cc327ea03021d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/80412e3937fc4919b90bc3d5e64de8f6"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b3a4e434057b47978bc0acb61637877f", "id": "80412e3937fc4919b90bc3d5e64de8f6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/81a73b4a9fb04bedabd8b6df6f83f248"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9fab2cdc01b84b5da913691bd43121ca", "id": "81a73b4a9fb04bedabd8b6df6f83f248"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/8a52f488b2d641be88b0fa4aa1a460e5"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ff673eb7d3244f41b7da2c166bff889a", "id": "8a52f488b2d641be88b0fa4aa1a460e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/9b487d3662b94ff09ac0e09bcc2efedc"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c70cd0863e8145c99b787c1bdb2c0099", "id": "9b487d3662b94ff09ac0e09bcc2efedc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/9f340752d43f480ebae6471f2c3baf63"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4574323cad3f419ea0ef31243056b94d", "id": "9f340752d43f480ebae6471f2c3baf63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/a0625782703f4203b1ec3b884b9bbf9d"}, "url": "http://12.0.0.35:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6ef3e7f0a65643568350cb1634152dc1", "id": "a0625782703f4203b1ec3b884b9bbf9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/a20c3dc0e01b42fd961ea8df7cc66619"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bf0bfc5b28964b4dab4c1f5be9b900e4", "id": "a20c3dc0e01b42fd961ea8df7cc66619"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/a2f8230f9eed4702bb00227a7e70e6e8"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3e327bac9498449a84f35436fb168891", "id": "a2f8230f9eed4702bb00227a7e70e6e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/aaba7923c099405e931c70ae8d13ff17"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ff673eb7d3244f41b7da2c166bff889a", "id": "aaba7923c099405e931c70ae8d13ff17"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/ac4b326fdf9a481a949839315dfc2919"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b3a4e434057b47978bc0acb61637877f", "id": "ac4b326fdf9a481a949839315dfc2919"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/bf748903d39c41f29b52e331f658beee"}, "url": "http://172.30.9.24:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c0133399c0df447f864473a1925a5295", "id": "bf748903d39c41f29b52e331f658beee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/c2d1a85f0fa9465ab9916910cbb892ae"}, "url": "http://12.0.0.35:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6ef3e7f0a65643568350cb1634152dc1", "id": "c2d1a85f0fa9465ab9916910cbb892ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/c4bfa3c8b2094338aed0f6c06d218a75"}, "url": "http://172.30.9.24:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "089c06e94b6a4d0bb38dc60b9b6b62af", "id": "c4bfa3c8b2094338aed0f6c06d218a75"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/c8387070218e4153bbd60b3f136c716b"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bf0bfc5b28964b4dab4c1f5be9b900e4", "id": "c8387070218e4153bbd60b3f136c716b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/c989a293d5d94fb687d4d2d532417a3e"}, "url": "http://172.30.9.24:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1170204d7e0c48dc845ae782acf8cc9f", "id": "c989a293d5d94fb687d4d2d532417a3e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/d897770088df4c70bac6b3ab90e7b020"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4574323cad3f419ea0ef31243056b94d", "id": "d897770088df4c70bac6b3ab90e7b020"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/da64e15131d44856b0bd3ed71b1129ce"}, "url": "http://172.30.9.24:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9fab2cdc01b84b5da913691bd43121ca", "id": "da64e15131d44856b0bd3ed71b1129ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/e00abd9884074051aea727aaf508f000"}, "url": "http://172.30.9.24:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4574323cad3f419ea0ef31243056b94d", "id": "e00abd9884074051aea727aaf508f000"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/e7cf9fd242ab4ad89983d19de652915c"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c0133399c0df447f864473a1925a5295", "id": "e7cf9fd242ab4ad89983d19de652915c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/e984e302d8004dd5b3628a37bcf7f957"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "089c06e94b6a4d0bb38dc60b9b6b62af", "id": "e984e302d8004dd5b3628a37bcf7f957"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/eeb4d0fcb3f14540b2c087a2638ffdba"}, "url": "http://172.30.9.24:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3e327bac9498449a84f35436fb168891", "id": "eeb4d0fcb3f14540b2c087a2638ffdba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/f0b9e9095af649898defa40476b42f40"}, "url": "http://172.30.9.24:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b3a4e434057b47978bc0acb61637877f", "id": "f0b9e9095af649898defa40476b42f40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/f0d1d96c51c7440b80071ff439c409e0"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c0133399c0df447f864473a1925a5295", "id": "f0d1d96c51c7440b80071ff439c409e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/f2d5dbee804148a0bb8547c24f1aec4a"}, "url": "http://172.30.9.24:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fee88bde2138456d962717d0e14ea73c", "id": "f2d5dbee804148a0bb8547c24f1aec4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/f74686a4ed4c42d9a2a04c6f6b05e4ec"}, "url": "http://172.30.9.24:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "334b38881d5242d98218ba0de7b6684d", "id": "f74686a4ed4c42d9a2a04c6f6b05e4ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/fc350fb2722b4f01a94eb1bf6b4ce2ed"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3e327bac9498449a84f35436fb168891", "id": "fc350fb2722b4f01a94eb1bf6b4ce2ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.24:5000/v3/endpoints/fede72dc00464feeb1f7deaec8bde20b"}, "url": "http://172.30.9.24:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bf0bfc5b28964b4dab4c1f5be9b900e4", "id": "fede72dc00464feeb1f7deaec8bde20b"}], "links": {"self": "http://172.30.9.24:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-24 04:15:58,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/endpoints used request id req-deb9f26e-97eb-44e4-b68c-5ea294648298 2018-08-24 04:15:58,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.159543037415s 2018-08-24 04:15:58,465 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/endpoints used request id req-deb9f26e-97eb-44e4-b68c-5ea294648298 2018-08-24 04:15:58,471 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/1332e2d2b92b4dbbb145a76053c9cc84'}, 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'334b38881d5242d98218ba0de7b6684d', u'id': u'1332e2d2b92b4dbbb145a76053c9cc84'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/1400e48f39d048eab5e86b0d0c9c0102'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9fab2cdc01b84b5da913691bd43121ca', u'id': u'1400e48f39d048eab5e86b0d0c9c0102'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/1aa6d6be29844163b07fb370c43c5d66'}, u'url': u'http://172.30.9.24:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ff673eb7d3244f41b7da2c166bff889a', u'id': u'1aa6d6be29844163b07fb370c43c5d66'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/233e886736444bda91f32a903f18efb3'}, 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'1170204d7e0c48dc845ae782acf8cc9f', u'id': u'233e886736444bda91f32a903f18efb3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/3b5dc3fa006a4da0ae207b9cd28d3625'}, u'url': u'http://172.30.9.24:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6ef3e7f0a65643568350cb1634152dc1', u'id': u'3b5dc3fa006a4da0ae207b9cd28d3625'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/42f377f01adc4650b780a5c78eac7690'}, 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'4320e522be1e40f191a601478a1e1b70', u'id': u'42f377f01adc4650b780a5c78eac7690'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/444c2520128446d89b2198a8fef60d09'}, 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'334b38881d5242d98218ba0de7b6684d', u'id': u'444c2520128446d89b2198a8fef60d09'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/4b48d75438924e3cb7c1d9dedfb3ab33'}, 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'c70cd0863e8145c99b787c1bdb2c0099', u'id': u'4b48d75438924e3cb7c1d9dedfb3ab33'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/4caf5aae80044c73a52a0a5a4824f54d'}, 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'4320e522be1e40f191a601478a1e1b70', u'id': u'4caf5aae80044c73a52a0a5a4824f54d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/52891ba773aa465bb6180c4abb7bf4b5'}, u'url': u'http://172.30.9.24:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4320e522be1e40f191a601478a1e1b70', u'id': u'52891ba773aa465bb6180c4abb7bf4b5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/5e1c39a3eca64f3087c88574bcaeef42'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'089c06e94b6a4d0bb38dc60b9b6b62af', u'id': u'5e1c39a3eca64f3087c88574bcaeef42'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/6354f64c84f7410bb6c481586c40cee0'}, 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'1170204d7e0c48dc845ae782acf8cc9f', u'id': u'6354f64c84f7410bb6c481586c40cee0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/6660542213c940798db5f119e2c59d09'}, 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'fee88bde2138456d962717d0e14ea73c', u'id': u'6660542213c940798db5f119e2c59d09'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/6c33c12a3d5a42f9a4962ae3b53555f5'}, 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'fee88bde2138456d962717d0e14ea73c', u'id': u'6c33c12a3d5a42f9a4962ae3b53555f5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/8020ec3449794c1f891cc327ea03021d'}, u'url': u'http://172.30.9.24:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c70cd0863e8145c99b787c1bdb2c0099', u'id': u'8020ec3449794c1f891cc327ea03021d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/80412e3937fc4919b90bc3d5e64de8f6'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b3a4e434057b47978bc0acb61637877f', u'id': u'80412e3937fc4919b90bc3d5e64de8f6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/81a73b4a9fb04bedabd8b6df6f83f248'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9fab2cdc01b84b5da913691bd43121ca', u'id': u'81a73b4a9fb04bedabd8b6df6f83f248'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/8a52f488b2d641be88b0fa4aa1a460e5'}, u'url': u'http://192.30.9.5:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ff673eb7d3244f41b7da2c166bff889a', u'id': u'8a52f488b2d641be88b0fa4aa1a460e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/9b487d3662b94ff09ac0e09bcc2efedc'}, 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'c70cd0863e8145c99b787c1bdb2c0099', u'id': u'9b487d3662b94ff09ac0e09bcc2efedc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/9f340752d43f480ebae6471f2c3baf63'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4574323cad3f419ea0ef31243056b94d', u'id': u'9f340752d43f480ebae6471f2c3baf63'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/a0625782703f4203b1ec3b884b9bbf9d'}, u'url': u'http://12.0.0.35:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6ef3e7f0a65643568350cb1634152dc1', u'id': u'a0625782703f4203b1ec3b884b9bbf9d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/a20c3dc0e01b42fd961ea8df7cc66619'}, 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'bf0bfc5b28964b4dab4c1f5be9b900e4', u'id': u'a20c3dc0e01b42fd961ea8df7cc66619'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/a2f8230f9eed4702bb00227a7e70e6e8'}, 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'3e327bac9498449a84f35436fb168891', u'id': u'a2f8230f9eed4702bb00227a7e70e6e8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/aaba7923c099405e931c70ae8d13ff17'}, u'url': u'http://192.30.9.5:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ff673eb7d3244f41b7da2c166bff889a', u'id': u'aaba7923c099405e931c70ae8d13ff17'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/ac4b326fdf9a481a949839315dfc2919'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b3a4e434057b47978bc0acb61637877f', u'id': u'ac4b326fdf9a481a949839315dfc2919'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/bf748903d39c41f29b52e331f658beee'}, u'url': u'http://172.30.9.24:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c0133399c0df447f864473a1925a5295', u'id': u'bf748903d39c41f29b52e331f658beee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/c2d1a85f0fa9465ab9916910cbb892ae'}, u'url': u'http://12.0.0.35:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6ef3e7f0a65643568350cb1634152dc1', u'id': u'c2d1a85f0fa9465ab9916910cbb892ae'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/c4bfa3c8b2094338aed0f6c06d218a75'}, u'url': u'http://172.30.9.24:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'089c06e94b6a4d0bb38dc60b9b6b62af', u'id': u'c4bfa3c8b2094338aed0f6c06d218a75'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/c8387070218e4153bbd60b3f136c716b'}, 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'bf0bfc5b28964b4dab4c1f5be9b900e4', u'id': u'c8387070218e4153bbd60b3f136c716b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/c989a293d5d94fb687d4d2d532417a3e'}, u'url': u'http://172.30.9.24:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1170204d7e0c48dc845ae782acf8cc9f', u'id': u'c989a293d5d94fb687d4d2d532417a3e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/d897770088df4c70bac6b3ab90e7b020'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4574323cad3f419ea0ef31243056b94d', u'id': u'd897770088df4c70bac6b3ab90e7b020'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/da64e15131d44856b0bd3ed71b1129ce'}, u'url': u'http://172.30.9.24:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9fab2cdc01b84b5da913691bd43121ca', u'id': u'da64e15131d44856b0bd3ed71b1129ce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/e00abd9884074051aea727aaf508f000'}, u'url': u'http://172.30.9.24:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4574323cad3f419ea0ef31243056b94d', u'id': u'e00abd9884074051aea727aaf508f000'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/e7cf9fd242ab4ad89983d19de652915c'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c0133399c0df447f864473a1925a5295', u'id': u'e7cf9fd242ab4ad89983d19de652915c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/e984e302d8004dd5b3628a37bcf7f957'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'089c06e94b6a4d0bb38dc60b9b6b62af', u'id': u'e984e302d8004dd5b3628a37bcf7f957'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/eeb4d0fcb3f14540b2c087a2638ffdba'}, u'url': u'http://172.30.9.24:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3e327bac9498449a84f35436fb168891', u'id': u'eeb4d0fcb3f14540b2c087a2638ffdba'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/f0b9e9095af649898defa40476b42f40'}, u'url': u'http://172.30.9.24:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b3a4e434057b47978bc0acb61637877f', u'id': u'f0b9e9095af649898defa40476b42f40'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/f0d1d96c51c7440b80071ff439c409e0'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c0133399c0df447f864473a1925a5295', u'id': u'f0d1d96c51c7440b80071ff439c409e0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/f2d5dbee804148a0bb8547c24f1aec4a'}, u'url': u'http://172.30.9.24:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fee88bde2138456d962717d0e14ea73c', u'id': u'f2d5dbee804148a0bb8547c24f1aec4a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/f74686a4ed4c42d9a2a04c6f6b05e4ec'}, u'url': u'http://172.30.9.24:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'334b38881d5242d98218ba0de7b6684d', u'id': u'f74686a4ed4c42d9a2a04c6f6b05e4ec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/fc350fb2722b4f01a94eb1bf6b4ce2ed'}, 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'3e327bac9498449a84f35436fb168891', u'id': u'fc350fb2722b4f01a94eb1bf6b4ce2ed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.24:5000/v3/endpoints/fede72dc00464feeb1f7deaec8bde20b'}, u'url': u'http://172.30.9.24:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bf0bfc5b28964b4dab4c1f5be9b900e4', u'id': u'fede72dc00464feeb1f7deaec8bde20b'})] 2018-08-24 04:15:58,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-24 04:15:58,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:15:58,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:15:58 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-937dcc3e-c815-412f-87fc-692d35151ef9 x-compute-request-id: req-937dcc3e-c815-412f-87fc-692d35151ef9 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-24 04:15:58,587 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/extensions used request id req-937dcc3e-c815-412f-87fc-692d35151ef9 2018-08-24 04:15:58,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.113624095917s 2018-08-24 04:15:58,588 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/extensions used request id req-937dcc3e-c815-412f-87fc-692d35151ef9 2018-08-24 04:15:58,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-24 04:15:58,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:15:59,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:15:58 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-a4733887-912b-45e7-8173-ba99ab9b9616 x-compute-request-id: req-a4733887-912b-45e7-8173-ba99ab9b9616 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-24 04:15:59,735 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-floating-ip-pools used request id req-a4733887-912b-45e7-8173-ba99ab9b9616 2018-08-24 04:15:59,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.13296818733s 2018-08-24 04:15:59,735 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-floating-ip-pools used request id req-a4733887-912b-45e7-8173-ba99ab9b9616 2018-08-24 04:15:59,736 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-24 04:15:59,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 04:15:59,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:00,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0c870194-fbcc-4706-9177-a81b3e2a7342 Date: Fri, 24 Aug 2018 04:16:00 GMT RESP BODY: {"floatingips": []} 2018-08-24 04:16:00,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-0c870194-fbcc-4706-9177-a81b3e2a7342 2018-08-24 04:16:00,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.821880102158s 2018-08-24 04:16:00,563 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/floatingips.json used request id req-0c870194-fbcc-4706-9177-a81b3e2a7342 2018-08-24 04:16:00,564 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-24 04:16:00,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-24 04:16:00,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:00,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:00 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-9b3d493a-0136-4c10-9930-b7ab2f8e3741 x-compute-request-id: req-9b3d493a-0136-4c10-9930-b7ab2f8e3741 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 32}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 44}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 5}]} 2018-08-24 04:16:00,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-9b3d493a-0136-4c10-9930-b7ab2f8e3741 2018-08-24 04:16:00,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.159894943237s 2018-08-24 04:16:00,725 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-hypervisors/detail used request id req-9b3d493a-0136-4c10-9930-b7ab2f8e3741 2018-08-24 04:16:00,725 - 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-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 32}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 44}, 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-24 04:16:00,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-24 04:16:00,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:00,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:00 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-9994502c-24b4-4c29-aeb8-cbf744ecf64a x-compute-request-id: req-9994502c-24b4-4c29-aeb8-cbf744ecf64a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-24 04:16:00,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-9994502c-24b4-4c29-aeb8-cbf744ecf64a 2018-08-24 04:16:00,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.126806020737s 2018-08-24 04:16:00,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/os-keypairs used request id req-9994502c-24b4-4c29-aeb8-cbf744ecf64a 2018-08-24 04:16:00,853 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-24 04:16:00,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 04:16:00,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:01,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9d2c97ae-dcbc-4945-b127-c35cb18a9f09 Date: Fri, 24 Aug 2018 04:16:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"482a78bd1a194e0b9a5a15d8d8996918","status":"ACTIVE","subnets":["06eefab8-69db-4d59-b689-ee9133641127"],"description":"","tags":[],"updated_at":"2018-08-24T04:12:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:39Z","provider:network_type":"flat"}]} 2018-08-24 04:16:01,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9d2c97ae-dcbc-4945-b127-c35cb18a9f09 2018-08-24 04:16:01,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00539493561s 2018-08-24 04:16:01,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9d2c97ae-dcbc-4945-b127-c35cb18a9f09 2018-08-24 04:16:01,860 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'06eefab8-69db-4d59-b689-ee9133641127'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-24T04:12:47Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851', 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'482a78bd1a194e0b9a5a15d8d8996918', u'created_at': u'2018-08-24T04:12:39Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'482a78bd1a194e0b9a5a15d8d8996918'})] 2018-08-24 04:16:01,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-24 04:16:01,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:02,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f29f5bfa-740f-4372-bc90-8ffd7ab82b0f Date: Fri, 24 Aug 2018 04:16:02 GMT RESP BODY: {"ports":[]} 2018-08-24 04:16:02,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json used request id req-f29f5bfa-740f-4372-bc90-8ffd7ab82b0f 2018-08-24 04:16:02,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.917887926102s 2018-08-24 04:16:02,779 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/ports.json used request id req-f29f5bfa-740f-4372-bc90-8ffd7ab82b0f 2018-08-24 04:16:02,779 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-24 04:16:02,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-24 04:16:02,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:02,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed8419c-8a1b-4e10-93eb-5800fcf0987c Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "231dd0eec450452bbb85e46f2406cb34"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/231dd0eec450452bbb85e46f2406cb34/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "2a0763c1b1c048699585aeb9c438c41e"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/2a0763c1b1c048699585aeb9c438c41e/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "63a26d1bffee46adadce097c0c24588b"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/63a26d1bffee46adadce097c0c24588b/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "73e208985c26497c9f6a7f3a114f7f95"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/73e208985c26497c9f6a7f3a114f7f95/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "7b314d1111234f14a49ee6cf6dbbce39"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/7b314d1111234f14a49ee6cf6dbbce39/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "84bcc99efdef44d4a8afee9df2769545"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/84bcc99efdef44d4a8afee9df2769545/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "8bdb5d8d789846da98c970ea99e1c6b1"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/8bdb5d8d789846da98c970ea99e1c6b1/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "8ced8060c1904b1eac254b19730a340e"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/8ced8060c1904b1eac254b19730a340e/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "390b06cbd7014319906ab36bd72f6e34"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "960210c57ab24ea29882ab4fd3d3ace1"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/390b06cbd7014319906ab36bd72f6e34/users/960210c57ab24ea29882ab4fd3d3ace1/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "9c10d2165a1c42a19a5a8697418d5460"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/9c10d2165a1c42a19a5a8697418d5460/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "0bd78af1c31b4b4f891ba3ce4c232792"}, "user": {"id": "c09f2904f4e04a549fc0725687ef9df7"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/c09f2904f4e04a549fc0725687ef9df7/roles/0bd78af1c31b4b4f891ba3ce4c232792"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "c09f2904f4e04a549fc0725687ef9df7"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/c09f2904f4e04a549fc0725687ef9df7/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "c6460ce6890a4b3c893a532301e7ca0e"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/c6460ce6890a4b3c893a532301e7ca0e/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"project": {"id": "482a78bd1a194e0b9a5a15d8d8996918"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "e6203dd05bba43468c275187426d62d2"}, "links": {"assignment": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918/users/e6203dd05bba43468c275187426d62d2/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"domain": {"id": "e0abb4d0e90b434e953d3283469e0bc5"}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "9ac25072be774d4ea61083aa9ead5f9b"}, "links": {"assignment": "http://172.30.9.24:5000/v3/domains/e0abb4d0e90b434e953d3283469e0bc5/users/9ac25072be774d4ea61083aa9ead5f9b/roles/4c2c1f3143924a80bc2dad799ddbb706"}}, {"scope": {"system": {"all": true}}, "role": {"id": "4c2c1f3143924a80bc2dad799ddbb706"}, "user": {"id": "960210c57ab24ea29882ab4fd3d3ace1"}, "links": {"assignment": "http://172.30.9.24:5000/v3/system/users/960210c57ab24ea29882ab4fd3d3ace1/roles/4c2c1f3143924a80bc2dad799ddbb706"}}], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-24 04:16:02,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments used request id req-8ed8419c-8a1b-4e10-93eb-5800fcf0987c 2018-08-24 04:16:02,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.173640012741s 2018-08-24 04:16:02,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments used request id req-8ed8419c-8a1b-4e10-93eb-5800fcf0987c 2018-08-24 04:16:02,960 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'231dd0eec450452bbb85e46f2406cb34'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'2a0763c1b1c048699585aeb9c438c41e'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'63a26d1bffee46adadce097c0c24588b'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'73e208985c26497c9f6a7f3a114f7f95'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'7b314d1111234f14a49ee6cf6dbbce39'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'84bcc99efdef44d4a8afee9df2769545'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'8bdb5d8d789846da98c970ea99e1c6b1'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'8ced8060c1904b1eac254b19730a340e'}), Munch({'project': u'390b06cbd7014319906ab36bd72f6e34', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'960210c57ab24ea29882ab4fd3d3ace1'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'9c10d2165a1c42a19a5a8697418d5460'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'0bd78af1c31b4b4f891ba3ce4c232792', 'user': u'c09f2904f4e04a549fc0725687ef9df7'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'c09f2904f4e04a549fc0725687ef9df7'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'c6460ce6890a4b3c893a532301e7ca0e'}), Munch({'project': u'482a78bd1a194e0b9a5a15d8d8996918', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'e6203dd05bba43468c275187426d62d2'}), Munch({'domain': u'e0abb4d0e90b434e953d3283469e0bc5', 'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'9ac25072be774d4ea61083aa9ead5f9b'}), Munch({'id': u'4c2c1f3143924a80bc2dad799ddbb706', 'user': u'960210c57ab24ea29882ab4fd3d3ace1'})] 2018-08-24 04:16:02,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 04:16:02,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:03,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05dd7fa-24ed-4c13-88ca-ca1e25a01612 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0bd78af1c31b4b4f891ba3ce4c232792", "links": {"self": "http://172.30.9.24:5000/v3/roles/0bd78af1c31b4b4f891ba3ce4c232792"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4c2c1f3143924a80bc2dad799ddbb706", "links": {"self": "http://172.30.9.24:5000/v3/roles/4c2c1f3143924a80bc2dad799ddbb706"}, "name": "admin"}, {"domain_id": null, "id": "793ea3b5a9f640e89bf28878d3875cc1", "links": {"self": "http://172.30.9.24:5000/v3/roles/793ea3b5a9f640e89bf28878d3875cc1"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db64667c8772404d8407ab234e78c059", "links": {"self": "http://172.30.9.24:5000/v3/roles/db64667c8772404d8407ab234e78c059"}, "name": "heat_stack_user"}]} 2018-08-24 04:16:03,123 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-a05dd7fa-24ed-4c13-88ca-ca1e25a01612 2018-08-24 04:16:03,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.159678936005s 2018-08-24 04:16:03,124 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-a05dd7fa-24ed-4c13-88ca-ca1e25a01612 2018-08-24 04:16:03,125 - 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'0bd78af1c31b4b4f891ba3ce4c232792'}), 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'4c2c1f3143924a80bc2dad799ddbb706'}), 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'793ea3b5a9f640e89bf28878d3875cc1'}), 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'heat_stack_user', 'id': u'db64667c8772404d8407ab234e78c059'})] 2018-08-24 04:16:03,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 04:16:03,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:04,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-7e91ad67-c3c2-430b-92a9-4bbc428b8e86 Date: Fri, 24 Aug 2018 04:16:04 GMT RESP BODY: {"routers": []} 2018-08-24 04:16:04,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-7e91ad67-c3c2-430b-92a9-4bbc428b8e86 2018-08-24 04:16:04,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.941177845001s 2018-08-24 04:16:04,067 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-7e91ad67-c3c2-430b-92a9-4bbc428b8e86 2018-08-24 04:16:04,067 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-24 04:16:04,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 04:16:04,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:04,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16: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-374542ad-eca0-4cb5-8209-3f9a9cb66736 x-compute-request-id: req-374542ad-eca0-4cb5-8209-3f9a9cb66736 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-24 04:16:04,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-374542ad-eca0-4cb5-8209-3f9a9cb66736 2018-08-24 04:16:04,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196470975876s 2018-08-24 04:16:04,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.24:8774/v2.1/servers/detail used request id req-374542ad-eca0-4cb5-8209-3f9a9cb66736 2018-08-24 04:16:04,265 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-24 04:16:04,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-24 04:16:04,271 - 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-24 04:16:04,278 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 04:16: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://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-24 04:16:04,279 - 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}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:04,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92ac3172-bd19-4713-9890-6f882093cb1c Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/089c06e94b6a4d0bb38dc60b9b6b62af"}, "enabled": true, "type": "event", "id": "089c06e94b6a4d0bb38dc60b9b6b62af", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/1170204d7e0c48dc845ae782acf8cc9f"}, "enabled": true, "type": "compute", "id": "1170204d7e0c48dc845ae782acf8cc9f", "name": "nova"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/334b38881d5242d98218ba0de7b6684d"}, "enabled": true, "type": "cloudformation", "id": "334b38881d5242d98218ba0de7b6684d", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/3e327bac9498449a84f35436fb168891"}, "enabled": true, "type": "volume", "id": "3e327bac9498449a84f35436fb168891", "name": "cinder"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/4320e522be1e40f191a601478a1e1b70"}, "enabled": true, "type": "volumev2", "id": "4320e522be1e40f191a601478a1e1b70", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/4574323cad3f419ea0ef31243056b94d"}, "enabled": true, "type": "image", "id": "4574323cad3f419ea0ef31243056b94d", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/59bd6caea5a04c2a9aecf9e8e74605bc"}, "enabled": true, "type": "metering", "id": "59bd6caea5a04c2a9aecf9e8e74605bc", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/6ef3e7f0a65643568350cb1634152dc1"}, "enabled": true, "type": "object-store", "id": "6ef3e7f0a65643568350cb1634152dc1", "name": "swift"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/9fab2cdc01b84b5da913691bd43121ca"}, "enabled": true, "type": "network", "id": "9fab2cdc01b84b5da913691bd43121ca", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/b3a4e434057b47978bc0acb61637877f"}, "enabled": true, "type": "alarming", "id": "b3a4e434057b47978bc0acb61637877f", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/bf0bfc5b28964b4dab4c1f5be9b900e4"}, "enabled": true, "type": "placement", "id": "bf0bfc5b28964b4dab4c1f5be9b900e4", "name": "placement"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/c0133399c0df447f864473a1925a5295"}, "enabled": true, "type": "metric", "id": "c0133399c0df447f864473a1925a5295", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/c70cd0863e8145c99b787c1bdb2c0099"}, "enabled": true, "type": "orchestration", "id": "c70cd0863e8145c99b787c1bdb2c0099", "name": "heat"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/fee88bde2138456d962717d0e14ea73c"}, "enabled": true, "type": "volumev3", "id": "fee88bde2138456d962717d0e14ea73c", "name": "cinderv3"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/ff673eb7d3244f41b7da2c166bff889a"}, "enabled": true, "type": "identity", "id": "ff673eb7d3244f41b7da2c166bff889a", "name": "keystone"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-24 04:16:04,444 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-92ac3172-bd19-4713-9890-6f882093cb1c 2018-08-24 04:16:04,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.176111221313s 2018-08-24 04:16:04,445 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-92ac3172-bd19-4713-9890-6f882093cb1c 2018-08-24 04:16:04,450 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'089c06e94b6a4d0bb38dc60b9b6b62af', 'name': u'panko'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'1170204d7e0c48dc845ae782acf8cc9f', 'name': u'nova'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'334b38881d5242d98218ba0de7b6684d', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'3e327bac9498449a84f35436fb168891', 'name': u'cinder'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'4320e522be1e40f191a601478a1e1b70', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'4574323cad3f419ea0ef31243056b94d', 'name': u'glance'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'59bd6caea5a04c2a9aecf9e8e74605bc', 'name': u'ceilometer'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'6ef3e7f0a65643568350cb1634152dc1', 'name': u'swift'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'9fab2cdc01b84b5da913691bd43121ca', 'name': u'neutron'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'b3a4e434057b47978bc0acb61637877f', 'name': u'aodh'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'bf0bfc5b28964b4dab4c1f5be9b900e4', 'name': u'placement'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'c0133399c0df447f864473a1925a5295', 'name': u'gnocchi'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'c70cd0863e8145c99b787c1bdb2c0099', 'name': u'heat'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'fee88bde2138456d962717d0e14ea73c', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'ff673eb7d3244f41b7da2c166bff889a', 'name': u'keystone'})] 2018-08-24 04:16:04,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 04:16:04,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b0e1a7fb0ab047e8199acb71d61c3c453c6f01e9" 2018-08-24 04:16:04,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-aa1cc94d-8a4c-4b9d-9414-2a7438ccde1f Date: Fri, 24 Aug 2018 04:16:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:47Z","dns_nameservers":[],"updated_at":"2018-08-24T04:12:47Z","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":"482a78bd1a194e0b9a5a15d8d8996918","id":"06eefab8-69db-4d59-b689-ee9133641127","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-24 04:16:04,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-aa1cc94d-8a4c-4b9d-9414-2a7438ccde1f 2018-08-24 04:16:04,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.270746946335s 2018-08-24 04:16:04,722 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-aa1cc94d-8a4c-4b9d-9414-2a7438ccde1f 2018-08-24 04:16:04,722 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T04:12:47Z', 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'06eefab8-69db-4d59-b689-ee9133641127', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851', u'tenant_id': u'482a78bd1a194e0b9a5a15d8d8996918', u'created_at': u'2018-08-24T04:12:47Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'482a78bd1a194e0b9a5a15d8d8996918'})] 2018-08-24 04:16:04,854 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 04:16:04,856 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-24 04:16:04,912 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 04:16:05,060 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 04:16:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 04:16:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 04:16:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 04:16:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 04:16:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 04:16:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 04:16:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 04:16:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 04:16:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 04:16:05,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 04:16:05,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 04:16:05,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c458e9ad-86b4-4a70-8ebc-d51c9efe8d63 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-24 04:16:05,068 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-c458e9ad-86b4-4a70-8ebc-d51c9efe8d63 2018-08-24 04:16:05,069 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-24 04:16:05,533 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c2c1f3143924a80bc2dad799ddbb706", "name": "admin"}], "expires_at": "2018-08-24T05:16:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "390b06cbd7014319906ab36bd72f6e34", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e1c39a3eca64f3087c88574bcaeef42"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4bfa3c8b2094338aed0f6c06d218a75"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e984e302d8004dd5b3628a37bcf7f957"}], "type": "event", "id": "089c06e94b6a4d0bb38dc60b9b6b62af", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233e886736444bda91f32a903f18efb3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6354f64c84f7410bb6c481586c40cee0"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c989a293d5d94fb687d4d2d532417a3e"}], "type": "compute", "id": "1170204d7e0c48dc845ae782acf8cc9f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1332e2d2b92b4dbbb145a76053c9cc84"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "444c2520128446d89b2198a8fef60d09"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f74686a4ed4c42d9a2a04c6f6b05e4ec"}], "type": "cloudformation", "id": "334b38881d5242d98218ba0de7b6684d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2f8230f9eed4702bb00227a7e70e6e8"}, {"url": "http://172.30.9.24:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4d0fcb3f14540b2c087a2638ffdba"}, {"url": "http://192.30.9.5:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc350fb2722b4f01a94eb1bf6b4ce2ed"}], "type": "volume", "id": "3e327bac9498449a84f35436fb168891", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "42f377f01adc4650b780a5c78eac7690"}, {"url": "http://192.30.9.5:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4caf5aae80044c73a52a0a5a4824f54d"}, {"url": "http://172.30.9.24:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52891ba773aa465bb6180c4abb7bf4b5"}], "type": "volumev2", "id": "4320e522be1e40f191a601478a1e1b70", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f340752d43f480ebae6471f2c3baf63"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d897770088df4c70bac6b3ab90e7b020"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e00abd9884074051aea727aaf508f000"}], "type": "image", "id": "4574323cad3f419ea0ef31243056b94d", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "59bd6caea5a04c2a9aecf9e8e74605bc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8080/v1/AUTH_390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b5dc3fa006a4da0ae207b9cd28d3625"}, {"url": "http://12.0.0.35:8080/v1/AUTH_390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0625782703f4203b1ec3b884b9bbf9d"}, {"url": "http://12.0.0.35:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c2d1a85f0fa9465ab9916910cbb892ae"}], "type": "object-store", "id": "6ef3e7f0a65643568350cb1634152dc1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1400e48f39d048eab5e86b0d0c9c0102"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "81a73b4a9fb04bedabd8b6df6f83f248"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da64e15131d44856b0bd3ed71b1129ce"}], "type": "network", "id": "9fab2cdc01b84b5da913691bd43121ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80412e3937fc4919b90bc3d5e64de8f6"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac4b326fdf9a481a949839315dfc2919"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0b9e9095af649898defa40476b42f40"}], "type": "alarming", "id": "b3a4e434057b47978bc0acb61637877f", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a20c3dc0e01b42fd961ea8df7cc66619"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8387070218e4153bbd60b3f136c716b"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fede72dc00464feeb1f7deaec8bde20b"}], "type": "placement", "id": "bf0bfc5b28964b4dab4c1f5be9b900e4", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf748903d39c41f29b52e331f658beee"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7cf9fd242ab4ad89983d19de652915c"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0d1d96c51c7440b80071ff439c409e0"}], "type": "metric", "id": "c0133399c0df447f864473a1925a5295", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b48d75438924e3cb7c1d9dedfb3ab33"}, {"url": "http://172.30.9.24:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8020ec3449794c1f891cc327ea03021d"}, {"url": "http://192.30.9.5:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b487d3662b94ff09ac0e09bcc2efedc"}], "type": "orchestration", "id": "c70cd0863e8145c99b787c1bdb2c0099", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6660542213c940798db5f119e2c59d09"}, {"url": "http://192.30.9.5:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c33c12a3d5a42f9a4962ae3b53555f5"}, {"url": "http://172.30.9.24:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2d5dbee804148a0bb8547c24f1aec4a"}], "type": "volumev3", "id": "fee88bde2138456d962717d0e14ea73c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1aa6d6be29844163b07fb370c43c5d66"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a52f488b2d641be88b0fa4aa1a460e5"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aaba7923c099405e931c70ae8d13ff17"}], "type": "identity", "id": "ff673eb7d3244f41b7da2c166bff889a", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "960210c57ab24ea29882ab4fd3d3ace1"}, "audit_ids": ["de5gmsEPRFyp56mJ9zEXwQ"], "issued_at": "2018-08-24T04:16:05.000000Z"}} 2018-08-24 04:16:05,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 04:16:05,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6c6d1721e9d21cf12946caa771878c9eaa145016" 2018-08-24 04:16:05,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2406bf9b-606d-4553-86ca-69596f8d16e5 Date: Fri, 24 Aug 2018 04:16:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"482a78bd1a194e0b9a5a15d8d8996918","status":"ACTIVE","subnets":["06eefab8-69db-4d59-b689-ee9133641127"],"description":"","tags":[],"updated_at":"2018-08-24T04:12:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:39Z","provider:network_type":"flat"}]} 2018-08-24 04:16:05,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2406bf9b-606d-4553-86ca-69596f8d16e5 2018-08-24 04:16:05,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367369890213s 2018-08-24 04:16:05,904 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2406bf9b-606d-4553-86ca-69596f8d16e5 2018-08-24 04:16:05,905 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-24 04:16:05,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 04:16:05,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c6d1721e9d21cf12946caa771878c9eaa145016" -d '{"network": {"name": "tenantnetwork1-net_1ddef644-2737-487a-a2b7-5082332f7f24", "admin_state_up": true}}' 2018-08-24 04:16:07,421 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b945a972-ebea-4af4-b04c-b21cd6713db1 Date: Fri, 24 Aug 2018 04:16:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fd6bda7a-33e7-4c4c-b75a-3c535031b319","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"390b06cbd7014319906ab36bd72f6e34","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T04:16:07Z","is_default":false,"provider:segmentation_id":82,"name":"tenantnetwork1-net_1ddef644-2737-487a-a2b7-5082332f7f24","admin_state_up":true,"tenant_id":"390b06cbd7014319906ab36bd72f6e34","created_at":"2018-08-24T04:16:07Z","mtu":1450}} 2018-08-24 04:16:07,421 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-b945a972-ebea-4af4-b04c-b21cd6713db1 2018-08-24 04:16:07,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.51578903198s 2018-08-24 04:16:07,422 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-b945a972-ebea-4af4-b04c-b21cd6713db1 2018-08-24 04:16:07,422 - 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-24T04:16:07Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'fd6bda7a-33e7-4c4c-b75a-3c535031b319', u'provider:segmentation_id': 82, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_1ddef644-2737-487a-a2b7-5082332f7f24', u'admin_state_up': True, u'tenant_id': u'390b06cbd7014319906ab36bd72f6e34', u'created_at': u'2018-08-24T04:16:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'390b06cbd7014319906ab36bd72f6e34'}) 2018-08-24 04:16:07,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 04:16:07,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6c6d1721e9d21cf12946caa771878c9eaa145016" 2018-08-24 04:16:07,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-6ba7b776-f17c-42be-942a-47836e6d0e97 Date: Fri, 24 Aug 2018 04:16:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"482a78bd1a194e0b9a5a15d8d8996918","status":"ACTIVE","subnets":["06eefab8-69db-4d59-b689-ee9133641127"],"description":"","tags":[],"updated_at":"2018-08-24T04:12:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fd6bda7a-33e7-4c4c-b75a-3c535031b319","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"390b06cbd7014319906ab36bd72f6e34","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T04:16:07Z","provider:segmentation_id":82,"name":"tenantnetwork1-net_1ddef644-2737-487a-a2b7-5082332f7f24","admin_state_up":true,"tenant_id":"390b06cbd7014319906ab36bd72f6e34","created_at":"2018-08-24T04:16:07Z","provider:network_type":"vxlan"}]} 2018-08-24 04:16:07,653 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-6ba7b776-f17c-42be-942a-47836e6d0e97 2018-08-24 04:16:07,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.230380058289s 2018-08-24 04:16:07,654 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-6ba7b776-f17c-42be-942a-47836e6d0e97 2018-08-24 04:16:07,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 04:16:07,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c6d1721e9d21cf12946caa771878c9eaa145016" -d '{"subnet": {"name": "tenantnetwork1-subnet_1ddef644-2737-487a-a2b7-5082332f7f24", "enable_dhcp": true, "network_id": "fd6bda7a-33e7-4c4c-b75a-3c535031b319", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 04:16:09,087 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b86c84ce-d2af-4b95-9c22-130636862f58 Date: Fri, 24 Aug 2018 04:16:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd6bda7a-33e7-4c4c-b75a-3c535031b319","tenant_id":"390b06cbd7014319906ab36bd72f6e34","created_at":"2018-08-24T04:16:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T04:16:08Z","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":"390b06cbd7014319906ab36bd72f6e34","id":"33bc86d8-2fa0-42bb-8e2f-56fd20655f6c","subnetpool_id":null,"name":"tenantnetwork1-subnet_1ddef644-2737-487a-a2b7-5082332f7f24"}} 2018-08-24 04:16:09,087 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-b86c84ce-d2af-4b95-9c22-130636862f58 2018-08-24 04:16:09,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.43084812164s 2018-08-24 04:16:09,087 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-b86c84ce-d2af-4b95-9c22-130636862f58 2018-08-24 04:16:09,088 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T04:16:08Z', 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'33bc86d8-2fa0-42bb-8e2f-56fd20655f6c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_1ddef644-2737-487a-a2b7-5082332f7f24', u'enable_dhcp': True, u'network_id': u'fd6bda7a-33e7-4c4c-b75a-3c535031b319', u'tenant_id': u'390b06cbd7014319906ab36bd72f6e34', u'created_at': u'2018-08-24T04:16:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'390b06cbd7014319906ab36bd72f6e34'}) 2018-08-24 04:16:09,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 04:16:09,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6c6d1721e9d21cf12946caa771878c9eaa145016" -d '{"router": {"external_gateway_info": {"network_id": "8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851"}, "name": "tenantnetwork1-router_1ddef644-2737-487a-a2b7-5082332f7f24", "admin_state_up": true}}' 2018-08-24 04:16:11,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-7d9253c2-603b-44d3-bf11-169fd65208de Date: Fri, 24 Aug 2018 04:16:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "06eefab8-69db-4d59-b689-ee9133641127", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "390b06cbd7014319906ab36bd72f6e34", "created_at": "2018-08-24T04:16:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T04:16:11Z", "revision_number": 2, "routes": [], "project_id": "390b06cbd7014319906ab36bd72f6e34", "id": "01c33766-501b-4738-a83b-41a8ff68033c", "name": "tenantnetwork1-router_1ddef644-2737-487a-a2b7-5082332f7f24"}} 2018-08-24 04:16:11,634 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-7d9253c2-603b-44d3-bf11-169fd65208de 2018-08-24 04:16:11,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.5454750061s 2018-08-24 04:16:11,634 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-7d9253c2-603b-44d3-bf11-169fd65208de 2018-08-24 04:16:11,635 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'06eefab8-69db-4d59-b689-ee9133641127', u'ip_address': u'172.30.9.216'}]}, u'description': u'', u'tags': [], u'tenant_id': u'390b06cbd7014319906ab36bd72f6e34', u'created_at': u'2018-08-24T04:16:10Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-24T04:16:11Z', u'revision_number': 2, u'routes': [], u'project_id': u'390b06cbd7014319906ab36bd72f6e34', u'id': u'01c33766-501b-4738-a83b-41a8ff68033c', u'name': u'tenantnetwork1-router_1ddef644-2737-487a-a2b7-5082332f7f24'}) 2018-08-24 04:16:11,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 04:16:11,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/01c33766-501b-4738-a83b-41a8ff68033c/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}6c6d1721e9d21cf12946caa771878c9eaa145016" -d '{"subnet_id": "33bc86d8-2fa0-42bb-8e2f-56fd20655f6c"}' 2018-08-24 04:16:14,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ee4e9ddd-b014-44ab-82dc-493ce66de99c Date: Fri, 24 Aug 2018 04:16:14 GMT RESP BODY: {"network_id": "fd6bda7a-33e7-4c4c-b75a-3c535031b319", "tenant_id": "390b06cbd7014319906ab36bd72f6e34", "subnet_id": "33bc86d8-2fa0-42bb-8e2f-56fd20655f6c", "subnet_ids": ["33bc86d8-2fa0-42bb-8e2f-56fd20655f6c"], "port_id": "892e08b5-8ec3-48c4-a455-17d6aa3e3ff6", "id": "01c33766-501b-4738-a83b-41a8ff68033c"} 2018-08-24 04:16:14,421 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/01c33766-501b-4738-a83b-41a8ff68033c/add_router_interface.json used request id req-ee4e9ddd-b014-44ab-82dc-493ce66de99c 2018-08-24 04:16:14,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.78631997108s 2018-08-24 04:16:14,422 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/01c33766-501b-4738-a83b-41a8ff68033c/add_router_interface.json used request id req-ee4e9ddd-b014-44ab-82dc-493ce66de99c returning object 01c33766-501b-4738-a83b-41a8ff68033c 2018-08-24 04:16:14,538 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 04:16:14,539 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-24 04:16:14,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 04:16:14,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/01c33766-501b-4738-a83b-41a8ff68033c/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}6c6d1721e9d21cf12946caa771878c9eaa145016" -d '{"subnet_id": "33bc86d8-2fa0-42bb-8e2f-56fd20655f6c"}' 2018-08-24 04:16:16,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4d3c1f2d-2bb3-4463-8329-ec68331e9db5 Date: Fri, 24 Aug 2018 04:16:16 GMT RESP BODY: {"network_id": "fd6bda7a-33e7-4c4c-b75a-3c535031b319", "tenant_id": "390b06cbd7014319906ab36bd72f6e34", "subnet_id": "33bc86d8-2fa0-42bb-8e2f-56fd20655f6c", "subnet_ids": ["33bc86d8-2fa0-42bb-8e2f-56fd20655f6c"], "port_id": "892e08b5-8ec3-48c4-a455-17d6aa3e3ff6", "id": "01c33766-501b-4738-a83b-41a8ff68033c"} 2018-08-24 04:16:16,939 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/01c33766-501b-4738-a83b-41a8ff68033c/remove_router_interface.json used request id req-4d3c1f2d-2bb3-4463-8329-ec68331e9db5 2018-08-24 04:16:16,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.39544296265s 2018-08-24 04:16:16,939 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/01c33766-501b-4738-a83b-41a8ff68033c/remove_router_interface.json used request id req-4d3c1f2d-2bb3-4463-8329-ec68331e9db5 returning object 01c33766-501b-4738-a83b-41a8ff68033c 2018-08-24 04:16:16,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 04:16:16,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6c6d1721e9d21cf12946caa771878c9eaa145016" 2018-08-24 04:16:17,073 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-711cdbe0-fa66-48d7-a7e3-64963e5cf838 Date: Fri, 24 Aug 2018 04:16:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "06eefab8-69db-4d59-b689-ee9133641127", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "390b06cbd7014319906ab36bd72f6e34", "created_at": "2018-08-24T04:16:10Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T04:16:16Z", "revision_number": 4, "routes": [], "project_id": "390b06cbd7014319906ab36bd72f6e34", "id": "01c33766-501b-4738-a83b-41a8ff68033c", "name": "tenantnetwork1-router_1ddef644-2737-487a-a2b7-5082332f7f24"}]} 2018-08-24 04:16:17,073 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-711cdbe0-fa66-48d7-a7e3-64963e5cf838 2018-08-24 04:16:17,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.132947921753s 2018-08-24 04:16:17,073 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-711cdbe0-fa66-48d7-a7e3-64963e5cf838 2018-08-24 04:16:17,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 04:16:17,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/01c33766-501b-4738-a83b-41a8ff68033c.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}6c6d1721e9d21cf12946caa771878c9eaa145016" 2018-08-24 04:16:19,170 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e89a2d89-a10d-4f5d-a0ec-beb6b6525733 Content-Length: 0 Date: Fri, 24 Aug 2018 04:16:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 04:16:19,170 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/01c33766-501b-4738-a83b-41a8ff68033c.json used request id req-e89a2d89-a10d-4f5d-a0ec-beb6b6525733 2018-08-24 04:16:19,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.09534311295s 2018-08-24 04:16:19,171 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/01c33766-501b-4738-a83b-41a8ff68033c.json used request id req-e89a2d89-a10d-4f5d-a0ec-beb6b6525733 2018-08-24 04:16:19,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 04:16:19,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6c6d1721e9d21cf12946caa771878c9eaa145016" 2018-08-24 04:16:20,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-3c3230c1-73e1-4e1a-ab7f-8e84d04c3efc Date: Fri, 24 Aug 2018 04:16:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:47Z","dns_nameservers":[],"updated_at":"2018-08-24T04:12:47Z","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":"482a78bd1a194e0b9a5a15d8d8996918","id":"06eefab8-69db-4d59-b689-ee9133641127","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd6bda7a-33e7-4c4c-b75a-3c535031b319","tenant_id":"390b06cbd7014319906ab36bd72f6e34","created_at":"2018-08-24T04:16:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T04:16:08Z","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":"390b06cbd7014319906ab36bd72f6e34","id":"33bc86d8-2fa0-42bb-8e2f-56fd20655f6c","subnetpool_id":null,"name":"tenantnetwork1-subnet_1ddef644-2737-487a-a2b7-5082332f7f24"}]} 2018-08-24 04:16:20,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-3c3230c1-73e1-4e1a-ab7f-8e84d04c3efc 2018-08-24 04:16:20,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.03365588188s 2018-08-24 04:16:20,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-3c3230c1-73e1-4e1a-ab7f-8e84d04c3efc 2018-08-24 04:16:20,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 04:16:20,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/33bc86d8-2fa0-42bb-8e2f-56fd20655f6c.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}6c6d1721e9d21cf12946caa771878c9eaa145016" 2018-08-24 04:16:23,411 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68bb5a7f-9e25-45b4-b258-539a0a1d8867 Date: Fri, 24 Aug 2018 04:16:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 04:16:23,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/33bc86d8-2fa0-42bb-8e2f-56fd20655f6c.json used request id req-68bb5a7f-9e25-45b4-b258-539a0a1d8867 2018-08-24 04:16:23,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.20399808884s 2018-08-24 04:16:23,411 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/33bc86d8-2fa0-42bb-8e2f-56fd20655f6c.json used request id req-68bb5a7f-9e25-45b4-b258-539a0a1d8867 2018-08-24 04:16:23,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 04:16:23,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6c6d1721e9d21cf12946caa771878c9eaa145016" 2018-08-24 04:16:23,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-95c3800d-65ae-4838-bd82-0bbfce4d66d2 Date: Fri, 24 Aug 2018 04:16:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"482a78bd1a194e0b9a5a15d8d8996918","status":"ACTIVE","subnets":["06eefab8-69db-4d59-b689-ee9133641127"],"description":"","tags":[],"updated_at":"2018-08-24T04:12:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:39Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fd6bda7a-33e7-4c4c-b75a-3c535031b319","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"390b06cbd7014319906ab36bd72f6e34","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T04:16:23Z","provider:segmentation_id":82,"name":"tenantnetwork1-net_1ddef644-2737-487a-a2b7-5082332f7f24","admin_state_up":true,"tenant_id":"390b06cbd7014319906ab36bd72f6e34","created_at":"2018-08-24T04:16:07Z","provider:network_type":"vxlan"}]} 2018-08-24 04:16:23,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-95c3800d-65ae-4838-bd82-0bbfce4d66d2 2018-08-24 04:16:23,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0816209316254s 2018-08-24 04:16:23,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-95c3800d-65ae-4838-bd82-0bbfce4d66d2 2018-08-24 04:16:23,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 04:16:23,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/fd6bda7a-33e7-4c4c-b75a-3c535031b319.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}6c6d1721e9d21cf12946caa771878c9eaa145016" 2018-08-24 04:16:25,060 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-42b18efe-8e8c-4ce4-b523-67549400c9cf Date: Fri, 24 Aug 2018 04:16:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 04:16:25,060 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/fd6bda7a-33e7-4c4c-b75a-3c535031b319.json used request id req-42b18efe-8e8c-4ce4-b523-67549400c9cf 2018-08-24 04:16:25,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.56518697739s 2018-08-24 04:16:25,061 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/fd6bda7a-33e7-4c4c-b75a-3c535031b319.json used request id req-42b18efe-8e8c-4ce4-b523-67549400c9cf 2018-08-24 04:16:25,112 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-24 04:16:25,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 04:16:25,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 04:16:25,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 04:16:25,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 04:16:25,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 04:16:25,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 04:16:25,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 04:16:25,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 04:16:25,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 04:16:25,153 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 04:16:25,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 04:16:25,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc0ba0b4-bc95-47c2-8125-f828ad012e05 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-24 04:16:25,160 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-dc0ba0b4-bc95-47c2-8125-f828ad012e05 2018-08-24 04:16:25,161 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-24 04:16:25,639 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c2c1f3143924a80bc2dad799ddbb706", "name": "admin"}], "expires_at": "2018-08-24T05:16:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "390b06cbd7014319906ab36bd72f6e34", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e1c39a3eca64f3087c88574bcaeef42"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4bfa3c8b2094338aed0f6c06d218a75"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e984e302d8004dd5b3628a37bcf7f957"}], "type": "event", "id": "089c06e94b6a4d0bb38dc60b9b6b62af", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233e886736444bda91f32a903f18efb3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6354f64c84f7410bb6c481586c40cee0"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c989a293d5d94fb687d4d2d532417a3e"}], "type": "compute", "id": "1170204d7e0c48dc845ae782acf8cc9f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1332e2d2b92b4dbbb145a76053c9cc84"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "444c2520128446d89b2198a8fef60d09"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f74686a4ed4c42d9a2a04c6f6b05e4ec"}], "type": "cloudformation", "id": "334b38881d5242d98218ba0de7b6684d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2f8230f9eed4702bb00227a7e70e6e8"}, {"url": "http://172.30.9.24:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4d0fcb3f14540b2c087a2638ffdba"}, {"url": "http://192.30.9.5:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc350fb2722b4f01a94eb1bf6b4ce2ed"}], "type": "volume", "id": "3e327bac9498449a84f35436fb168891", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "42f377f01adc4650b780a5c78eac7690"}, {"url": "http://192.30.9.5:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4caf5aae80044c73a52a0a5a4824f54d"}, {"url": "http://172.30.9.24:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52891ba773aa465bb6180c4abb7bf4b5"}], "type": "volumev2", "id": "4320e522be1e40f191a601478a1e1b70", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f340752d43f480ebae6471f2c3baf63"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d897770088df4c70bac6b3ab90e7b020"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e00abd9884074051aea727aaf508f000"}], "type": "image", "id": "4574323cad3f419ea0ef31243056b94d", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "59bd6caea5a04c2a9aecf9e8e74605bc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8080/v1/AUTH_390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b5dc3fa006a4da0ae207b9cd28d3625"}, {"url": "http://12.0.0.35:8080/v1/AUTH_390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0625782703f4203b1ec3b884b9bbf9d"}, {"url": "http://12.0.0.35:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c2d1a85f0fa9465ab9916910cbb892ae"}], "type": "object-store", "id": "6ef3e7f0a65643568350cb1634152dc1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1400e48f39d048eab5e86b0d0c9c0102"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "81a73b4a9fb04bedabd8b6df6f83f248"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da64e15131d44856b0bd3ed71b1129ce"}], "type": "network", "id": "9fab2cdc01b84b5da913691bd43121ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80412e3937fc4919b90bc3d5e64de8f6"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac4b326fdf9a481a949839315dfc2919"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0b9e9095af649898defa40476b42f40"}], "type": "alarming", "id": "b3a4e434057b47978bc0acb61637877f", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a20c3dc0e01b42fd961ea8df7cc66619"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8387070218e4153bbd60b3f136c716b"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fede72dc00464feeb1f7deaec8bde20b"}], "type": "placement", "id": "bf0bfc5b28964b4dab4c1f5be9b900e4", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf748903d39c41f29b52e331f658beee"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7cf9fd242ab4ad89983d19de652915c"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0d1d96c51c7440b80071ff439c409e0"}], "type": "metric", "id": "c0133399c0df447f864473a1925a5295", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b48d75438924e3cb7c1d9dedfb3ab33"}, {"url": "http://172.30.9.24:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8020ec3449794c1f891cc327ea03021d"}, {"url": "http://192.30.9.5:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b487d3662b94ff09ac0e09bcc2efedc"}], "type": "orchestration", "id": "c70cd0863e8145c99b787c1bdb2c0099", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6660542213c940798db5f119e2c59d09"}, {"url": "http://192.30.9.5:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c33c12a3d5a42f9a4962ae3b53555f5"}, {"url": "http://172.30.9.24:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2d5dbee804148a0bb8547c24f1aec4a"}], "type": "volumev3", "id": "fee88bde2138456d962717d0e14ea73c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1aa6d6be29844163b07fb370c43c5d66"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a52f488b2d641be88b0fa4aa1a460e5"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aaba7923c099405e931c70ae8d13ff17"}], "type": "identity", "id": "ff673eb7d3244f41b7da2c166bff889a", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "960210c57ab24ea29882ab4fd3d3ace1"}, "audit_ids": ["5l4h8h50SRuoxeaTICmuhQ"], "issued_at": "2018-08-24T04:16:25.000000Z"}} 2018-08-24 04:16:25,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 04:16:25,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:25,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-384b25c2-e6af-4f15-8c66-8581fb4255f2 Date: Fri, 24 Aug 2018 04:16:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"482a78bd1a194e0b9a5a15d8d8996918","status":"ACTIVE","subnets":["06eefab8-69db-4d59-b689-ee9133641127"],"description":"","tags":[],"updated_at":"2018-08-24T04:12:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:39Z","provider:network_type":"flat"}]} 2018-08-24 04:16:25,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-384b25c2-e6af-4f15-8c66-8581fb4255f2 2018-08-24 04:16:25,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.240990161896s 2018-08-24 04:16:25,883 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-384b25c2-e6af-4f15-8c66-8581fb4255f2 2018-08-24 04:16:25,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 04:16:25,892 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 04:16:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.24:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-24 04:16:25,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 04:16:25,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:26,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-362e0162-397d-4245-8eeb-2d6bbbfbd03a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.24:5000/v3/domains/e0abb4d0e90b434e953d3283469e0bc5"}, "tags": [], "enabled": true, "id": "e0abb4d0e90b434e953d3283469e0bc5", "name": "heat_stack"}], "links": {"self": "http://172.30.9.24:5000/v3/domains", "previous": null, "next": null}} 2018-08-24 04:16:26,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-362e0162-397d-4245-8eeb-2d6bbbfbd03a 2018-08-24 04:16:26,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182271957397s 2018-08-24 04:16:26,076 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains used request id req-362e0162-397d-4245-8eeb-2d6bbbfbd03a 2018-08-24 04:16:26,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-24 04:16:26,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_e2550f8b-1559-437e-850d-b12433da3e93"}}' 2018-08-24 04:16:26,254 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 04:16:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55e47edf-6a5d-4991-9aae-7d229f647892 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.24:5000/v3/projects/f75f900e83404062a9f901064c0811d6"}, "tags": [], "enabled": true, "id": "f75f900e83404062a9f901064c0811d6", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_e2550f8b-1559-437e-850d-b12433da3e93"}} 2018-08-24 04:16:26,254 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-55e47edf-6a5d-4991-9aae-7d229f647892 2018-08-24 04:16:26,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.171063899994s 2018-08-24 04:16:26,255 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/projects used request id req-55e47edf-6a5d-4991-9aae-7d229f647892 2018-08-24 04:16:26,255 - 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'f75f900e83404062a9f901064c0811d6', '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_e2550f8b-1559-437e-850d-b12433da3e93'}) 2018-08-24 04:16:26,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-24 04:16:26,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0c0254f3-a5b1-43d7-824e-d7c7aeb1e7e4", "email": null, "name": "tenantnetwork2-user_e2550f8b-1559-437e-850d-b12433da3e93"}}' 2018-08-24 04:16:26,675 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 04:16:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5f6e48e-3d51-44b2-a9fe-02a04c109669 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_e2550f8b-1559-437e-850d-b12433da3e93", "links": {"self": "http://172.30.9.24:5000/v3/users/c4eb06c3123c446b98b55709704bf52b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c4eb06c3123c446b98b55709704bf52b", "domain_id": "default", "password_expires_at": null}} 2018-08-24 04:16:26,675 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-c5f6e48e-3d51-44b2-a9fe-02a04c109669 2018-08-24 04:16:26,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.412928104401s 2018-08-24 04:16:26,675 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/users used request id req-c5f6e48e-3d51-44b2-a9fe-02a04c109669 2018-08-24 04:16:26,676 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c4eb06c3123c446b98b55709704bf52b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_e2550f8b-1559-437e-850d-b12433da3e93'}) 2018-08-24 04:16:26,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 04:16:26,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:26,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74c6d9ce-3960-414f-8eea-2111f889a2a9 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0bd78af1c31b4b4f891ba3ce4c232792", "links": {"self": "http://172.30.9.24:5000/v3/roles/0bd78af1c31b4b4f891ba3ce4c232792"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4c2c1f3143924a80bc2dad799ddbb706", "links": {"self": "http://172.30.9.24:5000/v3/roles/4c2c1f3143924a80bc2dad799ddbb706"}, "name": "admin"}, {"domain_id": null, "id": "793ea3b5a9f640e89bf28878d3875cc1", "links": {"self": "http://172.30.9.24:5000/v3/roles/793ea3b5a9f640e89bf28878d3875cc1"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db64667c8772404d8407ab234e78c059", "links": {"self": "http://172.30.9.24:5000/v3/roles/db64667c8772404d8407ab234e78c059"}, "name": "heat_stack_user"}]} 2018-08-24 04:16:26,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-74c6d9ce-3960-414f-8eea-2111f889a2a9 2018-08-24 04:16:26,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.168059825897s 2018-08-24 04:16:26,848 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-74c6d9ce-3960-414f-8eea-2111f889a2a9 2018-08-24 04:16:26,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 04:16:26,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:26,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fe2c0389-a4f9-485f-a75b-892617bf4e69 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0bd78af1c31b4b4f891ba3ce4c232792", "links": {"self": "http://172.30.9.24:5000/v3/roles/0bd78af1c31b4b4f891ba3ce4c232792"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4c2c1f3143924a80bc2dad799ddbb706", "links": {"self": "http://172.30.9.24:5000/v3/roles/4c2c1f3143924a80bc2dad799ddbb706"}, "name": "admin"}, {"domain_id": null, "id": "793ea3b5a9f640e89bf28878d3875cc1", "links": {"self": "http://172.30.9.24:5000/v3/roles/793ea3b5a9f640e89bf28878d3875cc1"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "db64667c8772404d8407ab234e78c059", "links": {"self": "http://172.30.9.24:5000/v3/roles/db64667c8772404d8407ab234e78c059"}, "name": "heat_stack_user"}]} 2018-08-24 04:16:26,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-fe2c0389-a4f9-485f-a75b-892617bf4e69 2018-08-24 04:16:26,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101282119751s 2018-08-24 04:16:26,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-fe2c0389-a4f9-485f-a75b-892617bf4e69 2018-08-24 04:16:26,956 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-24 04:16:26,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-24 04:16:26,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" -d '{"role": {"name": "Member"}}' 2018-08-24 04:16:27,122 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 04:16:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a187f8f-97ac-41cb-bcb5-b82c4bec388c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "cd7d07fc09104ccd93ac881877922cb5", "links": {"self": "http://172.30.9.24:5000/v3/roles/cd7d07fc09104ccd93ac881877922cb5"}, "name": "Member"}} 2018-08-24 04:16:27,123 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-2a187f8f-97ac-41cb-bcb5-b82c4bec388c 2018-08-24 04:16:27,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.163055896759s 2018-08-24 04:16:27,123 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.24:5000/v3/roles used request id req-2a187f8f-97ac-41cb-bcb5-b82c4bec388c 2018-08-24 04:16:27,123 - 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'cd7d07fc09104ccd93ac881877922cb5'}) 2018-08-24 04:16:27,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 04:16:27,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:27,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af226c5a-5fe3-4588-98bb-0f7f3c61b035 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0bd78af1c31b4b4f891ba3ce4c232792", "links": {"self": "http://172.30.9.24:5000/v3/roles/0bd78af1c31b4b4f891ba3ce4c232792"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4c2c1f3143924a80bc2dad799ddbb706", "links": {"self": "http://172.30.9.24:5000/v3/roles/4c2c1f3143924a80bc2dad799ddbb706"}, "name": "admin"}, {"domain_id": null, "id": "793ea3b5a9f640e89bf28878d3875cc1", "links": {"self": "http://172.30.9.24:5000/v3/roles/793ea3b5a9f640e89bf28878d3875cc1"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cd7d07fc09104ccd93ac881877922cb5", "links": {"self": "http://172.30.9.24:5000/v3/roles/cd7d07fc09104ccd93ac881877922cb5"}, "name": "Member"}, {"domain_id": null, "id": "db64667c8772404d8407ab234e78c059", "links": {"self": "http://172.30.9.24:5000/v3/roles/db64667c8772404d8407ab234e78c059"}, "name": "heat_stack_user"}]} 2018-08-24 04:16:27,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-af226c5a-5fe3-4588-98bb-0f7f3c61b035 2018-08-24 04:16:27,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.165579080582s 2018-08-24 04:16:27,293 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-af226c5a-5fe3-4588-98bb-0f7f3c61b035 2018-08-24 04:16:27,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 04:16:27,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:27,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aaa5d001-37fd-4389-bed5-ab55198c1375 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.24:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-24 04:16:27,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-aaa5d001-37fd-4389-bed5-ab55198c1375 2018-08-24 04:16:27,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101268053055s 2018-08-24 04:16:27,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/domains/default used request id req-aaa5d001-37fd-4389-bed5-ab55198c1375 2018-08-24 04:16:27,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 04:16:27,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:27,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4cec5c8-c245-4407-b48d-e775c33541b1 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/231dd0eec450452bbb85e46f2406cb34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "231dd0eec450452bbb85e46f2406cb34", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/2a0763c1b1c048699585aeb9c438c41e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a0763c1b1c048699585aeb9c438c41e", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/63a26d1bffee46adadce097c0c24588b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63a26d1bffee46adadce097c0c24588b", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/73e208985c26497c9f6a7f3a114f7f95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73e208985c26497c9f6a7f3a114f7f95", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7b314d1111234f14a49ee6cf6dbbce39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b314d1111234f14a49ee6cf6dbbce39", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/84bcc99efdef44d4a8afee9df2769545"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84bcc99efdef44d4a8afee9df2769545", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/8bdb5d8d789846da98c970ea99e1c6b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8bdb5d8d789846da98c970ea99e1c6b1", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/8ced8060c1904b1eac254b19730a340e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ced8060c1904b1eac254b19730a340e", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/960210c57ab24ea29882ab4fd3d3ace1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "960210c57ab24ea29882ab4fd3d3ace1", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/9ac25072be774d4ea61083aa9ead5f9b"}, "domain_id": "e0abb4d0e90b434e953d3283469e0bc5", "enabled": true, "options": {}, "id": "9ac25072be774d4ea61083aa9ead5f9b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/9c10d2165a1c42a19a5a8697418d5460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c10d2165a1c42a19a5a8697418d5460", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/c09f2904f4e04a549fc0725687ef9df7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09f2904f4e04a549fc0725687ef9df7", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_e2550f8b-1559-437e-850d-b12433da3e93", "links": {"self": "http://172.30.9.24:5000/v3/users/c4eb06c3123c446b98b55709704bf52b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c4eb06c3123c446b98b55709704bf52b", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/c6460ce6890a4b3c893a532301e7ca0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6460ce6890a4b3c893a532301e7ca0e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/e6203dd05bba43468c275187426d62d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6203dd05bba43468c275187426d62d2", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-24 04:16:27,524 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-f4cec5c8-c245-4407-b48d-e775c33541b1 2018-08-24 04:16:27,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124037981033s 2018-08-24 04:16:27,525 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-f4cec5c8-c245-4407-b48d-e775c33541b1 2018-08-24 04:16:27,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 04:16:27,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:27,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fc05eff-ef91-4396-be44-3c1016b0f8dd Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/390b06cbd7014319906ab36bd72f6e34"}, "tags": [], "enabled": true, "id": "390b06cbd7014319906ab36bd72f6e34", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918"}, "tags": [], "enabled": true, "id": "482a78bd1a194e0b9a5a15d8d8996918", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.24:5000/v3/projects/f75f900e83404062a9f901064c0811d6"}, "tags": [], "enabled": true, "id": "f75f900e83404062a9f901064c0811d6", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_e2550f8b-1559-437e-850d-b12433da3e93"}]} 2018-08-24 04:16:27,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-5fc05eff-ef91-4396-be44-3c1016b0f8dd 2018-08-24 04:16:27,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.159925937653s 2018-08-24 04:16:27,697 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects?domain_id=default used request id req-5fc05eff-ef91-4396-be44-3c1016b0f8dd 2018-08-24 04:16:27,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-24 04:16:27,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:5000/v3/role_assignments?user.id=c4eb06c3123c446b98b55709704bf52b&role.id=cd7d07fc09104ccd93ac881877922cb5&scope.project.id=f75f900e83404062a9f901064c0811d6" -H "User-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}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:27,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ddc91a8-c9fd-4da1-94f9-c851402f6313 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.24:5000/v3/role_assignments?user.id=c4eb06c3123c446b98b55709704bf52b&role.id=cd7d07fc09104ccd93ac881877922cb5&scope.project.id=f75f900e83404062a9f901064c0811d6", "previous": null, "next": null}} 2018-08-24 04:16:27,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=c4eb06c3123c446b98b55709704bf52b&role.id=cd7d07fc09104ccd93ac881877922cb5&scope.project.id=f75f900e83404062a9f901064c0811d6 used request id req-6ddc91a8-c9fd-4da1-94f9-c851402f6313 2018-08-24 04:16:27,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0272998809814s 2018-08-24 04:16:27,732 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/role_assignments?user.id=c4eb06c3123c446b98b55709704bf52b&role.id=cd7d07fc09104ccd93ac881877922cb5&scope.project.id=f75f900e83404062a9f901064c0811d6 used request id req-6ddc91a8-c9fd-4da1-94f9-c851402f6313 2018-08-24 04:16:27,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-24 04:16:27,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:5000/v3/projects/f75f900e83404062a9f901064c0811d6/users/c4eb06c3123c446b98b55709704bf52b/roles/cd7d07fc09104ccd93ac881877922cb5 -H "User-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}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:28,013 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 04:16:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37200eaf-23da-4a5c-95a5-ec5796b3b4aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 04:16:28,013 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/f75f900e83404062a9f901064c0811d6/users/c4eb06c3123c446b98b55709704bf52b/roles/cd7d07fc09104ccd93ac881877922cb5 used request id req-37200eaf-23da-4a5c-95a5-ec5796b3b4aa 2018-08-24 04:16:28,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.27738404274s 2018-08-24 04:16:28,013 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.24:5000/v3/projects/f75f900e83404062a9f901064c0811d6/users/c4eb06c3123c446b98b55709704bf52b/roles/cd7d07fc09104ccd93ac881877922cb5 used request id req-37200eaf-23da-4a5c-95a5-ec5796b3b4aa 2018-08-24 04:16:28,014 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_e2550f8b-1559-437e-850d-b12433da3e93', 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'f75f900e83404062a9f901064c0811d6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '0c0254f3-a5b1-43d7-824e-d7c7aeb1e7e4', 'username': u'tenantnetwork2-user_e2550f8b-1559-437e-850d-b12433da3e93', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.24:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-24 04:16:28,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 04:16:28,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 04:16:28,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 04:16:28,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 04:16:28,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 04:16:28,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 04:16:28,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 04:16:28,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 04:16:28,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 04:16:28,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 04:16:28,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 04:16:28,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 04:16:28,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 04:16:28,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 04:16:28,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 04:16:28,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 04:16:28,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 04:16:28,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 04:16:28,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 04:16:28,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 04:16:28,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 04:16:28,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 04:16:28,019 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_e2550f8b-1559-437e-850d-b12433da3e93', 'password': '0c0254f3-a5b1-43d7-824e-d7c7aeb1e7e4', 'project_name': 'tenantnetwork2-project_e2550f8b-1559-437e-850d-b12433da3e93', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.24:5000//v3', 'project_id': 'f75f900e83404062a9f901064c0811d6', 'project_domain_name': 'Default'} 2018-08-24 04:16:28,019 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-24 04:16:28,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 04:16:28,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-761c6b44-e7b8-4bb2-a269-725099ce7413 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-24 04:16:28,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-761c6b44-e7b8-4bb2-a269-725099ce7413 2018-08-24 04:16:28,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-24 04:16:28,486 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "cd7d07fc09104ccd93ac881877922cb5", "name": "Member"}], "expires_at": "2018-08-24T05:16:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f75f900e83404062a9f901064c0811d6", "name": "tenantnetwork2-project_e2550f8b-1559-437e-850d-b12433da3e93"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e1c39a3eca64f3087c88574bcaeef42"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4bfa3c8b2094338aed0f6c06d218a75"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e984e302d8004dd5b3628a37bcf7f957"}], "type": "event", "id": "089c06e94b6a4d0bb38dc60b9b6b62af", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233e886736444bda91f32a903f18efb3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6354f64c84f7410bb6c481586c40cee0"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c989a293d5d94fb687d4d2d532417a3e"}], "type": "compute", "id": "1170204d7e0c48dc845ae782acf8cc9f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1332e2d2b92b4dbbb145a76053c9cc84"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "444c2520128446d89b2198a8fef60d09"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f74686a4ed4c42d9a2a04c6f6b05e4ec"}], "type": "cloudformation", "id": "334b38881d5242d98218ba0de7b6684d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f75f900e83404062a9f901064c0811d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2f8230f9eed4702bb00227a7e70e6e8"}, {"url": "http://172.30.9.24:8776/v1/f75f900e83404062a9f901064c0811d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4d0fcb3f14540b2c087a2638ffdba"}, {"url": "http://192.30.9.5:8776/v1/f75f900e83404062a9f901064c0811d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc350fb2722b4f01a94eb1bf6b4ce2ed"}], "type": "volume", "id": "3e327bac9498449a84f35436fb168891", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f75f900e83404062a9f901064c0811d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "42f377f01adc4650b780a5c78eac7690"}, {"url": "http://192.30.9.5:8776/v2/f75f900e83404062a9f901064c0811d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4caf5aae80044c73a52a0a5a4824f54d"}, {"url": "http://172.30.9.24:8776/v2/f75f900e83404062a9f901064c0811d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52891ba773aa465bb6180c4abb7bf4b5"}], "type": "volumev2", "id": "4320e522be1e40f191a601478a1e1b70", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f340752d43f480ebae6471f2c3baf63"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d897770088df4c70bac6b3ab90e7b020"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e00abd9884074051aea727aaf508f000"}], "type": "image", "id": "4574323cad3f419ea0ef31243056b94d", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "59bd6caea5a04c2a9aecf9e8e74605bc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8080/v1/AUTH_f75f900e83404062a9f901064c0811d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b5dc3fa006a4da0ae207b9cd28d3625"}, {"url": "http://12.0.0.35:8080/v1/AUTH_f75f900e83404062a9f901064c0811d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0625782703f4203b1ec3b884b9bbf9d"}, {"url": "http://12.0.0.35:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c2d1a85f0fa9465ab9916910cbb892ae"}], "type": "object-store", "id": "6ef3e7f0a65643568350cb1634152dc1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1400e48f39d048eab5e86b0d0c9c0102"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "81a73b4a9fb04bedabd8b6df6f83f248"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da64e15131d44856b0bd3ed71b1129ce"}], "type": "network", "id": "9fab2cdc01b84b5da913691bd43121ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80412e3937fc4919b90bc3d5e64de8f6"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac4b326fdf9a481a949839315dfc2919"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0b9e9095af649898defa40476b42f40"}], "type": "alarming", "id": "b3a4e434057b47978bc0acb61637877f", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a20c3dc0e01b42fd961ea8df7cc66619"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8387070218e4153bbd60b3f136c716b"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fede72dc00464feeb1f7deaec8bde20b"}], "type": "placement", "id": "bf0bfc5b28964b4dab4c1f5be9b900e4", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf748903d39c41f29b52e331f658beee"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7cf9fd242ab4ad89983d19de652915c"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0d1d96c51c7440b80071ff439c409e0"}], "type": "metric", "id": "c0133399c0df447f864473a1925a5295", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f75f900e83404062a9f901064c0811d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b48d75438924e3cb7c1d9dedfb3ab33"}, {"url": "http://172.30.9.24:8004/v1/f75f900e83404062a9f901064c0811d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8020ec3449794c1f891cc327ea03021d"}, {"url": "http://192.30.9.5:8004/v1/f75f900e83404062a9f901064c0811d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b487d3662b94ff09ac0e09bcc2efedc"}], "type": "orchestration", "id": "c70cd0863e8145c99b787c1bdb2c0099", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f75f900e83404062a9f901064c0811d6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6660542213c940798db5f119e2c59d09"}, {"url": "http://192.30.9.5:8776/v3/f75f900e83404062a9f901064c0811d6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c33c12a3d5a42f9a4962ae3b53555f5"}, {"url": "http://172.30.9.24:8776/v3/f75f900e83404062a9f901064c0811d6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2d5dbee804148a0bb8547c24f1aec4a"}], "type": "volumev3", "id": "fee88bde2138456d962717d0e14ea73c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1aa6d6be29844163b07fb370c43c5d66"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a52f488b2d641be88b0fa4aa1a460e5"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aaba7923c099405e931c70ae8d13ff17"}], "type": "identity", "id": "ff673eb7d3244f41b7da2c166bff889a", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_e2550f8b-1559-437e-850d-b12433da3e93", "id": "c4eb06c3123c446b98b55709704bf52b"}, "audit_ids": ["RWgaPa9bRYCPBvCx7SVURg"], "issued_at": "2018-08-24T04:16:28.000000Z"}} 2018-08-24 04:16:28,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 04:16:28,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" -d '{"network": {"name": "tenantnetwork2-net_e2550f8b-1559-437e-850d-b12433da3e93", "admin_state_up": true}}' 2018-08-24 04:16:29,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-b209b88f-1d95-4674-8686-e82516270233 Date: Fri, 24 Aug 2018 04:16:29 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f75f900e83404062a9f901064c0811d6","created_at":"2018-08-24T04:16:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-24T04:16:29Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f75f900e83404062a9f901064c0811d6","id":"ee7ceb06-605a-4d58-a414-6fd06656b432","name":"tenantnetwork2-net_e2550f8b-1559-437e-850d-b12433da3e93"}} 2018-08-24 04:16:29,212 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-b209b88f-1d95-4674-8686-e82516270233 2018-08-24 04:16:29,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.723387956619s 2018-08-24 04:16:29,212 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-b209b88f-1d95-4674-8686-e82516270233 2018-08-24 04:16:29,213 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T04:16:29Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'ee7ceb06-605a-4d58-a414-6fd06656b432', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_e2550f8b-1559-437e-850d-b12433da3e93', u'admin_state_up': True, u'tenant_id': u'f75f900e83404062a9f901064c0811d6', u'created_at': u'2018-08-24T04:16:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f75f900e83404062a9f901064c0811d6'}) 2018-08-24 04:16:29,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 04:16:29,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" 2018-08-24 04:16:30,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-db21cdba-5a72-4f6c-af00-534908b681b8 Date: Fri, 24 Aug 2018 04:16:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["06eefab8-69db-4d59-b689-ee9133641127"],"updated_at":"2018-08-24T04:12:47Z","tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"482a78bd1a194e0b9a5a15d8d8996918","id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T04:16:29Z","tenant_id":"f75f900e83404062a9f901064c0811d6","created_at":"2018-08-24T04:16:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f75f900e83404062a9f901064c0811d6","id":"ee7ceb06-605a-4d58-a414-6fd06656b432","name":"tenantnetwork2-net_e2550f8b-1559-437e-850d-b12433da3e93"}]} 2018-08-24 04:16:30,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-db21cdba-5a72-4f6c-af00-534908b681b8 2018-08-24 04:16:30,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.921719074249s 2018-08-24 04:16:30,135 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-db21cdba-5a72-4f6c-af00-534908b681b8 2018-08-24 04:16:30,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 04:16:30,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" -d '{"subnet": {"name": "tenantnetwork2-subnet_e2550f8b-1559-437e-850d-b12433da3e93", "enable_dhcp": true, "network_id": "ee7ceb06-605a-4d58-a414-6fd06656b432", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 04:16:31,703 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2cdf9c5f-64ab-4c13-938e-61b1cb16f748 Date: Fri, 24 Aug 2018 04:16:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee7ceb06-605a-4d58-a414-6fd06656b432","tenant_id":"f75f900e83404062a9f901064c0811d6","created_at":"2018-08-24T04:16:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T04:16:31Z","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":"f75f900e83404062a9f901064c0811d6","id":"a85700bb-3af4-448f-837e-acbf98289583","subnetpool_id":null,"name":"tenantnetwork2-subnet_e2550f8b-1559-437e-850d-b12433da3e93"}} 2018-08-24 04:16:31,703 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-2cdf9c5f-64ab-4c13-938e-61b1cb16f748 2018-08-24 04:16:31,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.56634402275s 2018-08-24 04:16:31,704 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-2cdf9c5f-64ab-4c13-938e-61b1cb16f748 2018-08-24 04:16:31,704 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T04:16:31Z', 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'a85700bb-3af4-448f-837e-acbf98289583', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_e2550f8b-1559-437e-850d-b12433da3e93', u'enable_dhcp': True, u'network_id': u'ee7ceb06-605a-4d58-a414-6fd06656b432', u'tenant_id': u'f75f900e83404062a9f901064c0811d6', u'created_at': u'2018-08-24T04:16:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f75f900e83404062a9f901064c0811d6'}) 2018-08-24 04:16:31,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 04:16:31,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" -d '{"router": {"external_gateway_info": {"network_id": "8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851"}, "name": "tenantnetwork2-router_e2550f8b-1559-437e-850d-b12433da3e93", "admin_state_up": true}}' 2018-08-24 04:16:32,998 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-b0832763-40f5-4acf-b6e8-746d3d825f4c Date: Fri, 24 Aug 2018 04:16:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "06eefab8-69db-4d59-b689-ee9133641127", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "f75f900e83404062a9f901064c0811d6", "created_at": "2018-08-24T04:16:31Z", "admin_state_up": true, "updated_at": "2018-08-24T04:16:32Z", "revision_number": 2, "routes": [], "project_id": "f75f900e83404062a9f901064c0811d6", "id": "7c60a60e-9183-41cf-b6db-8dd6ca94fbaf", "name": "tenantnetwork2-router_e2550f8b-1559-437e-850d-b12433da3e93"}} 2018-08-24 04:16:32,998 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-b0832763-40f5-4acf-b6e8-746d3d825f4c 2018-08-24 04:16:32,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.2933781147s 2018-08-24 04:16:32,999 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-b0832763-40f5-4acf-b6e8-746d3d825f4c 2018-08-24 04:16:32,999 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'06eefab8-69db-4d59-b689-ee9133641127', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f75f900e83404062a9f901064c0811d6', u'created_at': u'2018-08-24T04:16:31Z', u'admin_state_up': True, u'updated_at': u'2018-08-24T04:16:32Z', u'revision_number': 2, u'routes': [], u'project_id': u'f75f900e83404062a9f901064c0811d6', u'id': u'7c60a60e-9183-41cf-b6db-8dd6ca94fbaf', u'name': u'tenantnetwork2-router_e2550f8b-1559-437e-850d-b12433da3e93'}) 2018-08-24 04:16:33,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 04:16:33,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/7c60a60e-9183-41cf-b6db-8dd6ca94fbaf/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}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" -d '{"subnet_id": "a85700bb-3af4-448f-837e-acbf98289583"}' 2018-08-24 04:16:35,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0d97cf15-76d1-4cc4-aadb-70b5901ba9c7 Date: Fri, 24 Aug 2018 04:16:35 GMT RESP BODY: {"network_id": "ee7ceb06-605a-4d58-a414-6fd06656b432", "tenant_id": "f75f900e83404062a9f901064c0811d6", "subnet_id": "a85700bb-3af4-448f-837e-acbf98289583", "subnet_ids": ["a85700bb-3af4-448f-837e-acbf98289583"], "port_id": "c981b2d7-c05b-444e-a8db-fd6b3be0cf5a", "id": "7c60a60e-9183-41cf-b6db-8dd6ca94fbaf"} 2018-08-24 04:16:35,900 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/7c60a60e-9183-41cf-b6db-8dd6ca94fbaf/add_router_interface.json used request id req-0d97cf15-76d1-4cc4-aadb-70b5901ba9c7 2018-08-24 04:16:35,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.90048313141s 2018-08-24 04:16:35,901 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/7c60a60e-9183-41cf-b6db-8dd6ca94fbaf/add_router_interface.json used request id req-0d97cf15-76d1-4cc4-aadb-70b5901ba9c7 returning object 7c60a60e-9183-41cf-b6db-8dd6ca94fbaf 2018-08-24 04:16:36,004 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 04:16:36,004 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-24 04:16:36,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 04:16:36,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/7c60a60e-9183-41cf-b6db-8dd6ca94fbaf/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}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" -d '{"subnet_id": "a85700bb-3af4-448f-837e-acbf98289583"}' 2018-08-24 04:16:37,625 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-383d5971-f1d2-4486-9ef6-9dea044f9401 Date: Fri, 24 Aug 2018 04:16:37 GMT RESP BODY: {"network_id": "ee7ceb06-605a-4d58-a414-6fd06656b432", "tenant_id": "f75f900e83404062a9f901064c0811d6", "subnet_id": "a85700bb-3af4-448f-837e-acbf98289583", "subnet_ids": ["a85700bb-3af4-448f-837e-acbf98289583"], "port_id": "c981b2d7-c05b-444e-a8db-fd6b3be0cf5a", "id": "7c60a60e-9183-41cf-b6db-8dd6ca94fbaf"} 2018-08-24 04:16:37,625 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/7c60a60e-9183-41cf-b6db-8dd6ca94fbaf/remove_router_interface.json used request id req-383d5971-f1d2-4486-9ef6-9dea044f9401 2018-08-24 04:16:37,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61590313911s 2018-08-24 04:16:37,626 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/7c60a60e-9183-41cf-b6db-8dd6ca94fbaf/remove_router_interface.json used request id req-383d5971-f1d2-4486-9ef6-9dea044f9401 returning object 7c60a60e-9183-41cf-b6db-8dd6ca94fbaf 2018-08-24 04:16:37,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 04:16:37,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" 2018-08-24 04:16:38,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-9663f3ad-47b3-43a6-8391-a961936a330a Date: Fri, 24 Aug 2018 04:16:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "06eefab8-69db-4d59-b689-ee9133641127", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "f75f900e83404062a9f901064c0811d6", "created_at": "2018-08-24T04:16:31Z", "admin_state_up": true, "updated_at": "2018-08-24T04:16:37Z", "revision_number": 4, "routes": [], "project_id": "f75f900e83404062a9f901064c0811d6", "id": "7c60a60e-9183-41cf-b6db-8dd6ca94fbaf", "name": "tenantnetwork2-router_e2550f8b-1559-437e-850d-b12433da3e93"}]} 2018-08-24 04:16:38,058 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-9663f3ad-47b3-43a6-8391-a961936a330a 2018-08-24 04:16:38,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.43218588829s 2018-08-24 04:16:38,059 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-9663f3ad-47b3-43a6-8391-a961936a330a 2018-08-24 04:16:38,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 04:16:38,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/7c60a60e-9183-41cf-b6db-8dd6ca94fbaf.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}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" 2018-08-24 04:16:40,683 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b37dab36-27a0-4ba8-a29e-fab4a8b3d8ba Content-Length: 0 Date: Fri, 24 Aug 2018 04:16:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 04:16:40,683 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/7c60a60e-9183-41cf-b6db-8dd6ca94fbaf.json used request id req-b37dab36-27a0-4ba8-a29e-fab4a8b3d8ba 2018-08-24 04:16:40,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.62304282188s 2018-08-24 04:16:40,684 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/7c60a60e-9183-41cf-b6db-8dd6ca94fbaf.json used request id req-b37dab36-27a0-4ba8-a29e-fab4a8b3d8ba 2018-08-24 04:16:40,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 04:16:40,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" 2018-08-24 04:16:40,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-99e8f032-1cf1-4b1d-a5be-7645faba801c Date: Fri, 24 Aug 2018 04:16:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ee7ceb06-605a-4d58-a414-6fd06656b432","tenant_id":"f75f900e83404062a9f901064c0811d6","created_at":"2018-08-24T04:16:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T04:16:31Z","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":"f75f900e83404062a9f901064c0811d6","id":"a85700bb-3af4-448f-837e-acbf98289583","subnetpool_id":null,"name":"tenantnetwork2-subnet_e2550f8b-1559-437e-850d-b12433da3e93"}]} 2018-08-24 04:16:40,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-99e8f032-1cf1-4b1d-a5be-7645faba801c 2018-08-24 04:16:40,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.21417593956s 2018-08-24 04:16:40,899 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-99e8f032-1cf1-4b1d-a5be-7645faba801c 2018-08-24 04:16:40,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 04:16:40,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/a85700bb-3af4-448f-837e-acbf98289583.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}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" 2018-08-24 04:16:44,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-65656c71-c752-4fcf-81d2-2ccb7abcd4ab Date: Fri, 24 Aug 2018 04:16:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 04:16:44,094 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/a85700bb-3af4-448f-837e-acbf98289583.json used request id req-65656c71-c752-4fcf-81d2-2ccb7abcd4ab 2018-08-24 04:16:44,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.19446992874s 2018-08-24 04:16:44,095 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/a85700bb-3af4-448f-837e-acbf98289583.json used request id req-65656c71-c752-4fcf-81d2-2ccb7abcd4ab 2018-08-24 04:16:44,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 04:16:44,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" 2018-08-24 04:16:44,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-9821610c-96f5-49a0-8ad3-0a99e7e020a5 Date: Fri, 24 Aug 2018 04:16:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["06eefab8-69db-4d59-b689-ee9133641127"],"updated_at":"2018-08-24T04:12:47Z","tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"482a78bd1a194e0b9a5a15d8d8996918","id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T04:16:43Z","tenant_id":"f75f900e83404062a9f901064c0811d6","created_at":"2018-08-24T04:16:28Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"f75f900e83404062a9f901064c0811d6","id":"ee7ceb06-605a-4d58-a414-6fd06656b432","name":"tenantnetwork2-net_e2550f8b-1559-437e-850d-b12433da3e93"}]} 2018-08-24 04:16:44,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9821610c-96f5-49a0-8ad3-0a99e7e020a5 2018-08-24 04:16:44,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280238866806s 2018-08-24 04:16:44,376 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-9821610c-96f5-49a0-8ad3-0a99e7e020a5 2018-08-24 04:16:44,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 04:16:44,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/ee7ceb06-605a-4d58-a414-6fd06656b432.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}e8c2955864fae5fac308f8f1b7b0f145d49e7abb" 2018-08-24 04:16:45,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d8ade5aa-6212-44e8-a892-1255f355c6bc Date: Fri, 24 Aug 2018 04:16:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 04:16:45,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/ee7ceb06-605a-4d58-a414-6fd06656b432.json used request id req-d8ade5aa-6212-44e8-a892-1255f355c6bc 2018-08-24 04:16:45,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.08202004433s 2018-08-24 04:16:45,459 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/ee7ceb06-605a-4d58-a414-6fd06656b432.json used request id req-d8ade5aa-6212-44e8-a892-1255f355c6bc 2018-08-24 04:16:45,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 04:16:45,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:45,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c038007-f81b-45ce-9c95-f47c3d206418 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "swift", "links": {"self": "http://172.30.9.24:5000/v3/users/231dd0eec450452bbb85e46f2406cb34"}, "domain_id": "default", "enabled": true, "options": {}, "id": "231dd0eec450452bbb85e46f2406cb34", "email": "swift@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.24:5000/v3/users/2a0763c1b1c048699585aeb9c438c41e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a0763c1b1c048699585aeb9c438c41e", "email": "glance@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.24:5000/v3/users/63a26d1bffee46adadce097c0c24588b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63a26d1bffee46adadce097c0c24588b", "email": "panko@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.24:5000/v3/users/73e208985c26497c9f6a7f3a114f7f95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73e208985c26497c9f6a7f3a114f7f95", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.24:5000/v3/users/7b314d1111234f14a49ee6cf6dbbce39"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7b314d1111234f14a49ee6cf6dbbce39", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.24:5000/v3/users/84bcc99efdef44d4a8afee9df2769545"}, "domain_id": "default", "enabled": true, "options": {}, "id": "84bcc99efdef44d4a8afee9df2769545", "email": "nova@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.24:5000/v3/users/8bdb5d8d789846da98c970ea99e1c6b1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8bdb5d8d789846da98c970ea99e1c6b1", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.24:5000/v3/users/8ced8060c1904b1eac254b19730a340e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8ced8060c1904b1eac254b19730a340e", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.24:5000/v3/users/960210c57ab24ea29882ab4fd3d3ace1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "960210c57ab24ea29882ab4fd3d3ace1", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.24:5000/v3/users/9ac25072be774d4ea61083aa9ead5f9b"}, "domain_id": "e0abb4d0e90b434e953d3283469e0bc5", "enabled": true, "options": {}, "id": "9ac25072be774d4ea61083aa9ead5f9b", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.24:5000/v3/users/9c10d2165a1c42a19a5a8697418d5460"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c10d2165a1c42a19a5a8697418d5460", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.24:5000/v3/users/c09f2904f4e04a549fc0725687ef9df7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09f2904f4e04a549fc0725687ef9df7", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_e2550f8b-1559-437e-850d-b12433da3e93", "links": {"self": "http://172.30.9.24:5000/v3/users/c4eb06c3123c446b98b55709704bf52b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c4eb06c3123c446b98b55709704bf52b", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.24:5000/v3/users/c6460ce6890a4b3c893a532301e7ca0e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6460ce6890a4b3c893a532301e7ca0e", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.24:5000/v3/users/e6203dd05bba43468c275187426d62d2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e6203dd05bba43468c275187426d62d2", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.24:5000/v3/users", "previous": null, "next": null}} 2018-08-24 04:16:45,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-5c038007-f81b-45ce-9c95-f47c3d206418 2018-08-24 04:16:45,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.224026918411s 2018-08-24 04:16:45,684 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users used request id req-5c038007-f81b-45ce-9c95-f47c3d206418 2018-08-24 04:16:45,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 04:16:45,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/users/c4eb06c3123c446b98b55709704bf52b -H "User-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}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:45,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f83b588-be28-4498-b32c-7e67f75289d9 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_e2550f8b-1559-437e-850d-b12433da3e93", "links": {"self": "http://172.30.9.24:5000/v3/users/c4eb06c3123c446b98b55709704bf52b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c4eb06c3123c446b98b55709704bf52b", "description": null}} 2018-08-24 04:16:45,810 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/c4eb06c3123c446b98b55709704bf52b used request id req-0f83b588-be28-4498-b32c-7e67f75289d9 2018-08-24 04:16:45,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119895219803s 2018-08-24 04:16:45,810 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/users/c4eb06c3123c446b98b55709704bf52b used request id req-0f83b588-be28-4498-b32c-7e67f75289d9 2018-08-24 04:16:45,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-24 04:16:45,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/users/c4eb06c3123c446b98b55709704bf52b -H "User-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}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:46,094 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 04:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c779d5cc-563b-45b6-a1a4-e4b81ce7066b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 04:16:46,095 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/c4eb06c3123c446b98b55709704bf52b used request id req-c779d5cc-563b-45b6-a1a4-e4b81ce7066b 2018-08-24 04:16:46,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.283892869949s 2018-08-24 04:16:46,095 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/users/c4eb06c3123c446b98b55709704bf52b used request id req-c779d5cc-563b-45b6-a1a4-e4b81ce7066b 2018-08-24 04:16:46,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 04:16:46,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:46,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc14324e-9ea5-4ff6-8ded-ed98155bdff6 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.24:5000/v3/projects/390b06cbd7014319906ab36bd72f6e34"}, "tags": [], "enabled": true, "id": "390b06cbd7014319906ab36bd72f6e34", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.24:5000/v3/projects/482a78bd1a194e0b9a5a15d8d8996918"}, "tags": [], "enabled": true, "id": "482a78bd1a194e0b9a5a15d8d8996918", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.24:5000/v3/projects/f75f900e83404062a9f901064c0811d6"}, "tags": [], "enabled": true, "id": "f75f900e83404062a9f901064c0811d6", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_e2550f8b-1559-437e-850d-b12433da3e93"}]} 2018-08-24 04:16:46,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-fc14324e-9ea5-4ff6-8ded-ed98155bdff6 2018-08-24 04:16:46,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0908379554749s 2018-08-24 04:16:46,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/projects used request id req-fc14324e-9ea5-4ff6-8ded-ed98155bdff6 2018-08-24 04:16:46,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-24 04:16:46,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/projects/f75f900e83404062a9f901064c0811d6 -H "User-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}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:46,414 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 04:16:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e51f6ab6-1454-4794-b2bd-786bbb0829aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 04:16:46,414 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/f75f900e83404062a9f901064c0811d6 used request id req-e51f6ab6-1454-4794-b2bd-786bbb0829aa 2018-08-24 04:16:46,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.217839002609s 2018-08-24 04:16:46,415 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/projects/f75f900e83404062a9f901064c0811d6 used request id req-e51f6ab6-1454-4794-b2bd-786bbb0829aa 2018-08-24 04:16:46,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 04:16:46,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:46,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2840e2e2-b1a3-4a49-abeb-e0c4f736e072 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.24:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0bd78af1c31b4b4f891ba3ce4c232792", "links": {"self": "http://172.30.9.24:5000/v3/roles/0bd78af1c31b4b4f891ba3ce4c232792"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "4c2c1f3143924a80bc2dad799ddbb706", "links": {"self": "http://172.30.9.24:5000/v3/roles/4c2c1f3143924a80bc2dad799ddbb706"}, "name": "admin"}, {"domain_id": null, "id": "793ea3b5a9f640e89bf28878d3875cc1", "links": {"self": "http://172.30.9.24:5000/v3/roles/793ea3b5a9f640e89bf28878d3875cc1"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.24:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "cd7d07fc09104ccd93ac881877922cb5", "links": {"self": "http://172.30.9.24:5000/v3/roles/cd7d07fc09104ccd93ac881877922cb5"}, "name": "Member"}, {"domain_id": null, "id": "db64667c8772404d8407ab234e78c059", "links": {"self": "http://172.30.9.24:5000/v3/roles/db64667c8772404d8407ab234e78c059"}, "name": "heat_stack_user"}]} 2018-08-24 04:16:46,537 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-2840e2e2-b1a3-4a49-abeb-e0c4f736e072 2018-08-24 04:16:46,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.119548797607s 2018-08-24 04:16:46,538 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.24:5000/v3/roles used request id req-2840e2e2-b1a3-4a49-abeb-e0c4f736e072 2018-08-24 04:16:46,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-24 04:16:46,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:5000/v3/roles/cd7d07fc09104ccd93ac881877922cb5 -H "User-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}83a327ef2e19bf28727021ae587760337f366979" 2018-08-24 04:16:46,713 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 04:16:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c7b6a07-8231-43f3-80ec-2b00aaf2f622 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 04:16:46,713 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/cd7d07fc09104ccd93ac881877922cb5 used request id req-7c7b6a07-8231-43f3-80ec-2b00aaf2f622 2018-08-24 04:16:46,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.170536994934s 2018-08-24 04:16:46,714 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.24:5000/v3/roles/cd7d07fc09104ccd93ac881877922cb5 used request id req-7c7b6a07-8231-43f3-80ec-2b00aaf2f622 2018-08-24 04:16:46,766 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-24 04:16:46,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 04:16:46,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 04:16:46,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 04:16:46,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 04:16:46,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 04:16:46,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 04:16:46,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 04:16:46,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 04:16:46,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 04:16:46,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 04:16:46,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 04:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0eaa978-6dbe-4aac-b74e-7b399698961d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.24:5000/v3/", "rel": "self"}]}} 2018-08-24 04:16:46,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.24:5000//v3 used request id req-e0eaa978-6dbe-4aac-b74e-7b399698961d 2018-08-24 04:16:46,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.24:5000/v3/auth/tokens 2018-08-24 04:16:47,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4c2c1f3143924a80bc2dad799ddbb706", "name": "admin"}], "expires_at": "2018-08-24T05:16:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "390b06cbd7014319906ab36bd72f6e34", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5e1c39a3eca64f3087c88574bcaeef42"}, {"url": "http://172.30.9.24:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4bfa3c8b2094338aed0f6c06d218a75"}, {"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e984e302d8004dd5b3628a37bcf7f957"}], "type": "event", "id": "089c06e94b6a4d0bb38dc60b9b6b62af", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "233e886736444bda91f32a903f18efb3"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6354f64c84f7410bb6c481586c40cee0"}, {"url": "http://172.30.9.24:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c989a293d5d94fb687d4d2d532417a3e"}], "type": "compute", "id": "1170204d7e0c48dc845ae782acf8cc9f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1332e2d2b92b4dbbb145a76053c9cc84"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "444c2520128446d89b2198a8fef60d09"}, {"url": "http://172.30.9.24:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f74686a4ed4c42d9a2a04c6f6b05e4ec"}], "type": "cloudformation", "id": "334b38881d5242d98218ba0de7b6684d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a2f8230f9eed4702bb00227a7e70e6e8"}, {"url": "http://172.30.9.24:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eeb4d0fcb3f14540b2c087a2638ffdba"}, {"url": "http://192.30.9.5:8776/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fc350fb2722b4f01a94eb1bf6b4ce2ed"}], "type": "volume", "id": "3e327bac9498449a84f35436fb168891", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "42f377f01adc4650b780a5c78eac7690"}, {"url": "http://192.30.9.5:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4caf5aae80044c73a52a0a5a4824f54d"}, {"url": "http://172.30.9.24:8776/v2/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "52891ba773aa465bb6180c4abb7bf4b5"}], "type": "volumev2", "id": "4320e522be1e40f191a601478a1e1b70", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9f340752d43f480ebae6471f2c3baf63"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d897770088df4c70bac6b3ab90e7b020"}, {"url": "http://172.30.9.24:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e00abd9884074051aea727aaf508f000"}], "type": "image", "id": "4574323cad3f419ea0ef31243056b94d", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "59bd6caea5a04c2a9aecf9e8e74605bc", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.24:8080/v1/AUTH_390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b5dc3fa006a4da0ae207b9cd28d3625"}, {"url": "http://12.0.0.35:8080/v1/AUTH_390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a0625782703f4203b1ec3b884b9bbf9d"}, {"url": "http://12.0.0.35:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c2d1a85f0fa9465ab9916910cbb892ae"}], "type": "object-store", "id": "6ef3e7f0a65643568350cb1634152dc1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1400e48f39d048eab5e86b0d0c9c0102"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "81a73b4a9fb04bedabd8b6df6f83f248"}, {"url": "http://172.30.9.24:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da64e15131d44856b0bd3ed71b1129ce"}], "type": "network", "id": "9fab2cdc01b84b5da913691bd43121ca", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80412e3937fc4919b90bc3d5e64de8f6"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ac4b326fdf9a481a949839315dfc2919"}, {"url": "http://172.30.9.24:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0b9e9095af649898defa40476b42f40"}], "type": "alarming", "id": "b3a4e434057b47978bc0acb61637877f", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a20c3dc0e01b42fd961ea8df7cc66619"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c8387070218e4153bbd60b3f136c716b"}, {"url": "http://172.30.9.24:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fede72dc00464feeb1f7deaec8bde20b"}], "type": "placement", "id": "bf0bfc5b28964b4dab4c1f5be9b900e4", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.24:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bf748903d39c41f29b52e331f658beee"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7cf9fd242ab4ad89983d19de652915c"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f0d1d96c51c7440b80071ff439c409e0"}], "type": "metric", "id": "c0133399c0df447f864473a1925a5295", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4b48d75438924e3cb7c1d9dedfb3ab33"}, {"url": "http://172.30.9.24:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8020ec3449794c1f891cc327ea03021d"}, {"url": "http://192.30.9.5:8004/v1/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b487d3662b94ff09ac0e09bcc2efedc"}], "type": "orchestration", "id": "c70cd0863e8145c99b787c1bdb2c0099", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6660542213c940798db5f119e2c59d09"}, {"url": "http://192.30.9.5:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6c33c12a3d5a42f9a4962ae3b53555f5"}, {"url": "http://172.30.9.24:8776/v3/390b06cbd7014319906ab36bd72f6e34", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f2d5dbee804148a0bb8547c24f1aec4a"}], "type": "volumev3", "id": "fee88bde2138456d962717d0e14ea73c", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.24:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1aa6d6be29844163b07fb370c43c5d66"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8a52f488b2d641be88b0fa4aa1a460e5"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aaba7923c099405e931c70ae8d13ff17"}], "type": "identity", "id": "ff673eb7d3244f41b7da2c166bff889a", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "960210c57ab24ea29882ab4fd3d3ace1"}, "audit_ids": ["KxuNBlokRNOErY06bLrq8w"], "issued_at": "2018-08-24T04:16:47.000000Z"}} 2018-08-24 04:16:47,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 04:16:47,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}031f93407d2abf46f2d7163788a1b4948194609c" 2018-08-24 04:16:48,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-be366763-428b-44af-b3f6-5f77bcff38d8 Date: Fri, 24 Aug 2018 04:16:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"482a78bd1a194e0b9a5a15d8d8996918","status":"ACTIVE","subnets":["06eefab8-69db-4d59-b689-ee9133641127"],"description":"","tags":[],"updated_at":"2018-08-24T04:12:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:39Z","provider:network_type":"flat"}]} 2018-08-24 04:16:48,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-be366763-428b-44af-b3f6-5f77bcff38d8 2018-08-24 04:16:48,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.982021093369s 2018-08-24 04:16:48,219 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json?router%3Aexternal=True used request id req-be366763-428b-44af-b3f6-5f77bcff38d8 2018-08-24 04:16:48,220 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-24 04:16:48,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 04:16:48,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}031f93407d2abf46f2d7163788a1b4948194609c" -d '{"network": {"name": "vmready1-net_28bde1b0-d32d-4a74-856b-e06d5a16ffe8", "admin_state_up": true}}' 2018-08-24 04:16:48,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-8cdcf19b-b497-4daa-9f02-c8401b342fb6 Date: Fri, 24 Aug 2018 04:16:48 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"01ad9745-954a-46a2-9722-03fc731fad11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"390b06cbd7014319906ab36bd72f6e34","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T04:16:48Z","is_default":false,"provider:segmentation_id":56,"name":"vmready1-net_28bde1b0-d32d-4a74-856b-e06d5a16ffe8","admin_state_up":true,"tenant_id":"390b06cbd7014319906ab36bd72f6e34","created_at":"2018-08-24T04:16:48Z","mtu":1450}} 2018-08-24 04:16:48,715 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-8cdcf19b-b497-4daa-9f02-c8401b342fb6 2018-08-24 04:16:48,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.494904994965s 2018-08-24 04:16:48,716 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-8cdcf19b-b497-4daa-9f02-c8401b342fb6 2018-08-24 04:16:48,716 - 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-24T04:16:48Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'01ad9745-954a-46a2-9722-03fc731fad11', u'provider:segmentation_id': 56, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_28bde1b0-d32d-4a74-856b-e06d5a16ffe8', u'admin_state_up': True, u'tenant_id': u'390b06cbd7014319906ab36bd72f6e34', u'created_at': u'2018-08-24T04:16:48Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'390b06cbd7014319906ab36bd72f6e34'}) 2018-08-24 04:16:48,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 04:16:48,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}031f93407d2abf46f2d7163788a1b4948194609c" 2018-08-24 04:16:49,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-db3aedc4-c506-4546-93bc-75fc530f0cb4 Date: Fri, 24 Aug 2018 04:16:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"01ad9745-954a-46a2-9722-03fc731fad11","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"390b06cbd7014319906ab36bd72f6e34","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T04:16:48Z","provider:segmentation_id":56,"name":"vmready1-net_28bde1b0-d32d-4a74-856b-e06d5a16ffe8","admin_state_up":true,"tenant_id":"390b06cbd7014319906ab36bd72f6e34","created_at":"2018-08-24T04:16:48Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"482a78bd1a194e0b9a5a15d8d8996918","status":"ACTIVE","subnets":["06eefab8-69db-4d59-b689-ee9133641127"],"description":"","tags":[],"updated_at":"2018-08-24T04:12:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:39Z","provider:network_type":"flat"}]} 2018-08-24 04:16:49,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-db3aedc4-c506-4546-93bc-75fc530f0cb4 2018-08-24 04:16:49,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.990571022034s 2018-08-24 04:16:49,708 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-db3aedc4-c506-4546-93bc-75fc530f0cb4 2018-08-24 04:16:49,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 04:16:49,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}031f93407d2abf46f2d7163788a1b4948194609c" -d '{"subnet": {"name": "vmready1-subnet_28bde1b0-d32d-4a74-856b-e06d5a16ffe8", "enable_dhcp": true, "network_id": "01ad9745-954a-46a2-9722-03fc731fad11", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 04:16:50,378 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-92c0dd85-0f6a-429b-8306-5b6b301f19ad Date: Fri, 24 Aug 2018 04:16:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01ad9745-954a-46a2-9722-03fc731fad11","tenant_id":"390b06cbd7014319906ab36bd72f6e34","created_at":"2018-08-24T04:16:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T04:16:49Z","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":"390b06cbd7014319906ab36bd72f6e34","id":"49f061fe-dfd6-49e0-aea7-5a1776ea6835","subnetpool_id":null,"name":"vmready1-subnet_28bde1b0-d32d-4a74-856b-e06d5a16ffe8"}} 2018-08-24 04:16:50,378 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-92c0dd85-0f6a-429b-8306-5b6b301f19ad 2018-08-24 04:16:50,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.668431043625s 2018-08-24 04:16:50,378 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-92c0dd85-0f6a-429b-8306-5b6b301f19ad 2018-08-24 04:16:50,379 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T04:16:49Z', 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'49f061fe-dfd6-49e0-aea7-5a1776ea6835', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_28bde1b0-d32d-4a74-856b-e06d5a16ffe8', u'enable_dhcp': True, u'network_id': u'01ad9745-954a-46a2-9722-03fc731fad11', u'tenant_id': u'390b06cbd7014319906ab36bd72f6e34', u'created_at': u'2018-08-24T04:16:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'390b06cbd7014319906ab36bd72f6e34'}) 2018-08-24 04:16:50,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 04:16:50,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}031f93407d2abf46f2d7163788a1b4948194609c" -d '{"router": {"external_gateway_info": {"network_id": "8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851"}, "name": "vmready1-router_28bde1b0-d32d-4a74-856b-e06d5a16ffe8", "admin_state_up": true}}' 2018-08-24 04:16:52,509 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-bbb3c47d-3d02-432e-8d66-7edb548d0506 Date: Fri, 24 Aug 2018 04:16:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "06eefab8-69db-4d59-b689-ee9133641127", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "390b06cbd7014319906ab36bd72f6e34", "created_at": "2018-08-24T04:16:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T04:16:52Z", "revision_number": 2, "routes": [], "project_id": "390b06cbd7014319906ab36bd72f6e34", "id": "ae3d1402-641b-4aa8-aaba-7c55ad6187c2", "name": "vmready1-router_28bde1b0-d32d-4a74-856b-e06d5a16ffe8"}} 2018-08-24 04:16:52,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-bbb3c47d-3d02-432e-8d66-7edb548d0506 2018-08-24 04:16:52,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.12957787514s 2018-08-24 04:16:52,509 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-bbb3c47d-3d02-432e-8d66-7edb548d0506 2018-08-24 04:16:52,510 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'06eefab8-69db-4d59-b689-ee9133641127', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'390b06cbd7014319906ab36bd72f6e34', u'created_at': u'2018-08-24T04:16:51Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-24T04:16:52Z', u'revision_number': 2, u'routes': [], u'project_id': u'390b06cbd7014319906ab36bd72f6e34', u'id': u'ae3d1402-641b-4aa8-aaba-7c55ad6187c2', u'name': u'vmready1-router_28bde1b0-d32d-4a74-856b-e06d5a16ffe8'}) 2018-08-24 04:16:52,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 04:16:52,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/ae3d1402-641b-4aa8-aaba-7c55ad6187c2/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}031f93407d2abf46f2d7163788a1b4948194609c" -d '{"subnet_id": "49f061fe-dfd6-49e0-aea7-5a1776ea6835"}' 2018-08-24 04:16:55,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cbdfb34b-e4c9-4047-a05d-a998e07231ff Date: Fri, 24 Aug 2018 04:16:55 GMT RESP BODY: {"network_id": "01ad9745-954a-46a2-9722-03fc731fad11", "tenant_id": "390b06cbd7014319906ab36bd72f6e34", "subnet_id": "49f061fe-dfd6-49e0-aea7-5a1776ea6835", "subnet_ids": ["49f061fe-dfd6-49e0-aea7-5a1776ea6835"], "port_id": "b1fafa6e-5e7b-494d-b72c-75abd6e279bd", "id": "ae3d1402-641b-4aa8-aaba-7c55ad6187c2"} 2018-08-24 04:16:55,613 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/ae3d1402-641b-4aa8-aaba-7c55ad6187c2/add_router_interface.json used request id req-cbdfb34b-e4c9-4047-a05d-a998e07231ff 2018-08-24 04:16:55,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.10283207893s 2018-08-24 04:16:55,614 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/ae3d1402-641b-4aa8-aaba-7c55ad6187c2/add_router_interface.json used request id req-cbdfb34b-e4c9-4047-a05d-a998e07231ff returning object ae3d1402-641b-4aa8-aaba-7c55ad6187c2 2018-08-24 04:16:55,614 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-24 04:16:55,746 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-24 04:16:55,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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-24 04:16:55,752 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Fri, 24 Aug 2018 04:16:55 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.24:9292/v2/", "rel": "self"}]}]} 2018-08-24 04:16:55,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 04:16:55,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24: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}031f93407d2abf46f2d7163788a1b4948194609c" 2018-08-24 04:16:56,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f21bfee1-d92a-41bb-80cd-05078f135e5b Date: Fri, 24 Aug 2018 04:16:56 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 04:16:56,404 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-f21bfee1-d92a-41bb-80cd-05078f135e5b 2018-08-24 04:16:56,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.64994597435s 2018-08-24 04:16:56,405 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.24:9292/v2/images used request id req-f21bfee1-d92a-41bb-80cd-05078f135e5b 2018-08-24 04:16:56,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-24 04:16:56,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.24: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}031f93407d2abf46f2d7163788a1b4948194609c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_28bde1b0-d32d-4a74-856b-e06d5a16ffe8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_28bde1b0-d32d-4a74-856b-e06d5a16ffe8"}' 2018-08-24 04:16:57,294 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.24:9292/v2/images/192560a1-9d75-4889-af54-1fde5238322c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-46289b63-f759-4b75-bb1f-ad7309ba74d0 Date: Fri, 24 Aug 2018 04:16:57 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/192560a1-9d75-4889-af54-1fde5238322c/file", "owner": "390b06cbd7014319906ab36bd72f6e34", "id": "192560a1-9d75-4889-af54-1fde5238322c", "size": null, "self": "/v2/images/192560a1-9d75-4889-af54-1fde5238322c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-24T04:16:57Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_28bde1b0-d32d-4a74-856b-e06d5a16ffe8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_28bde1b0-d32d-4a74-856b-e06d5a16ffe8", "checksum": null, "created_at": "2018-08-24T04:16:57Z", "protected": false} 2018-08-24 04:16:57,294 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-46289b63-f759-4b75-bb1f-ad7309ba74d0 2018-08-24 04:16:57,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.881884813309s 2018-08-24 04:16:57,295 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.24:9292/v2/images used request id req-46289b63-f759-4b75-bb1f-ad7309ba74d0 returning object 192560a1-9d75-4889-af54-1fde5238322c 2018-08-24 04:16:57,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-24 04:16:57,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/192560a1-9d75-4889-af54-1fde5238322c/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}031f93407d2abf46f2d7163788a1b4948194609c" -d '' 2018-08-24 04:18:57,386 - shade - DEBUG - Unable to establish connection to http://172.30.9.24:9292/v2/images/192560a1-9d75-4889-af54-1fde5238322c/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-24 04:18:57,386 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.090334892 seconds, retrying 2018-08-24 04:18:57,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9292/v2/images/192560a1-9d75-4889-af54-1fde5238322c/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}031f93407d2abf46f2d7163788a1b4948194609c" -d '' 2018-08-24 04:18:58,092 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-dfd3e4ab-4d71-4baa-b899-e50d38b7207b Date: Fri, 24 Aug 2018 04:18:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 04:18:58,092 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.24:9292/v2/images/192560a1-9d75-4889-af54-1fde5238322c/file used request id req-dfd3e4ab-4d71-4baa-b899-e50d38b7207b 2018-08-24 04:18:58,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.796838999s 2018-08-24 04:18:58,093 - shade - DEBUG - Deleting failed upload of image vmready1-img_28bde1b0-d32d-4a74-856b-e06d5a16ffe8 2018-08-24 04:18:58,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-24 04:18:58,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9292/v2/images/192560a1-9d75-4889-af54-1fde5238322c -H "User-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}031f93407d2abf46f2d7163788a1b4948194609c" 2018-08-24 04:18:58,185 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f9afe2bb-2480-4069-a5c6-1885ecb183fb Date: Fri, 24 Aug 2018 04:18:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 04:18:58,186 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/192560a1-9d75-4889-af54-1fde5238322c used request id req-f9afe2bb-2480-4069-a5c6-1885ecb183fb 2018-08-24 04:18:58,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.0922949314117s 2018-08-24 04:18:58,186 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.24:9292/v2/images/192560a1-9d75-4889-af54-1fde5238322c used request id req-f9afe2bb-2480-4069-a5c6-1885ecb183fb 2018-08-24 04:18:58,186 - 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.24:9292/v2/images/192560a1-9d75-4889-af54-1fde5238322c/file Conflict 2018-08-24 04:18:58,193 - 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.24:9292/v2/images/192560a1-9d75-4889-af54-1fde5238322c/file Conflict 2018-08-24 04:18:58,307 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 04:18:58,307 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:10 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-24 04:18:58,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 04:18:58,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.24:9696/v2.0/routers/ae3d1402-641b-4aa8-aaba-7c55ad6187c2/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}031f93407d2abf46f2d7163788a1b4948194609c" -d '{"subnet_id": "49f061fe-dfd6-49e0-aea7-5a1776ea6835"}' 2018-08-24 04:18:59,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bc36fb6b-d3ef-4ebe-9b7b-e2c03f4f9b6a Date: Fri, 24 Aug 2018 04:18:59 GMT RESP BODY: {"network_id": "01ad9745-954a-46a2-9722-03fc731fad11", "tenant_id": "390b06cbd7014319906ab36bd72f6e34", "subnet_id": "49f061fe-dfd6-49e0-aea7-5a1776ea6835", "subnet_ids": ["49f061fe-dfd6-49e0-aea7-5a1776ea6835"], "port_id": "b1fafa6e-5e7b-494d-b72c-75abd6e279bd", "id": "ae3d1402-641b-4aa8-aaba-7c55ad6187c2"} 2018-08-24 04:18:59,873 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/ae3d1402-641b-4aa8-aaba-7c55ad6187c2/remove_router_interface.json used request id req-bc36fb6b-d3ef-4ebe-9b7b-e2c03f4f9b6a 2018-08-24 04:18:59,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.56152701378s 2018-08-24 04:18:59,874 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.24:9696/v2.0/routers/ae3d1402-641b-4aa8-aaba-7c55ad6187c2/remove_router_interface.json used request id req-bc36fb6b-d3ef-4ebe-9b7b-e2c03f4f9b6a returning object ae3d1402-641b-4aa8-aaba-7c55ad6187c2 2018-08-24 04:18:59,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 04:18:59,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}031f93407d2abf46f2d7163788a1b4948194609c" 2018-08-24 04:19:00,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-dc77c7d3-3440-4a76-8117-6ab40179932c Date: Fri, 24 Aug 2018 04:19:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "06eefab8-69db-4d59-b689-ee9133641127", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "390b06cbd7014319906ab36bd72f6e34", "created_at": "2018-08-24T04:16:51Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T04:18:59Z", "revision_number": 4, "routes": [], "project_id": "390b06cbd7014319906ab36bd72f6e34", "id": "ae3d1402-641b-4aa8-aaba-7c55ad6187c2", "name": "vmready1-router_28bde1b0-d32d-4a74-856b-e06d5a16ffe8"}]} 2018-08-24 04:19:00,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-dc77c7d3-3440-4a76-8117-6ab40179932c 2018-08-24 04:19:00,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.962626934052s 2018-08-24 04:19:00,837 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/routers.json used request id req-dc77c7d3-3440-4a76-8117-6ab40179932c 2018-08-24 04:19:00,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 04:19:00,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/routers/ae3d1402-641b-4aa8-aaba-7c55ad6187c2.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}031f93407d2abf46f2d7163788a1b4948194609c" 2018-08-24 04:19:02,418 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fcbfbb2e-34e7-4093-9521-6cdbed1069cb Content-Length: 0 Date: Fri, 24 Aug 2018 04:19:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 04:19:02,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/ae3d1402-641b-4aa8-aaba-7c55ad6187c2.json used request id req-fcbfbb2e-34e7-4093-9521-6cdbed1069cb 2018-08-24 04:19:02,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.57904601097s 2018-08-24 04:19:02,418 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/routers/ae3d1402-641b-4aa8-aaba-7c55ad6187c2.json used request id req-fcbfbb2e-34e7-4093-9521-6cdbed1069cb 2018-08-24 04:19:02,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 04:19:02,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}031f93407d2abf46f2d7163788a1b4948194609c" 2018-08-24 04:19:02,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-6672dddc-c428-40f5-9153-07e3ad135448 Date: Fri, 24 Aug 2018 04:19:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:47Z","dns_nameservers":[],"updated_at":"2018-08-24T04:12:47Z","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":"482a78bd1a194e0b9a5a15d8d8996918","id":"06eefab8-69db-4d59-b689-ee9133641127","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"01ad9745-954a-46a2-9722-03fc731fad11","tenant_id":"390b06cbd7014319906ab36bd72f6e34","created_at":"2018-08-24T04:16:49Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T04:16:49Z","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":"390b06cbd7014319906ab36bd72f6e34","id":"49f061fe-dfd6-49e0-aea7-5a1776ea6835","subnetpool_id":null,"name":"vmready1-subnet_28bde1b0-d32d-4a74-856b-e06d5a16ffe8"}]} 2018-08-24 04:19:02,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-6672dddc-c428-40f5-9153-07e3ad135448 2018-08-24 04:19:02,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0406739711761s 2018-08-24 04:19:02,460 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/subnets.json used request id req-6672dddc-c428-40f5-9153-07e3ad135448 2018-08-24 04:19:02,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 04:19:02,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/subnets/49f061fe-dfd6-49e0-aea7-5a1776ea6835.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}031f93407d2abf46f2d7163788a1b4948194609c" 2018-08-24 04:19:04,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-924a4544-bd55-4695-979b-97af72532f63 Date: Fri, 24 Aug 2018 04:19:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 04:19:04,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/49f061fe-dfd6-49e0-aea7-5a1776ea6835.json used request id req-924a4544-bd55-4695-979b-97af72532f63 2018-08-24 04:19:04,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.29936599731s 2018-08-24 04:19:04,761 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/subnets/49f061fe-dfd6-49e0-aea7-5a1776ea6835.json used request id req-924a4544-bd55-4695-979b-97af72532f63 2018-08-24 04:19:04,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 04:19:04,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.24:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}031f93407d2abf46f2d7163788a1b4948194609c" 2018-08-24 04:19:04,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-71f859df-cd06-42b8-9d61-4ef03ea04777 Date: Fri, 24 Aug 2018 04:19:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"01ad9745-954a-46a2-9722-03fc731fad11","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"390b06cbd7014319906ab36bd72f6e34","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T04:19:04Z","provider:segmentation_id":56,"name":"vmready1-net_28bde1b0-d32d-4a74-856b-e06d5a16ffe8","admin_state_up":true,"tenant_id":"390b06cbd7014319906ab36bd72f6e34","created_at":"2018-08-24T04:16:48Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8c6f1bcf-e53c-4a5d-9f0b-c73ee851b851","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"482a78bd1a194e0b9a5a15d8d8996918","status":"ACTIVE","subnets":["06eefab8-69db-4d59-b689-ee9133641127"],"description":"","tags":[],"updated_at":"2018-08-24T04:12:47Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"482a78bd1a194e0b9a5a15d8d8996918","created_at":"2018-08-24T04:12:39Z","provider:network_type":"flat"}]} 2018-08-24 04:19:04,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-71f859df-cd06-42b8-9d61-4ef03ea04777 2018-08-24 04:19:04,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0852110385895s 2018-08-24 04:19:04,847 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.24:9696/v2.0/networks.json used request id req-71f859df-cd06-42b8-9d61-4ef03ea04777 2018-08-24 04:19:04,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 04:19:04,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.24:9696/v2.0/networks/01ad9745-954a-46a2-9722-03fc731fad11.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}031f93407d2abf46f2d7163788a1b4948194609c" 2018-08-24 04:19:06,297 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-570ddcc1-263f-4fd5-849d-230dc28f84d5 Date: Fri, 24 Aug 2018 04:19:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 04:19:06,297 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/01ad9745-954a-46a2-9722-03fc731fad11.json used request id req-570ddcc1-263f-4fd5-849d-230dc28f84d5 2018-08-24 04:19:06,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.44929599762s 2018-08-24 04:19:06,298 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.24:9696/v2.0/networks/01ad9745-954a-46a2-9722-03fc731fad11.json used request id req-570ddcc1-263f-4fd5-849d-230dc28f84d5 2018-08-24 04:19:06,298 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-24 04:19:06,299 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | tenantnetwork1 | functest | healthcheck | 00:09 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 02:10 | 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-24 04:19:06,311 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR