2018-08-25 02:07:17,874 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-240 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-25 02:07:17,877 - 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.30,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.30:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=NuEmwTZdXZcYaycQZsUTjgYGA 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=0e9358ec070e433784ffa51510d16d5c export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=VDEpthHUegVZbdRghQbA47QFe export OS_REGION_NAME=regionOne 2018-08-25 02:07:17,877 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-25 02:07:17,878 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-25 02:07:17,905 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-25 02:07:18,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 02:07:18,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 02:07:18,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 02:07:18,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 02:07:18,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 02:07:18,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 02:07:18,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 02:07:18,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 02:07:18,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 02:07:18,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 02:07:18,260 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 02:07:18,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 02:07:18,267 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-25 02:07:18,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-25 02:07:18,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-25 02:07:18,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add3a58a-ea6a-4816-9b4e-986d760ebf42 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-08-25 02:07:18,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000//v3 used request id req-add3a58a-ea6a-4816-9b4e-986d760ebf42 2018-08-25 02:07:18,278 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-08-25 02:07:18,671 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ededf54af1884172bb4fd287d70279af", "name": "admin"}], "expires_at": "2018-08-25T03:07:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e9358ec070e433784ffa51510d16d5c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36df9374d763487e9155c1158268b032"}, {"url": "http://192.30.9.4:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc9495f9f74a425c965eccf7be7fb140"}, {"url": "http://192.30.9.4:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc12a03fae574b07a0352d031b34c150"}], "type": "orchestration", "id": "014bed0f5d414f11a50c405d3b9e71ca", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32ee834336aa48669e614024ba4938ac"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec30ec4ea82942088113e9a655851fe2"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecd0bff637bf41c5a13e5980dacc09bd"}], "type": "network", "id": "01a14e21f0aa448898200cd85898fb09", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1868458f56a14376b876ca6ff5cc087e"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8c79a1a2e8146e5aa028feb25a58da5"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec6bc7f6b784409f904c55c9617115d8"}], "type": "metric", "id": "2a8233e6679848d88d81a66550dbb737", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.35:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a33795f51be4ef9a8fb39e4446bd2d2"}, {"url": "http://172.30.9.30:8080/v1/AUTH_0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fcfb7b0846d42549b87c811648324f2"}, {"url": "http://12.0.0.35:8080/v1/AUTH_0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db7cc60dddad4c10b40b6fbba3ae8dee"}], "type": "object-store", "id": "4b0438f84c3b4a8988450c604d6528bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d61fe06ace141f6b091c1e92ea0b947"}, {"url": "http://192.30.9.4:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9958539158c46eaacd91473c491b6b3"}, {"url": "http://172.30.9.30:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c33eaafba82345ebba5b684bc0ea1e19"}], "type": "volume", "id": "5812f861850545edb74cf29f142188b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a512dcaac9b6437a99dbe02c2a6f9010"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1b2140880824eed94cf9fd4ba0717cc"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6ac5dc6c2d4470cb997d507cb9a7a75"}], "type": "event", "id": "636fabe041e949178d9f9dbc3b355caf", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1f99c4b13c42467d89fdd42c97a5ed2f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e8b0356a44f4131bc1fb6fd462c5e6f"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bdfcc0427cb94f459a3cab205d3a8078"}], "type": "image", "id": "648847cf1c224f6ba9e6bb3edca185b2", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13b28b90efc549328aaba8c6b7da897c"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44d5e1685b1e404b9d1154c06369b652"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "57f81498325249c3bbc525e81edb2ca8"}], "type": "identity", "id": "6b3c474bb5f3465d8aae47729f935afe", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b673338e65d45d88baa049ea1827fea"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc9ecd1eedd425b83b3c5c2d5bae985"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac229ffd64db4b28976b89e8c8e6730f"}], "type": "alarming", "id": "713ebd2f4b4146ecadad7d2f68e52950", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "393c0d932595404fb182d7a2708dc495"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9cf52f7775c4b9fb60290537a651ebb"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6d4aaa7c71144cf963b6f7a320a1845"}], "type": "compute", "id": "7f04b4594f3841069a0c5c494a782c77", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae7e198b05384035b7318886ea21a69e"}, {"url": "http://192.30.9.4:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d97a73cbe9fa4ecb915b85f845353fbb"}, {"url": "http://192.30.9.4:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea269e88e42b4f538a08f2bd4fd98090"}], "type": "volumev2", "id": "82efb3a91ba64708bfafe15c9e0d1d7e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1465f02234c148efa0669fa392539064"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "765ea2f0329746a783e149c9c5c5635e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4b8b5c26768414ca03cd231a55b2d21"}], "type": "placement", "id": "bdf0ebc63dd84e1fa963a7d3a8e6f64c", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410e20aedebf4e2a96ad41734ec4e6b8"}, {"url": "http://172.30.9.30:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e1b28e22d594765a687202313132edc"}, {"url": "http://192.30.9.4:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e27f22e87f9d4d8c8f9f14eb26858caa"}], "type": "volumev3", "id": "ddc3e92115554b60ad3c7fbafd1443e4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aa609d528f941da81455000b25acb96"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d58f95198dc4ea08df2499d5bd05114"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b54439d518204e39af7f1ed521267619"}], "type": "cloudformation", "id": "eb6a64de3b3e48eaa24e8bda2f42d344", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "ef6d08cf853e4917b8e8f348a651a519", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3f732c91e2fa41d68ff1218844dede4a"}, "audit_ids": ["2j-pIFEOR_yQ_YdSYPC3nA"], "issued_at": "2018-08-25T02:07:18.000000Z"}} 2018-08-25 02:07:18,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:19,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:18 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-8a1c844a-3f4a-4f75-9c73-d40b33aad58f x-compute-request-id: req-8a1c844a-3f4a-4f75-9c73-d40b33aad58f Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-25 02:07:19,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-aggregates used request id req-8a1c844a-3f4a-4f75-9c73-d40b33aad58f 2018-08-25 02:07:19,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.13065886497s 2018-08-25 02:07:19,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-aggregates used request id req-8a1c844a-3f4a-4f75-9c73-d40b33aad58f 2018-08-25 02:07:19,399 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-25 02:07:19,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-25 02:07:19,407 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 02:07: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.30: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.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-25 02:07:19,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 02:07:19,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:19,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-734fc7c8-6472-4e16-8feb-282b1e1a379e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/3000c113556a42c3bc4a24adb60e9e06"}, "tags": [], "enabled": true, "id": "3000c113556a42c3bc4a24adb60e9e06", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 02:07:19,576 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-734fc7c8-6472-4e16-8feb-282b1e1a379e 2018-08-25 02:07:19,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.167635917664s 2018-08-25 02:07:19,576 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-734fc7c8-6472-4e16-8feb-282b1e1a379e 2018-08-25 02:07:19,577 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'3000c113556a42c3bc4a24adb60e9e06', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-25 02:07:19,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-25 02:07:19,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:19,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23b7b314-5986-4143-812d-402cab12a0f1 Content-Encoding: gzip Content-Length: 1983 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0a33795f51be4ef9a8fb39e4446bd2d2"}, "url": "http://12.0.0.35:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b0438f84c3b4a8988450c604d6528bd", "id": "0a33795f51be4ef9a8fb39e4446bd2d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/13b28b90efc549328aaba8c6b7da897c"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6b3c474bb5f3465d8aae47729f935afe", "id": "13b28b90efc549328aaba8c6b7da897c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1465f02234c148efa0669fa392539064"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bdf0ebc63dd84e1fa963a7d3a8e6f64c", "id": "1465f02234c148efa0669fa392539064"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1868458f56a14376b876ca6ff5cc087e"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2a8233e6679848d88d81a66550dbb737", "id": "1868458f56a14376b876ca6ff5cc087e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1f99c4b13c42467d89fdd42c97a5ed2f"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "648847cf1c224f6ba9e6bb3edca185b2", "id": "1f99c4b13c42467d89fdd42c97a5ed2f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/32ee834336aa48669e614024ba4938ac"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "01a14e21f0aa448898200cd85898fb09", "id": "32ee834336aa48669e614024ba4938ac"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/36df9374d763487e9155c1158268b032"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "014bed0f5d414f11a50c405d3b9e71ca", "id": "36df9374d763487e9155c1158268b032"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/393c0d932595404fb182d7a2708dc495"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7f04b4594f3841069a0c5c494a782c77", "id": "393c0d932595404fb182d7a2708dc495"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3b673338e65d45d88baa049ea1827fea"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "713ebd2f4b4146ecadad7d2f68e52950", "id": "3b673338e65d45d88baa049ea1827fea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3fcfb7b0846d42549b87c811648324f2"}, "url": "http://172.30.9.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b0438f84c3b4a8988450c604d6528bd", "id": "3fcfb7b0846d42549b87c811648324f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/410e20aedebf4e2a96ad41734ec4e6b8"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ddc3e92115554b60ad3c7fbafd1443e4", "id": "410e20aedebf4e2a96ad41734ec4e6b8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/44d5e1685b1e404b9d1154c06369b652"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6b3c474bb5f3465d8aae47729f935afe", "id": "44d5e1685b1e404b9d1154c06369b652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4e1b28e22d594765a687202313132edc"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ddc3e92115554b60ad3c7fbafd1443e4", "id": "4e1b28e22d594765a687202313132edc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/57f81498325249c3bbc525e81edb2ca8"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6b3c474bb5f3465d8aae47729f935afe", "id": "57f81498325249c3bbc525e81edb2ca8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5dc9ecd1eedd425b83b3c5c2d5bae985"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "713ebd2f4b4146ecadad7d2f68e52950", "id": "5dc9ecd1eedd425b83b3c5c2d5bae985"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6aa609d528f941da81455000b25acb96"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb6a64de3b3e48eaa24e8bda2f42d344", "id": "6aa609d528f941da81455000b25acb96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6d58f95198dc4ea08df2499d5bd05114"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb6a64de3b3e48eaa24e8bda2f42d344", "id": "6d58f95198dc4ea08df2499d5bd05114"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6d61fe06ace141f6b091c1e92ea0b947"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5812f861850545edb74cf29f142188b2", "id": "6d61fe06ace141f6b091c1e92ea0b947"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/765ea2f0329746a783e149c9c5c5635e"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bdf0ebc63dd84e1fa963a7d3a8e6f64c", "id": "765ea2f0329746a783e149c9c5c5635e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9e8b0356a44f4131bc1fb6fd462c5e6f"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "648847cf1c224f6ba9e6bb3edca185b2", "id": "9e8b0356a44f4131bc1fb6fd462c5e6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a512dcaac9b6437a99dbe02c2a6f9010"}, "url": "http://172.30.9.30:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "636fabe041e949178d9f9dbc3b355caf", "id": "a512dcaac9b6437a99dbe02c2a6f9010"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/a9958539158c46eaacd91473c491b6b3"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5812f861850545edb74cf29f142188b2", "id": "a9958539158c46eaacd91473c491b6b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ac229ffd64db4b28976b89e8c8e6730f"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "713ebd2f4b4146ecadad7d2f68e52950", "id": "ac229ffd64db4b28976b89e8c8e6730f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ae7e198b05384035b7318886ea21a69e"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "82efb3a91ba64708bfafe15c9e0d1d7e", "id": "ae7e198b05384035b7318886ea21a69e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b54439d518204e39af7f1ed521267619"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb6a64de3b3e48eaa24e8bda2f42d344", "id": "b54439d518204e39af7f1ed521267619"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bc9495f9f74a425c965eccf7be7fb140"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "014bed0f5d414f11a50c405d3b9e71ca", "id": "bc9495f9f74a425c965eccf7be7fb140"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bdfcc0427cb94f459a3cab205d3a8078"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "648847cf1c224f6ba9e6bb3edca185b2", "id": "bdfcc0427cb94f459a3cab205d3a8078"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c33eaafba82345ebba5b684bc0ea1e19"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5812f861850545edb74cf29f142188b2", "id": "c33eaafba82345ebba5b684bc0ea1e19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d1b2140880824eed94cf9fd4ba0717cc"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "636fabe041e949178d9f9dbc3b355caf", "id": "d1b2140880824eed94cf9fd4ba0717cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d97a73cbe9fa4ecb915b85f845353fbb"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "82efb3a91ba64708bfafe15c9e0d1d7e", "id": "d97a73cbe9fa4ecb915b85f845353fbb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d9cf52f7775c4b9fb60290537a651ebb"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7f04b4594f3841069a0c5c494a782c77", "id": "d9cf52f7775c4b9fb60290537a651ebb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/db7cc60dddad4c10b40b6fbba3ae8dee"}, "url": "http://12.0.0.35:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b0438f84c3b4a8988450c604d6528bd", "id": "db7cc60dddad4c10b40b6fbba3ae8dee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e27f22e87f9d4d8c8f9f14eb26858caa"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ddc3e92115554b60ad3c7fbafd1443e4", "id": "e27f22e87f9d4d8c8f9f14eb26858caa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e6ac5dc6c2d4470cb997d507cb9a7a75"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "636fabe041e949178d9f9dbc3b355caf", "id": "e6ac5dc6c2d4470cb997d507cb9a7a75"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e6d4aaa7c71144cf963b6f7a320a1845"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7f04b4594f3841069a0c5c494a782c77", "id": "e6d4aaa7c71144cf963b6f7a320a1845"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e8c79a1a2e8146e5aa028feb25a58da5"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2a8233e6679848d88d81a66550dbb737", "id": "e8c79a1a2e8146e5aa028feb25a58da5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ea269e88e42b4f538a08f2bd4fd98090"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "82efb3a91ba64708bfafe15c9e0d1d7e", "id": "ea269e88e42b4f538a08f2bd4fd98090"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ec30ec4ea82942088113e9a655851fe2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "01a14e21f0aa448898200cd85898fb09", "id": "ec30ec4ea82942088113e9a655851fe2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ec6bc7f6b784409f904c55c9617115d8"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2a8233e6679848d88d81a66550dbb737", "id": "ec6bc7f6b784409f904c55c9617115d8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ecd0bff637bf41c5a13e5980dacc09bd"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "01a14e21f0aa448898200cd85898fb09", "id": "ecd0bff637bf41c5a13e5980dacc09bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/f4b8b5c26768414ca03cd231a55b2d21"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bdf0ebc63dd84e1fa963a7d3a8e6f64c", "id": "f4b8b5c26768414ca03cd231a55b2d21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/fc12a03fae574b07a0352d031b34c150"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "014bed0f5d414f11a50c405d3b9e71ca", "id": "fc12a03fae574b07a0352d031b34c150"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-25 02:07:19,779 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-23b7b314-5986-4143-812d-402cab12a0f1 2018-08-25 02:07:19,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.197952032089s 2018-08-25 02:07:19,779 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-23b7b314-5986-4143-812d-402cab12a0f1 2018-08-25 02:07:19,786 - 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.30:5000/v3/endpoints/0a33795f51be4ef9a8fb39e4446bd2d2'}, u'url': u'http://12.0.0.35:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4b0438f84c3b4a8988450c604d6528bd', u'id': u'0a33795f51be4ef9a8fb39e4446bd2d2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/13b28b90efc549328aaba8c6b7da897c'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6b3c474bb5f3465d8aae47729f935afe', u'id': u'13b28b90efc549328aaba8c6b7da897c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/1465f02234c148efa0669fa392539064'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bdf0ebc63dd84e1fa963a7d3a8e6f64c', u'id': u'1465f02234c148efa0669fa392539064'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/1868458f56a14376b876ca6ff5cc087e'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2a8233e6679848d88d81a66550dbb737', u'id': u'1868458f56a14376b876ca6ff5cc087e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/1f99c4b13c42467d89fdd42c97a5ed2f'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'648847cf1c224f6ba9e6bb3edca185b2', u'id': u'1f99c4b13c42467d89fdd42c97a5ed2f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/32ee834336aa48669e614024ba4938ac'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'01a14e21f0aa448898200cd85898fb09', u'id': u'32ee834336aa48669e614024ba4938ac'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/36df9374d763487e9155c1158268b032'}, u'url': u'http://172.30.9.30:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'014bed0f5d414f11a50c405d3b9e71ca', u'id': u'36df9374d763487e9155c1158268b032'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/393c0d932595404fb182d7a2708dc495'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7f04b4594f3841069a0c5c494a782c77', u'id': u'393c0d932595404fb182d7a2708dc495'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/3b673338e65d45d88baa049ea1827fea'}, u'url': u'http://172.30.9.30:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'713ebd2f4b4146ecadad7d2f68e52950', u'id': u'3b673338e65d45d88baa049ea1827fea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/3fcfb7b0846d42549b87c811648324f2'}, u'url': u'http://172.30.9.30:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4b0438f84c3b4a8988450c604d6528bd', u'id': u'3fcfb7b0846d42549b87c811648324f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/410e20aedebf4e2a96ad41734ec4e6b8'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ddc3e92115554b60ad3c7fbafd1443e4', u'id': u'410e20aedebf4e2a96ad41734ec4e6b8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/44d5e1685b1e404b9d1154c06369b652'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6b3c474bb5f3465d8aae47729f935afe', u'id': u'44d5e1685b1e404b9d1154c06369b652'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4e1b28e22d594765a687202313132edc'}, u'url': u'http://172.30.9.30:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ddc3e92115554b60ad3c7fbafd1443e4', u'id': u'4e1b28e22d594765a687202313132edc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/57f81498325249c3bbc525e81edb2ca8'}, u'url': u'http://172.30.9.30:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6b3c474bb5f3465d8aae47729f935afe', u'id': u'57f81498325249c3bbc525e81edb2ca8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/5dc9ecd1eedd425b83b3c5c2d5bae985'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'713ebd2f4b4146ecadad7d2f68e52950', u'id': u'5dc9ecd1eedd425b83b3c5c2d5bae985'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/6aa609d528f941da81455000b25acb96'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'eb6a64de3b3e48eaa24e8bda2f42d344', u'id': u'6aa609d528f941da81455000b25acb96'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/6d58f95198dc4ea08df2499d5bd05114'}, u'url': u'http://172.30.9.30:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'eb6a64de3b3e48eaa24e8bda2f42d344', u'id': u'6d58f95198dc4ea08df2499d5bd05114'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/6d61fe06ace141f6b091c1e92ea0b947'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5812f861850545edb74cf29f142188b2', u'id': u'6d61fe06ace141f6b091c1e92ea0b947'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/765ea2f0329746a783e149c9c5c5635e'}, u'url': u'http://172.30.9.30:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bdf0ebc63dd84e1fa963a7d3a8e6f64c', u'id': u'765ea2f0329746a783e149c9c5c5635e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/9e8b0356a44f4131bc1fb6fd462c5e6f'}, u'url': u'http://172.30.9.30:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'648847cf1c224f6ba9e6bb3edca185b2', u'id': u'9e8b0356a44f4131bc1fb6fd462c5e6f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/a512dcaac9b6437a99dbe02c2a6f9010'}, u'url': u'http://172.30.9.30:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'636fabe041e949178d9f9dbc3b355caf', u'id': u'a512dcaac9b6437a99dbe02c2a6f9010'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/a9958539158c46eaacd91473c491b6b3'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5812f861850545edb74cf29f142188b2', u'id': u'a9958539158c46eaacd91473c491b6b3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ac229ffd64db4b28976b89e8c8e6730f'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'713ebd2f4b4146ecadad7d2f68e52950', u'id': u'ac229ffd64db4b28976b89e8c8e6730f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ae7e198b05384035b7318886ea21a69e'}, u'url': u'http://172.30.9.30:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'82efb3a91ba64708bfafe15c9e0d1d7e', u'id': u'ae7e198b05384035b7318886ea21a69e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/b54439d518204e39af7f1ed521267619'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'eb6a64de3b3e48eaa24e8bda2f42d344', u'id': u'b54439d518204e39af7f1ed521267619'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/bc9495f9f74a425c965eccf7be7fb140'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'014bed0f5d414f11a50c405d3b9e71ca', u'id': u'bc9495f9f74a425c965eccf7be7fb140'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/bdfcc0427cb94f459a3cab205d3a8078'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'648847cf1c224f6ba9e6bb3edca185b2', u'id': u'bdfcc0427cb94f459a3cab205d3a8078'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/c33eaafba82345ebba5b684bc0ea1e19'}, u'url': u'http://172.30.9.30:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5812f861850545edb74cf29f142188b2', u'id': u'c33eaafba82345ebba5b684bc0ea1e19'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/d1b2140880824eed94cf9fd4ba0717cc'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'636fabe041e949178d9f9dbc3b355caf', u'id': u'd1b2140880824eed94cf9fd4ba0717cc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/d97a73cbe9fa4ecb915b85f845353fbb'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'82efb3a91ba64708bfafe15c9e0d1d7e', u'id': u'd97a73cbe9fa4ecb915b85f845353fbb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/d9cf52f7775c4b9fb60290537a651ebb'}, u'url': u'http://172.30.9.30:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7f04b4594f3841069a0c5c494a782c77', u'id': u'd9cf52f7775c4b9fb60290537a651ebb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/db7cc60dddad4c10b40b6fbba3ae8dee'}, u'url': u'http://12.0.0.35:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4b0438f84c3b4a8988450c604d6528bd', u'id': u'db7cc60dddad4c10b40b6fbba3ae8dee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e27f22e87f9d4d8c8f9f14eb26858caa'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ddc3e92115554b60ad3c7fbafd1443e4', u'id': u'e27f22e87f9d4d8c8f9f14eb26858caa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e6ac5dc6c2d4470cb997d507cb9a7a75'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'636fabe041e949178d9f9dbc3b355caf', u'id': u'e6ac5dc6c2d4470cb997d507cb9a7a75'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e6d4aaa7c71144cf963b6f7a320a1845'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7f04b4594f3841069a0c5c494a782c77', u'id': u'e6d4aaa7c71144cf963b6f7a320a1845'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e8c79a1a2e8146e5aa028feb25a58da5'}, u'url': u'http://172.30.9.30:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2a8233e6679848d88d81a66550dbb737', u'id': u'e8c79a1a2e8146e5aa028feb25a58da5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ea269e88e42b4f538a08f2bd4fd98090'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'82efb3a91ba64708bfafe15c9e0d1d7e', u'id': u'ea269e88e42b4f538a08f2bd4fd98090'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ec30ec4ea82942088113e9a655851fe2'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'01a14e21f0aa448898200cd85898fb09', u'id': u'ec30ec4ea82942088113e9a655851fe2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ec6bc7f6b784409f904c55c9617115d8'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2a8233e6679848d88d81a66550dbb737', u'id': u'ec6bc7f6b784409f904c55c9617115d8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ecd0bff637bf41c5a13e5980dacc09bd'}, u'url': u'http://172.30.9.30:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'01a14e21f0aa448898200cd85898fb09', u'id': u'ecd0bff637bf41c5a13e5980dacc09bd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/f4b8b5c26768414ca03cd231a55b2d21'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bdf0ebc63dd84e1fa963a7d3a8e6f64c', u'id': u'f4b8b5c26768414ca03cd231a55b2d21'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/fc12a03fae574b07a0352d031b34c150'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'014bed0f5d414f11a50c405d3b9e71ca', u'id': u'fc12a03fae574b07a0352d031b34c150'})] 2018-08-25 02:07:19,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-25 02:07:19,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:19,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:19 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-e2fdc8e5-cb5d-42f6-8633-0032b82f1f16 x-compute-request-id: req-e2fdc8e5-cb5d-42f6-8633-0032b82f1f16 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-25 02:07:19,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/extensions used request id req-e2fdc8e5-cb5d-42f6-8633-0032b82f1f16 2018-08-25 02:07:19,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.111968994141s 2018-08-25 02:07:19,901 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/extensions used request id req-e2fdc8e5-cb5d-42f6-8633-0032b82f1f16 2018-08-25 02:07:19,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-25 02:07:19,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:21,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:19 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-00a4a5bc-8e31-4dc1-be3e-20793d3dbd91 x-compute-request-id: req-00a4a5bc-8e31-4dc1-be3e-20793d3dbd91 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-25 02:07:21,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-floating-ip-pools used request id req-00a4a5bc-8e31-4dc1-be3e-20793d3dbd91 2018-08-25 02:07:21,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.66773486137s 2018-08-25 02:07:21,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-floating-ip-pools used request id req-00a4a5bc-8e31-4dc1-be3e-20793d3dbd91 2018-08-25 02:07:21,585 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-25 02:07:21,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 02:07:21,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:21,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5261fd5a-b4f1-417f-bd03-f71539c2f986 Date: Sat, 25 Aug 2018 02:07:21 GMT RESP BODY: {"floatingips": []} 2018-08-25 02:07:21,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-5261fd5a-b4f1-417f-bd03-f71539c2f986 2018-08-25 02:07:21,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0200119018555s 2018-08-25 02:07:21,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-5261fd5a-b4f1-417f-bd03-f71539c2f986 2018-08-25 02:07:21,611 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-25 02:07:21,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-25 02:07:21,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:21,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:21 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-394d02b1-87a4-4691-8c1b-3b2a9098dfca x-compute-request-id: req-394d02b1-87a4-4691-8c1b-3b2a9098dfca Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 32}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 65}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 5}]} 2018-08-25 02:07:21,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-394d02b1-87a4-4691-8c1b-3b2a9098dfca 2018-08-25 02:07:21,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0495579242706s 2018-08-25 02:07:21,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-394d02b1-87a4-4691-8c1b-3b2a9098dfca 2018-08-25 02:07:21,662 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "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': 32}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', 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': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 65}, 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-25 02:07:21,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-25 02:07:21,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:21,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:21 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-891f1a84-3af5-4be4-a4df-d88f6c684b25 x-compute-request-id: req-891f1a84-3af5-4be4-a4df-d88f6c684b25 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-25 02:07:21,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-891f1a84-3af5-4be4-a4df-d88f6c684b25 2018-08-25 02:07:21,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.124722957611s 2018-08-25 02:07:21,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-891f1a84-3af5-4be4-a4df-d88f6c684b25 2018-08-25 02:07:21,788 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-25 02:07:21,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 02:07:21,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:22,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bcf11082-e92a-4ae5-a186-2ede06678d1c Date: Sat, 25 Aug 2018 02:07:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9663dd8628d14b7fa1ec9656ef55e89c","status":"ACTIVE","subnets":["b1410baf-b1b4-45ee-9361-ce71f75a47ab"],"description":"","tags":[],"updated_at":"2018-08-25T02:03:07Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:00Z","provider:network_type":"flat"}]} 2018-08-25 02:07:22,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-bcf11082-e92a-4ae5-a186-2ede06678d1c 2018-08-25 02:07:22,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.02178478241s 2018-08-25 02:07:22,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-bcf11082-e92a-4ae5-a186-2ede06678d1c 2018-08-25 02:07:22,811 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'b1410baf-b1b4-45ee-9361-ce71f75a47ab'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T02:03:07Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'9663dd8628d14b7fa1ec9656ef55e89c', u'created_at': u'2018-08-25T02:03:00Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9663dd8628d14b7fa1ec9656ef55e89c'})] 2018-08-25 02:07:22,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 02:07:22,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:23,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-75f39306-7ae6-402e-a485-fc99a0797736 Date: Sat, 25 Aug 2018 02:07:23 GMT RESP BODY: {"ports":[]} 2018-08-25 02:07:23,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json used request id req-75f39306-7ae6-402e-a485-fc99a0797736 2018-08-25 02:07:23,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.97550201416s 2018-08-25 02:07:23,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json used request id req-75f39306-7ae6-402e-a485-fc99a0797736 2018-08-25 02:07:23,788 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-25 02:07:23,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 02:07:23,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:23,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7304b3e5-c77d-4d8d-8535-fd23c59a5d9f Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "0fef73e6863548059996e4b4ff399ec4"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/0fef73e6863548059996e4b4ff399ec4/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "20737a4776544c8f81297ba18e821ec4"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/20737a4776544c8f81297ba18e821ec4/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "29d86338dcc44112b0122351a308c223"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/29d86338dcc44112b0122351a308c223/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "0e9358ec070e433784ffa51510d16d5c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "3f732c91e2fa41d68ff1218844dede4a"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/0e9358ec070e433784ffa51510d16d5c/users/3f732c91e2fa41d68ff1218844dede4a/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "43fa1a6135c94f7c8e8ca3acd29a9a9c"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/43fa1a6135c94f7c8e8ca3acd29a9a9c/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "516941d1af334fcc97263e3c954ef317"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/516941d1af334fcc97263e3c954ef317/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "6602718802f845d4bb350287372646ac"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/6602718802f845d4bb350287372646ac/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "bca769bdd7324a10841792e4a3445c04"}, "user": {"id": "81e85f99b503433d95ae603775e3897b"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/81e85f99b503433d95ae603775e3897b/roles/bca769bdd7324a10841792e4a3445c04"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "81e85f99b503433d95ae603775e3897b"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/81e85f99b503433d95ae603775e3897b/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "871c9ac7e11d436fa993f70257f0673f"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/871c9ac7e11d436fa993f70257f0673f/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "b04df307882344c5a821c041de70af1d"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/b04df307882344c5a821c041de70af1d/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "b906c71610624272abaebc4bfa93d3bf"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/b906c71610624272abaebc4bfa93d3bf/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "e3f85a4f8e1045e5a287ba5b32ac5b72"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/e3f85a4f8e1045e5a287ba5b32ac5b72/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"project": {"id": "9663dd8628d14b7fa1ec9656ef55e89c"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "f222950d40fb4f3a9fa96e948f94d7f6"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c/users/f222950d40fb4f3a9fa96e948f94d7f6/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"domain": {"id": "3000c113556a42c3bc4a24adb60e9e06"}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "1c78f003dffe460b9526fb7f290790a1"}, "links": {"assignment": "http://172.30.9.30:5000/v3/domains/3000c113556a42c3bc4a24adb60e9e06/users/1c78f003dffe460b9526fb7f290790a1/roles/ededf54af1884172bb4fd287d70279af"}}, {"scope": {"system": {"all": true}}, "role": {"id": "ededf54af1884172bb4fd287d70279af"}, "user": {"id": "3f732c91e2fa41d68ff1218844dede4a"}, "links": {"assignment": "http://172.30.9.30:5000/v3/system/users/3f732c91e2fa41d68ff1218844dede4a/roles/ededf54af1884172bb4fd287d70279af"}}], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-25 02:07:23,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments used request id req-7304b3e5-c77d-4d8d-8535-fd23c59a5d9f 2018-08-25 02:07:23,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.159656047821s 2018-08-25 02:07:23,952 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments used request id req-7304b3e5-c77d-4d8d-8535-fd23c59a5d9f 2018-08-25 02:07:23,954 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'0fef73e6863548059996e4b4ff399ec4'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'20737a4776544c8f81297ba18e821ec4'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'29d86338dcc44112b0122351a308c223'}), Munch({'project': u'0e9358ec070e433784ffa51510d16d5c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'3f732c91e2fa41d68ff1218844dede4a'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'43fa1a6135c94f7c8e8ca3acd29a9a9c'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'516941d1af334fcc97263e3c954ef317'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'6602718802f845d4bb350287372646ac'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'bca769bdd7324a10841792e4a3445c04', 'user': u'81e85f99b503433d95ae603775e3897b'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'81e85f99b503433d95ae603775e3897b'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'871c9ac7e11d436fa993f70257f0673f'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'b04df307882344c5a821c041de70af1d'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'b906c71610624272abaebc4bfa93d3bf'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'e3f85a4f8e1045e5a287ba5b32ac5b72'}), Munch({'project': u'9663dd8628d14b7fa1ec9656ef55e89c', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'f222950d40fb4f3a9fa96e948f94d7f6'}), Munch({'domain': u'3000c113556a42c3bc4a24adb60e9e06', 'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'1c78f003dffe460b9526fb7f290790a1'}), Munch({'id': u'ededf54af1884172bb4fd287d70279af', 'user': u'3f732c91e2fa41d68ff1218844dede4a'})] 2018-08-25 02:07:23,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 02:07:23,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:24,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b853ea63-6ec5-409e-9c9f-a21216f67401 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "067587bfd29145eab642301b41e4afff", "links": {"self": "http://172.30.9.30:5000/v3/roles/067587bfd29145eab642301b41e4afff"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b9157dc3ab194e4eaa3eb8bbc3d5690a", "links": {"self": "http://172.30.9.30:5000/v3/roles/b9157dc3ab194e4eaa3eb8bbc3d5690a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "bca769bdd7324a10841792e4a3445c04", "links": {"self": "http://172.30.9.30:5000/v3/roles/bca769bdd7324a10841792e4a3445c04"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ededf54af1884172bb4fd287d70279af", "links": {"self": "http://172.30.9.30:5000/v3/roles/ededf54af1884172bb4fd287d70279af"}, "name": "admin"}]} 2018-08-25 02:07:24,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b853ea63-6ec5-409e-9c9f-a21216f67401 2018-08-25 02:07:24,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.213433980942s 2018-08-25 02:07:24,172 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b853ea63-6ec5-409e-9c9f-a21216f67401 2018-08-25 02:07:24,173 - 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'heat_stack_user', 'id': u'067587bfd29145eab642301b41e4afff'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'b9157dc3ab194e4eaa3eb8bbc3d5690a'}), 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'bca769bdd7324a10841792e4a3445c04'}), 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'ededf54af1884172bb4fd287d70279af'})] 2018-08-25 02:07:24,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 02:07:24,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:25,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-73a070d0-4aba-40c2-90e6-33c8709819a8 Date: Sat, 25 Aug 2018 02:07:25 GMT RESP BODY: {"routers": []} 2018-08-25 02:07:25,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-73a070d0-4aba-40c2-90e6-33c8709819a8 2018-08-25 02:07:25,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.836157083511s 2018-08-25 02:07:25,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-73a070d0-4aba-40c2-90e6-33c8709819a8 2018-08-25 02:07:25,010 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-25 02:07:25,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 02:07:25,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:25,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7cdc6982-de1d-49ab-b61e-975d8378e31a x-compute-request-id: req-7cdc6982-de1d-49ab-b61e-975d8378e31a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 02:07:25,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7cdc6982-de1d-49ab-b61e-975d8378e31a 2018-08-25 02:07:25,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0743350982666s 2018-08-25 02:07:25,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-7cdc6982-de1d-49ab-b61e-975d8378e31a 2018-08-25 02:07:25,086 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-25 02:07:25,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-25 02:07:25,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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-25 02:07:25,099 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 02:07:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4: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.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-25 02:07:25,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:25,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b7eaf24-876a-4365-875c-5246363b87a1 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/014bed0f5d414f11a50c405d3b9e71ca"}, "enabled": true, "type": "orchestration", "id": "014bed0f5d414f11a50c405d3b9e71ca", "name": "heat"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/01a14e21f0aa448898200cd85898fb09"}, "enabled": true, "type": "network", "id": "01a14e21f0aa448898200cd85898fb09", "name": "neutron"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2a8233e6679848d88d81a66550dbb737"}, "enabled": true, "type": "metric", "id": "2a8233e6679848d88d81a66550dbb737", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4b0438f84c3b4a8988450c604d6528bd"}, "enabled": true, "type": "object-store", "id": "4b0438f84c3b4a8988450c604d6528bd", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5812f861850545edb74cf29f142188b2"}, "enabled": true, "type": "volume", "id": "5812f861850545edb74cf29f142188b2", "name": "cinder"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/636fabe041e949178d9f9dbc3b355caf"}, "enabled": true, "type": "event", "id": "636fabe041e949178d9f9dbc3b355caf", "name": "panko"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/648847cf1c224f6ba9e6bb3edca185b2"}, "enabled": true, "type": "image", "id": "648847cf1c224f6ba9e6bb3edca185b2", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6b3c474bb5f3465d8aae47729f935afe"}, "enabled": true, "type": "identity", "id": "6b3c474bb5f3465d8aae47729f935afe", "name": "keystone"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/713ebd2f4b4146ecadad7d2f68e52950"}, "enabled": true, "type": "alarming", "id": "713ebd2f4b4146ecadad7d2f68e52950", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7f04b4594f3841069a0c5c494a782c77"}, "enabled": true, "type": "compute", "id": "7f04b4594f3841069a0c5c494a782c77", "name": "nova"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/82efb3a91ba64708bfafe15c9e0d1d7e"}, "enabled": true, "type": "volumev2", "id": "82efb3a91ba64708bfafe15c9e0d1d7e", "name": "cinderv2"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/bdf0ebc63dd84e1fa963a7d3a8e6f64c"}, "enabled": true, "type": "placement", "id": "bdf0ebc63dd84e1fa963a7d3a8e6f64c", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/ddc3e92115554b60ad3c7fbafd1443e4"}, "enabled": true, "type": "volumev3", "id": "ddc3e92115554b60ad3c7fbafd1443e4", "name": "cinderv3"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/eb6a64de3b3e48eaa24e8bda2f42d344"}, "enabled": true, "type": "cloudformation", "id": "eb6a64de3b3e48eaa24e8bda2f42d344", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ef6d08cf853e4917b8e8f348a651a519"}, "enabled": true, "type": "metering", "id": "ef6d08cf853e4917b8e8f348a651a519", "name": "ceilometer"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-25 02:07:25,255 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-7b7eaf24-876a-4365-875c-5246363b87a1 2018-08-25 02:07:25,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.165433883667s 2018-08-25 02:07:25,255 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-7b7eaf24-876a-4365-875c-5246363b87a1 2018-08-25 02:07:25,260 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'014bed0f5d414f11a50c405d3b9e71ca', 'name': u'heat'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'01a14e21f0aa448898200cd85898fb09', 'name': u'neutron'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'2a8233e6679848d88d81a66550dbb737', 'name': u'gnocchi'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'4b0438f84c3b4a8988450c604d6528bd', 'name': u'swift'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'5812f861850545edb74cf29f142188b2', 'name': u'cinder'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'636fabe041e949178d9f9dbc3b355caf', 'name': u'panko'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'648847cf1c224f6ba9e6bb3edca185b2', 'name': u'glance'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'6b3c474bb5f3465d8aae47729f935afe', 'name': u'keystone'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'713ebd2f4b4146ecadad7d2f68e52950', 'name': u'aodh'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'7f04b4594f3841069a0c5c494a782c77', 'name': u'nova'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'82efb3a91ba64708bfafe15c9e0d1d7e', 'name': u'cinderv2'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'bdf0ebc63dd84e1fa963a7d3a8e6f64c', 'name': u'placement'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'ddc3e92115554b60ad3c7fbafd1443e4', 'name': u'cinderv3'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'eb6a64de3b3e48eaa24e8bda2f42d344', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'ef6d08cf853e4917b8e8f348a651a519', 'name': u'ceilometer'})] 2018-08-25 02:07:25,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 02:07:25,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}4bc6f20b3e29afcc6bc3690a7cc85b44147b4e6b" 2018-08-25 02:07:26,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-beec32af-8619-4267-97eb-1df22c1da0fc Date: Sat, 25 Aug 2018 02:07:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:07Z","dns_nameservers":[],"updated_at":"2018-08-25T02:03:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9663dd8628d14b7fa1ec9656ef55e89c","id":"b1410baf-b1b4-45ee-9361-ce71f75a47ab","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-25 02:07:26,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-beec32af-8619-4267-97eb-1df22c1da0fc 2018-08-25 02:07:26,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.974277973175s 2018-08-25 02:07:26,236 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-beec32af-8619-4267-97eb-1df22c1da0fc 2018-08-25 02:07:26,236 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T02:03:07Z', 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'b1410baf-b1b4-45ee-9361-ce71f75a47ab', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0', u'tenant_id': u'9663dd8628d14b7fa1ec9656ef55e89c', u'created_at': u'2018-08-25T02:03:07Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'9663dd8628d14b7fa1ec9656ef55e89c'})] 2018-08-25 02:07:26,372 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 02:07:26,373 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-25 02:07:26,430 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 02:07:26,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 02:07:26,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 02:07:26,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 02:07:26,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 02:07:26,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 02:07:26,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 02:07:26,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 02:07:26,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 02:07:26,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 02:07:26,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 02:07:26,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 02:07:26,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-25 02:07:26,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb1c0564-5948-461e-89de-65db7aaf5e59 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-08-25 02:07:26,588 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000//v3 used request id req-cb1c0564-5948-461e-89de-65db7aaf5e59 2018-08-25 02:07:26,588 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-08-25 02:07:26,976 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ededf54af1884172bb4fd287d70279af", "name": "admin"}], "expires_at": "2018-08-25T03:07:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e9358ec070e433784ffa51510d16d5c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36df9374d763487e9155c1158268b032"}, {"url": "http://192.30.9.4:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc9495f9f74a425c965eccf7be7fb140"}, {"url": "http://192.30.9.4:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc12a03fae574b07a0352d031b34c150"}], "type": "orchestration", "id": "014bed0f5d414f11a50c405d3b9e71ca", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32ee834336aa48669e614024ba4938ac"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec30ec4ea82942088113e9a655851fe2"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecd0bff637bf41c5a13e5980dacc09bd"}], "type": "network", "id": "01a14e21f0aa448898200cd85898fb09", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1868458f56a14376b876ca6ff5cc087e"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8c79a1a2e8146e5aa028feb25a58da5"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec6bc7f6b784409f904c55c9617115d8"}], "type": "metric", "id": "2a8233e6679848d88d81a66550dbb737", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.35:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a33795f51be4ef9a8fb39e4446bd2d2"}, {"url": "http://172.30.9.30:8080/v1/AUTH_0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fcfb7b0846d42549b87c811648324f2"}, {"url": "http://12.0.0.35:8080/v1/AUTH_0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db7cc60dddad4c10b40b6fbba3ae8dee"}], "type": "object-store", "id": "4b0438f84c3b4a8988450c604d6528bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d61fe06ace141f6b091c1e92ea0b947"}, {"url": "http://192.30.9.4:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9958539158c46eaacd91473c491b6b3"}, {"url": "http://172.30.9.30:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c33eaafba82345ebba5b684bc0ea1e19"}], "type": "volume", "id": "5812f861850545edb74cf29f142188b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a512dcaac9b6437a99dbe02c2a6f9010"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1b2140880824eed94cf9fd4ba0717cc"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6ac5dc6c2d4470cb997d507cb9a7a75"}], "type": "event", "id": "636fabe041e949178d9f9dbc3b355caf", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1f99c4b13c42467d89fdd42c97a5ed2f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e8b0356a44f4131bc1fb6fd462c5e6f"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bdfcc0427cb94f459a3cab205d3a8078"}], "type": "image", "id": "648847cf1c224f6ba9e6bb3edca185b2", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13b28b90efc549328aaba8c6b7da897c"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44d5e1685b1e404b9d1154c06369b652"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "57f81498325249c3bbc525e81edb2ca8"}], "type": "identity", "id": "6b3c474bb5f3465d8aae47729f935afe", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b673338e65d45d88baa049ea1827fea"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc9ecd1eedd425b83b3c5c2d5bae985"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac229ffd64db4b28976b89e8c8e6730f"}], "type": "alarming", "id": "713ebd2f4b4146ecadad7d2f68e52950", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "393c0d932595404fb182d7a2708dc495"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9cf52f7775c4b9fb60290537a651ebb"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6d4aaa7c71144cf963b6f7a320a1845"}], "type": "compute", "id": "7f04b4594f3841069a0c5c494a782c77", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae7e198b05384035b7318886ea21a69e"}, {"url": "http://192.30.9.4:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d97a73cbe9fa4ecb915b85f845353fbb"}, {"url": "http://192.30.9.4:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea269e88e42b4f538a08f2bd4fd98090"}], "type": "volumev2", "id": "82efb3a91ba64708bfafe15c9e0d1d7e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1465f02234c148efa0669fa392539064"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "765ea2f0329746a783e149c9c5c5635e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4b8b5c26768414ca03cd231a55b2d21"}], "type": "placement", "id": "bdf0ebc63dd84e1fa963a7d3a8e6f64c", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410e20aedebf4e2a96ad41734ec4e6b8"}, {"url": "http://172.30.9.30:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e1b28e22d594765a687202313132edc"}, {"url": "http://192.30.9.4:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e27f22e87f9d4d8c8f9f14eb26858caa"}], "type": "volumev3", "id": "ddc3e92115554b60ad3c7fbafd1443e4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aa609d528f941da81455000b25acb96"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d58f95198dc4ea08df2499d5bd05114"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b54439d518204e39af7f1ed521267619"}], "type": "cloudformation", "id": "eb6a64de3b3e48eaa24e8bda2f42d344", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "ef6d08cf853e4917b8e8f348a651a519", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3f732c91e2fa41d68ff1218844dede4a"}, "audit_ids": ["8_W5Sv95SPCFjXxSX89RMQ"], "issued_at": "2018-08-25T02:07:26.000000Z"}} 2018-08-25 02:07:26,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 02:07:26,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" 2018-08-25 02:07:28,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4acb968c-c894-4649-86f6-0e060129d087 Date: Sat, 25 Aug 2018 02:07:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9663dd8628d14b7fa1ec9656ef55e89c","status":"ACTIVE","subnets":["b1410baf-b1b4-45ee-9361-ce71f75a47ab"],"description":"","tags":[],"updated_at":"2018-08-25T02:03:07Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:00Z","provider:network_type":"flat"}]} 2018-08-25 02:07:28,098 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4acb968c-c894-4649-86f6-0e060129d087 2018-08-25 02:07:28,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.11899185181s 2018-08-25 02:07:28,099 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4acb968c-c894-4649-86f6-0e060129d087 2018-08-25 02:07:28,100 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-25 02:07:28,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 02:07:28,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" -d '{"network": {"name": "tenantnetwork1-net_ded38e38-faf4-49c3-b570-a00308b91f94", "admin_state_up": true}}' 2018-08-25 02:07:28,919 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-bfdff7e3-2515-4a7d-a65c-194689da55b4 Date: Sat, 25 Aug 2018 02:07:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d1bab860-3761-45c7-bd57-a7cebb182a67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0e9358ec070e433784ffa51510d16d5c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T02:07:28Z","is_default":false,"provider:segmentation_id":36,"name":"tenantnetwork1-net_ded38e38-faf4-49c3-b570-a00308b91f94","admin_state_up":true,"tenant_id":"0e9358ec070e433784ffa51510d16d5c","created_at":"2018-08-25T02:07:28Z","mtu":1450}} 2018-08-25 02:07:28,919 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-bfdff7e3-2515-4a7d-a65c-194689da55b4 2018-08-25 02:07:28,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.818744897842s 2018-08-25 02:07:28,920 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-bfdff7e3-2515-4a7d-a65c-194689da55b4 2018-08-25 02:07:28,920 - 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-25T02:07:28Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd1bab860-3761-45c7-bd57-a7cebb182a67', u'provider:segmentation_id': 36, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_ded38e38-faf4-49c3-b570-a00308b91f94', u'admin_state_up': True, u'tenant_id': u'0e9358ec070e433784ffa51510d16d5c', u'created_at': u'2018-08-25T02:07:28Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0e9358ec070e433784ffa51510d16d5c'}) 2018-08-25 02:07:28,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 02:07:28,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" 2018-08-25 02:07:29,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-8ff7f488-e6b0-470b-abbe-4ee44fd76cfb Date: Sat, 25 Aug 2018 02:07:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9663dd8628d14b7fa1ec9656ef55e89c","status":"ACTIVE","subnets":["b1410baf-b1b4-45ee-9361-ce71f75a47ab"],"description":"","tags":[],"updated_at":"2018-08-25T02:03:07Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d1bab860-3761-45c7-bd57-a7cebb182a67","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0e9358ec070e433784ffa51510d16d5c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T02:07:28Z","provider:segmentation_id":36,"name":"tenantnetwork1-net_ded38e38-faf4-49c3-b570-a00308b91f94","admin_state_up":true,"tenant_id":"0e9358ec070e433784ffa51510d16d5c","created_at":"2018-08-25T02:07:28Z","provider:network_type":"vxlan"}]} 2018-08-25 02:07:29,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8ff7f488-e6b0-470b-abbe-4ee44fd76cfb 2018-08-25 02:07:29,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.02117681503s 2018-08-25 02:07:29,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-8ff7f488-e6b0-470b-abbe-4ee44fd76cfb 2018-08-25 02:07:29,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 02:07:29,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" -d '{"subnet": {"name": "tenantnetwork1-subnet_ded38e38-faf4-49c3-b570-a00308b91f94", "enable_dhcp": true, "network_id": "d1bab860-3761-45c7-bd57-a7cebb182a67", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 02:07:30,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-53dae898-bf8d-4f12-8194-cb37eb7ec7c2 Date: Sat, 25 Aug 2018 02:07:30 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1bab860-3761-45c7-bd57-a7cebb182a67","tenant_id":"0e9358ec070e433784ffa51510d16d5c","created_at":"2018-08-25T02:07:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T02:07:30Z","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":"0e9358ec070e433784ffa51510d16d5c","id":"718ad6da-cf7a-4068-98a4-aa8c88a973fb","subnetpool_id":null,"name":"tenantnetwork1-subnet_ded38e38-faf4-49c3-b570-a00308b91f94"}} 2018-08-25 02:07:30,608 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-53dae898-bf8d-4f12-8194-cb37eb7ec7c2 2018-08-25 02:07:30,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.663881778717s 2018-08-25 02:07:30,609 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-53dae898-bf8d-4f12-8194-cb37eb7ec7c2 2018-08-25 02:07:30,609 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T02:07:30Z', 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'718ad6da-cf7a-4068-98a4-aa8c88a973fb', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_ded38e38-faf4-49c3-b570-a00308b91f94', u'enable_dhcp': True, u'network_id': u'd1bab860-3761-45c7-bd57-a7cebb182a67', u'tenant_id': u'0e9358ec070e433784ffa51510d16d5c', u'created_at': u'2018-08-25T02:07:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0e9358ec070e433784ffa51510d16d5c'}) 2018-08-25 02:07:30,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 02:07:30,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" -d '{"router": {"external_gateway_info": {"network_id": "75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0"}, "name": "tenantnetwork1-router_ded38e38-faf4-49c3-b570-a00308b91f94", "admin_state_up": true}}' 2018-08-25 02:07:32,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-ceb4de3b-ba12-4fad-8f58-6f38b88376d7 Date: Sat, 25 Aug 2018 02:07:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b1410baf-b1b4-45ee-9361-ce71f75a47ab", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "0e9358ec070e433784ffa51510d16d5c", "created_at": "2018-08-25T02:07:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-25T02:07:32Z", "revision_number": 2, "routes": [], "project_id": "0e9358ec070e433784ffa51510d16d5c", "id": "eb6f2122-d8ad-4460-9f15-f12671457f0e", "name": "tenantnetwork1-router_ded38e38-faf4-49c3-b570-a00308b91f94"}} 2018-08-25 02:07:32,993 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-ceb4de3b-ba12-4fad-8f58-6f38b88376d7 2018-08-25 02:07:32,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.38308191299s 2018-08-25 02:07:32,993 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-ceb4de3b-ba12-4fad-8f58-6f38b88376d7 2018-08-25 02:07:32,994 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b1410baf-b1b4-45ee-9361-ce71f75a47ab', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0e9358ec070e433784ffa51510d16d5c', u'created_at': u'2018-08-25T02:07:31Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-25T02:07:32Z', u'revision_number': 2, u'routes': [], u'project_id': u'0e9358ec070e433784ffa51510d16d5c', u'id': u'eb6f2122-d8ad-4460-9f15-f12671457f0e', u'name': u'tenantnetwork1-router_ded38e38-faf4-49c3-b570-a00308b91f94'}) 2018-08-25 02:07:32,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 02:07:32,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/eb6f2122-d8ad-4460-9f15-f12671457f0e/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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" -d '{"subnet_id": "718ad6da-cf7a-4068-98a4-aa8c88a973fb"}' 2018-08-25 02:07:35,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a85d1cb1-e214-4af7-9ff3-fe787bfccce7 Date: Sat, 25 Aug 2018 02:07:35 GMT RESP BODY: {"network_id": "d1bab860-3761-45c7-bd57-a7cebb182a67", "tenant_id": "0e9358ec070e433784ffa51510d16d5c", "subnet_id": "718ad6da-cf7a-4068-98a4-aa8c88a973fb", "subnet_ids": ["718ad6da-cf7a-4068-98a4-aa8c88a973fb"], "port_id": "846ee06f-f64f-4135-845b-7f4ea5cf2d2f", "id": "eb6f2122-d8ad-4460-9f15-f12671457f0e"} 2018-08-25 02:07:35,071 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/eb6f2122-d8ad-4460-9f15-f12671457f0e/add_router_interface.json used request id req-a85d1cb1-e214-4af7-9ff3-fe787bfccce7 2018-08-25 02:07:35,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.07635903358s 2018-08-25 02:07:35,071 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/eb6f2122-d8ad-4460-9f15-f12671457f0e/add_router_interface.json used request id req-a85d1cb1-e214-4af7-9ff3-fe787bfccce7 returning object eb6f2122-d8ad-4460-9f15-f12671457f0e 2018-08-25 02:07:35,185 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 02:07:35,185 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:07 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-25 02:07:35,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 02:07:35,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/eb6f2122-d8ad-4460-9f15-f12671457f0e/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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" -d '{"subnet_id": "718ad6da-cf7a-4068-98a4-aa8c88a973fb"}' 2018-08-25 02:07:37,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8da435b7-5821-480d-a7d7-16d1c5a078fc Date: Sat, 25 Aug 2018 02:07:37 GMT RESP BODY: {"network_id": "d1bab860-3761-45c7-bd57-a7cebb182a67", "tenant_id": "0e9358ec070e433784ffa51510d16d5c", "subnet_id": "718ad6da-cf7a-4068-98a4-aa8c88a973fb", "subnet_ids": ["718ad6da-cf7a-4068-98a4-aa8c88a973fb"], "port_id": "846ee06f-f64f-4135-845b-7f4ea5cf2d2f", "id": "eb6f2122-d8ad-4460-9f15-f12671457f0e"} 2018-08-25 02:07:37,571 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/eb6f2122-d8ad-4460-9f15-f12671457f0e/remove_router_interface.json used request id req-8da435b7-5821-480d-a7d7-16d1c5a078fc 2018-08-25 02:07:37,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.3803050518s 2018-08-25 02:07:37,571 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/eb6f2122-d8ad-4460-9f15-f12671457f0e/remove_router_interface.json used request id req-8da435b7-5821-480d-a7d7-16d1c5a078fc returning object eb6f2122-d8ad-4460-9f15-f12671457f0e 2018-08-25 02:07:37,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 02:07:37,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" 2018-08-25 02:07:38,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-f174b2fb-ff1c-4531-8810-77a5b7905a59 Date: Sat, 25 Aug 2018 02:07:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b1410baf-b1b4-45ee-9361-ce71f75a47ab", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "0e9358ec070e433784ffa51510d16d5c", "created_at": "2018-08-25T02:07:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-25T02:07:36Z", "revision_number": 4, "routes": [], "project_id": "0e9358ec070e433784ffa51510d16d5c", "id": "eb6f2122-d8ad-4460-9f15-f12671457f0e", "name": "tenantnetwork1-router_ded38e38-faf4-49c3-b570-a00308b91f94"}]} 2018-08-25 02:07:38,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-f174b2fb-ff1c-4531-8810-77a5b7905a59 2018-08-25 02:07:38,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.931217908859s 2018-08-25 02:07:38,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-f174b2fb-ff1c-4531-8810-77a5b7905a59 2018-08-25 02:07:38,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 02:07:38,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/eb6f2122-d8ad-4460-9f15-f12671457f0e.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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" 2018-08-25 02:07:40,214 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8c9dd79f-0034-4f5d-9a42-fbcf00700576 Content-Length: 0 Date: Sat, 25 Aug 2018 02:07:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 02:07:40,214 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/eb6f2122-d8ad-4460-9f15-f12671457f0e.json used request id req-8c9dd79f-0034-4f5d-9a42-fbcf00700576 2018-08-25 02:07:40,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.70923304558s 2018-08-25 02:07:40,215 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/eb6f2122-d8ad-4460-9f15-f12671457f0e.json used request id req-8c9dd79f-0034-4f5d-9a42-fbcf00700576 2018-08-25 02:07:40,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 02:07:40,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" 2018-08-25 02:07:41,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-ddf046cc-36ad-4221-8658-54bb617dbf8d Date: Sat, 25 Aug 2018 02:07:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1bab860-3761-45c7-bd57-a7cebb182a67","tenant_id":"0e9358ec070e433784ffa51510d16d5c","created_at":"2018-08-25T02:07:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T02:07:30Z","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":"0e9358ec070e433784ffa51510d16d5c","id":"718ad6da-cf7a-4068-98a4-aa8c88a973fb","subnetpool_id":null,"name":"tenantnetwork1-subnet_ded38e38-faf4-49c3-b570-a00308b91f94"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:07Z","dns_nameservers":[],"updated_at":"2018-08-25T02:03:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9663dd8628d14b7fa1ec9656ef55e89c","id":"b1410baf-b1b4-45ee-9361-ce71f75a47ab","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-25 02:07:41,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-ddf046cc-36ad-4221-8658-54bb617dbf8d 2018-08-25 02:07:41,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.07811594009s 2018-08-25 02:07:41,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-ddf046cc-36ad-4221-8658-54bb617dbf8d 2018-08-25 02:07:41,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 02:07:41,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/718ad6da-cf7a-4068-98a4-aa8c88a973fb.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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" 2018-08-25 02:07:44,484 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-76e0a946-32c7-4a0e-8b35-7cd5748ec2be Date: Sat, 25 Aug 2018 02:07:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 02:07:44,484 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/718ad6da-cf7a-4068-98a4-aa8c88a973fb.json used request id req-76e0a946-32c7-4a0e-8b35-7cd5748ec2be 2018-08-25 02:07:44,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.18900799751s 2018-08-25 02:07:44,485 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/718ad6da-cf7a-4068-98a4-aa8c88a973fb.json used request id req-76e0a946-32c7-4a0e-8b35-7cd5748ec2be 2018-08-25 02:07:44,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 02:07:44,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" 2018-08-25 02:07:44,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-6ebdc2cd-8119-4747-84fd-bf8128ddac10 Date: Sat, 25 Aug 2018 02:07:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9663dd8628d14b7fa1ec9656ef55e89c","status":"ACTIVE","subnets":["b1410baf-b1b4-45ee-9361-ce71f75a47ab"],"description":"","tags":[],"updated_at":"2018-08-25T02:03:07Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d1bab860-3761-45c7-bd57-a7cebb182a67","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e9358ec070e433784ffa51510d16d5c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T02:07:44Z","provider:segmentation_id":36,"name":"tenantnetwork1-net_ded38e38-faf4-49c3-b570-a00308b91f94","admin_state_up":true,"tenant_id":"0e9358ec070e433784ffa51510d16d5c","created_at":"2018-08-25T02:07:28Z","provider:network_type":"vxlan"}]} 2018-08-25 02:07:44,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-6ebdc2cd-8119-4747-84fd-bf8128ddac10 2018-08-25 02:07:44,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.08864402771s 2018-08-25 02:07:44,574 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-6ebdc2cd-8119-4747-84fd-bf8128ddac10 2018-08-25 02:07:44,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 02:07:44,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/d1bab860-3761-45c7-bd57-a7cebb182a67.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}a836aca7e25cab44f2d527f881c7f012ae1fde1b" 2018-08-25 02:07:46,319 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e750dde-d838-48dd-b308-b19a8f265ead Date: Sat, 25 Aug 2018 02:07:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 02:07:46,319 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d1bab860-3761-45c7-bd57-a7cebb182a67.json used request id req-5e750dde-d838-48dd-b308-b19a8f265ead 2018-08-25 02:07:46,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.7438659668s 2018-08-25 02:07:46,319 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/d1bab860-3761-45c7-bd57-a7cebb182a67.json used request id req-5e750dde-d838-48dd-b308-b19a8f265ead 2018-08-25 02:07:46,372 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-25 02:07:46,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 02:07:46,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 02:07:46,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 02:07:46,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 02:07:46,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 02:07:46,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 02:07:46,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 02:07:46,412 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 02:07:46,413 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 02:07:46,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-25 02:07:46,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f290efc5-15c0-446f-a374-5fde04ae9092 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-08-25 02:07:46,421 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000//v3 used request id req-f290efc5-15c0-446f-a374-5fde04ae9092 2018-08-25 02:07:46,422 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-08-25 02:07:46,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ededf54af1884172bb4fd287d70279af", "name": "admin"}], "expires_at": "2018-08-25T03:07:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e9358ec070e433784ffa51510d16d5c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36df9374d763487e9155c1158268b032"}, {"url": "http://192.30.9.4:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc9495f9f74a425c965eccf7be7fb140"}, {"url": "http://192.30.9.4:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc12a03fae574b07a0352d031b34c150"}], "type": "orchestration", "id": "014bed0f5d414f11a50c405d3b9e71ca", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32ee834336aa48669e614024ba4938ac"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec30ec4ea82942088113e9a655851fe2"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecd0bff637bf41c5a13e5980dacc09bd"}], "type": "network", "id": "01a14e21f0aa448898200cd85898fb09", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1868458f56a14376b876ca6ff5cc087e"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8c79a1a2e8146e5aa028feb25a58da5"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec6bc7f6b784409f904c55c9617115d8"}], "type": "metric", "id": "2a8233e6679848d88d81a66550dbb737", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.35:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a33795f51be4ef9a8fb39e4446bd2d2"}, {"url": "http://172.30.9.30:8080/v1/AUTH_0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fcfb7b0846d42549b87c811648324f2"}, {"url": "http://12.0.0.35:8080/v1/AUTH_0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db7cc60dddad4c10b40b6fbba3ae8dee"}], "type": "object-store", "id": "4b0438f84c3b4a8988450c604d6528bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d61fe06ace141f6b091c1e92ea0b947"}, {"url": "http://192.30.9.4:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9958539158c46eaacd91473c491b6b3"}, {"url": "http://172.30.9.30:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c33eaafba82345ebba5b684bc0ea1e19"}], "type": "volume", "id": "5812f861850545edb74cf29f142188b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a512dcaac9b6437a99dbe02c2a6f9010"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1b2140880824eed94cf9fd4ba0717cc"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6ac5dc6c2d4470cb997d507cb9a7a75"}], "type": "event", "id": "636fabe041e949178d9f9dbc3b355caf", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1f99c4b13c42467d89fdd42c97a5ed2f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e8b0356a44f4131bc1fb6fd462c5e6f"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bdfcc0427cb94f459a3cab205d3a8078"}], "type": "image", "id": "648847cf1c224f6ba9e6bb3edca185b2", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13b28b90efc549328aaba8c6b7da897c"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44d5e1685b1e404b9d1154c06369b652"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "57f81498325249c3bbc525e81edb2ca8"}], "type": "identity", "id": "6b3c474bb5f3465d8aae47729f935afe", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b673338e65d45d88baa049ea1827fea"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc9ecd1eedd425b83b3c5c2d5bae985"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac229ffd64db4b28976b89e8c8e6730f"}], "type": "alarming", "id": "713ebd2f4b4146ecadad7d2f68e52950", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "393c0d932595404fb182d7a2708dc495"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9cf52f7775c4b9fb60290537a651ebb"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6d4aaa7c71144cf963b6f7a320a1845"}], "type": "compute", "id": "7f04b4594f3841069a0c5c494a782c77", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae7e198b05384035b7318886ea21a69e"}, {"url": "http://192.30.9.4:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d97a73cbe9fa4ecb915b85f845353fbb"}, {"url": "http://192.30.9.4:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea269e88e42b4f538a08f2bd4fd98090"}], "type": "volumev2", "id": "82efb3a91ba64708bfafe15c9e0d1d7e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1465f02234c148efa0669fa392539064"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "765ea2f0329746a783e149c9c5c5635e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4b8b5c26768414ca03cd231a55b2d21"}], "type": "placement", "id": "bdf0ebc63dd84e1fa963a7d3a8e6f64c", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410e20aedebf4e2a96ad41734ec4e6b8"}, {"url": "http://172.30.9.30:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e1b28e22d594765a687202313132edc"}, {"url": "http://192.30.9.4:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e27f22e87f9d4d8c8f9f14eb26858caa"}], "type": "volumev3", "id": "ddc3e92115554b60ad3c7fbafd1443e4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aa609d528f941da81455000b25acb96"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d58f95198dc4ea08df2499d5bd05114"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b54439d518204e39af7f1ed521267619"}], "type": "cloudformation", "id": "eb6a64de3b3e48eaa24e8bda2f42d344", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "ef6d08cf853e4917b8e8f348a651a519", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3f732c91e2fa41d68ff1218844dede4a"}, "audit_ids": ["qciQCJPYR0acC8bI0SW4eQ"], "issued_at": "2018-08-25T02:07:46.000000Z"}} 2018-08-25 02:07:46,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 02:07:46,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:07:47,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f198eb23-2c39-4749-b001-ad3d6293d623 Date: Sat, 25 Aug 2018 02:07:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9663dd8628d14b7fa1ec9656ef55e89c","status":"ACTIVE","subnets":["b1410baf-b1b4-45ee-9361-ce71f75a47ab"],"description":"","tags":[],"updated_at":"2018-08-25T02:03:07Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:00Z","provider:network_type":"flat"}]} 2018-08-25 02:07:47,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f198eb23-2c39-4749-b001-ad3d6293d623 2018-08-25 02:07:47,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.317453861237s 2018-08-25 02:07:47,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f198eb23-2c39-4749-b001-ad3d6293d623 2018-08-25 02:07:47,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-25 02:07:47,221 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 02:07:47 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.30: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.30:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-25 02:07:47,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 02:07:47,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:07:47,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-472b19eb-cabc-4f7b-85b1-2522e017576e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/3000c113556a42c3bc4a24adb60e9e06"}, "tags": [], "enabled": true, "id": "3000c113556a42c3bc4a24adb60e9e06", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.30:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 02:07:47,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-472b19eb-cabc-4f7b-85b1-2522e017576e 2018-08-25 02:07:47,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0928828716278s 2018-08-25 02:07:47,316 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-472b19eb-cabc-4f7b-85b1-2522e017576e 2018-08-25 02:07:47,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 02:07:47,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_682fd404-494d-45be-8b6e-5fffae8fc4da"}}' 2018-08-25 02:07:47,513 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 02:07:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c56fd9b-dff6-48a9-9559-cf919624c883 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.30:5000/v3/projects/bdca295b3ec84191a6eeda200b790ff7"}, "tags": [], "enabled": true, "id": "bdca295b3ec84191a6eeda200b790ff7", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_682fd404-494d-45be-8b6e-5fffae8fc4da"}} 2018-08-25 02:07:47,513 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-2c56fd9b-dff6-48a9-9559-cf919624c883 2018-08-25 02:07:47,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.189591884613s 2018-08-25 02:07:47,513 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-2c56fd9b-dff6-48a9-9559-cf919624c883 2018-08-25 02:07:47,514 - 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'bdca295b3ec84191a6eeda200b790ff7', '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_682fd404-494d-45be-8b6e-5fffae8fc4da'}) 2018-08-25 02:07:47,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 02:07:47,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d735e5f2-15ae-4ce5-aaff-eec3c3b02185", "email": null, "name": "tenantnetwork2-user_682fd404-494d-45be-8b6e-5fffae8fc4da"}}' 2018-08-25 02:07:48,019 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 02:07:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86e50849-cc9b-4e4d-a82c-170e730074e3 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_682fd404-494d-45be-8b6e-5fffae8fc4da", "links": {"self": "http://172.30.9.30:5000/v3/users/f37f407ce22a4e54af98aad8ed71c369"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f37f407ce22a4e54af98aad8ed71c369", "domain_id": "default", "password_expires_at": null}} 2018-08-25 02:07:48,019 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-86e50849-cc9b-4e4d-a82c-170e730074e3 2018-08-25 02:07:48,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.499308824539s 2018-08-25 02:07:48,019 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-86e50849-cc9b-4e4d-a82c-170e730074e3 2018-08-25 02:07:48,020 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f37f407ce22a4e54af98aad8ed71c369', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_682fd404-494d-45be-8b6e-5fffae8fc4da'}) 2018-08-25 02:07:48,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 02:07:48,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:07:48,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf438a69-abe7-4e0a-912c-95dd6705f644 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "067587bfd29145eab642301b41e4afff", "links": {"self": "http://172.30.9.30:5000/v3/roles/067587bfd29145eab642301b41e4afff"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b9157dc3ab194e4eaa3eb8bbc3d5690a", "links": {"self": "http://172.30.9.30:5000/v3/roles/b9157dc3ab194e4eaa3eb8bbc3d5690a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "bca769bdd7324a10841792e4a3445c04", "links": {"self": "http://172.30.9.30:5000/v3/roles/bca769bdd7324a10841792e4a3445c04"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ededf54af1884172bb4fd287d70279af", "links": {"self": "http://172.30.9.30:5000/v3/roles/ededf54af1884172bb4fd287d70279af"}, "name": "admin"}]} 2018-08-25 02:07:48,209 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cf438a69-abe7-4e0a-912c-95dd6705f644 2018-08-25 02:07:48,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186056137085s 2018-08-25 02:07:48,210 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-cf438a69-abe7-4e0a-912c-95dd6705f644 2018-08-25 02:07:48,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 02:07:48,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:07:48,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3c6c9f5-1d02-450c-8294-0d6eac30fe46 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "067587bfd29145eab642301b41e4afff", "links": {"self": "http://172.30.9.30:5000/v3/roles/067587bfd29145eab642301b41e4afff"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b9157dc3ab194e4eaa3eb8bbc3d5690a", "links": {"self": "http://172.30.9.30:5000/v3/roles/b9157dc3ab194e4eaa3eb8bbc3d5690a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "bca769bdd7324a10841792e4a3445c04", "links": {"self": "http://172.30.9.30:5000/v3/roles/bca769bdd7324a10841792e4a3445c04"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ededf54af1884172bb4fd287d70279af", "links": {"self": "http://172.30.9.30:5000/v3/roles/ededf54af1884172bb4fd287d70279af"}, "name": "admin"}]} 2018-08-25 02:07:48,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f3c6c9f5-1d02-450c-8294-0d6eac30fe46 2018-08-25 02:07:48,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179737091064s 2018-08-25 02:07:48,395 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f3c6c9f5-1d02-450c-8294-0d6eac30fe46 2018-08-25 02:07:48,396 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-25 02:07:48,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-25 02:07:48,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" -d '{"role": {"name": "Member"}}' 2018-08-25 02:07:48,630 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 02:07:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bf2c4da2-4f61-46e4-a120-f567c9bb5c27 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bc6e6d4dcb534d659e2d8dc3961bc9c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/bc6e6d4dcb534d659e2d8dc3961bc9c0"}, "name": "Member"}} 2018-08-25 02:07:48,630 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-bf2c4da2-4f61-46e4-a120-f567c9bb5c27 2018-08-25 02:07:48,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.230146884918s 2018-08-25 02:07:48,630 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/roles used request id req-bf2c4da2-4f61-46e4-a120-f567c9bb5c27 2018-08-25 02:07:48,631 - 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'bc6e6d4dcb534d659e2d8dc3961bc9c0'}) 2018-08-25 02:07:48,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 02:07:48,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:07:48,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-347ad93e-856e-4f41-9dde-2570bbd396e3 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "067587bfd29145eab642301b41e4afff", "links": {"self": "http://172.30.9.30:5000/v3/roles/067587bfd29145eab642301b41e4afff"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b9157dc3ab194e4eaa3eb8bbc3d5690a", "links": {"self": "http://172.30.9.30:5000/v3/roles/b9157dc3ab194e4eaa3eb8bbc3d5690a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "bc6e6d4dcb534d659e2d8dc3961bc9c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/bc6e6d4dcb534d659e2d8dc3961bc9c0"}, "name": "Member"}, {"domain_id": null, "id": "bca769bdd7324a10841792e4a3445c04", "links": {"self": "http://172.30.9.30:5000/v3/roles/bca769bdd7324a10841792e4a3445c04"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ededf54af1884172bb4fd287d70279af", "links": {"self": "http://172.30.9.30:5000/v3/roles/ededf54af1884172bb4fd287d70279af"}, "name": "admin"}]} 2018-08-25 02:07:48,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-347ad93e-856e-4f41-9dde-2570bbd396e3 2018-08-25 02:07:48,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100270986557s 2018-08-25 02:07:48,735 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-347ad93e-856e-4f41-9dde-2570bbd396e3 2018-08-25 02:07:48,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 02:07:48,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:07:48,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dca1ec31-e06c-4afe-878d-b29739c02e5f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.30:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 02:07:48,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-dca1ec31-e06c-4afe-878d-b29739c02e5f 2018-08-25 02:07:48,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101687908173s 2018-08-25 02:07:48,841 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-dca1ec31-e06c-4afe-878d-b29739c02e5f 2018-08-25 02:07:48,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 02:07:48,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:07:49,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a6ecca-5171-4096-a5c1-ff0db7dcee68 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0fef73e6863548059996e4b4ff399ec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fef73e6863548059996e4b4ff399ec4", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/1c78f003dffe460b9526fb7f290790a1"}, "domain_id": "3000c113556a42c3bc4a24adb60e9e06", "enabled": true, "options": {}, "id": "1c78f003dffe460b9526fb7f290790a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/20737a4776544c8f81297ba18e821ec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20737a4776544c8f81297ba18e821ec4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/29d86338dcc44112b0122351a308c223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29d86338dcc44112b0122351a308c223", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/3f732c91e2fa41d68ff1218844dede4a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f732c91e2fa41d68ff1218844dede4a", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/43fa1a6135c94f7c8e8ca3acd29a9a9c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43fa1a6135c94f7c8e8ca3acd29a9a9c", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/516941d1af334fcc97263e3c954ef317"}, "domain_id": "default", "enabled": true, "options": {}, "id": "516941d1af334fcc97263e3c954ef317", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/6602718802f845d4bb350287372646ac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6602718802f845d4bb350287372646ac", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/81e85f99b503433d95ae603775e3897b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81e85f99b503433d95ae603775e3897b", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/871c9ac7e11d436fa993f70257f0673f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "871c9ac7e11d436fa993f70257f0673f", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/b04df307882344c5a821c041de70af1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b04df307882344c5a821c041de70af1d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/b906c71610624272abaebc4bfa93d3bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b906c71610624272abaebc4bfa93d3bf", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/e3f85a4f8e1045e5a287ba5b32ac5b72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3f85a4f8e1045e5a287ba5b32ac5b72", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/f222950d40fb4f3a9fa96e948f94d7f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f222950d40fb4f3a9fa96e948f94d7f6", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_682fd404-494d-45be-8b6e-5fffae8fc4da", "links": {"self": "http://172.30.9.30:5000/v3/users/f37f407ce22a4e54af98aad8ed71c369"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f37f407ce22a4e54af98aad8ed71c369", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-08-25 02:07:49,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c4a6ecca-5171-4096-a5c1-ff0db7dcee68 2018-08-25 02:07:49,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.168971061707s 2018-08-25 02:07:49,012 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-c4a6ecca-5171-4096-a5c1-ff0db7dcee68 2018-08-25 02:07:49,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 02:07:49,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:07:49,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c9138c0-e5b8-47e5-8476-9bce87100690 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/0e9358ec070e433784ffa51510d16d5c"}, "tags": [], "enabled": true, "id": "0e9358ec070e433784ffa51510d16d5c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c"}, "tags": [], "enabled": true, "id": "9663dd8628d14b7fa1ec9656ef55e89c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.30:5000/v3/projects/bdca295b3ec84191a6eeda200b790ff7"}, "tags": [], "enabled": true, "id": "bdca295b3ec84191a6eeda200b790ff7", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_682fd404-494d-45be-8b6e-5fffae8fc4da"}]} 2018-08-25 02:07:49,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-9c9138c0-e5b8-47e5-8476-9bce87100690 2018-08-25 02:07:49,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.153490066528s 2018-08-25 02:07:49,177 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-9c9138c0-e5b8-47e5-8476-9bce87100690 2018-08-25 02:07:49,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 02:07:49,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=f37f407ce22a4e54af98aad8ed71c369&role.id=bc6e6d4dcb534d659e2d8dc3961bc9c0&scope.project.id=bdca295b3ec84191a6eeda200b790ff7" -H "User-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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:07:49,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f088de5-6be9-43ca-a06e-75bfdcf0fd64 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=f37f407ce22a4e54af98aad8ed71c369&role.id=bc6e6d4dcb534d659e2d8dc3961bc9c0&scope.project.id=bdca295b3ec84191a6eeda200b790ff7", "previous": null, "next": null}} 2018-08-25 02:07:49,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=f37f407ce22a4e54af98aad8ed71c369&role.id=bc6e6d4dcb534d659e2d8dc3961bc9c0&scope.project.id=bdca295b3ec84191a6eeda200b790ff7 used request id req-0f088de5-6be9-43ca-a06e-75bfdcf0fd64 2018-08-25 02:07:49,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.176622867584s 2018-08-25 02:07:49,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=f37f407ce22a4e54af98aad8ed71c369&role.id=bc6e6d4dcb534d659e2d8dc3961bc9c0&scope.project.id=bdca295b3ec84191a6eeda200b790ff7 used request id req-0f088de5-6be9-43ca-a06e-75bfdcf0fd64 2018-08-25 02:07:49,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 02:07:49,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/bdca295b3ec84191a6eeda200b790ff7/users/f37f407ce22a4e54af98aad8ed71c369/roles/bc6e6d4dcb534d659e2d8dc3961bc9c0 -H "User-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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:07:49,572 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 02:07:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-018ec6dd-38b6-4629-95f0-d6c5fae65d58 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 02:07:49,572 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/bdca295b3ec84191a6eeda200b790ff7/users/f37f407ce22a4e54af98aad8ed71c369/roles/bc6e6d4dcb534d659e2d8dc3961bc9c0 used request id req-018ec6dd-38b6-4629-95f0-d6c5fae65d58 2018-08-25 02:07:49,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.206899166107s 2018-08-25 02:07:49,573 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/bdca295b3ec84191a6eeda200b790ff7/users/f37f407ce22a4e54af98aad8ed71c369/roles/bc6e6d4dcb534d659e2d8dc3961bc9c0 used request id req-018ec6dd-38b6-4629-95f0-d6c5fae65d58 2018-08-25 02:07:49,574 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_682fd404-494d-45be-8b6e-5fffae8fc4da', 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'bdca295b3ec84191a6eeda200b790ff7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'd735e5f2-15ae-4ce5-aaff-eec3c3b02185', 'username': u'tenantnetwork2-user_682fd404-494d-45be-8b6e-5fffae8fc4da', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.30: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-25 02:07:49,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 02:07:49,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 02:07:49,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 02:07:49,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 02:07:49,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 02:07:49,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 02:07:49,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 02:07:49,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 02:07:49,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 02:07:49,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 02:07:49,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 02:07:49,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 02:07:49,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 02:07:49,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 02:07:49,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 02:07:49,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 02:07:49,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 02:07:49,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 02:07:49,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 02:07:49,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 02:07:49,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 02:07:49,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 02:07:49,579 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_682fd404-494d-45be-8b6e-5fffae8fc4da', 'password': 'd735e5f2-15ae-4ce5-aaff-eec3c3b02185', 'project_name': 'tenantnetwork2-project_682fd404-494d-45be-8b6e-5fffae8fc4da', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000//v3', 'project_id': 'bdca295b3ec84191a6eeda200b790ff7', 'project_domain_name': 'Default'} 2018-08-25 02:07:49,579 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-25 02:07:49,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-25 02:07:49,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b79a7f2a-d33a-4fee-b1f7-7c8b099f3882 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-08-25 02:07:49,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000//v3 used request id req-b79a7f2a-d33a-4fee-b1f7-7c8b099f3882 2018-08-25 02:07:49,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-08-25 02:07:49,970 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "bc6e6d4dcb534d659e2d8dc3961bc9c0", "name": "Member"}], "expires_at": "2018-08-25T03:07:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bdca295b3ec84191a6eeda200b790ff7", "name": "tenantnetwork2-project_682fd404-494d-45be-8b6e-5fffae8fc4da"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/bdca295b3ec84191a6eeda200b790ff7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36df9374d763487e9155c1158268b032"}, {"url": "http://192.30.9.4:8004/v1/bdca295b3ec84191a6eeda200b790ff7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc9495f9f74a425c965eccf7be7fb140"}, {"url": "http://192.30.9.4:8004/v1/bdca295b3ec84191a6eeda200b790ff7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc12a03fae574b07a0352d031b34c150"}], "type": "orchestration", "id": "014bed0f5d414f11a50c405d3b9e71ca", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32ee834336aa48669e614024ba4938ac"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec30ec4ea82942088113e9a655851fe2"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecd0bff637bf41c5a13e5980dacc09bd"}], "type": "network", "id": "01a14e21f0aa448898200cd85898fb09", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1868458f56a14376b876ca6ff5cc087e"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8c79a1a2e8146e5aa028feb25a58da5"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec6bc7f6b784409f904c55c9617115d8"}], "type": "metric", "id": "2a8233e6679848d88d81a66550dbb737", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.35:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a33795f51be4ef9a8fb39e4446bd2d2"}, {"url": "http://172.30.9.30:8080/v1/AUTH_bdca295b3ec84191a6eeda200b790ff7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fcfb7b0846d42549b87c811648324f2"}, {"url": "http://12.0.0.35:8080/v1/AUTH_bdca295b3ec84191a6eeda200b790ff7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db7cc60dddad4c10b40b6fbba3ae8dee"}], "type": "object-store", "id": "4b0438f84c3b4a8988450c604d6528bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/bdca295b3ec84191a6eeda200b790ff7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d61fe06ace141f6b091c1e92ea0b947"}, {"url": "http://192.30.9.4:8776/v1/bdca295b3ec84191a6eeda200b790ff7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9958539158c46eaacd91473c491b6b3"}, {"url": "http://172.30.9.30:8776/v1/bdca295b3ec84191a6eeda200b790ff7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c33eaafba82345ebba5b684bc0ea1e19"}], "type": "volume", "id": "5812f861850545edb74cf29f142188b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a512dcaac9b6437a99dbe02c2a6f9010"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1b2140880824eed94cf9fd4ba0717cc"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6ac5dc6c2d4470cb997d507cb9a7a75"}], "type": "event", "id": "636fabe041e949178d9f9dbc3b355caf", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1f99c4b13c42467d89fdd42c97a5ed2f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e8b0356a44f4131bc1fb6fd462c5e6f"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bdfcc0427cb94f459a3cab205d3a8078"}], "type": "image", "id": "648847cf1c224f6ba9e6bb3edca185b2", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13b28b90efc549328aaba8c6b7da897c"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44d5e1685b1e404b9d1154c06369b652"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "57f81498325249c3bbc525e81edb2ca8"}], "type": "identity", "id": "6b3c474bb5f3465d8aae47729f935afe", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b673338e65d45d88baa049ea1827fea"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc9ecd1eedd425b83b3c5c2d5bae985"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac229ffd64db4b28976b89e8c8e6730f"}], "type": "alarming", "id": "713ebd2f4b4146ecadad7d2f68e52950", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "393c0d932595404fb182d7a2708dc495"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9cf52f7775c4b9fb60290537a651ebb"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6d4aaa7c71144cf963b6f7a320a1845"}], "type": "compute", "id": "7f04b4594f3841069a0c5c494a782c77", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/bdca295b3ec84191a6eeda200b790ff7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae7e198b05384035b7318886ea21a69e"}, {"url": "http://192.30.9.4:8776/v2/bdca295b3ec84191a6eeda200b790ff7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d97a73cbe9fa4ecb915b85f845353fbb"}, {"url": "http://192.30.9.4:8776/v2/bdca295b3ec84191a6eeda200b790ff7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea269e88e42b4f538a08f2bd4fd98090"}], "type": "volumev2", "id": "82efb3a91ba64708bfafe15c9e0d1d7e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1465f02234c148efa0669fa392539064"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "765ea2f0329746a783e149c9c5c5635e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4b8b5c26768414ca03cd231a55b2d21"}], "type": "placement", "id": "bdf0ebc63dd84e1fa963a7d3a8e6f64c", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bdca295b3ec84191a6eeda200b790ff7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410e20aedebf4e2a96ad41734ec4e6b8"}, {"url": "http://172.30.9.30:8776/v3/bdca295b3ec84191a6eeda200b790ff7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e1b28e22d594765a687202313132edc"}, {"url": "http://192.30.9.4:8776/v3/bdca295b3ec84191a6eeda200b790ff7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e27f22e87f9d4d8c8f9f14eb26858caa"}], "type": "volumev3", "id": "ddc3e92115554b60ad3c7fbafd1443e4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aa609d528f941da81455000b25acb96"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d58f95198dc4ea08df2499d5bd05114"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b54439d518204e39af7f1ed521267619"}], "type": "cloudformation", "id": "eb6a64de3b3e48eaa24e8bda2f42d344", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "ef6d08cf853e4917b8e8f348a651a519", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_682fd404-494d-45be-8b6e-5fffae8fc4da", "id": "f37f407ce22a4e54af98aad8ed71c369"}, "audit_ids": ["1zR_44_cQq29666ODQWUyg"], "issued_at": "2018-08-25T02:07:49.000000Z"}} 2018-08-25 02:07:49,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 02:07:49,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}a298094300ab8e805107ac36456195c02fb2b0c9" -d '{"network": {"name": "tenantnetwork2-net_682fd404-494d-45be-8b6e-5fffae8fc4da", "admin_state_up": true}}' 2018-08-25 02:07:50,710 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-3ef5b444-aae0-4452-b642-4cd179e54bee Date: Sat, 25 Aug 2018 02:07:50 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"bdca295b3ec84191a6eeda200b790ff7","created_at":"2018-08-25T02:07:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-25T02:07:50Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"bdca295b3ec84191a6eeda200b790ff7","id":"5110d7e9-8655-481f-8487-096b1a2c3d85","name":"tenantnetwork2-net_682fd404-494d-45be-8b6e-5fffae8fc4da"}} 2018-08-25 02:07:50,710 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3ef5b444-aae0-4452-b642-4cd179e54bee 2018-08-25 02:07:50,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.737174034119s 2018-08-25 02:07:50,711 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3ef5b444-aae0-4452-b642-4cd179e54bee 2018-08-25 02:07:50,711 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T02:07:50Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'5110d7e9-8655-481f-8487-096b1a2c3d85', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_682fd404-494d-45be-8b6e-5fffae8fc4da', u'admin_state_up': True, u'tenant_id': u'bdca295b3ec84191a6eeda200b790ff7', u'created_at': u'2018-08-25T02:07:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'bdca295b3ec84191a6eeda200b790ff7'}) 2018-08-25 02:07:50,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 02:07:50,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a298094300ab8e805107ac36456195c02fb2b0c9" 2018-08-25 02:07:51,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-d2370a7e-0391-4593-85f9-540601ee690b Date: Sat, 25 Aug 2018 02:07:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-25T02:07:50Z","tenant_id":"bdca295b3ec84191a6eeda200b790ff7","created_at":"2018-08-25T02:07:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"bdca295b3ec84191a6eeda200b790ff7","id":"5110d7e9-8655-481f-8487-096b1a2c3d85","name":"tenantnetwork2-net_682fd404-494d-45be-8b6e-5fffae8fc4da"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b1410baf-b1b4-45ee-9361-ce71f75a47ab"],"updated_at":"2018-08-25T02:03:07Z","tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"9663dd8628d14b7fa1ec9656ef55e89c","id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","name":"external"}]} 2018-08-25 02:07:51,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d2370a7e-0391-4593-85f9-540601ee690b 2018-08-25 02:07:51,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.950346946716s 2018-08-25 02:07:51,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-d2370a7e-0391-4593-85f9-540601ee690b 2018-08-25 02:07:51,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 02:07:51,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}a298094300ab8e805107ac36456195c02fb2b0c9" -d '{"subnet": {"name": "tenantnetwork2-subnet_682fd404-494d-45be-8b6e-5fffae8fc4da", "enable_dhcp": true, "network_id": "5110d7e9-8655-481f-8487-096b1a2c3d85", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 02:07:52,631 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-51070217-d69e-4618-970c-35f0ab008f85 Date: Sat, 25 Aug 2018 02:07:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5110d7e9-8655-481f-8487-096b1a2c3d85","tenant_id":"bdca295b3ec84191a6eeda200b790ff7","created_at":"2018-08-25T02:07:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T02:07:52Z","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":"bdca295b3ec84191a6eeda200b790ff7","id":"eeeff47c-8a4d-412e-8226-2228ad51aefc","subnetpool_id":null,"name":"tenantnetwork2-subnet_682fd404-494d-45be-8b6e-5fffae8fc4da"}} 2018-08-25 02:07:52,631 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-51070217-d69e-4618-970c-35f0ab008f85 2018-08-25 02:07:52,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.967222213745s 2018-08-25 02:07:52,632 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-51070217-d69e-4618-970c-35f0ab008f85 2018-08-25 02:07:52,632 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T02:07:52Z', 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'eeeff47c-8a4d-412e-8226-2228ad51aefc', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_682fd404-494d-45be-8b6e-5fffae8fc4da', u'enable_dhcp': True, u'network_id': u'5110d7e9-8655-481f-8487-096b1a2c3d85', u'tenant_id': u'bdca295b3ec84191a6eeda200b790ff7', u'created_at': u'2018-08-25T02:07:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bdca295b3ec84191a6eeda200b790ff7'}) 2018-08-25 02:07:52,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 02:07:52,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}a298094300ab8e805107ac36456195c02fb2b0c9" -d '{"router": {"external_gateway_info": {"network_id": "75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0"}, "name": "tenantnetwork2-router_682fd404-494d-45be-8b6e-5fffae8fc4da", "admin_state_up": true}}' 2018-08-25 02:07:53,998 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-6818da3a-a8d6-4f07-832a-27fd33025d79 Date: Sat, 25 Aug 2018 02:07:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b1410baf-b1b4-45ee-9361-ce71f75a47ab", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "bdca295b3ec84191a6eeda200b790ff7", "created_at": "2018-08-25T02:07:52Z", "admin_state_up": true, "updated_at": "2018-08-25T02:07:53Z", "revision_number": 2, "routes": [], "project_id": "bdca295b3ec84191a6eeda200b790ff7", "id": "ef2662f9-4485-400d-8896-51e8fa995286", "name": "tenantnetwork2-router_682fd404-494d-45be-8b6e-5fffae8fc4da"}} 2018-08-25 02:07:53,998 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6818da3a-a8d6-4f07-832a-27fd33025d79 2018-08-25 02:07:53,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36540699005s 2018-08-25 02:07:53,999 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-6818da3a-a8d6-4f07-832a-27fd33025d79 2018-08-25 02:07:53,999 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b1410baf-b1b4-45ee-9361-ce71f75a47ab', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'bdca295b3ec84191a6eeda200b790ff7', u'created_at': u'2018-08-25T02:07:52Z', u'admin_state_up': True, u'updated_at': u'2018-08-25T02:07:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'bdca295b3ec84191a6eeda200b790ff7', u'id': u'ef2662f9-4485-400d-8896-51e8fa995286', u'name': u'tenantnetwork2-router_682fd404-494d-45be-8b6e-5fffae8fc4da'}) 2018-08-25 02:07:54,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 02:07:54,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/ef2662f9-4485-400d-8896-51e8fa995286/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}a298094300ab8e805107ac36456195c02fb2b0c9" -d '{"subnet_id": "eeeff47c-8a4d-412e-8226-2228ad51aefc"}' 2018-08-25 02:07:56,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-10302871-98a8-46af-9540-67ef1bc0c956 Date: Sat, 25 Aug 2018 02:07:56 GMT RESP BODY: {"network_id": "5110d7e9-8655-481f-8487-096b1a2c3d85", "tenant_id": "bdca295b3ec84191a6eeda200b790ff7", "subnet_id": "eeeff47c-8a4d-412e-8226-2228ad51aefc", "subnet_ids": ["eeeff47c-8a4d-412e-8226-2228ad51aefc"], "port_id": "9e1ae748-7004-4335-97fd-aabcf9a93691", "id": "ef2662f9-4485-400d-8896-51e8fa995286"} 2018-08-25 02:07:56,574 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/ef2662f9-4485-400d-8896-51e8fa995286/add_router_interface.json used request id req-10302871-98a8-46af-9540-67ef1bc0c956 2018-08-25 02:07:56,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.57457089424s 2018-08-25 02:07:56,575 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/ef2662f9-4485-400d-8896-51e8fa995286/add_router_interface.json used request id req-10302871-98a8-46af-9540-67ef1bc0c956 returning object ef2662f9-4485-400d-8896-51e8fa995286 2018-08-25 02:07:56,681 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 02:07:56,681 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:07 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-25 02:07:56,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 02:07:56,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/ef2662f9-4485-400d-8896-51e8fa995286/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}a298094300ab8e805107ac36456195c02fb2b0c9" -d '{"subnet_id": "eeeff47c-8a4d-412e-8226-2228ad51aefc"}' 2018-08-25 02:07:59,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f1d3c91-4fba-41fd-8eed-dffc50973045 Date: Sat, 25 Aug 2018 02:07:59 GMT RESP BODY: {"network_id": "5110d7e9-8655-481f-8487-096b1a2c3d85", "tenant_id": "bdca295b3ec84191a6eeda200b790ff7", "subnet_id": "eeeff47c-8a4d-412e-8226-2228ad51aefc", "subnet_ids": ["eeeff47c-8a4d-412e-8226-2228ad51aefc"], "port_id": "9e1ae748-7004-4335-97fd-aabcf9a93691", "id": "ef2662f9-4485-400d-8896-51e8fa995286"} 2018-08-25 02:07:59,093 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/ef2662f9-4485-400d-8896-51e8fa995286/remove_router_interface.json used request id req-8f1d3c91-4fba-41fd-8eed-dffc50973045 2018-08-25 02:07:59,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.40728902817s 2018-08-25 02:07:59,094 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/ef2662f9-4485-400d-8896-51e8fa995286/remove_router_interface.json used request id req-8f1d3c91-4fba-41fd-8eed-dffc50973045 returning object ef2662f9-4485-400d-8896-51e8fa995286 2018-08-25 02:07:59,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 02:07:59,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a298094300ab8e805107ac36456195c02fb2b0c9" 2018-08-25 02:07:59,221 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d24be19d-6be6-47d3-bfe9-4dd58c2f74ad Date: Sat, 25 Aug 2018 02:07:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b1410baf-b1b4-45ee-9361-ce71f75a47ab", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "bdca295b3ec84191a6eeda200b790ff7", "created_at": "2018-08-25T02:07:52Z", "admin_state_up": true, "updated_at": "2018-08-25T02:07:58Z", "revision_number": 4, "routes": [], "project_id": "bdca295b3ec84191a6eeda200b790ff7", "id": "ef2662f9-4485-400d-8896-51e8fa995286", "name": "tenantnetwork2-router_682fd404-494d-45be-8b6e-5fffae8fc4da"}]} 2018-08-25 02:07:59,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-d24be19d-6be6-47d3-bfe9-4dd58c2f74ad 2018-08-25 02:07:59,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.126590013504s 2018-08-25 02:07:59,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-d24be19d-6be6-47d3-bfe9-4dd58c2f74ad 2018-08-25 02:07:59,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 02:07:59,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/ef2662f9-4485-400d-8896-51e8fa995286.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}a298094300ab8e805107ac36456195c02fb2b0c9" 2018-08-25 02:08:00,717 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0ee54459-f69d-4cb5-8122-40afdb2ec6a0 Content-Length: 0 Date: Sat, 25 Aug 2018 02:08:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 02:08:00,717 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/ef2662f9-4485-400d-8896-51e8fa995286.json used request id req-0ee54459-f69d-4cb5-8122-40afdb2ec6a0 2018-08-25 02:08:00,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.49462795258s 2018-08-25 02:08:00,718 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/ef2662f9-4485-400d-8896-51e8fa995286.json used request id req-0ee54459-f69d-4cb5-8122-40afdb2ec6a0 2018-08-25 02:08:00,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 02:08:00,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a298094300ab8e805107ac36456195c02fb2b0c9" 2018-08-25 02:08:01,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cbd61628-d61f-4717-b13b-a8df56259ee4 Date: Sat, 25 Aug 2018 02:08:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5110d7e9-8655-481f-8487-096b1a2c3d85","tenant_id":"bdca295b3ec84191a6eeda200b790ff7","created_at":"2018-08-25T02:07:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T02:07:52Z","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":"bdca295b3ec84191a6eeda200b790ff7","id":"eeeff47c-8a4d-412e-8226-2228ad51aefc","subnetpool_id":null,"name":"tenantnetwork2-subnet_682fd404-494d-45be-8b6e-5fffae8fc4da"}]} 2018-08-25 02:08:01,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-cbd61628-d61f-4717-b13b-a8df56259ee4 2018-08-25 02:08:01,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.796540021896s 2018-08-25 02:08:01,515 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-cbd61628-d61f-4717-b13b-a8df56259ee4 2018-08-25 02:08:01,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 02:08:01,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/eeeff47c-8a4d-412e-8226-2228ad51aefc.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}a298094300ab8e805107ac36456195c02fb2b0c9" 2018-08-25 02:08:04,963 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9dc2389e-a6be-4b93-be11-c90964ba44cd Date: Sat, 25 Aug 2018 02:08:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 02:08:04,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/eeeff47c-8a4d-412e-8226-2228ad51aefc.json used request id req-9dc2389e-a6be-4b93-be11-c90964ba44cd 2018-08-25 02:08:04,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.44674301147s 2018-08-25 02:08:04,963 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/eeeff47c-8a4d-412e-8226-2228ad51aefc.json used request id req-9dc2389e-a6be-4b93-be11-c90964ba44cd 2018-08-25 02:08:04,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 02:08:04,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}a298094300ab8e805107ac36456195c02fb2b0c9" 2018-08-25 02:08:05,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-9d02fe59-9748-4822-8840-53918317b64c Date: Sat, 25 Aug 2018 02:08:05 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-25T02:08:04Z","tenant_id":"bdca295b3ec84191a6eeda200b790ff7","created_at":"2018-08-25T02:07:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"bdca295b3ec84191a6eeda200b790ff7","id":"5110d7e9-8655-481f-8487-096b1a2c3d85","name":"tenantnetwork2-net_682fd404-494d-45be-8b6e-5fffae8fc4da"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b1410baf-b1b4-45ee-9361-ce71f75a47ab"],"updated_at":"2018-08-25T02:03:07Z","tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:00Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"9663dd8628d14b7fa1ec9656ef55e89c","id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","name":"external"}]} 2018-08-25 02:08:05,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9d02fe59-9748-4822-8840-53918317b64c 2018-08-25 02:08:05,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.02610206604s 2018-08-25 02:08:05,990 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-9d02fe59-9748-4822-8840-53918317b64c 2018-08-25 02:08:05,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 02:08:05,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/5110d7e9-8655-481f-8487-096b1a2c3d85.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}a298094300ab8e805107ac36456195c02fb2b0c9" 2018-08-25 02:08:07,019 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c6feda7e-56bc-4621-addb-80d660b533d6 Date: Sat, 25 Aug 2018 02:08:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 02:08:07,020 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5110d7e9-8655-481f-8487-096b1a2c3d85.json used request id req-c6feda7e-56bc-4621-addb-80d660b533d6 2018-08-25 02:08:07,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.02803707123s 2018-08-25 02:08:07,020 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/5110d7e9-8655-481f-8487-096b1a2c3d85.json used request id req-c6feda7e-56bc-4621-addb-80d660b533d6 2018-08-25 02:08:07,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 02:08:07,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:08:07,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c174eaf-9652-497e-88e6-3ea04efa3979 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/0fef73e6863548059996e4b4ff399ec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0fef73e6863548059996e4b4ff399ec4", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/1c78f003dffe460b9526fb7f290790a1"}, "domain_id": "3000c113556a42c3bc4a24adb60e9e06", "enabled": true, "options": {}, "id": "1c78f003dffe460b9526fb7f290790a1", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/20737a4776544c8f81297ba18e821ec4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "20737a4776544c8f81297ba18e821ec4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/29d86338dcc44112b0122351a308c223"}, "domain_id": "default", "enabled": true, "options": {}, "id": "29d86338dcc44112b0122351a308c223", "email": "aodh@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/3f732c91e2fa41d68ff1218844dede4a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f732c91e2fa41d68ff1218844dede4a", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/43fa1a6135c94f7c8e8ca3acd29a9a9c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "43fa1a6135c94f7c8e8ca3acd29a9a9c", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/516941d1af334fcc97263e3c954ef317"}, "domain_id": "default", "enabled": true, "options": {}, "id": "516941d1af334fcc97263e3c954ef317", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/6602718802f845d4bb350287372646ac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6602718802f845d4bb350287372646ac", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/81e85f99b503433d95ae603775e3897b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "81e85f99b503433d95ae603775e3897b", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/871c9ac7e11d436fa993f70257f0673f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "871c9ac7e11d436fa993f70257f0673f", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/b04df307882344c5a821c041de70af1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b04df307882344c5a821c041de70af1d", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/b906c71610624272abaebc4bfa93d3bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b906c71610624272abaebc4bfa93d3bf", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/e3f85a4f8e1045e5a287ba5b32ac5b72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e3f85a4f8e1045e5a287ba5b32ac5b72", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/f222950d40fb4f3a9fa96e948f94d7f6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f222950d40fb4f3a9fa96e948f94d7f6", "email": "panko@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_682fd404-494d-45be-8b6e-5fffae8fc4da", "links": {"self": "http://172.30.9.30:5000/v3/users/f37f407ce22a4e54af98aad8ed71c369"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f37f407ce22a4e54af98aad8ed71c369", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-08-25 02:08:07,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6c174eaf-9652-497e-88e6-3ea04efa3979 2018-08-25 02:08:07,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108554840088s 2018-08-25 02:08:07,130 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-6c174eaf-9652-497e-88e6-3ea04efa3979 2018-08-25 02:08:07,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 02:08:07,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/f37f407ce22a4e54af98aad8ed71c369 -H "User-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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:08:07,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b47a3870-276b-4114-af5f-7171d4357b35 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_682fd404-494d-45be-8b6e-5fffae8fc4da", "links": {"self": "http://172.30.9.30:5000/v3/users/f37f407ce22a4e54af98aad8ed71c369"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f37f407ce22a4e54af98aad8ed71c369", "description": null}} 2018-08-25 02:08:07,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/f37f407ce22a4e54af98aad8ed71c369 used request id req-b47a3870-276b-4114-af5f-7171d4357b35 2018-08-25 02:08:07,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113000154495s 2018-08-25 02:08:07,248 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/f37f407ce22a4e54af98aad8ed71c369 used request id req-b47a3870-276b-4114-af5f-7171d4357b35 2018-08-25 02:08:07,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 02:08:07,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/f37f407ce22a4e54af98aad8ed71c369 -H "User-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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:08:07,511 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 02:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-495319a1-1ec4-463b-988e-e050d5605ef4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 02:08:07,511 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f37f407ce22a4e54af98aad8ed71c369 used request id req-495319a1-1ec4-463b-988e-e050d5605ef4 2018-08-25 02:08:07,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.261780023575s 2018-08-25 02:08:07,511 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/f37f407ce22a4e54af98aad8ed71c369 used request id req-495319a1-1ec4-463b-988e-e050d5605ef4 2018-08-25 02:08:07,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 02:08:07,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:08:07,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:08:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12d2b39b-54af-4b56-8492-e115f8c8b097 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/0e9358ec070e433784ffa51510d16d5c"}, "tags": [], "enabled": true, "id": "0e9358ec070e433784ffa51510d16d5c", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.30:5000/v3/projects/9663dd8628d14b7fa1ec9656ef55e89c"}, "tags": [], "enabled": true, "id": "9663dd8628d14b7fa1ec9656ef55e89c", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.30:5000/v3/projects/bdca295b3ec84191a6eeda200b790ff7"}, "tags": [], "enabled": true, "id": "bdca295b3ec84191a6eeda200b790ff7", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_682fd404-494d-45be-8b6e-5fffae8fc4da"}]} 2018-08-25 02:08:07,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-12d2b39b-54af-4b56-8492-e115f8c8b097 2018-08-25 02:08:07,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0938098430634s 2018-08-25 02:08:07,612 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-12d2b39b-54af-4b56-8492-e115f8c8b097 2018-08-25 02:08:07,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 02:08:07,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/bdca295b3ec84191a6eeda200b790ff7 -H "User-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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:08:08,284 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 02:08:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2a94cdc8-53f4-4bc6-9384-7aec8df5f3ec Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 02:08:08,284 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/bdca295b3ec84191a6eeda200b790ff7 used request id req-2a94cdc8-53f4-4bc6-9384-7aec8df5f3ec 2018-08-25 02:08:08,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.667865037918s 2018-08-25 02:08:08,284 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/bdca295b3ec84191a6eeda200b790ff7 used request id req-2a94cdc8-53f4-4bc6-9384-7aec8df5f3ec 2018-08-25 02:08:08,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 02:08:08,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:08:08,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b91d0c6c-e1aa-41e2-9265-fe67864ea02b Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.30:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "067587bfd29145eab642301b41e4afff", "links": {"self": "http://172.30.9.30:5000/v3/roles/067587bfd29145eab642301b41e4afff"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b9157dc3ab194e4eaa3eb8bbc3d5690a", "links": {"self": "http://172.30.9.30:5000/v3/roles/b9157dc3ab194e4eaa3eb8bbc3d5690a"}, "name": "swiftoperator"}, {"domain_id": null, "id": "bc6e6d4dcb534d659e2d8dc3961bc9c0", "links": {"self": "http://172.30.9.30:5000/v3/roles/bc6e6d4dcb534d659e2d8dc3961bc9c0"}, "name": "Member"}, {"domain_id": null, "id": "bca769bdd7324a10841792e4a3445c04", "links": {"self": "http://172.30.9.30:5000/v3/roles/bca769bdd7324a10841792e4a3445c04"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ededf54af1884172bb4fd287d70279af", "links": {"self": "http://172.30.9.30:5000/v3/roles/ededf54af1884172bb4fd287d70279af"}, "name": "admin"}]} 2018-08-25 02:08:08,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b91d0c6c-e1aa-41e2-9265-fe67864ea02b 2018-08-25 02:08:08,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179906129837s 2018-08-25 02:08:08,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-b91d0c6c-e1aa-41e2-9265-fe67864ea02b 2018-08-25 02:08:08,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-25 02:08:08,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/roles/bc6e6d4dcb534d659e2d8dc3961bc9c0 -H "User-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}1ec792406eb701b69ddfdaacfb38ecd03b879a4c" 2018-08-25 02:08:08,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 02:08:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c3bd3cf-6088-4605-9771-6eaf6c55459e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 02:08:08,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/bc6e6d4dcb534d659e2d8dc3961bc9c0 used request id req-4c3bd3cf-6088-4605-9771-6eaf6c55459e 2018-08-25 02:08:08,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.243253946304s 2018-08-25 02:08:08,716 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/roles/bc6e6d4dcb534d659e2d8dc3961bc9c0 used request id req-4c3bd3cf-6088-4605-9771-6eaf6c55459e 2018-08-25 02:08:08,769 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-25 02:08:08,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 02:08:08,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 02:08:08,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 02:08:08,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 02:08:08,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 02:08:08,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 02:08:08,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 02:08:08,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-25 02:08:08,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 02:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a74ccea-2651-4668-8e55-0d9958f702b6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}} 2018-08-25 02:08:08,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000//v3 used request id req-4a74ccea-2651-4668-8e55-0d9958f702b6 2018-08-25 02:08:08,852 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-08-25 02:08:09,233 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ededf54af1884172bb4fd287d70279af", "name": "admin"}], "expires_at": "2018-08-25T03:08:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0e9358ec070e433784ffa51510d16d5c", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "36df9374d763487e9155c1158268b032"}, {"url": "http://192.30.9.4:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bc9495f9f74a425c965eccf7be7fb140"}, {"url": "http://192.30.9.4:8004/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc12a03fae574b07a0352d031b34c150"}], "type": "orchestration", "id": "014bed0f5d414f11a50c405d3b9e71ca", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32ee834336aa48669e614024ba4938ac"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ec30ec4ea82942088113e9a655851fe2"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ecd0bff637bf41c5a13e5980dacc09bd"}], "type": "network", "id": "01a14e21f0aa448898200cd85898fb09", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1868458f56a14376b876ca6ff5cc087e"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e8c79a1a2e8146e5aa028feb25a58da5"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ec6bc7f6b784409f904c55c9617115d8"}], "type": "metric", "id": "2a8233e6679848d88d81a66550dbb737", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.35:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0a33795f51be4ef9a8fb39e4446bd2d2"}, {"url": "http://172.30.9.30:8080/v1/AUTH_0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3fcfb7b0846d42549b87c811648324f2"}, {"url": "http://12.0.0.35:8080/v1/AUTH_0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db7cc60dddad4c10b40b6fbba3ae8dee"}], "type": "object-store", "id": "4b0438f84c3b4a8988450c604d6528bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d61fe06ace141f6b091c1e92ea0b947"}, {"url": "http://192.30.9.4:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a9958539158c46eaacd91473c491b6b3"}, {"url": "http://172.30.9.30:8776/v1/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c33eaafba82345ebba5b684bc0ea1e19"}], "type": "volume", "id": "5812f861850545edb74cf29f142188b2", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a512dcaac9b6437a99dbe02c2a6f9010"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d1b2140880824eed94cf9fd4ba0717cc"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6ac5dc6c2d4470cb997d507cb9a7a75"}], "type": "event", "id": "636fabe041e949178d9f9dbc3b355caf", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1f99c4b13c42467d89fdd42c97a5ed2f"}, {"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e8b0356a44f4131bc1fb6fd462c5e6f"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bdfcc0427cb94f459a3cab205d3a8078"}], "type": "image", "id": "648847cf1c224f6ba9e6bb3edca185b2", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13b28b90efc549328aaba8c6b7da897c"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44d5e1685b1e404b9d1154c06369b652"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "57f81498325249c3bbc525e81edb2ca8"}], "type": "identity", "id": "6b3c474bb5f3465d8aae47729f935afe", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3b673338e65d45d88baa049ea1827fea"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc9ecd1eedd425b83b3c5c2d5bae985"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ac229ffd64db4b28976b89e8c8e6730f"}], "type": "alarming", "id": "713ebd2f4b4146ecadad7d2f68e52950", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "393c0d932595404fb182d7a2708dc495"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d9cf52f7775c4b9fb60290537a651ebb"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e6d4aaa7c71144cf963b6f7a320a1845"}], "type": "compute", "id": "7f04b4594f3841069a0c5c494a782c77", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.30:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae7e198b05384035b7318886ea21a69e"}, {"url": "http://192.30.9.4:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d97a73cbe9fa4ecb915b85f845353fbb"}, {"url": "http://192.30.9.4:8776/v2/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea269e88e42b4f538a08f2bd4fd98090"}], "type": "volumev2", "id": "82efb3a91ba64708bfafe15c9e0d1d7e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1465f02234c148efa0669fa392539064"}, {"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "765ea2f0329746a783e149c9c5c5635e"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4b8b5c26768414ca03cd231a55b2d21"}], "type": "placement", "id": "bdf0ebc63dd84e1fa963a7d3a8e6f64c", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "410e20aedebf4e2a96ad41734ec4e6b8"}, {"url": "http://172.30.9.30:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e1b28e22d594765a687202313132edc"}, {"url": "http://192.30.9.4:8776/v3/0e9358ec070e433784ffa51510d16d5c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e27f22e87f9d4d8c8f9f14eb26858caa"}], "type": "volumev3", "id": "ddc3e92115554b60ad3c7fbafd1443e4", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aa609d528f941da81455000b25acb96"}, {"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6d58f95198dc4ea08df2499d5bd05114"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b54439d518204e39af7f1ed521267619"}], "type": "cloudformation", "id": "eb6a64de3b3e48eaa24e8bda2f42d344", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "ef6d08cf853e4917b8e8f348a651a519", "name": "ceilometer"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3f732c91e2fa41d68ff1218844dede4a"}, "audit_ids": ["e48xQDVCQL-a4MOESJpesA"], "issued_at": "2018-08-25T02:08:09.000000Z"}} 2018-08-25 02:08:09,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 02:08:09,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30: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}f25a5847181c8c13193e99b56bf5506cffd22f38" 2018-08-25 02:08:09,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2f547739-bbc1-42ee-badf-588195390ded Date: Sat, 25 Aug 2018 02:08:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9663dd8628d14b7fa1ec9656ef55e89c","status":"ACTIVE","subnets":["b1410baf-b1b4-45ee-9361-ce71f75a47ab"],"description":"","tags":[],"updated_at":"2018-08-25T02:03:07Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:00Z","provider:network_type":"flat"}]} 2018-08-25 02:08:09,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2f547739-bbc1-42ee-badf-588195390ded 2018-08-25 02:08:09,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252571105957s 2018-08-25 02:08:09,490 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2f547739-bbc1-42ee-badf-588195390ded 2018-08-25 02:08:09,490 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-25 02:08:09,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 02:08:09,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}f25a5847181c8c13193e99b56bf5506cffd22f38" -d '{"network": {"name": "vmready1-net_16690ddf-958c-45e1-b943-2fa2ed1c1f7b", "admin_state_up": true}}' 2018-08-25 02:08:10,759 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-4ae6fc05-f299-4856-acbc-ff4b7872cee6 Date: Sat, 25 Aug 2018 02:08:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bc81f348-9120-4ad9-aeec-ec019a5bcdf8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0e9358ec070e433784ffa51510d16d5c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T02:08:10Z","is_default":false,"provider:segmentation_id":9,"name":"vmready1-net_16690ddf-958c-45e1-b943-2fa2ed1c1f7b","admin_state_up":true,"tenant_id":"0e9358ec070e433784ffa51510d16d5c","created_at":"2018-08-25T02:08:10Z","mtu":1450}} 2018-08-25 02:08:10,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-4ae6fc05-f299-4856-acbc-ff4b7872cee6 2018-08-25 02:08:10,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.2686522007s 2018-08-25 02:08:10,760 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-4ae6fc05-f299-4856-acbc-ff4b7872cee6 2018-08-25 02:08:10,760 - 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-25T02:08:10Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'bc81f348-9120-4ad9-aeec-ec019a5bcdf8', u'provider:segmentation_id': 9, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_16690ddf-958c-45e1-b943-2fa2ed1c1f7b', u'admin_state_up': True, u'tenant_id': u'0e9358ec070e433784ffa51510d16d5c', u'created_at': u'2018-08-25T02:08:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0e9358ec070e433784ffa51510d16d5c'}) 2018-08-25 02:08:10,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 02:08:10,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}f25a5847181c8c13193e99b56bf5506cffd22f38" 2018-08-25 02:08:11,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1345 X-Openstack-Request-Id: req-3dc2bceb-617b-4d5b-87ff-1605138e5042 Date: Sat, 25 Aug 2018 02:08:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9663dd8628d14b7fa1ec9656ef55e89c","status":"ACTIVE","subnets":["b1410baf-b1b4-45ee-9361-ce71f75a47ab"],"description":"","tags":[],"updated_at":"2018-08-25T02:03:07Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"bc81f348-9120-4ad9-aeec-ec019a5bcdf8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0e9358ec070e433784ffa51510d16d5c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T02:08:10Z","provider:segmentation_id":9,"name":"vmready1-net_16690ddf-958c-45e1-b943-2fa2ed1c1f7b","admin_state_up":true,"tenant_id":"0e9358ec070e433784ffa51510d16d5c","created_at":"2018-08-25T02:08:10Z","provider:network_type":"vxlan"}]} 2018-08-25 02:08:11,045 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3dc2bceb-617b-4d5b-87ff-1605138e5042 2018-08-25 02:08:11,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.283529996872s 2018-08-25 02:08:11,045 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3dc2bceb-617b-4d5b-87ff-1605138e5042 2018-08-25 02:08:11,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 02:08:11,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}f25a5847181c8c13193e99b56bf5506cffd22f38" -d '{"subnet": {"name": "vmready1-subnet_16690ddf-958c-45e1-b943-2fa2ed1c1f7b", "enable_dhcp": true, "network_id": "bc81f348-9120-4ad9-aeec-ec019a5bcdf8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 02:08:11,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1aa9d9cc-f46d-49a9-86a3-5674a78fa61f Date: Sat, 25 Aug 2018 02:08:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc81f348-9120-4ad9-aeec-ec019a5bcdf8","tenant_id":"0e9358ec070e433784ffa51510d16d5c","created_at":"2018-08-25T02:08:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T02:08:11Z","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":"0e9358ec070e433784ffa51510d16d5c","id":"ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf","subnetpool_id":null,"name":"vmready1-subnet_16690ddf-958c-45e1-b943-2fa2ed1c1f7b"}} 2018-08-25 02:08:11,691 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-1aa9d9cc-f46d-49a9-86a3-5674a78fa61f 2018-08-25 02:08:11,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.644379854202s 2018-08-25 02:08:11,692 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-1aa9d9cc-f46d-49a9-86a3-5674a78fa61f 2018-08-25 02:08:11,692 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T02:08:11Z', 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'ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_16690ddf-958c-45e1-b943-2fa2ed1c1f7b', u'enable_dhcp': True, u'network_id': u'bc81f348-9120-4ad9-aeec-ec019a5bcdf8', u'tenant_id': u'0e9358ec070e433784ffa51510d16d5c', u'created_at': u'2018-08-25T02:08:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0e9358ec070e433784ffa51510d16d5c'}) 2018-08-25 02:08:11,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 02:08:11,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}f25a5847181c8c13193e99b56bf5506cffd22f38" -d '{"router": {"external_gateway_info": {"network_id": "75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0"}, "name": "vmready1-router_16690ddf-958c-45e1-b943-2fa2ed1c1f7b", "admin_state_up": true}}' 2018-08-25 02:08:13,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-220aee5f-8203-45ad-8d1e-7da0575559dd Date: Sat, 25 Aug 2018 02:08:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b1410baf-b1b4-45ee-9361-ce71f75a47ab", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "0e9358ec070e433784ffa51510d16d5c", "created_at": "2018-08-25T02:08:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-25T02:08:13Z", "revision_number": 2, "routes": [], "project_id": "0e9358ec070e433784ffa51510d16d5c", "id": "13d84132-f8ee-4e3c-9252-6e31c341db52", "name": "vmready1-router_16690ddf-958c-45e1-b943-2fa2ed1c1f7b"}} 2018-08-25 02:08:13,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-220aee5f-8203-45ad-8d1e-7da0575559dd 2018-08-25 02:08:13,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.24019789696s 2018-08-25 02:08:13,934 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-220aee5f-8203-45ad-8d1e-7da0575559dd 2018-08-25 02:08:13,934 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b1410baf-b1b4-45ee-9361-ce71f75a47ab', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0e9358ec070e433784ffa51510d16d5c', u'created_at': u'2018-08-25T02:08:12Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-25T02:08:13Z', u'revision_number': 2, u'routes': [], u'project_id': u'0e9358ec070e433784ffa51510d16d5c', u'id': u'13d84132-f8ee-4e3c-9252-6e31c341db52', u'name': u'vmready1-router_16690ddf-958c-45e1-b943-2fa2ed1c1f7b'}) 2018-08-25 02:08:13,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 02:08:13,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/13d84132-f8ee-4e3c-9252-6e31c341db52/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}f25a5847181c8c13193e99b56bf5506cffd22f38" -d '{"subnet_id": "ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf"}' 2018-08-25 02:08:16,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-702d1062-816e-46e2-b5c7-5925861a6fe1 Date: Sat, 25 Aug 2018 02:08:16 GMT RESP BODY: {"network_id": "bc81f348-9120-4ad9-aeec-ec019a5bcdf8", "tenant_id": "0e9358ec070e433784ffa51510d16d5c", "subnet_id": "ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf", "subnet_ids": ["ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf"], "port_id": "a3067b5f-8b6c-4e41-b801-da42ed28ede5", "id": "13d84132-f8ee-4e3c-9252-6e31c341db52"} 2018-08-25 02:08:16,504 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/13d84132-f8ee-4e3c-9252-6e31c341db52/add_router_interface.json used request id req-702d1062-816e-46e2-b5c7-5925861a6fe1 2018-08-25 02:08:16,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.56934380531s 2018-08-25 02:08:16,504 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/13d84132-f8ee-4e3c-9252-6e31c341db52/add_router_interface.json used request id req-702d1062-816e-46e2-b5c7-5925861a6fe1 returning object 13d84132-f8ee-4e3c-9252-6e31c341db52 2018-08-25 02:08:16,505 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 02:08:16,629 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 02:08:16,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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-25 02:08:16,635 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 25 Aug 2018 02:08:16 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.30:9292/v2/", "rel": "self"}]}]} 2018-08-25 02:08:16,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 02:08:16,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}f25a5847181c8c13193e99b56bf5506cffd22f38" 2018-08-25 02:08:17,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cef8294d-5c39-43e3-bc18-6573c3981422 Date: Sat, 25 Aug 2018 02:08:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 02:08:17,376 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-cef8294d-5c39-43e3-bc18-6573c3981422 2018-08-25 02:08:17,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.738552093506s 2018-08-25 02:08:17,376 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.30:9292/v2/images used request id req-cef8294d-5c39-43e3-bc18-6573c3981422 2018-08-25 02:08:17,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 02:08:17,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.30: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}f25a5847181c8c13193e99b56bf5506cffd22f38" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_16690ddf-958c-45e1-b943-2fa2ed1c1f7b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_16690ddf-958c-45e1-b943-2fa2ed1c1f7b"}' 2018-08-25 02:08:18,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.30:9292/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7c64c275-77ba-42a9-8286-c9d0fbada9d4 Date: Sat, 25 Aug 2018 02:08:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c/file", "owner": "0e9358ec070e433784ffa51510d16d5c", "id": "7693b0b9-0eed-43fe-8827-31d41436fe9c", "size": null, "self": "/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-25T02:08:18Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_16690ddf-958c-45e1-b943-2fa2ed1c1f7b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_16690ddf-958c-45e1-b943-2fa2ed1c1f7b", "checksum": null, "created_at": "2018-08-25T02:08:18Z", "protected": false} 2018-08-25 02:08:18,220 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-7c64c275-77ba-42a9-8286-c9d0fbada9d4 2018-08-25 02:08:18,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.835813999176s 2018-08-25 02:08:18,221 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.30:9292/v2/images used request id req-7c64c275-77ba-42a9-8286-c9d0fbada9d4 returning object 7693b0b9-0eed-43fe-8827-31d41436fe9c 2018-08-25 02:08:18,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 02:08:18,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c/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}f25a5847181c8c13193e99b56bf5506cffd22f38" -d '' 2018-08-25 02:10:18,280 - shade - DEBUG - Unable to establish connection to http://172.30.9.30:9292/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-25 02:10:18,280 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.058591127 seconds, retrying 2018-08-25 02:10:18,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9292/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c/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}f25a5847181c8c13193e99b56bf5506cffd22f38" -d '' 2018-08-25 02:10:18,337 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-d7c0abb2-3528-42df-913e-6e5ddecc4278 Date: Sat, 25 Aug 2018 02:10:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 02:10:18,337 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.30:9292/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c/file used request id req-d7c0abb2-3528-42df-913e-6e5ddecc4278 2018-08-25 02:10:18,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.116179943s 2018-08-25 02:10:18,338 - shade - DEBUG - Deleting failed upload of image vmready1-img_16690ddf-958c-45e1-b943-2fa2ed1c1f7b 2018-08-25 02:10:18,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 02:10:18,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9292/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c -H "User-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}f25a5847181c8c13193e99b56bf5506cffd22f38" 2018-08-25 02:10:18,437 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-58d57401-dced-40c1-9330-b8dc204683a9 Date: Sat, 25 Aug 2018 02:10:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 02:10:18,438 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c used request id req-58d57401-dced-40c1-9330-b8dc204683a9 2018-08-25 02:10:18,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.0993590354919s 2018-08-25 02:10:18,438 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.30:9292/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c used request id req-58d57401-dced-40c1-9330-b8dc204683a9 2018-08-25 02:10:18,438 - 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.30:9292/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c/file Conflict 2018-08-25 02:10:18,444 - 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.30:9292/v2/images/7693b0b9-0eed-43fe-8827-31d41436fe9c/file Conflict 2018-08-25 02:10:18,557 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 02:10:18,558 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:09 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-25 02:10:18,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 02:10:18,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/13d84132-f8ee-4e3c-9252-6e31c341db52/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}f25a5847181c8c13193e99b56bf5506cffd22f38" -d '{"subnet_id": "ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf"}' 2018-08-25 02:10:20,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1b8e0145-19a9-430b-b5f3-f3bc599bb13a Date: Sat, 25 Aug 2018 02:10:20 GMT RESP BODY: {"network_id": "bc81f348-9120-4ad9-aeec-ec019a5bcdf8", "tenant_id": "0e9358ec070e433784ffa51510d16d5c", "subnet_id": "ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf", "subnet_ids": ["ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf"], "port_id": "a3067b5f-8b6c-4e41-b801-da42ed28ede5", "id": "13d84132-f8ee-4e3c-9252-6e31c341db52"} 2018-08-25 02:10:20,911 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/13d84132-f8ee-4e3c-9252-6e31c341db52/remove_router_interface.json used request id req-1b8e0145-19a9-430b-b5f3-f3bc599bb13a 2018-08-25 02:10:20,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.34910392761s 2018-08-25 02:10:20,912 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/13d84132-f8ee-4e3c-9252-6e31c341db52/remove_router_interface.json used request id req-1b8e0145-19a9-430b-b5f3-f3bc599bb13a returning object 13d84132-f8ee-4e3c-9252-6e31c341db52 2018-08-25 02:10:20,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 02:10:20,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}f25a5847181c8c13193e99b56bf5506cffd22f38" 2018-08-25 02:10:21,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-0293616a-5db5-45b2-9460-a06a1d8bcda7 Date: Sat, 25 Aug 2018 02:10:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b1410baf-b1b4-45ee-9361-ce71f75a47ab", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "0e9358ec070e433784ffa51510d16d5c", "created_at": "2018-08-25T02:08:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-25T02:10:20Z", "revision_number": 4, "routes": [], "project_id": "0e9358ec070e433784ffa51510d16d5c", "id": "13d84132-f8ee-4e3c-9252-6e31c341db52", "name": "vmready1-router_16690ddf-958c-45e1-b943-2fa2ed1c1f7b"}]} 2018-08-25 02:10:21,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-0293616a-5db5-45b2-9460-a06a1d8bcda7 2018-08-25 02:10:21,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.953881978989s 2018-08-25 02:10:21,867 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-0293616a-5db5-45b2-9460-a06a1d8bcda7 2018-08-25 02:10:21,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 02:10:21,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/13d84132-f8ee-4e3c-9252-6e31c341db52.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}f25a5847181c8c13193e99b56bf5506cffd22f38" 2018-08-25 02:10:23,553 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-40a20227-279c-4d1c-a9ef-8967127435a6 Content-Length: 0 Date: Sat, 25 Aug 2018 02:10:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 02:10:23,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/13d84132-f8ee-4e3c-9252-6e31c341db52.json used request id req-40a20227-279c-4d1c-a9ef-8967127435a6 2018-08-25 02:10:23,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.6848950386s 2018-08-25 02:10:23,553 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/13d84132-f8ee-4e3c-9252-6e31c341db52.json used request id req-40a20227-279c-4d1c-a9ef-8967127435a6 2018-08-25 02:10:23,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 02:10:23,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}f25a5847181c8c13193e99b56bf5506cffd22f38" 2018-08-25 02:10:24,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-3395da5e-fc6f-415c-8076-6cf0c45961ba Date: Sat, 25 Aug 2018 02:10:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:07Z","dns_nameservers":[],"updated_at":"2018-08-25T02:03:07Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9663dd8628d14b7fa1ec9656ef55e89c","id":"b1410baf-b1b4-45ee-9361-ce71f75a47ab","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bc81f348-9120-4ad9-aeec-ec019a5bcdf8","tenant_id":"0e9358ec070e433784ffa51510d16d5c","created_at":"2018-08-25T02:08:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T02:08:11Z","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":"0e9358ec070e433784ffa51510d16d5c","id":"ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf","subnetpool_id":null,"name":"vmready1-subnet_16690ddf-958c-45e1-b943-2fa2ed1c1f7b"}]} 2018-08-25 02:10:24,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-3395da5e-fc6f-415c-8076-6cf0c45961ba 2018-08-25 02:10:24,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.901202917099s 2018-08-25 02:10:24,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-3395da5e-fc6f-415c-8076-6cf0c45961ba 2018-08-25 02:10:24,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 02:10:24,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf.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}f25a5847181c8c13193e99b56bf5506cffd22f38" 2018-08-25 02:10:26,882 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9f671263-a074-4b2b-893b-fa1b25309d62 Date: Sat, 25 Aug 2018 02:10:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 02:10:26,882 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf.json used request id req-9f671263-a074-4b2b-893b-fa1b25309d62 2018-08-25 02:10:26,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.42495918274s 2018-08-25 02:10:26,882 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/ee8d26a1-65cb-4a49-8f8f-4d623d0e32bf.json used request id req-9f671263-a074-4b2b-893b-fa1b25309d62 2018-08-25 02:10:26,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 02:10:26,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30: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}f25a5847181c8c13193e99b56bf5506cffd22f38" 2018-08-25 02:10:27,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-54507df6-2a07-40fd-b46b-4c03e1cbfe8d Date: Sat, 25 Aug 2018 02:10:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"75f0179a-d0f3-4e46-bdbd-9dd2719bcfc0","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9663dd8628d14b7fa1ec9656ef55e89c","status":"ACTIVE","subnets":["b1410baf-b1b4-45ee-9361-ce71f75a47ab"],"description":"","tags":[],"updated_at":"2018-08-25T02:03:07Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9663dd8628d14b7fa1ec9656ef55e89c","created_at":"2018-08-25T02:03:00Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bc81f348-9120-4ad9-aeec-ec019a5bcdf8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0e9358ec070e433784ffa51510d16d5c","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T02:10:26Z","provider:segmentation_id":9,"name":"vmready1-net_16690ddf-958c-45e1-b943-2fa2ed1c1f7b","admin_state_up":true,"tenant_id":"0e9358ec070e433784ffa51510d16d5c","created_at":"2018-08-25T02:08:10Z","provider:network_type":"vxlan"}]} 2018-08-25 02:10:27,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-54507df6-2a07-40fd-b46b-4c03e1cbfe8d 2018-08-25 02:10:27,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276577949524s 2018-08-25 02:10:27,160 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-54507df6-2a07-40fd-b46b-4c03e1cbfe8d 2018-08-25 02:10:27,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 02:10:27,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/bc81f348-9120-4ad9-aeec-ec019a5bcdf8.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}f25a5847181c8c13193e99b56bf5506cffd22f38" 2018-08-25 02:10:28,465 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c73fed88-39da-4336-bd1f-af21d7d64037 Date: Sat, 25 Aug 2018 02:10:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 02:10:28,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/bc81f348-9120-4ad9-aeec-ec019a5bcdf8.json used request id req-c73fed88-39da-4336-bd1f-af21d7d64037 2018-08-25 02:10:28,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.3042781353s 2018-08-25 02:10:28,466 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/bc81f348-9120-4ad9-aeec-ec019a5bcdf8.json used request id req-c73fed88-39da-4336-bd1f-af21d7d64037 2018-08-25 02:10:28,466 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-25 02:10:28,467 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | tenantnetwork1 | functest | healthcheck | 00:07 | PASS | | tenantnetwork2 | functest | healthcheck | 00:07 | PASS | | vmready1 | functest | healthcheck | 02:09 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-25 02:10:28,480 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR