2018-08-23 18:36:03,675 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-234 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-23 18:36:03,678 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.32,192.30.9.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.32:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=dRxbRQq6Fv9hwTPdsUbnX42bM 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=6ae3e0ebc37b4ec68a12a12af9713c8b export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-23 18:36:03,678 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-23 18:36:03,679 - 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 api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ 2018-08-23 18:36:03,703 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 18:36:04,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 18:36:04,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 18:36:04,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 18:36:04,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 18:36:04,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 18:36:04,041 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-23 18:36:04,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-23 18:36:04,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-23 18:36:04,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bbf4484-7c42-401d-a458-3c8c55329d8b Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}} 2018-08-23 18:36:04,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.32:5000//v3 used request id req-8bbf4484-7c42-401d-a458-3c8c55329d8b 2018-08-23 18:36:04,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.32:5000/v3/auth/tokens 2018-08-23 18:36:04,514 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "404f91e6f4f4490581ae442fb2ec9005", "name": "admin"}], "expires_at": "2018-08-23T19:36:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "008d4060ce1d47e4ae2519890578ebc1"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a77338c488c4b48acfd6035bb34d971"}, {"url": "http://172.30.9.32:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5d9c5440ff847feb9ac45d440ce523a"}], "type": "alarming", "id": "27999420a87d4e478df9da3fa39938a6", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "41cc15bd58c547c9af4b757d13e5d066"}, {"url": "http://172.30.9.32:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6db4f1fc5402484d8f1c6eb75ed19cb0"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d430e965667c4090a8ad86495bc2fa06"}], "type": "compute", "id": "3c90d367652a44c18a794ec1dd6c2cd0", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ece0215e18d441d839be112d94a77e9"}, {"url": "http://172.30.9.32:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d536a7f74234431783c0ff7fb9025e9b"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f28ce9b646a64563995bfcb9f795c972"}], "type": "placement", "id": "501cdde11f554415811e8d0cce190669", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "940951d4cbde4002bae5aea73e1911be"}, {"url": "http://172.30.9.32:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9bd4b5d9b6ec4a94ac6ffe6a59aa8ab8"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1a673e608d8474bbed39d3684006c3e"}], "type": "identity", "id": "5f8a1df9d4924a0bb5f93986ad7c71d0", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.32:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9045ed2f427b4d869784c899c8844ad7"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b569ac61fe9d432699ee4b566f3d3cd0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdf43c5a80144ec4be28a8e217e3d6e9"}], "type": "cloudformation", "id": "627d8c7f34e741a1bac3b63d194734dc", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "740aefd7175a4f439c910b21f2212f34", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.32:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1565a542be3848cea2f1ab43761af831"}, {"url": "http://192.30.9.8:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64b2acad21bf49b2ad302b00ea42be49"}, {"url": "http://192.30.9.8:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a75f0cb6f66249d4a93b1171672358ac"}], "type": "orchestration", "id": "95f661990ce74a8eaa2877199d330221", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.32:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b54c356875f487e8b0b2a915de3550c"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a7a6471f3f14c2898f73a760d301ddb"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf74ee057b16427fb9f8085fe784494d"}], "type": "event", "id": "9ed01e20a9234f829fcbb70eaf17961d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8de8ce78588c4358a18f42fcb7c6005c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01f786f46f7455caf6e8ef3434fb5f3"}, {"url": "http://172.30.9.32:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4e4d7c84252458ca5eca834b28e930b"}], "type": "metric", "id": "9fe7b8c4321246858a014736c88952a4", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f6a43e197484fa4ca351e3af3c1a2"}, {"url": "http://192.30.9.8:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5828bbbbf062425c9d8b651da20800b1"}, {"url": "http://172.30.9.32:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8532d7781b154ce7af56e3bbfdcd9058"}], "type": "volumev3", "id": "aa63f8e9b04749efbb50fdeac1fbf9a2", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "142dfcff411c4d2286b6067679e2dec5"}, {"url": "http://192.30.9.8:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "933c57d0f2d84285baae4cb0e536bf0f"}, {"url": "http://172.30.9.32:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd7e857fe1d148478382104de4f44163"}], "type": "volume", "id": "b1814f4fd0854b9cac1e45af45a6a077", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.32:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0df56af91d7a4888abd9a6492e231f58"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a53605d93d04b9c9d02f23b0ec53659"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf57bad0bec6454d839c04dc3a9ba605"}], "type": "network", "id": "cff771c6800447be9a6ebb33ed821c86", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.32:8080/v1/AUTH_6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a8250c511824f83bb7597eb6724f899"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e6d10de6b144dc90b5dfc02a7e2d8d"}, {"url": "http://12.0.0.23:8080/v1/AUTH_6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba5d10dea58b42689b4b0261b626a681"}], "type": "object-store", "id": "d9c7bdcd2851411aaa8a7360935201ca", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30a936ab87424036b452663b63c5c015"}, {"url": "http://192.30.9.8:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39beb44e7a234db5828e9eb858273d34"}, {"url": "http://172.30.9.32:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ce35bafa4a14e14b3e4a73a2e736568"}], "type": "volumev2", "id": "e1ebcdb083674e608d9215b828324ced", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.32:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02521340115b401fb3b7a00223f7c1c8"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "36d62181461e46238cfcd0851e454c25"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83638ebbce184f5aa0d21b5126c9b218"}], "type": "image", "id": "e6633f18ed1c405ab2a35908d0a994e3", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c584c80882e7409fa6924cec42922020"}, "audit_ids": ["vKxyiudzS3aaF9B_1MVOvA"], "issued_at": "2018-08-23T18:36:04.000000Z"}} 2018-08-23 18:36:04,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:05,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36: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-abe6ab16-4324-4fdf-980c-00af201229b6 x-compute-request-id: req-abe6ab16-4324-4fdf-980c-00af201229b6 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-23 18:36:05,138 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-aggregates used request id req-abe6ab16-4324-4fdf-980c-00af201229b6 2018-08-23 18:36:05,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.09632015228s 2018-08-23 18:36:05,138 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-aggregates used request id req-abe6ab16-4324-4fdf-980c-00af201229b6 2018-08-23 18:36:05,138 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-23 18:36:05,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-23 18:36:05,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 18:36:05 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.32:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-23 18:36:05,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 18:36:05,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:05,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9a78426-d1a5-4dce-86d2-537704b75763 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.32:5000/v3/domains/1822724bcdbd47b09c6a162415c53281"}, "tags": [], "enabled": true, "id": "1822724bcdbd47b09c6a162415c53281", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.32:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.32:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 18:36:05,239 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains used request id req-c9a78426-d1a5-4dce-86d2-537704b75763 2018-08-23 18:36:05,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0924739837646s 2018-08-23 18:36:05,239 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains used request id req-c9a78426-d1a5-4dce-86d2-537704b75763 2018-08-23 18:36:05,240 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'1822724bcdbd47b09c6a162415c53281', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-23 18:36:05,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-23 18:36:05,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:05,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfdcce34-d515-4341-9669-e66070774d78 Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/008d4060ce1d47e4ae2519890578ebc1"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "27999420a87d4e478df9da3fa39938a6", "id": "008d4060ce1d47e4ae2519890578ebc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/02521340115b401fb3b7a00223f7c1c8"}, "url": "http://172.30.9.32:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e6633f18ed1c405ab2a35908d0a994e3", "id": "02521340115b401fb3b7a00223f7c1c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/0a8250c511824f83bb7597eb6724f899"}, "url": "http://172.30.9.32:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d9c7bdcd2851411aaa8a7360935201ca", "id": "0a8250c511824f83bb7597eb6724f899"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/0df56af91d7a4888abd9a6492e231f58"}, "url": "http://172.30.9.32:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cff771c6800447be9a6ebb33ed821c86", "id": "0df56af91d7a4888abd9a6492e231f58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/142dfcff411c4d2286b6067679e2dec5"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b1814f4fd0854b9cac1e45af45a6a077", "id": "142dfcff411c4d2286b6067679e2dec5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/1565a542be3848cea2f1ab43761af831"}, "url": "http://172.30.9.32:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "95f661990ce74a8eaa2877199d330221", "id": "1565a542be3848cea2f1ab43761af831"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/29e6d10de6b144dc90b5dfc02a7e2d8d"}, "url": "http://12.0.0.23:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d9c7bdcd2851411aaa8a7360935201ca", "id": "29e6d10de6b144dc90b5dfc02a7e2d8d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/2b54c356875f487e8b0b2a915de3550c"}, "url": "http://172.30.9.32:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9ed01e20a9234f829fcbb70eaf17961d", "id": "2b54c356875f487e8b0b2a915de3550c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/30a936ab87424036b452663b63c5c015"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e1ebcdb083674e608d9215b828324ced", "id": "30a936ab87424036b452663b63c5c015"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/36d62181461e46238cfcd0851e454c25"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e6633f18ed1c405ab2a35908d0a994e3", "id": "36d62181461e46238cfcd0851e454c25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/39beb44e7a234db5828e9eb858273d34"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e1ebcdb083674e608d9215b828324ced", "id": "39beb44e7a234db5828e9eb858273d34"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/41cc15bd58c547c9af4b757d13e5d066"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3c90d367652a44c18a794ec1dd6c2cd0", "id": "41cc15bd58c547c9af4b757d13e5d066"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/449f6a43e197484fa4ca351e3af3c1a2"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aa63f8e9b04749efbb50fdeac1fbf9a2", "id": "449f6a43e197484fa4ca351e3af3c1a2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/5828bbbbf062425c9d8b651da20800b1"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aa63f8e9b04749efbb50fdeac1fbf9a2", "id": "5828bbbbf062425c9d8b651da20800b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/64b2acad21bf49b2ad302b00ea42be49"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "95f661990ce74a8eaa2877199d330221", "id": "64b2acad21bf49b2ad302b00ea42be49"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/6a53605d93d04b9c9d02f23b0ec53659"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cff771c6800447be9a6ebb33ed821c86", "id": "6a53605d93d04b9c9d02f23b0ec53659"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/6ce35bafa4a14e14b3e4a73a2e736568"}, "url": "http://172.30.9.32:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e1ebcdb083674e608d9215b828324ced", "id": "6ce35bafa4a14e14b3e4a73a2e736568"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/6db4f1fc5402484d8f1c6eb75ed19cb0"}, "url": "http://172.30.9.32:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3c90d367652a44c18a794ec1dd6c2cd0", "id": "6db4f1fc5402484d8f1c6eb75ed19cb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/7a7a6471f3f14c2898f73a760d301ddb"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9ed01e20a9234f829fcbb70eaf17961d", "id": "7a7a6471f3f14c2898f73a760d301ddb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/83638ebbce184f5aa0d21b5126c9b218"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e6633f18ed1c405ab2a35908d0a994e3", "id": "83638ebbce184f5aa0d21b5126c9b218"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/8532d7781b154ce7af56e3bbfdcd9058"}, "url": "http://172.30.9.32:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aa63f8e9b04749efbb50fdeac1fbf9a2", "id": "8532d7781b154ce7af56e3bbfdcd9058"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/8de8ce78588c4358a18f42fcb7c6005c"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9fe7b8c4321246858a014736c88952a4", "id": "8de8ce78588c4358a18f42fcb7c6005c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/8ece0215e18d441d839be112d94a77e9"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "501cdde11f554415811e8d0cce190669", "id": "8ece0215e18d441d839be112d94a77e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/9045ed2f427b4d869784c899c8844ad7"}, "url": "http://172.30.9.32:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "627d8c7f34e741a1bac3b63d194734dc", "id": "9045ed2f427b4d869784c899c8844ad7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/933c57d0f2d84285baae4cb0e536bf0f"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b1814f4fd0854b9cac1e45af45a6a077", "id": "933c57d0f2d84285baae4cb0e536bf0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/940951d4cbde4002bae5aea73e1911be"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5f8a1df9d4924a0bb5f93986ad7c71d0", "id": "940951d4cbde4002bae5aea73e1911be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/9a77338c488c4b48acfd6035bb34d971"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "27999420a87d4e478df9da3fa39938a6", "id": "9a77338c488c4b48acfd6035bb34d971"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/9bd4b5d9b6ec4a94ac6ffe6a59aa8ab8"}, "url": "http://172.30.9.32:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5f8a1df9d4924a0bb5f93986ad7c71d0", "id": "9bd4b5d9b6ec4a94ac6ffe6a59aa8ab8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/a01f786f46f7455caf6e8ef3434fb5f3"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9fe7b8c4321246858a014736c88952a4", "id": "a01f786f46f7455caf6e8ef3434fb5f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/a1a673e608d8474bbed39d3684006c3e"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5f8a1df9d4924a0bb5f93986ad7c71d0", "id": "a1a673e608d8474bbed39d3684006c3e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/a75f0cb6f66249d4a93b1171672358ac"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "95f661990ce74a8eaa2877199d330221", "id": "a75f0cb6f66249d4a93b1171672358ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/b569ac61fe9d432699ee4b566f3d3cd0"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "627d8c7f34e741a1bac3b63d194734dc", "id": "b569ac61fe9d432699ee4b566f3d3cd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/ba5d10dea58b42689b4b0261b626a681"}, "url": "http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d9c7bdcd2851411aaa8a7360935201ca", "id": "ba5d10dea58b42689b4b0261b626a681"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/bf74ee057b16427fb9f8085fe784494d"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9ed01e20a9234f829fcbb70eaf17961d", "id": "bf74ee057b16427fb9f8085fe784494d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/c4e4d7c84252458ca5eca834b28e930b"}, "url": "http://172.30.9.32:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9fe7b8c4321246858a014736c88952a4", "id": "c4e4d7c84252458ca5eca834b28e930b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/cd7e857fe1d148478382104de4f44163"}, "url": "http://172.30.9.32:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b1814f4fd0854b9cac1e45af45a6a077", "id": "cd7e857fe1d148478382104de4f44163"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/cf57bad0bec6454d839c04dc3a9ba605"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cff771c6800447be9a6ebb33ed821c86", "id": "cf57bad0bec6454d839c04dc3a9ba605"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/d430e965667c4090a8ad86495bc2fa06"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3c90d367652a44c18a794ec1dd6c2cd0", "id": "d430e965667c4090a8ad86495bc2fa06"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/d536a7f74234431783c0ff7fb9025e9b"}, "url": "http://172.30.9.32:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "501cdde11f554415811e8d0cce190669", "id": "d536a7f74234431783c0ff7fb9025e9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/e5d9c5440ff847feb9ac45d440ce523a"}, "url": "http://172.30.9.32:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "27999420a87d4e478df9da3fa39938a6", "id": "e5d9c5440ff847feb9ac45d440ce523a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/f28ce9b646a64563995bfcb9f795c972"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "501cdde11f554415811e8d0cce190669", "id": "f28ce9b646a64563995bfcb9f795c972"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.32:5000/v3/endpoints/fdf43c5a80144ec4be28a8e217e3d6e9"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "627d8c7f34e741a1bac3b63d194734dc", "id": "fdf43c5a80144ec4be28a8e217e3d6e9"}], "links": {"self": "http://172.30.9.32:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-23 18:36:05,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/endpoints used request id req-dfdcce34-d515-4341-9669-e66070774d78 2018-08-23 18:36:05,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0901501178741s 2018-08-23 18:36:05,335 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/endpoints used request id req-dfdcce34-d515-4341-9669-e66070774d78 2018-08-23 18:36:05,342 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/008d4060ce1d47e4ae2519890578ebc1'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'27999420a87d4e478df9da3fa39938a6', u'id': u'008d4060ce1d47e4ae2519890578ebc1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/02521340115b401fb3b7a00223f7c1c8'}, u'url': u'http://172.30.9.32:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e6633f18ed1c405ab2a35908d0a994e3', u'id': u'02521340115b401fb3b7a00223f7c1c8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/0a8250c511824f83bb7597eb6724f899'}, u'url': u'http://172.30.9.32:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd9c7bdcd2851411aaa8a7360935201ca', u'id': u'0a8250c511824f83bb7597eb6724f899'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/0df56af91d7a4888abd9a6492e231f58'}, u'url': u'http://172.30.9.32:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cff771c6800447be9a6ebb33ed821c86', u'id': u'0df56af91d7a4888abd9a6492e231f58'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/142dfcff411c4d2286b6067679e2dec5'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b1814f4fd0854b9cac1e45af45a6a077', u'id': u'142dfcff411c4d2286b6067679e2dec5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/1565a542be3848cea2f1ab43761af831'}, u'url': u'http://172.30.9.32:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'95f661990ce74a8eaa2877199d330221', u'id': u'1565a542be3848cea2f1ab43761af831'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/29e6d10de6b144dc90b5dfc02a7e2d8d'}, u'url': u'http://12.0.0.23:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd9c7bdcd2851411aaa8a7360935201ca', u'id': u'29e6d10de6b144dc90b5dfc02a7e2d8d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/2b54c356875f487e8b0b2a915de3550c'}, u'url': u'http://172.30.9.32:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9ed01e20a9234f829fcbb70eaf17961d', u'id': u'2b54c356875f487e8b0b2a915de3550c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/30a936ab87424036b452663b63c5c015'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e1ebcdb083674e608d9215b828324ced', u'id': u'30a936ab87424036b452663b63c5c015'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/36d62181461e46238cfcd0851e454c25'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e6633f18ed1c405ab2a35908d0a994e3', u'id': u'36d62181461e46238cfcd0851e454c25'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/39beb44e7a234db5828e9eb858273d34'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e1ebcdb083674e608d9215b828324ced', u'id': u'39beb44e7a234db5828e9eb858273d34'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/41cc15bd58c547c9af4b757d13e5d066'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3c90d367652a44c18a794ec1dd6c2cd0', u'id': u'41cc15bd58c547c9af4b757d13e5d066'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/449f6a43e197484fa4ca351e3af3c1a2'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'aa63f8e9b04749efbb50fdeac1fbf9a2', u'id': u'449f6a43e197484fa4ca351e3af3c1a2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/5828bbbbf062425c9d8b651da20800b1'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'aa63f8e9b04749efbb50fdeac1fbf9a2', u'id': u'5828bbbbf062425c9d8b651da20800b1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/64b2acad21bf49b2ad302b00ea42be49'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'95f661990ce74a8eaa2877199d330221', u'id': u'64b2acad21bf49b2ad302b00ea42be49'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/6a53605d93d04b9c9d02f23b0ec53659'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cff771c6800447be9a6ebb33ed821c86', u'id': u'6a53605d93d04b9c9d02f23b0ec53659'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/6ce35bafa4a14e14b3e4a73a2e736568'}, u'url': u'http://172.30.9.32:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e1ebcdb083674e608d9215b828324ced', u'id': u'6ce35bafa4a14e14b3e4a73a2e736568'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/6db4f1fc5402484d8f1c6eb75ed19cb0'}, u'url': u'http://172.30.9.32:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3c90d367652a44c18a794ec1dd6c2cd0', u'id': u'6db4f1fc5402484d8f1c6eb75ed19cb0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/7a7a6471f3f14c2898f73a760d301ddb'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9ed01e20a9234f829fcbb70eaf17961d', u'id': u'7a7a6471f3f14c2898f73a760d301ddb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/83638ebbce184f5aa0d21b5126c9b218'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e6633f18ed1c405ab2a35908d0a994e3', u'id': u'83638ebbce184f5aa0d21b5126c9b218'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/8532d7781b154ce7af56e3bbfdcd9058'}, u'url': u'http://172.30.9.32:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'aa63f8e9b04749efbb50fdeac1fbf9a2', u'id': u'8532d7781b154ce7af56e3bbfdcd9058'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/8de8ce78588c4358a18f42fcb7c6005c'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9fe7b8c4321246858a014736c88952a4', u'id': u'8de8ce78588c4358a18f42fcb7c6005c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/8ece0215e18d441d839be112d94a77e9'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'501cdde11f554415811e8d0cce190669', u'id': u'8ece0215e18d441d839be112d94a77e9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/9045ed2f427b4d869784c899c8844ad7'}, u'url': u'http://172.30.9.32:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'627d8c7f34e741a1bac3b63d194734dc', u'id': u'9045ed2f427b4d869784c899c8844ad7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/933c57d0f2d84285baae4cb0e536bf0f'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b1814f4fd0854b9cac1e45af45a6a077', u'id': u'933c57d0f2d84285baae4cb0e536bf0f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/940951d4cbde4002bae5aea73e1911be'}, u'url': u'http://192.30.9.8:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5f8a1df9d4924a0bb5f93986ad7c71d0', u'id': u'940951d4cbde4002bae5aea73e1911be'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/9a77338c488c4b48acfd6035bb34d971'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'27999420a87d4e478df9da3fa39938a6', u'id': u'9a77338c488c4b48acfd6035bb34d971'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/9bd4b5d9b6ec4a94ac6ffe6a59aa8ab8'}, u'url': u'http://172.30.9.32:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5f8a1df9d4924a0bb5f93986ad7c71d0', u'id': u'9bd4b5d9b6ec4a94ac6ffe6a59aa8ab8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/a01f786f46f7455caf6e8ef3434fb5f3'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9fe7b8c4321246858a014736c88952a4', u'id': u'a01f786f46f7455caf6e8ef3434fb5f3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/a1a673e608d8474bbed39d3684006c3e'}, u'url': u'http://192.30.9.8:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5f8a1df9d4924a0bb5f93986ad7c71d0', u'id': u'a1a673e608d8474bbed39d3684006c3e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/a75f0cb6f66249d4a93b1171672358ac'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'95f661990ce74a8eaa2877199d330221', u'id': u'a75f0cb6f66249d4a93b1171672358ac'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/b569ac61fe9d432699ee4b566f3d3cd0'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'627d8c7f34e741a1bac3b63d194734dc', u'id': u'b569ac61fe9d432699ee4b566f3d3cd0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/ba5d10dea58b42689b4b0261b626a681'}, u'url': u'http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd9c7bdcd2851411aaa8a7360935201ca', u'id': u'ba5d10dea58b42689b4b0261b626a681'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/bf74ee057b16427fb9f8085fe784494d'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9ed01e20a9234f829fcbb70eaf17961d', u'id': u'bf74ee057b16427fb9f8085fe784494d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/c4e4d7c84252458ca5eca834b28e930b'}, u'url': u'http://172.30.9.32:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9fe7b8c4321246858a014736c88952a4', u'id': u'c4e4d7c84252458ca5eca834b28e930b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/cd7e857fe1d148478382104de4f44163'}, u'url': u'http://172.30.9.32:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b1814f4fd0854b9cac1e45af45a6a077', u'id': u'cd7e857fe1d148478382104de4f44163'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/cf57bad0bec6454d839c04dc3a9ba605'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cff771c6800447be9a6ebb33ed821c86', u'id': u'cf57bad0bec6454d839c04dc3a9ba605'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/d430e965667c4090a8ad86495bc2fa06'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3c90d367652a44c18a794ec1dd6c2cd0', u'id': u'd430e965667c4090a8ad86495bc2fa06'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/d536a7f74234431783c0ff7fb9025e9b'}, u'url': u'http://172.30.9.32:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'501cdde11f554415811e8d0cce190669', u'id': u'd536a7f74234431783c0ff7fb9025e9b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/e5d9c5440ff847feb9ac45d440ce523a'}, u'url': u'http://172.30.9.32:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'27999420a87d4e478df9da3fa39938a6', u'id': u'e5d9c5440ff847feb9ac45d440ce523a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/f28ce9b646a64563995bfcb9f795c972'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'501cdde11f554415811e8d0cce190669', u'id': u'f28ce9b646a64563995bfcb9f795c972'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.32:5000/v3/endpoints/fdf43c5a80144ec4be28a8e217e3d6e9'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'627d8c7f34e741a1bac3b63d194734dc', u'id': u'fdf43c5a80144ec4be28a8e217e3d6e9'})] 2018-08-23 18:36:05,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-23 18:36:05,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:05,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:05 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-c6463ae1-a2cf-4abe-8498-ea8973e93936 x-compute-request-id: req-c6463ae1-a2cf-4abe-8498-ea8973e93936 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-23 18:36:05,454 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/extensions used request id req-c6463ae1-a2cf-4abe-8498-ea8973e93936 2018-08-23 18:36:05,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.110561847687s 2018-08-23 18:36:05,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/extensions used request id req-c6463ae1-a2cf-4abe-8498-ea8973e93936 2018-08-23 18:36:05,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-23 18:36:05,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:06,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:05 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-1321f80a-f4db-4fb1-b622-04ca4ca0c48c x-compute-request-id: req-1321f80a-f4db-4fb1-b622-04ca4ca0c48c Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-23 18:36:06,553 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-floating-ip-pools used request id req-1321f80a-f4db-4fb1-b622-04ca4ca0c48c 2018-08-23 18:36:06,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.0819311142s 2018-08-23 18:36:06,553 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-floating-ip-pools used request id req-1321f80a-f4db-4fb1-b622-04ca4ca0c48c 2018-08-23 18:36:06,554 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-23 18:36:06,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-23 18:36:06,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:06,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2e1721f2-50cf-4e9b-92f7-00e4b463397d Date: Thu, 23 Aug 2018 18:36:06 GMT RESP BODY: {"floatingips": []} 2018-08-23 18:36:06,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/floatingips.json used request id req-2e1721f2-50cf-4e9b-92f7-00e4b463397d 2018-08-23 18:36:06,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0215358734131s 2018-08-23 18:36:06,581 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/floatingips.json used request id req-2e1721f2-50cf-4e9b-92f7-00e4b463397d 2018-08-23 18:36:06,581 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-23 18:36:06,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-23 18:36:06,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:06,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:06 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-8da2e031-562d-49eb-8891-0393a6c6f03f x-compute-request-id: req-8da2e031-562d-49eb-8891-0393a6c6f03f 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": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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": 2}]} 2018-08-23 18:36:06,732 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-hypervisors/detail used request id req-8da2e031-562d-49eb-8891-0393a6c6f03f 2018-08-23 18:36:06,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.150298118591s 2018-08-23 18:36:06,732 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-hypervisors/detail used request id req-8da2e031-562d-49eb-8891-0393a6c6f03f 2018-08-23 18:36:06,733 - 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': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 4}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), 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': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 12}, 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-23 18:36:06,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-23 18:36:06,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:06,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:06 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-4bd6956d-9d12-4c6d-9a58-58377a3e1648 x-compute-request-id: req-4bd6956d-9d12-4c6d-9a58-58377a3e1648 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-23 18:36:06,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-keypairs used request id req-4bd6956d-9d12-4c6d-9a58-58377a3e1648 2018-08-23 18:36:06,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0206668376923s 2018-08-23 18:36:06,755 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/os-keypairs used request id req-4bd6956d-9d12-4c6d-9a58-58377a3e1648 2018-08-23 18:36:06,755 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-23 18:36:06,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 18:36:06,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:06,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-6c85aaff-80ce-4d8d-92a9-e899100fd7ab Date: Thu, 23 Aug 2018 18:36:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"925b4555-d2e9-489e-b58c-15e631ed75ac","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8dacaefbf0bf46bd912980b8c78e71f1","l2_adjacency":true,"status":"ACTIVE","subnets":["d936ba6b-98ac-478f-bf58-5b8feceadede"],"description":"","tags":[],"updated_at":"2018-08-23T18:33:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:47Z","provider:network_type":"flat"}]} 2018-08-23 18:36:06,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-6c85aaff-80ce-4d8d-92a9-e899100fd7ab 2018-08-23 18:36:06,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0749549865723s 2018-08-23 18:36:06,830 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-6c85aaff-80ce-4d8d-92a9-e899100fd7ab 2018-08-23 18:36:06,831 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'd936ba6b-98ac-478f-bf58-5b8feceadede'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T18:33:51Z', u'is_default': False, u'revision_number': 7, u'port_security_enabled': True, u'mtu': 1500, u'id': u'925b4555-d2e9-489e-b58c-15e631ed75ac', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-08-23T18:33:47Z', u'provider:network_type': u'flat', u'tenant_id': u'8dacaefbf0bf46bd912980b8c78e71f1', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8dacaefbf0bf46bd912980b8c78e71f1', u'l2_adjacency': True})] 2018-08-23 18:36:06,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-23 18:36:06,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:06,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bdd53ea2-7c5b-4488-8327-09c6cf79a10b Date: Thu, 23 Aug 2018 18:36:06 GMT RESP BODY: {"ports":[]} 2018-08-23 18:36:06,863 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/ports.json used request id req-bdd53ea2-7c5b-4488-8327-09c6cf79a10b 2018-08-23 18:36:06,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0313699245453s 2018-08-23 18:36:06,863 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/ports.json used request id req-bdd53ea2-7c5b-4488-8327-09c6cf79a10b 2018-08-23 18:36:06,863 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-23 18:36:06,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 18:36:06,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:06,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a72c41-e586-4159-a76f-03b681f618f6 Content-Encoding: gzip Content-Length: 717 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "0535cbc1ab5e4463ba865ac62246d188"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/0535cbc1ab5e4463ba865ac62246d188/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "08ceaa73cc9c4ab1b768b271f49e6ad2"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/08ceaa73cc9c4ab1b768b271f49e6ad2/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "2fe95315e70240b18a423a80e765fee5"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/2fe95315e70240b18a423a80e765fee5/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "32d13983e41242318d461b8b0d0ad265"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/32d13983e41242318d461b8b0d0ad265/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "395cb0d142594379b712482ec419c81b"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/395cb0d142594379b712482ec419c81b/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "ba295282822f4dd996533dff1764fbb3"}, "user": {"id": "395cb0d142594379b712482ec419c81b"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/395cb0d142594379b712482ec419c81b/roles/ba295282822f4dd996533dff1764fbb3"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "3e6f7aeaed644b86aaa2f73c54f5c3c9"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/3e6f7aeaed644b86aaa2f73c54f5c3c9/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "44a8574b4bf94037ad42536c8d0a9adb"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/44a8574b4bf94037ad42536c8d0a9adb/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "4a0b9c5a1d4340c5a24e594c72b0433a"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/4a0b9c5a1d4340c5a24e594c72b0433a/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "5d8e2315b1824805b8ad6b2e0eae2351"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/5d8e2315b1824805b8ad6b2e0eae2351/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "8437217601434951bd22627bcc5c3ac5"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/8437217601434951bd22627bcc5c3ac5/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "6ae3e0ebc37b4ec68a12a12af9713c8b"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "c584c80882e7409fa6924cec42922020"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/6ae3e0ebc37b4ec68a12a12af9713c8b/users/c584c80882e7409fa6924cec42922020/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "cde4327117ca4c8fa624a17d1560985e"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/cde4327117ca4c8fa624a17d1560985e/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"project": {"id": "8dacaefbf0bf46bd912980b8c78e71f1"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "d92e137287f84a8fb737391799d086f6"}, "links": {"assignment": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1/users/d92e137287f84a8fb737391799d086f6/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"domain": {"id": "1822724bcdbd47b09c6a162415c53281"}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "669da9488f204ccda57cc71d1ae4cc9d"}, "links": {"assignment": "http://172.30.9.32:5000/v3/domains/1822724bcdbd47b09c6a162415c53281/users/669da9488f204ccda57cc71d1ae4cc9d/roles/404f91e6f4f4490581ae442fb2ec9005"}}, {"scope": {"system": {"all": true}}, "role": {"id": "404f91e6f4f4490581ae442fb2ec9005"}, "user": {"id": "c584c80882e7409fa6924cec42922020"}, "links": {"assignment": "http://172.30.9.32:5000/v3/system/users/c584c80882e7409fa6924cec42922020/roles/404f91e6f4f4490581ae442fb2ec9005"}}], "links": {"self": "http://172.30.9.32:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-23 18:36:06,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/role_assignments used request id req-f8a72c41-e586-4159-a76f-03b681f618f6 2018-08-23 18:36:06,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0890638828278s 2018-08-23 18:36:06,956 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/role_assignments used request id req-f8a72c41-e586-4159-a76f-03b681f618f6 2018-08-23 18:36:06,958 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'0535cbc1ab5e4463ba865ac62246d188'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'08ceaa73cc9c4ab1b768b271f49e6ad2'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'2fe95315e70240b18a423a80e765fee5'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'32d13983e41242318d461b8b0d0ad265'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'395cb0d142594379b712482ec419c81b'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'ba295282822f4dd996533dff1764fbb3', 'user': u'395cb0d142594379b712482ec419c81b'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'3e6f7aeaed644b86aaa2f73c54f5c3c9'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'44a8574b4bf94037ad42536c8d0a9adb'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'4a0b9c5a1d4340c5a24e594c72b0433a'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'5d8e2315b1824805b8ad6b2e0eae2351'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'8437217601434951bd22627bcc5c3ac5'}), Munch({'project': u'6ae3e0ebc37b4ec68a12a12af9713c8b', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'c584c80882e7409fa6924cec42922020'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'cde4327117ca4c8fa624a17d1560985e'}), Munch({'project': u'8dacaefbf0bf46bd912980b8c78e71f1', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'd92e137287f84a8fb737391799d086f6'}), Munch({'domain': u'1822724bcdbd47b09c6a162415c53281', 'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'669da9488f204ccda57cc71d1ae4cc9d'}), Munch({'id': u'404f91e6f4f4490581ae442fb2ec9005', 'user': u'c584c80882e7409fa6924cec42922020'})] 2018-08-23 18:36:06,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 18:36:06,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:07,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d3a3844-2ede-4971-8847-d7eae4ec6448 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "404f91e6f4f4490581ae442fb2ec9005", "links": {"self": "http://172.30.9.32:5000/v3/roles/404f91e6f4f4490581ae442fb2ec9005"}, "name": "admin"}, {"domain_id": null, "id": "7c50668d7b9d41c4bba21d0154773ed0", "links": {"self": "http://172.30.9.32:5000/v3/roles/7c50668d7b9d41c4bba21d0154773ed0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.32:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba295282822f4dd996533dff1764fbb3", "links": {"self": "http://172.30.9.32:5000/v3/roles/ba295282822f4dd996533dff1764fbb3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d22149f9cb6b4de485d9091eaf918e49", "links": {"self": "http://172.30.9.32:5000/v3/roles/d22149f9cb6b4de485d9091eaf918e49"}, "name": "heat_stack_user"}]} 2018-08-23 18:36:07,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-3d3a3844-2ede-4971-8847-d7eae4ec6448 2018-08-23 18:36:07,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.142709970474s 2018-08-23 18:36:07,105 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-3d3a3844-2ede-4971-8847-d7eae4ec6448 2018-08-23 18:36:07,106 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'404f91e6f4f4490581ae442fb2ec9005'}), 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'7c50668d7b9d41c4bba21d0154773ed0'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'ba295282822f4dd996533dff1764fbb3'}), 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'd22149f9cb6b4de485d9091eaf918e49'})] 2018-08-23 18:36:07,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 18:36:07,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:07,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-961ff664-a4c2-4914-a8b2-4c9d6129552f Date: Thu, 23 Aug 2018 18:36:07 GMT RESP BODY: {"routers": []} 2018-08-23 18:36:07,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-961ff664-a4c2-4914-a8b2-4c9d6129552f 2018-08-23 18:36:07,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0434060096741s 2018-08-23 18:36:07,150 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-961ff664-a4c2-4914-a8b2-4c9d6129552f 2018-08-23 18:36:07,150 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-23 18:36:07,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-23 18:36:07,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:07,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d0dec05f-2780-4232-a9b5-acbea50560bd x-compute-request-id: req-d0dec05f-2780-4232-a9b5-acbea50560bd Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-23 18:36:07,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/servers/detail used request id req-d0dec05f-2780-4232-a9b5-acbea50560bd 2018-08-23 18:36:07,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.190691947937s 2018-08-23 18:36:07,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.32:8774/v2.1/servers/detail used request id req-d0dec05f-2780-4232-a9b5-acbea50560bd 2018-08-23 18:36:07,342 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-23 18:36:07,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-23 18:36:07,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-23 18:36:07,354 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 18:36:07 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.8:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-23 18:36:07,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:07,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-661b236e-e9bf-4391-aa3b-7fd8fba2cafe Content-Encoding: gzip Content-Length: 857 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/27999420a87d4e478df9da3fa39938a6"}, "enabled": true, "type": "alarming", "id": "27999420a87d4e478df9da3fa39938a6", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/3c90d367652a44c18a794ec1dd6c2cd0"}, "enabled": true, "type": "compute", "id": "3c90d367652a44c18a794ec1dd6c2cd0", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/501cdde11f554415811e8d0cce190669"}, "enabled": true, "type": "placement", "id": "501cdde11f554415811e8d0cce190669", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/5f8a1df9d4924a0bb5f93986ad7c71d0"}, "enabled": true, "type": "identity", "id": "5f8a1df9d4924a0bb5f93986ad7c71d0", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/627d8c7f34e741a1bac3b63d194734dc"}, "enabled": true, "type": "cloudformation", "id": "627d8c7f34e741a1bac3b63d194734dc", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/740aefd7175a4f439c910b21f2212f34"}, "enabled": true, "type": "metering", "id": "740aefd7175a4f439c910b21f2212f34", "name": "ceilometer"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/95f661990ce74a8eaa2877199d330221"}, "enabled": true, "type": "orchestration", "id": "95f661990ce74a8eaa2877199d330221", "name": "heat"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/9ed01e20a9234f829fcbb70eaf17961d"}, "enabled": true, "type": "event", "id": "9ed01e20a9234f829fcbb70eaf17961d", "name": "panko"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/9fe7b8c4321246858a014736c88952a4"}, "enabled": true, "type": "metric", "id": "9fe7b8c4321246858a014736c88952a4", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/aa63f8e9b04749efbb50fdeac1fbf9a2"}, "enabled": true, "type": "volumev3", "id": "aa63f8e9b04749efbb50fdeac1fbf9a2", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/b1814f4fd0854b9cac1e45af45a6a077"}, "enabled": true, "type": "volume", "id": "b1814f4fd0854b9cac1e45af45a6a077", "name": "cinder"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/cff771c6800447be9a6ebb33ed821c86"}, "enabled": true, "type": "network", "id": "cff771c6800447be9a6ebb33ed821c86", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/d9c7bdcd2851411aaa8a7360935201ca"}, "enabled": true, "type": "object-store", "id": "d9c7bdcd2851411aaa8a7360935201ca", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/e1ebcdb083674e608d9215b828324ced"}, "enabled": true, "type": "volumev2", "id": "e1ebcdb083674e608d9215b828324ced", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e6633f18ed1c405ab2a35908d0a994e3"}, "enabled": true, "type": "image", "id": "e6633f18ed1c405ab2a35908d0a994e3", "name": "glance"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-08-23 18:36:07,370 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-661b236e-e9bf-4391-aa3b-7fd8fba2cafe 2018-08-23 18:36:07,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0251049995422s 2018-08-23 18:36:07,371 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-661b236e-e9bf-4391-aa3b-7fd8fba2cafe 2018-08-23 18:36:07,376 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'27999420a87d4e478df9da3fa39938a6', 'name': u'aodh'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'3c90d367652a44c18a794ec1dd6c2cd0', 'name': u'nova'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'501cdde11f554415811e8d0cce190669', 'name': u'placement'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'5f8a1df9d4924a0bb5f93986ad7c71d0', 'name': u'keystone'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'627d8c7f34e741a1bac3b63d194734dc', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'740aefd7175a4f439c910b21f2212f34', 'name': u'ceilometer'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'95f661990ce74a8eaa2877199d330221', 'name': u'heat'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'9ed01e20a9234f829fcbb70eaf17961d', 'name': u'panko'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'9fe7b8c4321246858a014736c88952a4', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'aa63f8e9b04749efbb50fdeac1fbf9a2', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'b1814f4fd0854b9cac1e45af45a6a077', 'name': u'cinder'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'cff771c6800447be9a6ebb33ed821c86', 'name': u'neutron'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'd9c7bdcd2851411aaa8a7360935201ca', 'name': u'swift'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'e1ebcdb083674e608d9215b828324ced', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'e6633f18ed1c405ab2a35908d0a994e3', 'name': u'glance'})] 2018-08-23 18:36:07,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 18:36:07,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}81b6639f801a015680107ea8837af26eac36f0ad" 2018-08-23 18:36:07,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b692b0e6-ba3c-490c-bb81-456b8658a25d Date: Thu, 23 Aug 2018 18:36:07 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-23T18:33:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d936ba6b-98ac-478f-bf58-5b8feceadede","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"8dacaefbf0bf46bd912980b8c78e71f1","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"925b4555-d2e9-489e-b58c-15e631ed75ac","tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:51Z","ip_version":4}]} 2018-08-23 18:36:07,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-b692b0e6-ba3c-490c-bb81-456b8658a25d 2018-08-23 18:36:07,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0390281677246s 2018-08-23 18:36:07,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-b692b0e6-ba3c-490c-bb81-456b8658a25d 2018-08-23 18:36:07,416 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T18:33:51Z', 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'd936ba6b-98ac-478f-bf58-5b8feceadede', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'925b4555-d2e9-489e-b58c-15e631ed75ac', u'tenant_id': u'8dacaefbf0bf46bd912980b8c78e71f1', u'created_at': u'2018-08-23T18:33:51Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'8dacaefbf0bf46bd912980b8c78e71f1'})] 2018-08-23 18:36:07,534 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 18:36:07,535 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:03 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-23 18:36:07,589 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 18:36:07,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 18:36:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 18:36:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 18:36:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 18:36:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 18:36:07,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 18:36:07,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-23 18:36:07,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7525001a-4ba5-4cef-9aed-ae7e6600eaec Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}} 2018-08-23 18:36:07,744 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.32:5000//v3 used request id req-7525001a-4ba5-4cef-9aed-ae7e6600eaec 2018-08-23 18:36:07,744 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.32:5000/v3/auth/tokens 2018-08-23 18:36:08,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "404f91e6f4f4490581ae442fb2ec9005", "name": "admin"}], "expires_at": "2018-08-23T19:36:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "008d4060ce1d47e4ae2519890578ebc1"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a77338c488c4b48acfd6035bb34d971"}, {"url": "http://172.30.9.32:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5d9c5440ff847feb9ac45d440ce523a"}], "type": "alarming", "id": "27999420a87d4e478df9da3fa39938a6", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "41cc15bd58c547c9af4b757d13e5d066"}, {"url": "http://172.30.9.32:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6db4f1fc5402484d8f1c6eb75ed19cb0"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d430e965667c4090a8ad86495bc2fa06"}], "type": "compute", "id": "3c90d367652a44c18a794ec1dd6c2cd0", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ece0215e18d441d839be112d94a77e9"}, {"url": "http://172.30.9.32:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d536a7f74234431783c0ff7fb9025e9b"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f28ce9b646a64563995bfcb9f795c972"}], "type": "placement", "id": "501cdde11f554415811e8d0cce190669", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "940951d4cbde4002bae5aea73e1911be"}, {"url": "http://172.30.9.32:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9bd4b5d9b6ec4a94ac6ffe6a59aa8ab8"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1a673e608d8474bbed39d3684006c3e"}], "type": "identity", "id": "5f8a1df9d4924a0bb5f93986ad7c71d0", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.32:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9045ed2f427b4d869784c899c8844ad7"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b569ac61fe9d432699ee4b566f3d3cd0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdf43c5a80144ec4be28a8e217e3d6e9"}], "type": "cloudformation", "id": "627d8c7f34e741a1bac3b63d194734dc", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "740aefd7175a4f439c910b21f2212f34", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.32:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1565a542be3848cea2f1ab43761af831"}, {"url": "http://192.30.9.8:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64b2acad21bf49b2ad302b00ea42be49"}, {"url": "http://192.30.9.8:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a75f0cb6f66249d4a93b1171672358ac"}], "type": "orchestration", "id": "95f661990ce74a8eaa2877199d330221", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.32:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b54c356875f487e8b0b2a915de3550c"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a7a6471f3f14c2898f73a760d301ddb"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf74ee057b16427fb9f8085fe784494d"}], "type": "event", "id": "9ed01e20a9234f829fcbb70eaf17961d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8de8ce78588c4358a18f42fcb7c6005c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01f786f46f7455caf6e8ef3434fb5f3"}, {"url": "http://172.30.9.32:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4e4d7c84252458ca5eca834b28e930b"}], "type": "metric", "id": "9fe7b8c4321246858a014736c88952a4", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f6a43e197484fa4ca351e3af3c1a2"}, {"url": "http://192.30.9.8:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5828bbbbf062425c9d8b651da20800b1"}, {"url": "http://172.30.9.32:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8532d7781b154ce7af56e3bbfdcd9058"}], "type": "volumev3", "id": "aa63f8e9b04749efbb50fdeac1fbf9a2", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "142dfcff411c4d2286b6067679e2dec5"}, {"url": "http://192.30.9.8:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "933c57d0f2d84285baae4cb0e536bf0f"}, {"url": "http://172.30.9.32:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd7e857fe1d148478382104de4f44163"}], "type": "volume", "id": "b1814f4fd0854b9cac1e45af45a6a077", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.32:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0df56af91d7a4888abd9a6492e231f58"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a53605d93d04b9c9d02f23b0ec53659"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf57bad0bec6454d839c04dc3a9ba605"}], "type": "network", "id": "cff771c6800447be9a6ebb33ed821c86", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.32:8080/v1/AUTH_6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a8250c511824f83bb7597eb6724f899"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e6d10de6b144dc90b5dfc02a7e2d8d"}, {"url": "http://12.0.0.23:8080/v1/AUTH_6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba5d10dea58b42689b4b0261b626a681"}], "type": "object-store", "id": "d9c7bdcd2851411aaa8a7360935201ca", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30a936ab87424036b452663b63c5c015"}, {"url": "http://192.30.9.8:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39beb44e7a234db5828e9eb858273d34"}, {"url": "http://172.30.9.32:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ce35bafa4a14e14b3e4a73a2e736568"}], "type": "volumev2", "id": "e1ebcdb083674e608d9215b828324ced", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.32:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02521340115b401fb3b7a00223f7c1c8"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "36d62181461e46238cfcd0851e454c25"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83638ebbce184f5aa0d21b5126c9b218"}], "type": "image", "id": "e6633f18ed1c405ab2a35908d0a994e3", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c584c80882e7409fa6924cec42922020"}, "audit_ids": ["qXX7uTslTSayngkhGtArug"], "issued_at": "2018-08-23T18:36:08.000000Z"}} 2018-08-23 18:36:08,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 18:36:08,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}461619aa8bb5b72963be925ba2b1388bc6909a20" 2018-08-23 18:36:08,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-b0437568-8420-4ca0-b980-8504f95fe652 Date: Thu, 23 Aug 2018 18:36:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"925b4555-d2e9-489e-b58c-15e631ed75ac","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8dacaefbf0bf46bd912980b8c78e71f1","l2_adjacency":true,"status":"ACTIVE","subnets":["d936ba6b-98ac-478f-bf58-5b8feceadede"],"description":"","tags":[],"updated_at":"2018-08-23T18:33:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:47Z","provider:network_type":"flat"}]} 2018-08-23 18:36:08,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b0437568-8420-4ca0-b980-8504f95fe652 2018-08-23 18:36:08,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.231853961945s 2018-08-23 18:36:08,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b0437568-8420-4ca0-b980-8504f95fe652 2018-08-23 18:36:08,438 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-23 18:36:08,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 18:36:08,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}461619aa8bb5b72963be925ba2b1388bc6909a20" -d '{"network": {"name": "tenantnetwork1-net_1dd83351-3321-475a-8cd0-49ba150369ba", "admin_state_up": true}}' 2018-08-23 18:36:08,837 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-89aa16ca-abdf-4b8b-829e-c3ca3ab671d0 Date: Thu, 23 Aug 2018 18:36:08 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"cffdc816-0be1-462c-9cb7-bedf4d628769","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T18:36:08Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_1dd83351-3321-475a-8cd0-49ba150369ba","admin_state_up":true,"tenant_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","created_at":"2018-08-23T18:36:08Z","mtu":1450}} 2018-08-23 18:36:08,837 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-89aa16ca-abdf-4b8b-829e-c3ca3ab671d0 2018-08-23 18:36:08,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.398404121399s 2018-08-23 18:36:08,838 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-89aa16ca-abdf-4b8b-829e-c3ca3ab671d0 2018-08-23 18:36:08,838 - 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-23T18:36:08Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'cffdc816-0be1-462c-9cb7-bedf4d628769', u'provider:segmentation_id': 31, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_1dd83351-3321-475a-8cd0-49ba150369ba', u'created_at': u'2018-08-23T18:36:08Z', u'mtu': 1450, u'tenant_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b', u'l2_adjacency': True}) 2018-08-23 18:36:08,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 18:36:08,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}461619aa8bb5b72963be925ba2b1388bc6909a20" 2018-08-23 18:36:08,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-07ce3574-74f6-4ea8-8703-38869a10a95a Date: Thu, 23 Aug 2018 18:36:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"925b4555-d2e9-489e-b58c-15e631ed75ac","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8dacaefbf0bf46bd912980b8c78e71f1","l2_adjacency":true,"status":"ACTIVE","subnets":["d936ba6b-98ac-478f-bf58-5b8feceadede"],"description":"","tags":[],"updated_at":"2018-08-23T18:33:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:47Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"cffdc816-0be1-462c-9cb7-bedf4d628769","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T18:36:08Z","qos_policy_id":null,"name":"tenantnetwork1-net_1dd83351-3321-475a-8cd0-49ba150369ba","admin_state_up":true,"tenant_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","created_at":"2018-08-23T18:36:08Z","provider:network_type":"vxlan"}]} 2018-08-23 18:36:08,933 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-07ce3574-74f6-4ea8-8703-38869a10a95a 2018-08-23 18:36:08,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0941469669342s 2018-08-23 18:36:08,934 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-07ce3574-74f6-4ea8-8703-38869a10a95a 2018-08-23 18:36:08,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 18:36:08,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}461619aa8bb5b72963be925ba2b1388bc6909a20" -d '{"subnet": {"name": "tenantnetwork1-subnet_1dd83351-3321-475a-8cd0-49ba150369ba", "enable_dhcp": true, "network_id": "cffdc816-0be1-462c-9cb7-bedf4d628769", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 18:36:09,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-ced8c199-3c17-4d08-92ab-15e0b288376a Date: Thu, 23 Aug 2018 18:36:09 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-23T18:36:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8a995848-6f56-4f3c-9d80-bd59b324dac6","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_1dd83351-3321-475a-8cd0-49ba150369ba","enable_dhcp":true,"segment_id":null,"network_id":"cffdc816-0be1-462c-9cb7-bedf4d628769","tenant_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","created_at":"2018-08-23T18:36:09Z","ip_version":4}} 2018-08-23 18:36:09,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-ced8c199-3c17-4d08-92ab-15e0b288376a 2018-08-23 18:36:09,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.377268075943s 2018-08-23 18:36:09,313 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-ced8c199-3c17-4d08-92ab-15e0b288376a 2018-08-23 18:36:09,313 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T18:36:09Z', 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'8a995848-6f56-4f3c-9d80-bd59b324dac6', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_1dd83351-3321-475a-8cd0-49ba150369ba', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'cffdc816-0be1-462c-9cb7-bedf4d628769', u'tenant_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b', u'created_at': u'2018-08-23T18:36:09Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b'}) 2018-08-23 18:36:09,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 18:36:09,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}461619aa8bb5b72963be925ba2b1388bc6909a20" -d '{"router": {"external_gateway_info": {"network_id": "925b4555-d2e9-489e-b58c-15e631ed75ac"}, "name": "tenantnetwork1-router_1dd83351-3321-475a-8cd0-49ba150369ba", "admin_state_up": true}}' 2018-08-23 18:36:10,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 714 X-Openstack-Request-Id: req-2ec0c297-f482-4cd1-b070-f769cb7cbdc4 Date: Thu, 23 Aug 2018 18:36:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "925b4555-d2e9-489e-b58c-15e631ed75ac", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d936ba6b-98ac-478f-bf58-5b8feceadede", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "created_at": "2018-08-23T18:36:09Z", "admin_state_up": true, "updated_at": "2018-08-23T18:36:10Z", "project_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7", "name": "tenantnetwork1-router_1dd83351-3321-475a-8cd0-49ba150369ba"}} 2018-08-23 18:36:10,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-2ec0c297-f482-4cd1-b070-f769cb7cbdc4 2018-08-23 18:36:10,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.5419819355s 2018-08-23 18:36:10,856 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-2ec0c297-f482-4cd1-b070-f769cb7cbdc4 2018-08-23 18:36:10,857 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T18:36:10Z', u'revision_number': 2, u'ha': False, u'id': u'3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7', u'external_gateway_info': {u'network_id': u'925b4555-d2e9-489e-b58c-15e631ed75ac', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd936ba6b-98ac-478f-bf58-5b8feceadede', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_1dd83351-3321-475a-8cd0-49ba150369ba', u'admin_state_up': True, u'tenant_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b', u'created_at': u'2018-08-23T18:36:09Z', u'flavor_id': None, u'routes': [], u'project_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b'}) 2018-08-23 18:36:10,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 18:36:10,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7/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}461619aa8bb5b72963be925ba2b1388bc6909a20" -d '{"subnet_id": "8a995848-6f56-4f3c-9d80-bd59b324dac6"}' 2018-08-23 18:36:12,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f38903a8-dd4f-4787-9e99-cc51871bae00 Date: Thu, 23 Aug 2018 18:36:12 GMT RESP BODY: {"network_id": "cffdc816-0be1-462c-9cb7-bedf4d628769", "tenant_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "subnet_id": "8a995848-6f56-4f3c-9d80-bd59b324dac6", "subnet_ids": ["8a995848-6f56-4f3c-9d80-bd59b324dac6"], "port_id": "bad40df6-a1f2-43f7-a1b1-36d6df5d0451", "id": "3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7"} 2018-08-23 18:36:12,736 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7/add_router_interface.json used request id req-f38903a8-dd4f-4787-9e99-cc51871bae00 2018-08-23 18:36:12,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.878469944s 2018-08-23 18:36:12,736 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7/add_router_interface.json used request id req-f38903a8-dd4f-4787-9e99-cc51871bae00 returning object 3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7 2018-08-23 18:36:12,856 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 18:36:12,857 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-23 18:36:12,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 18:36:12,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7/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}461619aa8bb5b72963be925ba2b1388bc6909a20" -d '{"subnet_id": "8a995848-6f56-4f3c-9d80-bd59b324dac6"}' 2018-08-23 18:36:14,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-51bb87d4-ff39-4375-867b-de2e485aa305 Date: Thu, 23 Aug 2018 18:36:14 GMT RESP BODY: {"network_id": "cffdc816-0be1-462c-9cb7-bedf4d628769", "tenant_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "subnet_id": "8a995848-6f56-4f3c-9d80-bd59b324dac6", "subnet_ids": ["8a995848-6f56-4f3c-9d80-bd59b324dac6"], "port_id": "bad40df6-a1f2-43f7-a1b1-36d6df5d0451", "id": "3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7"} 2018-08-23 18:36:14,339 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7/remove_router_interface.json used request id req-51bb87d4-ff39-4375-867b-de2e485aa305 2018-08-23 18:36:14,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.47744011879s 2018-08-23 18:36:14,340 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7/remove_router_interface.json used request id req-51bb87d4-ff39-4375-867b-de2e485aa305 returning object 3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7 2018-08-23 18:36:14,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 18:36:14,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}461619aa8bb5b72963be925ba2b1388bc6909a20" 2018-08-23 18:36:14,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-b1c67622-5166-443e-9516-3f304bbc7435 Date: Thu, 23 Aug 2018 18:36:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "925b4555-d2e9-489e-b58c-15e631ed75ac", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d936ba6b-98ac-478f-bf58-5b8feceadede", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "created_at": "2018-08-23T18:36:09Z", "admin_state_up": true, "updated_at": "2018-08-23T18:36:13Z", "project_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7", "name": "tenantnetwork1-router_1dd83351-3321-475a-8cd0-49ba150369ba"}]} 2018-08-23 18:36:14,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-b1c67622-5166-443e-9516-3f304bbc7435 2018-08-23 18:36:14,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.315593957901s 2018-08-23 18:36:14,656 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-b1c67622-5166-443e-9516-3f304bbc7435 2018-08-23 18:36:14,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 18:36:14,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/routers/3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7.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}461619aa8bb5b72963be925ba2b1388bc6909a20" 2018-08-23 18:36:15,689 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f1288d5-5848-48b6-966a-edc1c232343e Content-Length: 0 Date: Thu, 23 Aug 2018 18:36:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 18:36:15,689 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7.json used request id req-2f1288d5-5848-48b6-966a-edc1c232343e 2018-08-23 18:36:15,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.0318582058s 2018-08-23 18:36:15,690 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/3fb4c9a4-aca0-4c1f-83a7-40194cbea4e7.json used request id req-2f1288d5-5848-48b6-966a-edc1c232343e 2018-08-23 18:36:15,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 18:36:15,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}461619aa8bb5b72963be925ba2b1388bc6909a20" 2018-08-23 18:36:15,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-938b8e8d-e19f-4fbb-85c8-1e27b3bd0794 Date: Thu, 23 Aug 2018 18:36:15 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-23T18:36:09Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8a995848-6f56-4f3c-9d80-bd59b324dac6","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_1dd83351-3321-475a-8cd0-49ba150369ba","enable_dhcp":true,"segment_id":null,"network_id":"cffdc816-0be1-462c-9cb7-bedf4d628769","tenant_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","created_at":"2018-08-23T18:36:09Z","ip_version":4},{"updated_at":"2018-08-23T18:33:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d936ba6b-98ac-478f-bf58-5b8feceadede","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"8dacaefbf0bf46bd912980b8c78e71f1","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"925b4555-d2e9-489e-b58c-15e631ed75ac","tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:51Z","ip_version":4}]} 2018-08-23 18:36:15,746 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-938b8e8d-e19f-4fbb-85c8-1e27b3bd0794 2018-08-23 18:36:15,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0554411411285s 2018-08-23 18:36:15,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-938b8e8d-e19f-4fbb-85c8-1e27b3bd0794 2018-08-23 18:36:15,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 18:36:15,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/subnets/8a995848-6f56-4f3c-9d80-bd59b324dac6.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}461619aa8bb5b72963be925ba2b1388bc6909a20" 2018-08-23 18:36:16,740 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62af93e4-8c41-4bdf-a454-a31e1aa99e5c Date: Thu, 23 Aug 2018 18:36:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 18:36:16,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/8a995848-6f56-4f3c-9d80-bd59b324dac6.json used request id req-62af93e4-8c41-4bdf-a454-a31e1aa99e5c 2018-08-23 18:36:16,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.992568969727s 2018-08-23 18:36:16,740 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/8a995848-6f56-4f3c-9d80-bd59b324dac6.json used request id req-62af93e4-8c41-4bdf-a454-a31e1aa99e5c 2018-08-23 18:36:16,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 18:36:16,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}461619aa8bb5b72963be925ba2b1388bc6909a20" 2018-08-23 18:36:16,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-370ddf9f-c579-4f59-9a2f-f60baec4739a Date: Thu, 23 Aug 2018 18:36:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"925b4555-d2e9-489e-b58c-15e631ed75ac","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8dacaefbf0bf46bd912980b8c78e71f1","l2_adjacency":true,"status":"ACTIVE","subnets":["d936ba6b-98ac-478f-bf58-5b8feceadede"],"description":"","tags":[],"updated_at":"2018-08-23T18:33:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:47Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"cffdc816-0be1-462c-9cb7-bedf4d628769","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":31,"ipv4_address_scope":null,"shared":false,"project_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T18:36:16Z","qos_policy_id":null,"name":"tenantnetwork1-net_1dd83351-3321-475a-8cd0-49ba150369ba","admin_state_up":true,"tenant_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","created_at":"2018-08-23T18:36:08Z","provider:network_type":"vxlan"}]} 2018-08-23 18:36:16,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-370ddf9f-c579-4f59-9a2f-f60baec4739a 2018-08-23 18:36:16,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0771458148956s 2018-08-23 18:36:16,819 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-370ddf9f-c579-4f59-9a2f-f60baec4739a 2018-08-23 18:36:16,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 18:36:16,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/networks/cffdc816-0be1-462c-9cb7-bedf4d628769.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}461619aa8bb5b72963be925ba2b1388bc6909a20" 2018-08-23 18:36:17,636 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-87e1ae16-69ac-4592-9886-68e20befb34a Date: Thu, 23 Aug 2018 18:36:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 18:36:17,636 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/cffdc816-0be1-462c-9cb7-bedf4d628769.json used request id req-87e1ae16-69ac-4592-9886-68e20befb34a 2018-08-23 18:36:17,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.816605806351s 2018-08-23 18:36:17,637 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/cffdc816-0be1-462c-9cb7-bedf4d628769.json used request id req-87e1ae16-69ac-4592-9886-68e20befb34a 2018-08-23 18:36:17,689 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 18:36:17,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 18:36:17,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 18:36:17,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 18:36:17,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 18:36:17,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 18:36:17,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 18:36:17,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 18:36:17,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 18:36:17,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 18:36:17,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 18:36:17,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 18:36:17,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-23 18:36:17,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2297e7f-2dd1-43fa-a8f3-fa4ddded0453 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}} 2018-08-23 18:36:17,739 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.32:5000//v3 used request id req-f2297e7f-2dd1-43fa-a8f3-fa4ddded0453 2018-08-23 18:36:17,739 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.32:5000/v3/auth/tokens 2018-08-23 18:36:18,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "404f91e6f4f4490581ae442fb2ec9005", "name": "admin"}], "expires_at": "2018-08-23T19:36:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "008d4060ce1d47e4ae2519890578ebc1"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a77338c488c4b48acfd6035bb34d971"}, {"url": "http://172.30.9.32:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5d9c5440ff847feb9ac45d440ce523a"}], "type": "alarming", "id": "27999420a87d4e478df9da3fa39938a6", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "41cc15bd58c547c9af4b757d13e5d066"}, {"url": "http://172.30.9.32:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6db4f1fc5402484d8f1c6eb75ed19cb0"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d430e965667c4090a8ad86495bc2fa06"}], "type": "compute", "id": "3c90d367652a44c18a794ec1dd6c2cd0", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ece0215e18d441d839be112d94a77e9"}, {"url": "http://172.30.9.32:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d536a7f74234431783c0ff7fb9025e9b"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f28ce9b646a64563995bfcb9f795c972"}], "type": "placement", "id": "501cdde11f554415811e8d0cce190669", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "940951d4cbde4002bae5aea73e1911be"}, {"url": "http://172.30.9.32:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9bd4b5d9b6ec4a94ac6ffe6a59aa8ab8"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1a673e608d8474bbed39d3684006c3e"}], "type": "identity", "id": "5f8a1df9d4924a0bb5f93986ad7c71d0", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.32:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9045ed2f427b4d869784c899c8844ad7"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b569ac61fe9d432699ee4b566f3d3cd0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdf43c5a80144ec4be28a8e217e3d6e9"}], "type": "cloudformation", "id": "627d8c7f34e741a1bac3b63d194734dc", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "740aefd7175a4f439c910b21f2212f34", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.32:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1565a542be3848cea2f1ab43761af831"}, {"url": "http://192.30.9.8:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64b2acad21bf49b2ad302b00ea42be49"}, {"url": "http://192.30.9.8:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a75f0cb6f66249d4a93b1171672358ac"}], "type": "orchestration", "id": "95f661990ce74a8eaa2877199d330221", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.32:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b54c356875f487e8b0b2a915de3550c"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a7a6471f3f14c2898f73a760d301ddb"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf74ee057b16427fb9f8085fe784494d"}], "type": "event", "id": "9ed01e20a9234f829fcbb70eaf17961d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8de8ce78588c4358a18f42fcb7c6005c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01f786f46f7455caf6e8ef3434fb5f3"}, {"url": "http://172.30.9.32:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4e4d7c84252458ca5eca834b28e930b"}], "type": "metric", "id": "9fe7b8c4321246858a014736c88952a4", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f6a43e197484fa4ca351e3af3c1a2"}, {"url": "http://192.30.9.8:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5828bbbbf062425c9d8b651da20800b1"}, {"url": "http://172.30.9.32:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8532d7781b154ce7af56e3bbfdcd9058"}], "type": "volumev3", "id": "aa63f8e9b04749efbb50fdeac1fbf9a2", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "142dfcff411c4d2286b6067679e2dec5"}, {"url": "http://192.30.9.8:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "933c57d0f2d84285baae4cb0e536bf0f"}, {"url": "http://172.30.9.32:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd7e857fe1d148478382104de4f44163"}], "type": "volume", "id": "b1814f4fd0854b9cac1e45af45a6a077", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.32:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0df56af91d7a4888abd9a6492e231f58"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a53605d93d04b9c9d02f23b0ec53659"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf57bad0bec6454d839c04dc3a9ba605"}], "type": "network", "id": "cff771c6800447be9a6ebb33ed821c86", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.32:8080/v1/AUTH_6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a8250c511824f83bb7597eb6724f899"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e6d10de6b144dc90b5dfc02a7e2d8d"}, {"url": "http://12.0.0.23:8080/v1/AUTH_6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba5d10dea58b42689b4b0261b626a681"}], "type": "object-store", "id": "d9c7bdcd2851411aaa8a7360935201ca", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30a936ab87424036b452663b63c5c015"}, {"url": "http://192.30.9.8:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39beb44e7a234db5828e9eb858273d34"}, {"url": "http://172.30.9.32:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ce35bafa4a14e14b3e4a73a2e736568"}], "type": "volumev2", "id": "e1ebcdb083674e608d9215b828324ced", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.32:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02521340115b401fb3b7a00223f7c1c8"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "36d62181461e46238cfcd0851e454c25"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83638ebbce184f5aa0d21b5126c9b218"}], "type": "image", "id": "e6633f18ed1c405ab2a35908d0a994e3", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c584c80882e7409fa6924cec42922020"}, "audit_ids": ["PRrBXa4AQpOwkP1z4qGMWA"], "issued_at": "2018-08-23T18:36:18.000000Z"}} 2018-08-23 18:36:18,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 18:36:18,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:19,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-ee6013b3-0f6f-4b74-b4e9-7f748f3cfe05 Date: Thu, 23 Aug 2018 18:36:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"925b4555-d2e9-489e-b58c-15e631ed75ac","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8dacaefbf0bf46bd912980b8c78e71f1","l2_adjacency":true,"status":"ACTIVE","subnets":["d936ba6b-98ac-478f-bf58-5b8feceadede"],"description":"","tags":[],"updated_at":"2018-08-23T18:33:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:47Z","provider:network_type":"flat"}]} 2018-08-23 18:36:19,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ee6013b3-0f6f-4b74-b4e9-7f748f3cfe05 2018-08-23 18:36:19,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0467069149s 2018-08-23 18:36:19,161 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ee6013b3-0f6f-4b74-b4e9-7f748f3cfe05 2018-08-23 18:36:19,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-23 18:36:19,169 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 23 Aug 2018 18:36:19 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.32:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-23 18:36:19,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 18:36:19,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:19,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56519500-3aed-4f06-9f80-11182959b8ea Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.32:5000/v3/domains/1822724bcdbd47b09c6a162415c53281"}, "tags": [], "enabled": true, "id": "1822724bcdbd47b09c6a162415c53281", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.32:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.32:5000/v3/domains", "previous": null, "next": null}} 2018-08-23 18:36:19,194 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains used request id req-56519500-3aed-4f06-9f80-11182959b8ea 2018-08-23 18:36:19,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0236320495605s 2018-08-23 18:36:19,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains used request id req-56519500-3aed-4f06-9f80-11182959b8ea 2018-08-23 18:36:19,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-23 18:36:19,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f"}}' 2018-08-23 18:36:19,366 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 18:36:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-396ebe7c-9378-454e-b71a-b40a7448b89c Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.32:5000/v3/projects/abc9cd03c6c642418530f1b6c938007f"}, "tags": [], "enabled": true, "id": "abc9cd03c6c642418530f1b6c938007f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f"}} 2018-08-23 18:36:19,366 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/projects used request id req-396ebe7c-9378-454e-b71a-b40a7448b89c 2018-08-23 18:36:19,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.164145946503s 2018-08-23 18:36:19,367 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/projects used request id req-396ebe7c-9378-454e-b71a-b40a7448b89c 2018-08-23 18:36:19,367 - 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'abc9cd03c6c642418530f1b6c938007f', '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_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f'}) 2018-08-23 18:36:19,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-23 18:36:19,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "819c46a9-946c-4d9e-83a6-e8c36a2e699a", "email": null, "name": "tenantnetwork2-user_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f"}}' 2018-08-23 18:36:19,795 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 18:36:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5d0c695-d825-43e7-8ac4-651542e1cbca Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f", "links": {"self": "http://172.30.9.32:5000/v3/users/cc85205ca510412aa91eac469b858b42"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cc85205ca510412aa91eac469b858b42", "domain_id": "default", "password_expires_at": null}} 2018-08-23 18:36:19,796 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/users used request id req-b5d0c695-d825-43e7-8ac4-651542e1cbca 2018-08-23 18:36:19,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.422110080719s 2018-08-23 18:36:19,796 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/users used request id req-b5d0c695-d825-43e7-8ac4-651542e1cbca 2018-08-23 18:36:19,797 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'cc85205ca510412aa91eac469b858b42', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f'}) 2018-08-23 18:36:19,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 18:36:19,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:19,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26c09b3-6f55-45d0-94d5-9bcda3ac4989 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "404f91e6f4f4490581ae442fb2ec9005", "links": {"self": "http://172.30.9.32:5000/v3/roles/404f91e6f4f4490581ae442fb2ec9005"}, "name": "admin"}, {"domain_id": null, "id": "7c50668d7b9d41c4bba21d0154773ed0", "links": {"self": "http://172.30.9.32:5000/v3/roles/7c50668d7b9d41c4bba21d0154773ed0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.32:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba295282822f4dd996533dff1764fbb3", "links": {"self": "http://172.30.9.32:5000/v3/roles/ba295282822f4dd996533dff1764fbb3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d22149f9cb6b4de485d9091eaf918e49", "links": {"self": "http://172.30.9.32:5000/v3/roles/d22149f9cb6b4de485d9091eaf918e49"}, "name": "heat_stack_user"}]} 2018-08-23 18:36:19,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-b26c09b3-6f55-45d0-94d5-9bcda3ac4989 2018-08-23 18:36:19,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0923390388489s 2018-08-23 18:36:19,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-b26c09b3-6f55-45d0-94d5-9bcda3ac4989 2018-08-23 18:36:19,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 18:36:19,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:19,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-017b9a5d-e4a3-4054-ab83-59206f3d3a76 Content-Encoding: gzip Content-Length: 323 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "404f91e6f4f4490581ae442fb2ec9005", "links": {"self": "http://172.30.9.32:5000/v3/roles/404f91e6f4f4490581ae442fb2ec9005"}, "name": "admin"}, {"domain_id": null, "id": "7c50668d7b9d41c4bba21d0154773ed0", "links": {"self": "http://172.30.9.32:5000/v3/roles/7c50668d7b9d41c4bba21d0154773ed0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.32:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba295282822f4dd996533dff1764fbb3", "links": {"self": "http://172.30.9.32:5000/v3/roles/ba295282822f4dd996533dff1764fbb3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d22149f9cb6b4de485d9091eaf918e49", "links": {"self": "http://172.30.9.32:5000/v3/roles/d22149f9cb6b4de485d9091eaf918e49"}, "name": "heat_stack_user"}]} 2018-08-23 18:36:19,982 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-017b9a5d-e4a3-4054-ab83-59206f3d3a76 2018-08-23 18:36:19,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.083927154541s 2018-08-23 18:36:19,982 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-017b9a5d-e4a3-4054-ab83-59206f3d3a76 2018-08-23 18:36:19,983 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-23 18:36:19,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-23 18:36:19,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" -d '{"role": {"name": "Member"}}' 2018-08-23 18:36:20,127 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 23 Aug 2018 18:36:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-955e1c58-c045-4dca-a118-6c1ab234103a Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "516f2e25018249798b96705750195f87", "links": {"self": "http://172.30.9.32:5000/v3/roles/516f2e25018249798b96705750195f87"}, "name": "Member"}} 2018-08-23 18:36:20,127 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/roles used request id req-955e1c58-c045-4dca-a118-6c1ab234103a 2018-08-23 18:36:20,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.140063047409s 2018-08-23 18:36:20,127 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.32:5000/v3/roles used request id req-955e1c58-c045-4dca-a118-6c1ab234103a 2018-08-23 18:36:20,128 - 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'516f2e25018249798b96705750195f87'}) 2018-08-23 18:36:20,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 18:36:20,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:20,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db5114ac-3027-49a7-8600-3122d7b34174 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "404f91e6f4f4490581ae442fb2ec9005", "links": {"self": "http://172.30.9.32:5000/v3/roles/404f91e6f4f4490581ae442fb2ec9005"}, "name": "admin"}, {"domain_id": null, "id": "516f2e25018249798b96705750195f87", "links": {"self": "http://172.30.9.32:5000/v3/roles/516f2e25018249798b96705750195f87"}, "name": "Member"}, {"domain_id": null, "id": "7c50668d7b9d41c4bba21d0154773ed0", "links": {"self": "http://172.30.9.32:5000/v3/roles/7c50668d7b9d41c4bba21d0154773ed0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.32:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba295282822f4dd996533dff1764fbb3", "links": {"self": "http://172.30.9.32:5000/v3/roles/ba295282822f4dd996533dff1764fbb3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d22149f9cb6b4de485d9091eaf918e49", "links": {"self": "http://172.30.9.32:5000/v3/roles/d22149f9cb6b4de485d9091eaf918e49"}, "name": "heat_stack_user"}]} 2018-08-23 18:36:20,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-db5114ac-3027-49a7-8600-3122d7b34174 2018-08-23 18:36:20,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0248157978058s 2018-08-23 18:36:20,157 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-db5114ac-3027-49a7-8600-3122d7b34174 2018-08-23 18:36:20,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-23 18:36:20,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:20,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05663007-d1e0-444d-9545-24b60111d538 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.32:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-23 18:36:20,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains/default used request id req-05663007-d1e0-444d-9545-24b60111d538 2018-08-23 18:36:20,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0852041244507s 2018-08-23 18:36:20,247 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/domains/default used request id req-05663007-d1e0-444d-9545-24b60111d538 2018-08-23 18:36:20,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 18:36:20,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:20,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9500c74f-41dd-4e1a-b6d3-2fb088107f74 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "swift", "links": {"self": "http://172.30.9.32:5000/v3/users/0535cbc1ab5e4463ba865ac62246d188"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0535cbc1ab5e4463ba865ac62246d188", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.32:5000/v3/users/08ceaa73cc9c4ab1b768b271f49e6ad2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08ceaa73cc9c4ab1b768b271f49e6ad2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.32:5000/v3/users/2fe95315e70240b18a423a80e765fee5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fe95315e70240b18a423a80e765fee5", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.32:5000/v3/users/32d13983e41242318d461b8b0d0ad265"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32d13983e41242318d461b8b0d0ad265", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.32:5000/v3/users/395cb0d142594379b712482ec419c81b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "395cb0d142594379b712482ec419c81b", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.32:5000/v3/users/3e6f7aeaed644b86aaa2f73c54f5c3c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e6f7aeaed644b86aaa2f73c54f5c3c9", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.32:5000/v3/users/44a8574b4bf94037ad42536c8d0a9adb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44a8574b4bf94037ad42536c8d0a9adb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.32:5000/v3/users/4a0b9c5a1d4340c5a24e594c72b0433a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a0b9c5a1d4340c5a24e594c72b0433a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.32:5000/v3/users/5d8e2315b1824805b8ad6b2e0eae2351"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d8e2315b1824805b8ad6b2e0eae2351", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.32:5000/v3/users/669da9488f204ccda57cc71d1ae4cc9d"}, "domain_id": "1822724bcdbd47b09c6a162415c53281", "enabled": true, "options": {}, "id": "669da9488f204ccda57cc71d1ae4cc9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.32:5000/v3/users/8437217601434951bd22627bcc5c3ac5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8437217601434951bd22627bcc5c3ac5", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.32:5000/v3/users/c584c80882e7409fa6924cec42922020"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c584c80882e7409fa6924cec42922020", "email": "admin@example.com", "password_expires_at": null}, {"name": "tenantnetwork2-user_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f", "links": {"self": "http://172.30.9.32:5000/v3/users/cc85205ca510412aa91eac469b858b42"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cc85205ca510412aa91eac469b858b42", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.32:5000/v3/users/cde4327117ca4c8fa624a17d1560985e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cde4327117ca4c8fa624a17d1560985e", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.32:5000/v3/users/d92e137287f84a8fb737391799d086f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d92e137287f84a8fb737391799d086f6", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.32:5000/v3/users", "previous": null, "next": null}} 2018-08-23 18:36:20,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users used request id req-9500c74f-41dd-4e1a-b6d3-2fb088107f74 2018-08-23 18:36:20,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103554964066s 2018-08-23 18:36:20,352 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users used request id req-9500c74f-41dd-4e1a-b6d3-2fb088107f74 2018-08-23 18:36:20,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 18:36:20,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.32:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:20,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e0a6535-5983-408b-ae4f-d398404702db Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.32:5000/v3/projects/6ae3e0ebc37b4ec68a12a12af9713c8b"}, "tags": [], "enabled": true, "id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1"}, "tags": [], "enabled": true, "id": "8dacaefbf0bf46bd912980b8c78e71f1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.32:5000/v3/projects/abc9cd03c6c642418530f1b6c938007f"}, "tags": [], "enabled": true, "id": "abc9cd03c6c642418530f1b6c938007f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f"}]} 2018-08-23 18:36:20,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/projects?domain_id=default used request id req-8e0a6535-5983-408b-ae4f-d398404702db 2018-08-23 18:36:20,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.175596952438s 2018-08-23 18:36:20,539 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/projects?domain_id=default used request id req-8e0a6535-5983-408b-ae4f-d398404702db 2018-08-23 18:36:20,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-23 18:36:20,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.32:5000/v3/role_assignments?user.id=cc85205ca510412aa91eac469b858b42&role.id=516f2e25018249798b96705750195f87&scope.project.id=abc9cd03c6c642418530f1b6c938007f" -H "User-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}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:20,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdc2f46b-52a5-4de6-8bcd-4700ce916f31 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.32:5000/v3/role_assignments?user.id=cc85205ca510412aa91eac469b858b42&role.id=516f2e25018249798b96705750195f87&scope.project.id=abc9cd03c6c642418530f1b6c938007f", "previous": null, "next": null}} 2018-08-23 18:36:20,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/role_assignments?user.id=cc85205ca510412aa91eac469b858b42&role.id=516f2e25018249798b96705750195f87&scope.project.id=abc9cd03c6c642418530f1b6c938007f used request id req-cdc2f46b-52a5-4de6-8bcd-4700ce916f31 2018-08-23 18:36:20,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0838949680328s 2018-08-23 18:36:20,631 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/role_assignments?user.id=cc85205ca510412aa91eac469b858b42&role.id=516f2e25018249798b96705750195f87&scope.project.id=abc9cd03c6c642418530f1b6c938007f used request id req-cdc2f46b-52a5-4de6-8bcd-4700ce916f31 2018-08-23 18:36:20,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-23 18:36:20,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:5000/v3/projects/abc9cd03c6c642418530f1b6c938007f/users/cc85205ca510412aa91eac469b858b42/roles/516f2e25018249798b96705750195f87 -H "User-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}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:20,881 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 18:36:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3fbf3997-1400-4a11-9369-7da049e4a2b0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 18:36:20,881 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.32:5000/v3/projects/abc9cd03c6c642418530f1b6c938007f/users/cc85205ca510412aa91eac469b858b42/roles/516f2e25018249798b96705750195f87 used request id req-3fbf3997-1400-4a11-9369-7da049e4a2b0 2018-08-23 18:36:20,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.246495962143s 2018-08-23 18:36:20,881 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.32:5000/v3/projects/abc9cd03c6c642418530f1b6c938007f/users/cc85205ca510412aa91eac469b858b42/roles/516f2e25018249798b96705750195f87 used request id req-3fbf3997-1400-4a11-9369-7da049e4a2b0 2018-08-23 18:36:20,882 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f', 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'abc9cd03c6c642418530f1b6c938007f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '819c46a9-946c-4d9e-83a6-e8c36a2e699a', 'username': u'tenantnetwork2-user_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.32:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-23 18:36:20,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 18:36:20,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 18:36:20,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 18:36:20,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 18:36:20,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 18:36:20,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 18:36:20,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 18:36:20,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 18:36:20,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 18:36:20,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 18:36:20,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 18:36:20,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 18:36:20,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 18:36:20,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 18:36:20,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 18:36:20,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 18:36:20,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 18:36:20,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 18:36:20,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 18:36:20,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 18:36:20,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 18:36:20,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 18:36:20,887 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f', 'password': '819c46a9-946c-4d9e-83a6-e8c36a2e699a', 'project_name': 'tenantnetwork2-project_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.32:5000//v3', 'project_id': 'abc9cd03c6c642418530f1b6c938007f', 'project_domain_name': 'Default'} 2018-08-23 18:36:20,888 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-23 18:36:20,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-23 18:36:20,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ad6dfae-5e95-4591-9caf-6e3a165aa6a8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}} 2018-08-23 18:36:20,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.32:5000//v3 used request id req-2ad6dfae-5e95-4591-9caf-6e3a165aa6a8 2018-08-23 18:36:20,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.32:5000/v3/auth/tokens 2018-08-23 18:36:21,268 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "516f2e25018249798b96705750195f87", "name": "Member"}], "expires_at": "2018-08-23T19:36:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "abc9cd03c6c642418530f1b6c938007f", "name": "tenantnetwork2-project_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "008d4060ce1d47e4ae2519890578ebc1"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a77338c488c4b48acfd6035bb34d971"}, {"url": "http://172.30.9.32:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5d9c5440ff847feb9ac45d440ce523a"}], "type": "alarming", "id": "27999420a87d4e478df9da3fa39938a6", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "41cc15bd58c547c9af4b757d13e5d066"}, {"url": "http://172.30.9.32:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6db4f1fc5402484d8f1c6eb75ed19cb0"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d430e965667c4090a8ad86495bc2fa06"}], "type": "compute", "id": "3c90d367652a44c18a794ec1dd6c2cd0", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ece0215e18d441d839be112d94a77e9"}, {"url": "http://172.30.9.32:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d536a7f74234431783c0ff7fb9025e9b"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f28ce9b646a64563995bfcb9f795c972"}], "type": "placement", "id": "501cdde11f554415811e8d0cce190669", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "940951d4cbde4002bae5aea73e1911be"}, {"url": "http://172.30.9.32:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9bd4b5d9b6ec4a94ac6ffe6a59aa8ab8"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1a673e608d8474bbed39d3684006c3e"}], "type": "identity", "id": "5f8a1df9d4924a0bb5f93986ad7c71d0", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.32:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9045ed2f427b4d869784c899c8844ad7"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b569ac61fe9d432699ee4b566f3d3cd0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdf43c5a80144ec4be28a8e217e3d6e9"}], "type": "cloudformation", "id": "627d8c7f34e741a1bac3b63d194734dc", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "740aefd7175a4f439c910b21f2212f34", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.32:8004/v1/abc9cd03c6c642418530f1b6c938007f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1565a542be3848cea2f1ab43761af831"}, {"url": "http://192.30.9.8:8004/v1/abc9cd03c6c642418530f1b6c938007f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64b2acad21bf49b2ad302b00ea42be49"}, {"url": "http://192.30.9.8:8004/v1/abc9cd03c6c642418530f1b6c938007f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a75f0cb6f66249d4a93b1171672358ac"}], "type": "orchestration", "id": "95f661990ce74a8eaa2877199d330221", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.32:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b54c356875f487e8b0b2a915de3550c"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a7a6471f3f14c2898f73a760d301ddb"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf74ee057b16427fb9f8085fe784494d"}], "type": "event", "id": "9ed01e20a9234f829fcbb70eaf17961d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8de8ce78588c4358a18f42fcb7c6005c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01f786f46f7455caf6e8ef3434fb5f3"}, {"url": "http://172.30.9.32:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4e4d7c84252458ca5eca834b28e930b"}], "type": "metric", "id": "9fe7b8c4321246858a014736c88952a4", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/abc9cd03c6c642418530f1b6c938007f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f6a43e197484fa4ca351e3af3c1a2"}, {"url": "http://192.30.9.8:8776/v3/abc9cd03c6c642418530f1b6c938007f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5828bbbbf062425c9d8b651da20800b1"}, {"url": "http://172.30.9.32:8776/v3/abc9cd03c6c642418530f1b6c938007f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8532d7781b154ce7af56e3bbfdcd9058"}], "type": "volumev3", "id": "aa63f8e9b04749efbb50fdeac1fbf9a2", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/abc9cd03c6c642418530f1b6c938007f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "142dfcff411c4d2286b6067679e2dec5"}, {"url": "http://192.30.9.8:8776/v1/abc9cd03c6c642418530f1b6c938007f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "933c57d0f2d84285baae4cb0e536bf0f"}, {"url": "http://172.30.9.32:8776/v1/abc9cd03c6c642418530f1b6c938007f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd7e857fe1d148478382104de4f44163"}], "type": "volume", "id": "b1814f4fd0854b9cac1e45af45a6a077", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.32:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0df56af91d7a4888abd9a6492e231f58"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a53605d93d04b9c9d02f23b0ec53659"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf57bad0bec6454d839c04dc3a9ba605"}], "type": "network", "id": "cff771c6800447be9a6ebb33ed821c86", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.32:8080/v1/AUTH_abc9cd03c6c642418530f1b6c938007f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a8250c511824f83bb7597eb6724f899"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e6d10de6b144dc90b5dfc02a7e2d8d"}, {"url": "http://12.0.0.23:8080/v1/AUTH_abc9cd03c6c642418530f1b6c938007f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba5d10dea58b42689b4b0261b626a681"}], "type": "object-store", "id": "d9c7bdcd2851411aaa8a7360935201ca", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/abc9cd03c6c642418530f1b6c938007f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30a936ab87424036b452663b63c5c015"}, {"url": "http://192.30.9.8:8776/v2/abc9cd03c6c642418530f1b6c938007f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39beb44e7a234db5828e9eb858273d34"}, {"url": "http://172.30.9.32:8776/v2/abc9cd03c6c642418530f1b6c938007f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ce35bafa4a14e14b3e4a73a2e736568"}], "type": "volumev2", "id": "e1ebcdb083674e608d9215b828324ced", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.32:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02521340115b401fb3b7a00223f7c1c8"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "36d62181461e46238cfcd0851e454c25"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83638ebbce184f5aa0d21b5126c9b218"}], "type": "image", "id": "e6633f18ed1c405ab2a35908d0a994e3", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f", "id": "cc85205ca510412aa91eac469b858b42"}, "audit_ids": ["SQt6XgBtQvqUBBJQ3u3wCw"], "issued_at": "2018-08-23T18:36:21.000000Z"}} 2018-08-23 18:36:21,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 18:36:21,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" -d '{"network": {"name": "tenantnetwork2-net_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f", "admin_state_up": true}}' 2018-08-23 18:36:22,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-bfc3548b-e0ac-4666-8e46-1c4b172d91b3 Date: Thu, 23 Aug 2018 18:36:22 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a9b661cc-fef8-4537-8a18-d43bb86da1a4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"abc9cd03c6c642418530f1b6c938007f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T18:36:22Z","is_default":false,"name":"tenantnetwork2-net_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f","qos_policy_id":null,"admin_state_up":true,"tenant_id":"abc9cd03c6c642418530f1b6c938007f","created_at":"2018-08-23T18:36:22Z","mtu":1450}} 2018-08-23 18:36:22,633 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-bfc3548b-e0ac-4666-8e46-1c4b172d91b3 2018-08-23 18:36:22,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.36229300499s 2018-08-23 18:36:22,634 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-bfc3548b-e0ac-4666-8e46-1c4b172d91b3 2018-08-23 18:36:22,634 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-23T18:36:22Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'id': u'a9b661cc-fef8-4537-8a18-d43bb86da1a4', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f', u'admin_state_up': True, u'tenant_id': u'abc9cd03c6c642418530f1b6c938007f', u'created_at': u'2018-08-23T18:36:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'abc9cd03c6c642418530f1b6c938007f', u'l2_adjacency': True}) 2018-08-23 18:36:22,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 18:36:22,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" 2018-08-23 18:36:22,741 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-26436a10-2bcb-4408-99ce-80348bfee527 Date: Thu, 23 Aug 2018 18:36:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"id":"925b4555-d2e9-489e-b58c-15e631ed75ac","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8dacaefbf0bf46bd912980b8c78e71f1","l2_adjacency":true,"status":"ACTIVE","subnets":["d936ba6b-98ac-478f-bf58-5b8feceadede"],"description":"","tags":[],"updated_at":"2018-08-23T18:33:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:47Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a9b661cc-fef8-4537-8a18-d43bb86da1a4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"abc9cd03c6c642418530f1b6c938007f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T18:36:22Z","qos_policy_id":null,"name":"tenantnetwork2-net_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f","admin_state_up":true,"tenant_id":"abc9cd03c6c642418530f1b6c938007f","created_at":"2018-08-23T18:36:22Z","mtu":1450}]} 2018-08-23 18:36:22,741 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-26436a10-2bcb-4408-99ce-80348bfee527 2018-08-23 18:36:22,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106243848801s 2018-08-23 18:36:22,741 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-26436a10-2bcb-4408-99ce-80348bfee527 2018-08-23 18:36:22,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 18:36:22,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" -d '{"subnet": {"name": "tenantnetwork2-subnet_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f", "enable_dhcp": true, "network_id": "a9b661cc-fef8-4537-8a18-d43bb86da1a4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 18:36:23,409 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-78a8ca28-b674-4895-b50b-619735b731e4 Date: Thu, 23 Aug 2018 18:36:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b661cc-fef8-4537-8a18-d43bb86da1a4","tenant_id":"abc9cd03c6c642418530f1b6c938007f","created_at":"2018-08-23T18:36:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T18:36:23Z","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":"abc9cd03c6c642418530f1b6c938007f","id":"0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24","subnetpool_id":null,"name":"tenantnetwork2-subnet_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f"}} 2018-08-23 18:36:23,410 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-78a8ca28-b674-4895-b50b-619735b731e4 2018-08-23 18:36:23,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.666691064835s 2018-08-23 18:36:23,410 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-78a8ca28-b674-4895-b50b-619735b731e4 2018-08-23 18:36:23,410 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T18:36:23Z', 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'0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f', u'enable_dhcp': True, u'network_id': u'a9b661cc-fef8-4537-8a18-d43bb86da1a4', u'tenant_id': u'abc9cd03c6c642418530f1b6c938007f', u'created_at': u'2018-08-23T18:36:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'abc9cd03c6c642418530f1b6c938007f'}) 2018-08-23 18:36:23,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 18:36:23,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" -d '{"router": {"external_gateway_info": {"network_id": "925b4555-d2e9-489e-b58c-15e631ed75ac"}, "name": "tenantnetwork2-router_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f", "admin_state_up": true}}' 2018-08-23 18:36:24,723 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-2aa84f88-2296-4b14-9a16-26ea2723ccbd Date: Thu, 23 Aug 2018 18:36:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "925b4555-d2e9-489e-b58c-15e631ed75ac", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d936ba6b-98ac-478f-bf58-5b8feceadede", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "abc9cd03c6c642418530f1b6c938007f", "created_at": "2018-08-23T18:36:23Z", "admin_state_up": true, "updated_at": "2018-08-23T18:36:24Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "abc9cd03c6c642418530f1b6c938007f", "id": "866deae2-ed88-4f09-a620-b2be8b3977c6", "name": "tenantnetwork2-router_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f"}} 2018-08-23 18:36:24,723 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-2aa84f88-2296-4b14-9a16-26ea2723ccbd 2018-08-23 18:36:24,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.31231999397s 2018-08-23 18:36:24,724 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-2aa84f88-2296-4b14-9a16-26ea2723ccbd 2018-08-23 18:36:24,724 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T18:36:24Z', u'revision_number': 2, u'id': u'866deae2-ed88-4f09-a620-b2be8b3977c6', u'external_gateway_info': {u'network_id': u'925b4555-d2e9-489e-b58c-15e631ed75ac', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd936ba6b-98ac-478f-bf58-5b8feceadede', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f', u'admin_state_up': True, u'tenant_id': u'abc9cd03c6c642418530f1b6c938007f', u'created_at': u'2018-08-23T18:36:23Z', u'flavor_id': None, u'routes': [], u'project_id': u'abc9cd03c6c642418530f1b6c938007f'}) 2018-08-23 18:36:24,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 18:36:24,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/866deae2-ed88-4f09-a620-b2be8b3977c6/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}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" -d '{"subnet_id": "0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24"}' 2018-08-23 18:36:26,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c018eaca-cc09-4e21-bea8-2beb4b369429 Date: Thu, 23 Aug 2018 18:36:26 GMT RESP BODY: {"network_id": "a9b661cc-fef8-4537-8a18-d43bb86da1a4", "tenant_id": "abc9cd03c6c642418530f1b6c938007f", "subnet_id": "0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24", "subnet_ids": ["0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24"], "port_id": "7a613b37-aa15-473e-a6ed-2e9f1a433c25", "id": "866deae2-ed88-4f09-a620-b2be8b3977c6"} 2018-08-23 18:36:26,837 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/866deae2-ed88-4f09-a620-b2be8b3977c6/add_router_interface.json used request id req-c018eaca-cc09-4e21-bea8-2beb4b369429 2018-08-23 18:36:26,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.11201906204s 2018-08-23 18:36:26,837 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/866deae2-ed88-4f09-a620-b2be8b3977c6/add_router_interface.json used request id req-c018eaca-cc09-4e21-bea8-2beb4b369429 returning object 866deae2-ed88-4f09-a620-b2be8b3977c6 2018-08-23 18:36:26,951 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 18:36:26,951 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-23 18:36:26,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 18:36:26,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/866deae2-ed88-4f09-a620-b2be8b3977c6/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}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" -d '{"subnet_id": "0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24"}' 2018-08-23 18:36:28,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-68c0a600-b308-4a77-8d7b-d56066953e7f Date: Thu, 23 Aug 2018 18:36:28 GMT RESP BODY: {"network_id": "a9b661cc-fef8-4537-8a18-d43bb86da1a4", "tenant_id": "abc9cd03c6c642418530f1b6c938007f", "subnet_id": "0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24", "subnet_ids": ["0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24"], "port_id": "7a613b37-aa15-473e-a6ed-2e9f1a433c25", "id": "866deae2-ed88-4f09-a620-b2be8b3977c6"} 2018-08-23 18:36:28,622 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/866deae2-ed88-4f09-a620-b2be8b3977c6/remove_router_interface.json used request id req-68c0a600-b308-4a77-8d7b-d56066953e7f 2018-08-23 18:36:28,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.66553092003s 2018-08-23 18:36:28,622 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/866deae2-ed88-4f09-a620-b2be8b3977c6/remove_router_interface.json used request id req-68c0a600-b308-4a77-8d7b-d56066953e7f returning object 866deae2-ed88-4f09-a620-b2be8b3977c6 2018-08-23 18:36:28,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 18:36:28,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" 2018-08-23 18:36:28,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-8faa8a16-27b6-4209-b711-2877514bfb84 Date: Thu, 23 Aug 2018 18:36:28 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "925b4555-d2e9-489e-b58c-15e631ed75ac", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d936ba6b-98ac-478f-bf58-5b8feceadede", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "abc9cd03c6c642418530f1b6c938007f", "created_at": "2018-08-23T18:36:23Z", "admin_state_up": true, "updated_at": "2018-08-23T18:36:27Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "abc9cd03c6c642418530f1b6c938007f", "id": "866deae2-ed88-4f09-a620-b2be8b3977c6", "name": "tenantnetwork2-router_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f"}]} 2018-08-23 18:36:28,770 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-8faa8a16-27b6-4209-b711-2877514bfb84 2018-08-23 18:36:28,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.14714884758s 2018-08-23 18:36:28,770 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-8faa8a16-27b6-4209-b711-2877514bfb84 2018-08-23 18:36:28,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 18:36:28,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/routers/866deae2-ed88-4f09-a620-b2be8b3977c6.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}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" 2018-08-23 18:36:29,797 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94137f8c-4aff-4748-9e65-27a1a38fc256 Content-Length: 0 Date: Thu, 23 Aug 2018 18:36:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 18:36:29,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/866deae2-ed88-4f09-a620-b2be8b3977c6.json used request id req-94137f8c-4aff-4748-9e65-27a1a38fc256 2018-08-23 18:36:29,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.02503705025s 2018-08-23 18:36:29,797 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/866deae2-ed88-4f09-a620-b2be8b3977c6.json used request id req-94137f8c-4aff-4748-9e65-27a1a38fc256 2018-08-23 18:36:29,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 18:36:29,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" 2018-08-23 18:36:29,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8740738a-41d4-4c07-bda9-55549a5e972f Date: Thu, 23 Aug 2018 18:36:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a9b661cc-fef8-4537-8a18-d43bb86da1a4","tenant_id":"abc9cd03c6c642418530f1b6c938007f","created_at":"2018-08-23T18:36:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-23T18:36:23Z","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":"abc9cd03c6c642418530f1b6c938007f","id":"0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24","subnetpool_id":null,"name":"tenantnetwork2-subnet_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f"}]} 2018-08-23 18:36:29,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-8740738a-41d4-4c07-bda9-55549a5e972f 2018-08-23 18:36:29,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0731339454651s 2018-08-23 18:36:29,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-8740738a-41d4-4c07-bda9-55549a5e972f 2018-08-23 18:36:29,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 18:36:29,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/subnets/0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24.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}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" 2018-08-23 18:36:30,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-99e56f39-21e6-4bd3-a7e8-c7c4c9d68879 Date: Thu, 23 Aug 2018 18:36:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 18:36:30,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24.json used request id req-99e56f39-21e6-4bd3-a7e8-c7c4c9d68879 2018-08-23 18:36:30,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.04126000404s 2018-08-23 18:36:30,914 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/0cb22b12-e25c-4e12-a2d6-9ee56f4d5e24.json used request id req-99e56f39-21e6-4bd3-a7e8-c7c4c9d68879 2018-08-23 18:36:30,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 18:36:30,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" 2018-08-23 18:36:31,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-e4eb1e19-0c79-48d8-b637-f950ccc74c1f Date: Thu, 23 Aug 2018 18:36:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"id":"925b4555-d2e9-489e-b58c-15e631ed75ac","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8dacaefbf0bf46bd912980b8c78e71f1","l2_adjacency":true,"status":"ACTIVE","subnets":["d936ba6b-98ac-478f-bf58-5b8feceadede"],"description":"","tags":[],"updated_at":"2018-08-23T18:33:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:47Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a9b661cc-fef8-4537-8a18-d43bb86da1a4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"abc9cd03c6c642418530f1b6c938007f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T18:36:30Z","qos_policy_id":null,"name":"tenantnetwork2-net_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f","admin_state_up":true,"tenant_id":"abc9cd03c6c642418530f1b6c938007f","created_at":"2018-08-23T18:36:22Z","mtu":1450}]} 2018-08-23 18:36:31,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-e4eb1e19-0c79-48d8-b637-f950ccc74c1f 2018-08-23 18:36:31,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0887749195099s 2018-08-23 18:36:31,003 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-e4eb1e19-0c79-48d8-b637-f950ccc74c1f 2018-08-23 18:36:31,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 18:36:31,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/networks/a9b661cc-fef8-4537-8a18-d43bb86da1a4.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}d7d30806ccd08e0963941c0c6a7b9c9a9f8384a4" 2018-08-23 18:36:31,992 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-125ac2fb-0e86-4738-9f5d-c1a6d802d17a Date: Thu, 23 Aug 2018 18:36:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 18:36:31,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/a9b661cc-fef8-4537-8a18-d43bb86da1a4.json used request id req-125ac2fb-0e86-4738-9f5d-c1a6d802d17a 2018-08-23 18:36:31,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.987723112106s 2018-08-23 18:36:31,992 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/a9b661cc-fef8-4537-8a18-d43bb86da1a4.json used request id req-125ac2fb-0e86-4738-9f5d-c1a6d802d17a 2018-08-23 18:36:31,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 18:36:31,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:32,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dddd0384-84b8-4dc8-8a29-9a09b0324b15 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "swift", "links": {"self": "http://172.30.9.32:5000/v3/users/0535cbc1ab5e4463ba865ac62246d188"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0535cbc1ab5e4463ba865ac62246d188", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.32:5000/v3/users/08ceaa73cc9c4ab1b768b271f49e6ad2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08ceaa73cc9c4ab1b768b271f49e6ad2", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.32:5000/v3/users/2fe95315e70240b18a423a80e765fee5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2fe95315e70240b18a423a80e765fee5", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.32:5000/v3/users/32d13983e41242318d461b8b0d0ad265"}, "domain_id": "default", "enabled": true, "options": {}, "id": "32d13983e41242318d461b8b0d0ad265", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.32:5000/v3/users/395cb0d142594379b712482ec419c81b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "395cb0d142594379b712482ec419c81b", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.32:5000/v3/users/3e6f7aeaed644b86aaa2f73c54f5c3c9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3e6f7aeaed644b86aaa2f73c54f5c3c9", "email": "panko@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.32:5000/v3/users/44a8574b4bf94037ad42536c8d0a9adb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "44a8574b4bf94037ad42536c8d0a9adb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.32:5000/v3/users/4a0b9c5a1d4340c5a24e594c72b0433a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a0b9c5a1d4340c5a24e594c72b0433a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.32:5000/v3/users/5d8e2315b1824805b8ad6b2e0eae2351"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d8e2315b1824805b8ad6b2e0eae2351", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.32:5000/v3/users/669da9488f204ccda57cc71d1ae4cc9d"}, "domain_id": "1822724bcdbd47b09c6a162415c53281", "enabled": true, "options": {}, "id": "669da9488f204ccda57cc71d1ae4cc9d", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.32:5000/v3/users/8437217601434951bd22627bcc5c3ac5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8437217601434951bd22627bcc5c3ac5", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.32:5000/v3/users/c584c80882e7409fa6924cec42922020"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c584c80882e7409fa6924cec42922020", "email": "admin@example.com", "password_expires_at": null}, {"name": "tenantnetwork2-user_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f", "links": {"self": "http://172.30.9.32:5000/v3/users/cc85205ca510412aa91eac469b858b42"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "cc85205ca510412aa91eac469b858b42", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.32:5000/v3/users/cde4327117ca4c8fa624a17d1560985e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cde4327117ca4c8fa624a17d1560985e", "email": "heat@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.32:5000/v3/users/d92e137287f84a8fb737391799d086f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d92e137287f84a8fb737391799d086f6", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.32:5000/v3/users", "previous": null, "next": null}} 2018-08-23 18:36:32,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users used request id req-dddd0384-84b8-4dc8-8a29-9a09b0324b15 2018-08-23 18:36:32,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102929830551s 2018-08-23 18:36:32,096 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users used request id req-dddd0384-84b8-4dc8-8a29-9a09b0324b15 2018-08-23 18:36:32,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-23 18:36:32,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/users/cc85205ca510412aa91eac469b858b42 -H "User-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}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:32,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eff88d6b-0147-4937-9acc-5e736f6e1c28 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f", "links": {"self": "http://172.30.9.32:5000/v3/users/cc85205ca510412aa91eac469b858b42"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "cc85205ca510412aa91eac469b858b42", "description": null}} 2018-08-23 18:36:32,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users/cc85205ca510412aa91eac469b858b42 used request id req-eff88d6b-0147-4937-9acc-5e736f6e1c28 2018-08-23 18:36:32,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0900590419769s 2018-08-23 18:36:32,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/users/cc85205ca510412aa91eac469b858b42 used request id req-eff88d6b-0147-4937-9acc-5e736f6e1c28 2018-08-23 18:36:32,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-23 18:36:32,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:5000/v3/users/cc85205ca510412aa91eac469b858b42 -H "User-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}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:32,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 18:36:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f15e627-54c4-4136-9ba9-7f3355adfede Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 18:36:32,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/users/cc85205ca510412aa91eac469b858b42 used request id req-5f15e627-54c4-4136-9ba9-7f3355adfede 2018-08-23 18:36:32,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.212327003479s 2018-08-23 18:36:32,405 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/users/cc85205ca510412aa91eac469b858b42 used request id req-5f15e627-54c4-4136-9ba9-7f3355adfede 2018-08-23 18:36:32,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-23 18:36:32,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:32,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74a3b24c-bd44-4db5-b906-6cef18f44620 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.32:5000/v3/projects/6ae3e0ebc37b4ec68a12a12af9713c8b"}, "tags": [], "enabled": true, "id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.32:5000/v3/projects/8dacaefbf0bf46bd912980b8c78e71f1"}, "tags": [], "enabled": true, "id": "8dacaefbf0bf46bd912980b8c78e71f1", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.32:5000/v3/projects/abc9cd03c6c642418530f1b6c938007f"}, "tags": [], "enabled": true, "id": "abc9cd03c6c642418530f1b6c938007f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_7781ae5c-7fd2-4677-8e00-f7d4eeaa365f"}]} 2018-08-23 18:36:32,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/projects used request id req-74a3b24c-bd44-4db5-b906-6cef18f44620 2018-08-23 18:36:32,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0893421173096s 2018-08-23 18:36:32,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/projects used request id req-74a3b24c-bd44-4db5-b906-6cef18f44620 2018-08-23 18:36:32,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-23 18:36:32,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:5000/v3/projects/abc9cd03c6c642418530f1b6c938007f -H "User-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}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:32,707 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 18:36:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39c706a8-1e48-4029-ac0a-28d2d705a819 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 18:36:32,707 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/projects/abc9cd03c6c642418530f1b6c938007f used request id req-39c706a8-1e48-4029-ac0a-28d2d705a819 2018-08-23 18:36:32,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.20148897171s 2018-08-23 18:36:32,707 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/projects/abc9cd03c6c642418530f1b6c938007f used request id req-39c706a8-1e48-4029-ac0a-28d2d705a819 2018-08-23 18:36:32,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-23 18:36:32,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:32,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5d3ed0e-41e1-44e5-a7f1-b4c50023a994 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.32:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "404f91e6f4f4490581ae442fb2ec9005", "links": {"self": "http://172.30.9.32:5000/v3/roles/404f91e6f4f4490581ae442fb2ec9005"}, "name": "admin"}, {"domain_id": null, "id": "516f2e25018249798b96705750195f87", "links": {"self": "http://172.30.9.32:5000/v3/roles/516f2e25018249798b96705750195f87"}, "name": "Member"}, {"domain_id": null, "id": "7c50668d7b9d41c4bba21d0154773ed0", "links": {"self": "http://172.30.9.32:5000/v3/roles/7c50668d7b9d41c4bba21d0154773ed0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.32:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ba295282822f4dd996533dff1764fbb3", "links": {"self": "http://172.30.9.32:5000/v3/roles/ba295282822f4dd996533dff1764fbb3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "d22149f9cb6b4de485d9091eaf918e49", "links": {"self": "http://172.30.9.32:5000/v3/roles/d22149f9cb6b4de485d9091eaf918e49"}, "name": "heat_stack_user"}]} 2018-08-23 18:36:32,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-a5d3ed0e-41e1-44e5-a7f1-b4c50023a994 2018-08-23 18:36:32,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109977006912s 2018-08-23 18:36:32,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.32:5000/v3/roles used request id req-a5d3ed0e-41e1-44e5-a7f1-b4c50023a994 2018-08-23 18:36:32,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-23 18:36:32,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:5000/v3/roles/516f2e25018249798b96705750195f87 -H "User-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}6f5e253ceed71589e844d5b44dc56b517c39d7a9" 2018-08-23 18:36:32,939 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 23 Aug 2018 18:36:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4f90318-2ef9-46a5-bea2-dc969f7581aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-23 18:36:32,939 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/roles/516f2e25018249798b96705750195f87 used request id req-a4f90318-2ef9-46a5-bea2-dc969f7581aa 2018-08-23 18:36:32,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.112704992294s 2018-08-23 18:36:32,939 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.32:5000/v3/roles/516f2e25018249798b96705750195f87 used request id req-a4f90318-2ef9-46a5-bea2-dc969f7581aa 2018-08-23 18:36:32,992 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-23 18:36:33,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-23 18:36:33,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-23 18:36:33,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-23 18:36:33,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-23 18:36:33,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-23 18:36:33,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-23 18:36:33,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-23 18:36:33,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-23 18:36:33,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-23 18:36:33,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-23 18:36:33,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 23 Aug 2018 18:36:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1e410de-f7df-4379-bd38-bd6c88a9c2b6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.32:5000/v3/", "rel": "self"}]}} 2018-08-23 18:36:33,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.32:5000//v3 used request id req-f1e410de-f7df-4379-bd38-bd6c88a9c2b6 2018-08-23 18:36:33,072 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.32:5000/v3/auth/tokens 2018-08-23 18:36:33,443 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "404f91e6f4f4490581ae442fb2ec9005", "name": "admin"}], "expires_at": "2018-08-23T19:36:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "008d4060ce1d47e4ae2519890578ebc1"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a77338c488c4b48acfd6035bb34d971"}, {"url": "http://172.30.9.32:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5d9c5440ff847feb9ac45d440ce523a"}], "type": "alarming", "id": "27999420a87d4e478df9da3fa39938a6", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "41cc15bd58c547c9af4b757d13e5d066"}, {"url": "http://172.30.9.32:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6db4f1fc5402484d8f1c6eb75ed19cb0"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d430e965667c4090a8ad86495bc2fa06"}], "type": "compute", "id": "3c90d367652a44c18a794ec1dd6c2cd0", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8ece0215e18d441d839be112d94a77e9"}, {"url": "http://172.30.9.32:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d536a7f74234431783c0ff7fb9025e9b"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f28ce9b646a64563995bfcb9f795c972"}], "type": "placement", "id": "501cdde11f554415811e8d0cce190669", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "940951d4cbde4002bae5aea73e1911be"}, {"url": "http://172.30.9.32:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9bd4b5d9b6ec4a94ac6ffe6a59aa8ab8"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a1a673e608d8474bbed39d3684006c3e"}], "type": "identity", "id": "5f8a1df9d4924a0bb5f93986ad7c71d0", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.32:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9045ed2f427b4d869784c899c8844ad7"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b569ac61fe9d432699ee4b566f3d3cd0"}, {"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fdf43c5a80144ec4be28a8e217e3d6e9"}], "type": "cloudformation", "id": "627d8c7f34e741a1bac3b63d194734dc", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "740aefd7175a4f439c910b21f2212f34", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.32:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1565a542be3848cea2f1ab43761af831"}, {"url": "http://192.30.9.8:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "64b2acad21bf49b2ad302b00ea42be49"}, {"url": "http://192.30.9.8:8004/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a75f0cb6f66249d4a93b1171672358ac"}], "type": "orchestration", "id": "95f661990ce74a8eaa2877199d330221", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.32:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2b54c356875f487e8b0b2a915de3550c"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7a7a6471f3f14c2898f73a760d301ddb"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bf74ee057b16427fb9f8085fe784494d"}], "type": "event", "id": "9ed01e20a9234f829fcbb70eaf17961d", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8de8ce78588c4358a18f42fcb7c6005c"}, {"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a01f786f46f7455caf6e8ef3434fb5f3"}, {"url": "http://172.30.9.32:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c4e4d7c84252458ca5eca834b28e930b"}], "type": "metric", "id": "9fe7b8c4321246858a014736c88952a4", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f6a43e197484fa4ca351e3af3c1a2"}, {"url": "http://192.30.9.8:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5828bbbbf062425c9d8b651da20800b1"}, {"url": "http://172.30.9.32:8776/v3/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8532d7781b154ce7af56e3bbfdcd9058"}], "type": "volumev3", "id": "aa63f8e9b04749efbb50fdeac1fbf9a2", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "142dfcff411c4d2286b6067679e2dec5"}, {"url": "http://192.30.9.8:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "933c57d0f2d84285baae4cb0e536bf0f"}, {"url": "http://172.30.9.32:8776/v1/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cd7e857fe1d148478382104de4f44163"}], "type": "volume", "id": "b1814f4fd0854b9cac1e45af45a6a077", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.32:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0df56af91d7a4888abd9a6492e231f58"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a53605d93d04b9c9d02f23b0ec53659"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cf57bad0bec6454d839c04dc3a9ba605"}], "type": "network", "id": "cff771c6800447be9a6ebb33ed821c86", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.32:8080/v1/AUTH_6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a8250c511824f83bb7597eb6724f899"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29e6d10de6b144dc90b5dfc02a7e2d8d"}, {"url": "http://12.0.0.23:8080/v1/AUTH_6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ba5d10dea58b42689b4b0261b626a681"}], "type": "object-store", "id": "d9c7bdcd2851411aaa8a7360935201ca", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "30a936ab87424036b452663b63c5c015"}, {"url": "http://192.30.9.8:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "39beb44e7a234db5828e9eb858273d34"}, {"url": "http://172.30.9.32:8776/v2/6ae3e0ebc37b4ec68a12a12af9713c8b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ce35bafa4a14e14b3e4a73a2e736568"}], "type": "volumev2", "id": "e1ebcdb083674e608d9215b828324ced", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.32:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "02521340115b401fb3b7a00223f7c1c8"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "36d62181461e46238cfcd0851e454c25"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "83638ebbce184f5aa0d21b5126c9b218"}], "type": "image", "id": "e6633f18ed1c405ab2a35908d0a994e3", "name": "glance"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "c584c80882e7409fa6924cec42922020"}, "audit_ids": ["41u6gBEZRr2pRXqh9BBX7g"], "issued_at": "2018-08-23T18:36:33.000000Z"}} 2018-08-23 18:36:33,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 18:36:33,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" 2018-08-23 18:36:33,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-c2b6c1fc-546e-4455-a86e-5c92771a7b61 Date: Thu, 23 Aug 2018 18:36:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"925b4555-d2e9-489e-b58c-15e631ed75ac","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8dacaefbf0bf46bd912980b8c78e71f1","l2_adjacency":true,"status":"ACTIVE","subnets":["d936ba6b-98ac-478f-bf58-5b8feceadede"],"description":"","tags":[],"updated_at":"2018-08-23T18:33:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:47Z","provider:network_type":"flat"}]} 2018-08-23 18:36:33,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c2b6c1fc-546e-4455-a86e-5c92771a7b61 2018-08-23 18:36:33,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.310408115387s 2018-08-23 18:36:33,757 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c2b6c1fc-546e-4455-a86e-5c92771a7b61 2018-08-23 18:36:33,758 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-23 18:36:33,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-23 18:36:33,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" -d '{"network": {"name": "vmready1-net_a38cb96d-d198-416c-9a10-82cff6cbe9c1", "admin_state_up": true}}' 2018-08-23 18:36:34,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-4881c372-09e5-4fcc-b1d3-1da4a03a26c3 Date: Thu, 23 Aug 2018 18:36:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8cfa6d06-480e-44fa-b1e2-836979fb2bd2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T18:36:34Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_a38cb96d-d198-416c-9a10-82cff6cbe9c1","admin_state_up":true,"tenant_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","created_at":"2018-08-23T18:36:33Z","mtu":1450}} 2018-08-23 18:36:34,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-4881c372-09e5-4fcc-b1d3-1da4a03a26c3 2018-08-23 18:36:34,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.551331996918s 2018-08-23 18:36:34,310 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-4881c372-09e5-4fcc-b1d3-1da4a03a26c3 2018-08-23 18:36:34,310 - 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-23T18:36:34Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8cfa6d06-480e-44fa-b1e2-836979fb2bd2', u'provider:segmentation_id': 18, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_a38cb96d-d198-416c-9a10-82cff6cbe9c1', u'created_at': u'2018-08-23T18:36:33Z', u'mtu': 1450, u'tenant_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b', u'l2_adjacency': True}) 2018-08-23 18:36:34,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 18:36:34,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" 2018-08-23 18:36:34,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-0c881802-86fe-497a-a06f-c0bafdc78f88 Date: Thu, 23 Aug 2018 18:36:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8cfa6d06-480e-44fa-b1e2-836979fb2bd2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T18:36:34Z","qos_policy_id":null,"name":"vmready1-net_a38cb96d-d198-416c-9a10-82cff6cbe9c1","admin_state_up":true,"tenant_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","created_at":"2018-08-23T18:36:33Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"925b4555-d2e9-489e-b58c-15e631ed75ac","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8dacaefbf0bf46bd912980b8c78e71f1","l2_adjacency":true,"status":"ACTIVE","subnets":["d936ba6b-98ac-478f-bf58-5b8feceadede"],"description":"","tags":[],"updated_at":"2018-08-23T18:33:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:47Z","provider:network_type":"flat"}]} 2018-08-23 18:36:34,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-0c881802-86fe-497a-a06f-c0bafdc78f88 2018-08-23 18:36:34,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10059094429s 2018-08-23 18:36:34,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-0c881802-86fe-497a-a06f-c0bafdc78f88 2018-08-23 18:36:34,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-23 18:36:34,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" -d '{"subnet": {"name": "vmready1-subnet_a38cb96d-d198-416c-9a10-82cff6cbe9c1", "enable_dhcp": true, "network_id": "8cfa6d06-480e-44fa-b1e2-836979fb2bd2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-23 18:36:34,831 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-b4776a92-7657-47f1-81b3-eee37941473f Date: Thu, 23 Aug 2018 18:36:34 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-23T18:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b022b351-d09d-4675-8ba1-d0d5a3eecafa","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_a38cb96d-d198-416c-9a10-82cff6cbe9c1","enable_dhcp":true,"segment_id":null,"network_id":"8cfa6d06-480e-44fa-b1e2-836979fb2bd2","tenant_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","created_at":"2018-08-23T18:36:34Z","ip_version":4}} 2018-08-23 18:36:34,831 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-b4776a92-7657-47f1-81b3-eee37941473f 2018-08-23 18:36:34,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.417308092117s 2018-08-23 18:36:34,832 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-b4776a92-7657-47f1-81b3-eee37941473f 2018-08-23 18:36:34,832 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T18:36:34Z', 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'b022b351-d09d-4675-8ba1-d0d5a3eecafa', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_a38cb96d-d198-416c-9a10-82cff6cbe9c1', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'8cfa6d06-480e-44fa-b1e2-836979fb2bd2', u'tenant_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b', u'created_at': u'2018-08-23T18:36:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b'}) 2018-08-23 18:36:34,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-23 18:36:34,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" -d '{"router": {"external_gateway_info": {"network_id": "925b4555-d2e9-489e-b58c-15e631ed75ac"}, "name": "vmready1-router_a38cb96d-d198-416c-9a10-82cff6cbe9c1", "admin_state_up": true}}' 2018-08-23 18:36:36,852 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-e05649ac-c2a4-47e9-a4b7-c60a7a9b0c20 Date: Thu, 23 Aug 2018 18:36:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "925b4555-d2e9-489e-b58c-15e631ed75ac", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d936ba6b-98ac-478f-bf58-5b8feceadede", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "created_at": "2018-08-23T18:36:34Z", "admin_state_up": true, "updated_at": "2018-08-23T18:36:36Z", "project_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "afdba14d-ba5c-4bd1-9663-42112caaf1bc", "name": "vmready1-router_a38cb96d-d198-416c-9a10-82cff6cbe9c1"}} 2018-08-23 18:36:36,852 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-e05649ac-c2a4-47e9-a4b7-c60a7a9b0c20 2018-08-23 18:36:36,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.01927304268s 2018-08-23 18:36:36,853 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-e05649ac-c2a4-47e9-a4b7-c60a7a9b0c20 2018-08-23 18:36:36,853 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-23T18:36:36Z', u'revision_number': 2, u'ha': False, u'id': u'afdba14d-ba5c-4bd1-9663-42112caaf1bc', u'external_gateway_info': {u'network_id': u'925b4555-d2e9-489e-b58c-15e631ed75ac', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'd936ba6b-98ac-478f-bf58-5b8feceadede', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_a38cb96d-d198-416c-9a10-82cff6cbe9c1', u'admin_state_up': True, u'tenant_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b', u'created_at': u'2018-08-23T18:36:34Z', u'flavor_id': None, u'routes': [], u'project_id': u'6ae3e0ebc37b4ec68a12a12af9713c8b'}) 2018-08-23 18:36:36,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-23 18:36:36,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/afdba14d-ba5c-4bd1-9663-42112caaf1bc/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}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" -d '{"subnet_id": "b022b351-d09d-4675-8ba1-d0d5a3eecafa"}' 2018-08-23 18:36:38,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d88b8d73-29e8-4491-85a2-24c96f9e6e82 Date: Thu, 23 Aug 2018 18:36:38 GMT RESP BODY: {"network_id": "8cfa6d06-480e-44fa-b1e2-836979fb2bd2", "tenant_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "subnet_id": "b022b351-d09d-4675-8ba1-d0d5a3eecafa", "subnet_ids": ["b022b351-d09d-4675-8ba1-d0d5a3eecafa"], "port_id": "b73e003c-055a-401e-b35a-043b84d7aae4", "id": "afdba14d-ba5c-4bd1-9663-42112caaf1bc"} 2018-08-23 18:36:38,785 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/afdba14d-ba5c-4bd1-9663-42112caaf1bc/add_router_interface.json used request id req-d88b8d73-29e8-4491-85a2-24c96f9e6e82 2018-08-23 18:36:38,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.93104887009s 2018-08-23 18:36:38,785 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/afdba14d-ba5c-4bd1-9663-42112caaf1bc/add_router_interface.json used request id req-d88b8d73-29e8-4491-85a2-24c96f9e6e82 returning object afdba14d-ba5c-4bd1-9663-42112caaf1bc 2018-08-23 18:36:38,786 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-23 18:36:38,914 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-23 18:36:38,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-23 18:36:38,920 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Thu, 23 Aug 2018 18:36:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.32:9292/v2/", "rel": "self"}]}]} 2018-08-23 18:36:38,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-23 18:36:38,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" 2018-08-23 18:36:39,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-72e52d3a-d2db-456e-8cd4-4ec58c5d336f Date: Thu, 23 Aug 2018 18:36:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-23 18:36:39,568 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.32:9292/v2/images used request id req-72e52d3a-d2db-456e-8cd4-4ec58c5d336f 2018-08-23 18:36:39,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.645251989365s 2018-08-23 18:36:39,568 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.32:9292/v2/images used request id req-72e52d3a-d2db-456e-8cd4-4ec58c5d336f 2018-08-23 18:36:39,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-23 18:36:39,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.32:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_a38cb96d-d198-416c-9a10-82cff6cbe9c1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_a38cb96d-d198-416c-9a10-82cff6cbe9c1"}' 2018-08-23 18:36:39,643 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.32:9292/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-78a65fa6-2451-40c1-9657-99c6cb1d23d7 Date: Thu, 23 Aug 2018 18:36:39 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423/file", "owner": "6ae3e0ebc37b4ec68a12a12af9713c8b", "id": "78fcc627-211d-4a49-ac4b-5aadaf546423", "size": null, "self": "/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-23T18:36:39Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_a38cb96d-d198-416c-9a10-82cff6cbe9c1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_a38cb96d-d198-416c-9a10-82cff6cbe9c1", "checksum": null, "created_at": "2018-08-23T18:36:39Z", "protected": false} 2018-08-23 18:36:39,643 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.32:9292/v2/images used request id req-78a65fa6-2451-40c1-9657-99c6cb1d23d7 2018-08-23 18:36:39,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0666558742523s 2018-08-23 18:36:39,643 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.32:9292/v2/images used request id req-78a65fa6-2451-40c1-9657-99c6cb1d23d7 returning object 78fcc627-211d-4a49-ac4b-5aadaf546423 2018-08-23 18:36:39,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-23 18:36:39,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9292/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423/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}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" -d '' 2018-08-23 18:38:39,672 - shade - DEBUG - Unable to establish connection to http://172.30.9.32:9292/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-23 18:38:39,672 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.027520895 seconds, retrying 2018-08-23 18:38:39,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9292/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423/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}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" -d '' 2018-08-23 18:38:40,408 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-f6653a81-fdbd-4317-b709-7b8c5da9c42c Date: Thu, 23 Aug 2018 18:38:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 18:38:40,408 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.32:9292/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423/file used request id req-f6653a81-fdbd-4317-b709-7b8c5da9c42c 2018-08-23 18:38:40,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.763832092s 2018-08-23 18:38:40,408 - shade - DEBUG - Deleting failed upload of image vmready1-img_a38cb96d-d198-416c-9a10-82cff6cbe9c1 2018-08-23 18:38:40,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-23 18:38:40,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9292/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423 -H "User-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}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" 2018-08-23 18:38:40,529 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a75d717b-38c4-414b-9887-6d857c42068b Date: Thu, 23 Aug 2018 18:38:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-23 18:38:40,529 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.32:9292/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423 used request id req-a75d717b-38c4-414b-9887-6d857c42068b 2018-08-23 18:38:40,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.119928121567s 2018-08-23 18:38:40,529 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.32:9292/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423 used request id req-a75d717b-38c4-414b-9887-6d857c42068b 2018-08-23 18:38:40,529 - shade - DEBUG - Image creation failed Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4729, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4849, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4793, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.32:9292/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423/file Conflict 2018-08-23 18:38:40,536 - functest.core.singlevm - ERROR - Cannot run vmready1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 239, in run self.image = self.publish_image() File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 92, in publish_image wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4729, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4849, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4793, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.32:9292/v2/images/78fcc627-211d-4a49-ac4b-5aadaf546423/file Conflict 2018-08-23 18:38:40,655 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-23 18:38:40,656 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:07 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-23 18:38:40,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-23 18:38:40,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.32:9696/v2.0/routers/afdba14d-ba5c-4bd1-9663-42112caaf1bc/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}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" -d '{"subnet_id": "b022b351-d09d-4675-8ba1-d0d5a3eecafa"}' 2018-08-23 18:38:43,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f22b0824-0085-48ce-9a86-38ab21c19c36 Date: Thu, 23 Aug 2018 18:38:43 GMT RESP BODY: {"network_id": "8cfa6d06-480e-44fa-b1e2-836979fb2bd2", "tenant_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "subnet_id": "b022b351-d09d-4675-8ba1-d0d5a3eecafa", "subnet_ids": ["b022b351-d09d-4675-8ba1-d0d5a3eecafa"], "port_id": "b73e003c-055a-401e-b35a-043b84d7aae4", "id": "afdba14d-ba5c-4bd1-9663-42112caaf1bc"} 2018-08-23 18:38:43,314 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/afdba14d-ba5c-4bd1-9663-42112caaf1bc/remove_router_interface.json used request id req-f22b0824-0085-48ce-9a86-38ab21c19c36 2018-08-23 18:38:43,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.65348005295s 2018-08-23 18:38:43,315 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.32:9696/v2.0/routers/afdba14d-ba5c-4bd1-9663-42112caaf1bc/remove_router_interface.json used request id req-f22b0824-0085-48ce-9a86-38ab21c19c36 returning object afdba14d-ba5c-4bd1-9663-42112caaf1bc 2018-08-23 18:38:43,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-23 18:38:43,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" 2018-08-23 18:38:43,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-cefa3f71-87fa-440b-9482-0aca22880ec5 Date: Thu, 23 Aug 2018 18:38:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "925b4555-d2e9-489e-b58c-15e631ed75ac", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "d936ba6b-98ac-478f-bf58-5b8feceadede", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "created_at": "2018-08-23T18:36:34Z", "admin_state_up": true, "updated_at": "2018-08-23T18:38:42Z", "project_id": "6ae3e0ebc37b4ec68a12a12af9713c8b", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "afdba14d-ba5c-4bd1-9663-42112caaf1bc", "name": "vmready1-router_a38cb96d-d198-416c-9a10-82cff6cbe9c1"}]} 2018-08-23 18:38:43,421 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-cefa3f71-87fa-440b-9482-0aca22880ec5 2018-08-23 18:38:43,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.106189966202s 2018-08-23 18:38:43,422 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/routers.json used request id req-cefa3f71-87fa-440b-9482-0aca22880ec5 2018-08-23 18:38:43,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-23 18:38:43,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/routers/afdba14d-ba5c-4bd1-9663-42112caaf1bc.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}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" 2018-08-23 18:38:44,372 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a220734b-f043-46e3-bcf9-348724f82c3a Content-Length: 0 Date: Thu, 23 Aug 2018 18:38:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 18:38:44,373 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/afdba14d-ba5c-4bd1-9663-42112caaf1bc.json used request id req-a220734b-f043-46e3-bcf9-348724f82c3a 2018-08-23 18:38:44,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 0.949558019638s 2018-08-23 18:38:44,373 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/routers/afdba14d-ba5c-4bd1-9663-42112caaf1bc.json used request id req-a220734b-f043-46e3-bcf9-348724f82c3a 2018-08-23 18:38:44,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-23 18:38:44,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" 2018-08-23 18:38:44,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-3bf22b02-4231-4725-a117-447b35333fc1 Date: Thu, 23 Aug 2018 18:38:44 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-23T18:36:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b022b351-d09d-4675-8ba1-d0d5a3eecafa","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_a38cb96d-d198-416c-9a10-82cff6cbe9c1","enable_dhcp":true,"segment_id":null,"network_id":"8cfa6d06-480e-44fa-b1e2-836979fb2bd2","tenant_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","created_at":"2018-08-23T18:36:34Z","ip_version":4},{"updated_at":"2018-08-23T18:33:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d936ba6b-98ac-478f-bf58-5b8feceadede","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"8dacaefbf0bf46bd912980b8c78e71f1","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"925b4555-d2e9-489e-b58c-15e631ed75ac","tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:51Z","ip_version":4}]} 2018-08-23 18:38:44,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-3bf22b02-4231-4725-a117-447b35333fc1 2018-08-23 18:38:44,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.039440870285s 2018-08-23 18:38:44,413 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/subnets.json used request id req-3bf22b02-4231-4725-a117-447b35333fc1 2018-08-23 18:38:44,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-23 18:38:44,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/subnets/b022b351-d09d-4675-8ba1-d0d5a3eecafa.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}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" 2018-08-23 18:38:45,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd93f5b2-8a4a-4b10-8700-f2f4697d77af Date: Thu, 23 Aug 2018 18:38:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 18:38:45,423 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/b022b351-d09d-4675-8ba1-d0d5a3eecafa.json used request id req-dd93f5b2-8a4a-4b10-8700-f2f4697d77af 2018-08-23 18:38:45,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.00825405121s 2018-08-23 18:38:45,423 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/subnets/b022b351-d09d-4675-8ba1-d0d5a3eecafa.json used request id req-dd93f5b2-8a4a-4b10-8700-f2f4697d77af 2018-08-23 18:38:45,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-23 18:38:45,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.32:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" 2018-08-23 18:38:45,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-958ae97e-2840-496b-950c-fa4b11de9f55 Date: Thu, 23 Aug 2018 18:38:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"8cfa6d06-480e-44fa-b1e2-836979fb2bd2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-23T18:38:45Z","qos_policy_id":null,"name":"vmready1-net_a38cb96d-d198-416c-9a10-82cff6cbe9c1","admin_state_up":true,"tenant_id":"6ae3e0ebc37b4ec68a12a12af9713c8b","created_at":"2018-08-23T18:36:33Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"925b4555-d2e9-489e-b58c-15e631ed75ac","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"8dacaefbf0bf46bd912980b8c78e71f1","l2_adjacency":true,"status":"ACTIVE","subnets":["d936ba6b-98ac-478f-bf58-5b8feceadede"],"description":"","tags":[],"updated_at":"2018-08-23T18:33:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"8dacaefbf0bf46bd912980b8c78e71f1","created_at":"2018-08-23T18:33:47Z","provider:network_type":"flat"}]} 2018-08-23 18:38:45,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-958ae97e-2840-496b-950c-fa4b11de9f55 2018-08-23 18:38:45,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0879352092743s 2018-08-23 18:38:45,512 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.32:9696/v2.0/networks.json used request id req-958ae97e-2840-496b-950c-fa4b11de9f55 2018-08-23 18:38:45,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-23 18:38:45,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.32:9696/v2.0/networks/8cfa6d06-480e-44fa-b1e2-836979fb2bd2.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}4ffbc113b4305ce70fb50c87ad6f3e3361cd9c3f" 2018-08-23 18:38:46,521 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-49ba402e-db5c-4729-84ca-1eead36b49b1 Date: Thu, 23 Aug 2018 18:38:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-23 18:38:46,521 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/8cfa6d06-480e-44fa-b1e2-836979fb2bd2.json used request id req-49ba402e-db5c-4729-84ca-1eead36b49b1 2018-08-23 18:38:46,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.00754714012s 2018-08-23 18:38:46,521 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.32:9696/v2.0/networks/8cfa6d06-480e-44fa-b1e2-836979fb2bd2.json used request id req-49ba402e-db5c-4729-84ca-1eead36b49b1 2018-08-23 18:38:46,521 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-23 18:38:46,522 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:03 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 02:07 | 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 | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-23 18:38:46,535 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR