2018-07-13 05:04:01,357 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-148 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-13 05:04:01,362 - 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=wGUDMIMYUSEeuHaks0ncNw3HG 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=dae6b4d63d57475db896683827636a05 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-07-13 05:04:01,362 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-13 05:04:01,363 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ 2018-07-13 05:04:01,366 - xtesting.ci.run_tests - INFO - Running tier 'healthcheck' 2018-07-13 05:04:01,366 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-13 05:04:01,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-13 05:04:01,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-13 05:04:01,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-13 05:04:01,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-13 05:04:01,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-13 05:04:01,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-13 05:04:01,704 - 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.14" 2018-07-13 05:04:01,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91775fbc-fb65-4f88-bbc1-f42be355a5b0 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-07-13 05:04:01,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-91775fbc-fb65-4f88-bbc1-f42be355a5b0 2018-07-13 05:04:01,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-13 05:04:02,110 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fff79c0bdd4454e9f558a018960c859", "name": "member"}, {"id": "fb84d1cc06654998a63ffb2525e83958", "name": "admin"}, {"id": "4b489a12f70d46638158f798c7b95a63", "name": "reader"}], "expires_at": "2018-07-13T06:04:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dae6b4d63d57475db896683827636a05", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7f6f9dd61854c2c8836fddc64a7cb67"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4af4ae5776c42409228857847fd63b0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff7573a2647b4c5d8d9cbe33a7e0baac"}], "type": "placement", "id": "07c755028d7341ffb7a3f89ee40a9761", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ec63c14fb8143e5b962017cc0bb3090"}, {"url": "http://12.0.0.22:8080/v1/AUTH_dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8bbbbe75b7d4850b3d73d6e20b29d51"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7112cf29cb04023a66e91ddf6d39187"}], "type": "object-store", "id": "2434857f56af4c90a18c752232361b00", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32f4f576b9c24a3f96aa5cea32727178"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6c486d65c454a6c84924e8475e6576b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea5578704c57417ca27df5ee4c3b937b"}], "type": "alarming", "id": "427f3782413644deb43dba897a07f1f5", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "42f589fbe1fe45b189511382c0cff492", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28605464bab140eab7c778253b4ad697"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304120ad557b4ad99de017a787f4d87d"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a01155d99d04a5daf107cc0da74ecd1"}], "type": "metric", "id": "61a6ac34651448559a6220514542a1d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1baad59769f3455a901278c0d0fd96dd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7149e7f69d43ae8577877ad1c090bf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d36f28170e85482e98e87ed4f5b052e4"}], "type": "cloudformation", "id": "6616f92c785848efaf0eef1f9816ee99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74acfa791cac4f5d8db506d0a283ee78"}, {"url": "http://192.30.9.4:8776/v3/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ab465208953410b93b260cb4341a42c"}, {"url": "http://172.30.9.30:8776/v3/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d84ff92ac4b64853bc214c13953bee52"}], "type": "volumev3", "id": "7e9a78b8b1e847109d826775cf4fbb35", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b0c7e493165434b81d96809160c40d2"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f17e5bb3ce6418e9d9cc5c1439cc2e2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bce77a13197b4e7481157d6db01584d5"}], "type": "network", "id": "87ac27d42a974436a1cb639def2adf9a", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cc5fe47c94529bfd6041b73ac9a68"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adb26edd96da4c14b334f2e8feb8d5d5"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf09af2d68bf475a881aedbaf3af00d5"}], "type": "image", "id": "93fb5be858e74d9986c8df278fd903f9", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22e4c8908963432682e2f53ad396bf7e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "868a338b239a4c51aab9b33c99f2e713"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05ed471b51447288c4a6aba8aedf94c"}], "type": "compute", "id": "a1b5676e30714b52af9159b32cbb033f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2eeb95a6a0584f9c8b1e4ec6ecfd1b58"}, {"url": "http://172.30.9.30:8776/v1/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53c5ee81673648a0b1e085f1fd922d1f"}, {"url": "http://192.30.9.4:8776/v1/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7bf7cbc4b8b14a81be22449837d346cc"}], "type": "volume", "id": "b17189eddf3b49d7a582e245e87b8c99", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cc4ee3d19e340ae852e4979cfa56183"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6181f46212674016be48446999ab701a"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "873103bb811448799187e78881a04fbf"}], "type": "event", "id": "b9956c3377194087a814f0564cf3c302", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72bf972151cd4c69a9c8bdbfe8c2cb82"}, {"url": "http://172.30.9.30:8776/v2/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfa4b4ae205e48d390c76e76d5b46ab0"}, {"url": "http://192.30.9.4:8776/v2/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db6ef3edaab14b2f971c7619ea423fe3"}], "type": "volumev2", "id": "d9df448d692d4e92bdcf10b3e2efaf21", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5de567c11ad948f290291082889dea7e"}, {"url": "http://192.30.9.4:8004/v1/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "894a475ed9fa44ac99702c3edbca6da9"}, {"url": "http://192.30.9.4:8004/v1/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96288cd1114f4ece8af1d3fd4316c69c"}], "type": "orchestration", "id": "e1e060dd20e746e68a3358bc06d759f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48076db9bf5941ffadde3f1aa83c81af"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e06797a3e194455490754d33a438d5f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb1bc9ea94b542eda64ffd72665fee19"}], "type": "identity", "id": "e6366969b8f44278bc4c898c48635dd8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ea5daee046f5408bb2a3d14ca4a2e3d0"}, "audit_ids": ["ueuUzSrnQOm7M623H3XfIg"], "issued_at": "2018-07-13T05:04:02.000000Z"}} 2018-07-13 05:04:02,115 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:02,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:02 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-de5eb170-145d-4bed-9170-506e15fc591a x-compute-request-id: req-de5eb170-145d-4bed-9170-506e15fc591a Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-13 05:04:02,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-aggregates used request id req-de5eb170-145d-4bed-9170-506e15fc591a 2018-07-13 05:04:02,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.20777893066s 2018-07-13 05:04:02,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-aggregates used request id req-de5eb170-145d-4bed-9170-506e15fc591a 2018-07-13 05:04:02,912 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-13 05:04:02,915 - 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.14" 2018-07-13 05:04:02,921 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 13 Jul 2018 05:04:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-77872889-c3a5-443c-b29f-6d7ff0201001 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}]}} 2018-07-13 05:04:02,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-77872889-c3a5-443c-b29f-6d7ff0201001 2018-07-13 05:04:02,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-13 05:04:02,925 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:03,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc344f1b-1378-4e01-a5b6-26ccd7154d17 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/1679fee697084b0caa0dbe8e9d80f173"}, "tags": [], "enabled": true, "id": "1679fee697084b0caa0dbe8e9d80f173", "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-07-13 05:04:03,091 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-bc344f1b-1378-4e01-a5b6-26ccd7154d17 2018-07-13 05:04:03,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.168690919876s 2018-07-13 05:04:03,091 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-bc344f1b-1378-4e01-a5b6-26ccd7154d17 2018-07-13 05:04:03,092 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'1679fee697084b0caa0dbe8e9d80f173', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-13 05:04:03,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-13 05:04:03,099 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:03,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83c79bae-1fe3-44ab-9f88-13792cc2f5a9 Content-Encoding: gzip Content-Length: 1969 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/0b0c7e493165434b81d96809160c40d2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "87ac27d42a974436a1cb639def2adf9a", "id": "0b0c7e493165434b81d96809160c40d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/1baad59769f3455a901278c0d0fd96dd"}, "url": "http://172.30.9.30:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6616f92c785848efaf0eef1f9816ee99", "id": "1baad59769f3455a901278c0d0fd96dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/22e4c8908963432682e2f53ad396bf7e"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a1b5676e30714b52af9159b32cbb033f", "id": "22e4c8908963432682e2f53ad396bf7e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/28605464bab140eab7c778253b4ad697"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61a6ac34651448559a6220514542a1d2", "id": "28605464bab140eab7c778253b4ad697"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/2eeb95a6a0584f9c8b1e4ec6ecfd1b58"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b17189eddf3b49d7a582e245e87b8c99", "id": "2eeb95a6a0584f9c8b1e4ec6ecfd1b58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/304120ad557b4ad99de017a787f4d87d"}, "url": "http://172.30.9.30:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61a6ac34651448559a6220514542a1d2", "id": "304120ad557b4ad99de017a787f4d87d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/32f4f576b9c24a3f96aa5cea32727178"}, "url": "http://172.30.9.30:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "427f3782413644deb43dba897a07f1f5", "id": "32f4f576b9c24a3f96aa5cea32727178"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3cc4ee3d19e340ae852e4979cfa56183"}, "url": "http://172.30.9.30:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b9956c3377194087a814f0564cf3c302", "id": "3cc4ee3d19e340ae852e4979cfa56183"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/3f17e5bb3ce6418e9d9cc5c1439cc2e2"}, "url": "http://172.30.9.30:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "87ac27d42a974436a1cb639def2adf9a", "id": "3f17e5bb3ce6418e9d9cc5c1439cc2e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/48076db9bf5941ffadde3f1aa83c81af"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e6366969b8f44278bc4c898c48635dd8", "id": "48076db9bf5941ffadde3f1aa83c81af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4a01155d99d04a5daf107cc0da74ecd1"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61a6ac34651448559a6220514542a1d2", "id": "4a01155d99d04a5daf107cc0da74ecd1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/4a3cc5fe47c94529bfd6041b73ac9a68"}, "url": "http://172.30.9.30:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "93fb5be858e74d9986c8df278fd903f9", "id": "4a3cc5fe47c94529bfd6041b73ac9a68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/53c5ee81673648a0b1e085f1fd922d1f"}, "url": "http://172.30.9.30:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b17189eddf3b49d7a582e245e87b8c99", "id": "53c5ee81673648a0b1e085f1fd922d1f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/5de567c11ad948f290291082889dea7e"}, "url": "http://172.30.9.30:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e1e060dd20e746e68a3358bc06d759f8", "id": "5de567c11ad948f290291082889dea7e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/6181f46212674016be48446999ab701a"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b9956c3377194087a814f0564cf3c302", "id": "6181f46212674016be48446999ab701a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/72bf972151cd4c69a9c8bdbfe8c2cb82"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d9df448d692d4e92bdcf10b3e2efaf21", "id": "72bf972151cd4c69a9c8bdbfe8c2cb82"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/74acfa791cac4f5d8db506d0a283ee78"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e9a78b8b1e847109d826775cf4fbb35", "id": "74acfa791cac4f5d8db506d0a283ee78"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/7bf7cbc4b8b14a81be22449837d346cc"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b17189eddf3b49d7a582e245e87b8c99", "id": "7bf7cbc4b8b14a81be22449837d346cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/868a338b239a4c51aab9b33c99f2e713"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a1b5676e30714b52af9159b32cbb033f", "id": "868a338b239a4c51aab9b33c99f2e713"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/873103bb811448799187e78881a04fbf"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b9956c3377194087a814f0564cf3c302", "id": "873103bb811448799187e78881a04fbf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/894a475ed9fa44ac99702c3edbca6da9"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e1e060dd20e746e68a3358bc06d759f8", "id": "894a475ed9fa44ac99702c3edbca6da9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8b7149e7f69d43ae8577877ad1c090bf"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6616f92c785848efaf0eef1f9816ee99", "id": "8b7149e7f69d43ae8577877ad1c090bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/8ec63c14fb8143e5b962017cc0bb3090"}, "url": "http://172.30.9.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2434857f56af4c90a18c752232361b00", "id": "8ec63c14fb8143e5b962017cc0bb3090"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/96288cd1114f4ece8af1d3fd4316c69c"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e1e060dd20e746e68a3358bc06d759f8", "id": "96288cd1114f4ece8af1d3fd4316c69c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/9ab465208953410b93b260cb4341a42c"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e9a78b8b1e847109d826775cf4fbb35", "id": "9ab465208953410b93b260cb4341a42c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/adb26edd96da4c14b334f2e8feb8d5d5"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "93fb5be858e74d9986c8df278fd903f9", "id": "adb26edd96da4c14b334f2e8feb8d5d5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/b6c486d65c454a6c84924e8475e6576b"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "427f3782413644deb43dba897a07f1f5", "id": "b6c486d65c454a6c84924e8475e6576b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bce77a13197b4e7481157d6db01584d5"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "87ac27d42a974436a1cb639def2adf9a", "id": "bce77a13197b4e7481157d6db01584d5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/bf09af2d68bf475a881aedbaf3af00d5"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "93fb5be858e74d9986c8df278fd903f9", "id": "bf09af2d68bf475a881aedbaf3af00d5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/c7f6f9dd61854c2c8836fddc64a7cb67"}, "url": "http://172.30.9.30:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "07c755028d7341ffb7a3f89ee40a9761", "id": "c7f6f9dd61854c2c8836fddc64a7cb67"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/cfa4b4ae205e48d390c76e76d5b46ab0"}, "url": "http://172.30.9.30:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d9df448d692d4e92bdcf10b3e2efaf21", "id": "cfa4b4ae205e48d390c76e76d5b46ab0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d36f28170e85482e98e87ed4f5b052e4"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6616f92c785848efaf0eef1f9816ee99", "id": "d36f28170e85482e98e87ed4f5b052e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d84ff92ac4b64853bc214c13953bee52"}, "url": "http://172.30.9.30:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e9a78b8b1e847109d826775cf4fbb35", "id": "d84ff92ac4b64853bc214c13953bee52"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/d8bbbbe75b7d4850b3d73d6e20b29d51"}, "url": "http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2434857f56af4c90a18c752232361b00", "id": "d8bbbbe75b7d4850b3d73d6e20b29d51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/db6ef3edaab14b2f971c7619ea423fe3"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d9df448d692d4e92bdcf10b3e2efaf21", "id": "db6ef3edaab14b2f971c7619ea423fe3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e05ed471b51447288c4a6aba8aedf94c"}, "url": "http://172.30.9.30:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a1b5676e30714b52af9159b32cbb033f", "id": "e05ed471b51447288c4a6aba8aedf94c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e06797a3e194455490754d33a438d5f8"}, "url": "http://172.30.9.30:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e6366969b8f44278bc4c898c48635dd8", "id": "e06797a3e194455490754d33a438d5f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e4af4ae5776c42409228857847fd63b0"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "07c755028d7341ffb7a3f89ee40a9761", "id": "e4af4ae5776c42409228857847fd63b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/e7112cf29cb04023a66e91ddf6d39187"}, "url": "http://12.0.0.22:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2434857f56af4c90a18c752232361b00", "id": "e7112cf29cb04023a66e91ddf6d39187"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ea5578704c57417ca27df5ee4c3b937b"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "427f3782413644deb43dba897a07f1f5", "id": "ea5578704c57417ca27df5ee4c3b937b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/fb1bc9ea94b542eda64ffd72665fee19"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e6366969b8f44278bc4c898c48635dd8", "id": "fb1bc9ea94b542eda64ffd72665fee19"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.30:5000/v3/endpoints/ff7573a2647b4c5d8d9cbe33a7e0baac"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "07c755028d7341ffb7a3f89ee40a9761", "id": "ff7573a2647b4c5d8d9cbe33a7e0baac"}], "links": {"self": "http://172.30.9.30:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-13 05:04:03,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-83c79bae-1fe3-44ab-9f88-13792cc2f5a9 2018-07-13 05:04:03,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.112658977509s 2018-07-13 05:04:03,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/endpoints used request id req-83c79bae-1fe3-44ab-9f88-13792cc2f5a9 2018-07-13 05:04:03,216 - 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/0b0c7e493165434b81d96809160c40d2'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'87ac27d42a974436a1cb639def2adf9a', u'id': u'0b0c7e493165434b81d96809160c40d2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/1baad59769f3455a901278c0d0fd96dd'}, 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'6616f92c785848efaf0eef1f9816ee99', u'id': u'1baad59769f3455a901278c0d0fd96dd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/22e4c8908963432682e2f53ad396bf7e'}, 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'a1b5676e30714b52af9159b32cbb033f', u'id': u'22e4c8908963432682e2f53ad396bf7e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/28605464bab140eab7c778253b4ad697'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'61a6ac34651448559a6220514542a1d2', u'id': u'28605464bab140eab7c778253b4ad697'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/2eeb95a6a0584f9c8b1e4ec6ecfd1b58'}, 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'b17189eddf3b49d7a582e245e87b8c99', u'id': u'2eeb95a6a0584f9c8b1e4ec6ecfd1b58'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/304120ad557b4ad99de017a787f4d87d'}, u'url': u'http://172.30.9.30:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'61a6ac34651448559a6220514542a1d2', u'id': u'304120ad557b4ad99de017a787f4d87d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/32f4f576b9c24a3f96aa5cea32727178'}, u'url': u'http://172.30.9.30:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'427f3782413644deb43dba897a07f1f5', u'id': u'32f4f576b9c24a3f96aa5cea32727178'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/3cc4ee3d19e340ae852e4979cfa56183'}, u'url': u'http://172.30.9.30:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b9956c3377194087a814f0564cf3c302', u'id': u'3cc4ee3d19e340ae852e4979cfa56183'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/3f17e5bb3ce6418e9d9cc5c1439cc2e2'}, u'url': u'http://172.30.9.30:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'87ac27d42a974436a1cb639def2adf9a', u'id': u'3f17e5bb3ce6418e9d9cc5c1439cc2e2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/48076db9bf5941ffadde3f1aa83c81af'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e6366969b8f44278bc4c898c48635dd8', u'id': u'48076db9bf5941ffadde3f1aa83c81af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4a01155d99d04a5daf107cc0da74ecd1'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'61a6ac34651448559a6220514542a1d2', u'id': u'4a01155d99d04a5daf107cc0da74ecd1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/4a3cc5fe47c94529bfd6041b73ac9a68'}, u'url': u'http://172.30.9.30:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'93fb5be858e74d9986c8df278fd903f9', u'id': u'4a3cc5fe47c94529bfd6041b73ac9a68'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/53c5ee81673648a0b1e085f1fd922d1f'}, 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'b17189eddf3b49d7a582e245e87b8c99', u'id': u'53c5ee81673648a0b1e085f1fd922d1f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/5de567c11ad948f290291082889dea7e'}, 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'e1e060dd20e746e68a3358bc06d759f8', u'id': u'5de567c11ad948f290291082889dea7e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/6181f46212674016be48446999ab701a'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b9956c3377194087a814f0564cf3c302', u'id': u'6181f46212674016be48446999ab701a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/72bf972151cd4c69a9c8bdbfe8c2cb82'}, 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'd9df448d692d4e92bdcf10b3e2efaf21', u'id': u'72bf972151cd4c69a9c8bdbfe8c2cb82'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/74acfa791cac4f5d8db506d0a283ee78'}, 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'7e9a78b8b1e847109d826775cf4fbb35', u'id': u'74acfa791cac4f5d8db506d0a283ee78'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/7bf7cbc4b8b14a81be22449837d346cc'}, 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'b17189eddf3b49d7a582e245e87b8c99', u'id': u'7bf7cbc4b8b14a81be22449837d346cc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/868a338b239a4c51aab9b33c99f2e713'}, 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'a1b5676e30714b52af9159b32cbb033f', u'id': u'868a338b239a4c51aab9b33c99f2e713'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/873103bb811448799187e78881a04fbf'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b9956c3377194087a814f0564cf3c302', u'id': u'873103bb811448799187e78881a04fbf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/894a475ed9fa44ac99702c3edbca6da9'}, 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'e1e060dd20e746e68a3358bc06d759f8', u'id': u'894a475ed9fa44ac99702c3edbca6da9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/8b7149e7f69d43ae8577877ad1c090bf'}, 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'6616f92c785848efaf0eef1f9816ee99', u'id': u'8b7149e7f69d43ae8577877ad1c090bf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/8ec63c14fb8143e5b962017cc0bb3090'}, 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'2434857f56af4c90a18c752232361b00', u'id': u'8ec63c14fb8143e5b962017cc0bb3090'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/96288cd1114f4ece8af1d3fd4316c69c'}, 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'e1e060dd20e746e68a3358bc06d759f8', u'id': u'96288cd1114f4ece8af1d3fd4316c69c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/9ab465208953410b93b260cb4341a42c'}, 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'7e9a78b8b1e847109d826775cf4fbb35', u'id': u'9ab465208953410b93b260cb4341a42c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/adb26edd96da4c14b334f2e8feb8d5d5'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'93fb5be858e74d9986c8df278fd903f9', u'id': u'adb26edd96da4c14b334f2e8feb8d5d5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/b6c486d65c454a6c84924e8475e6576b'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'427f3782413644deb43dba897a07f1f5', u'id': u'b6c486d65c454a6c84924e8475e6576b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/bce77a13197b4e7481157d6db01584d5'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'87ac27d42a974436a1cb639def2adf9a', u'id': u'bce77a13197b4e7481157d6db01584d5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/bf09af2d68bf475a881aedbaf3af00d5'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'93fb5be858e74d9986c8df278fd903f9', u'id': u'bf09af2d68bf475a881aedbaf3af00d5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/c7f6f9dd61854c2c8836fddc64a7cb67'}, 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'07c755028d7341ffb7a3f89ee40a9761', u'id': u'c7f6f9dd61854c2c8836fddc64a7cb67'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/cfa4b4ae205e48d390c76e76d5b46ab0'}, 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'd9df448d692d4e92bdcf10b3e2efaf21', u'id': u'cfa4b4ae205e48d390c76e76d5b46ab0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/d36f28170e85482e98e87ed4f5b052e4'}, 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'6616f92c785848efaf0eef1f9816ee99', u'id': u'd36f28170e85482e98e87ed4f5b052e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/d84ff92ac4b64853bc214c13953bee52'}, 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'7e9a78b8b1e847109d826775cf4fbb35', u'id': u'd84ff92ac4b64853bc214c13953bee52'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/d8bbbbe75b7d4850b3d73d6e20b29d51'}, u'url': u'http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2434857f56af4c90a18c752232361b00', u'id': u'd8bbbbe75b7d4850b3d73d6e20b29d51'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/db6ef3edaab14b2f971c7619ea423fe3'}, 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'd9df448d692d4e92bdcf10b3e2efaf21', u'id': u'db6ef3edaab14b2f971c7619ea423fe3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e05ed471b51447288c4a6aba8aedf94c'}, 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'a1b5676e30714b52af9159b32cbb033f', u'id': u'e05ed471b51447288c4a6aba8aedf94c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e06797a3e194455490754d33a438d5f8'}, u'url': u'http://172.30.9.30:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e6366969b8f44278bc4c898c48635dd8', u'id': u'e06797a3e194455490754d33a438d5f8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e4af4ae5776c42409228857847fd63b0'}, 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'07c755028d7341ffb7a3f89ee40a9761', u'id': u'e4af4ae5776c42409228857847fd63b0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/e7112cf29cb04023a66e91ddf6d39187'}, u'url': u'http://12.0.0.22:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2434857f56af4c90a18c752232361b00', u'id': u'e7112cf29cb04023a66e91ddf6d39187'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ea5578704c57417ca27df5ee4c3b937b'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'427f3782413644deb43dba897a07f1f5', u'id': u'ea5578704c57417ca27df5ee4c3b937b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/fb1bc9ea94b542eda64ffd72665fee19'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e6366969b8f44278bc4c898c48635dd8', u'id': u'fb1bc9ea94b542eda64ffd72665fee19'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.30:5000/v3/endpoints/ff7573a2647b4c5d8d9cbe33a7e0baac'}, 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'07c755028d7341ffb7a3f89ee40a9761', u'id': u'ff7573a2647b4c5d8d9cbe33a7e0baac'})] 2018-07-13 05:04:03,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-13 05:04:03,220 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:03,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d058b508-8139-4811-a264-b8ab2553f340 x-compute-request-id: req-d058b508-8139-4811-a264-b8ab2553f340 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-07-13 05:04:03,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/extensions used request id req-d058b508-8139-4811-a264-b8ab2553f340 2018-07-13 05:04:03,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.13129401207s 2018-07-13 05:04:03,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/extensions used request id req-d058b508-8139-4811-a264-b8ab2553f340 2018-07-13 05:04:03,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-13 05:04:03,365 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:05,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e929f5fb-611c-4902-99a9-00dd6d5f3736 x-compute-request-id: req-e929f5fb-611c-4902-99a9-00dd6d5f3736 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-13 05:04:05,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-floating-ip-pools used request id req-e929f5fb-611c-4902-99a9-00dd6d5f3736 2018-07-13 05:04:05,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.028455019s 2018-07-13 05:04:05,392 - 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-e929f5fb-611c-4902-99a9-00dd6d5f3736 2018-07-13 05:04:05,392 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-13 05:04:05,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-13 05:04:05,398 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:05,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-50cb0a2c-28cf-4910-ac7d-5cf076aa0281 Date: Fri, 13 Jul 2018 05:04:05 GMT RESP BODY: {"floatingips": []} 2018-07-13 05:04:05,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-50cb0a2c-28cf-4910-ac7d-5cf076aa0281 2018-07-13 05:04:05,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0555708408356s 2018-07-13 05:04:05,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/floatingips.json used request id req-50cb0a2c-28cf-4910-ac7d-5cf076aa0281 2018-07-13 05:04:05,454 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-13 05:04:05,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-13 05:04:05,481 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:05,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d9e33381-ef37-4aca-9fd4-d1c8ddb412c4 x-compute-request-id: req-d9e33381-ef37-4aca-9fd4-d1c8ddb412c4 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 161}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 164}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 47, "hypervisor_version": 2010000, "disk_available_least": 46, "local_gb": 47, "free_ram_mb": 28406, "id": 5}]} 2018-07-13 05:04:05,644 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-d9e33381-ef37-4aca-9fd4-d1c8ddb412c4 2018-07-13 05:04:05,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.190508842468s 2018-07-13 05:04:05,645 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-hypervisors/detail used request id req-d9e33381-ef37-4aca-9fd4-d1c8ddb412c4 2018-07-13 05:04:05,646 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 161}, 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.5', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 47, u'hypervisor_version': 2010000, u'disk_available_least': 46, u'local_gb': 47, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 164}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-07-13 05:04:05,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-13 05:04:05,649 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:05,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a4706a33-9f8a-4b1e-b552-9f3282ec5e98 x-compute-request-id: req-a4706a33-9f8a-4b1e-b552-9f3282ec5e98 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-13 05:04:05,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-a4706a33-9f8a-4b1e-b552-9f3282ec5e98 2018-07-13 05:04:05,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.141846895218s 2018-07-13 05:04:05,789 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/os-keypairs used request id req-a4706a33-9f8a-4b1e-b552-9f3282ec5e98 2018-07-13 05:04:05,789 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-13 05:04:05,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-13 05:04:05,790 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:06,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-1e99e904-91e5-4221-9396-4dcaa201fd10 Date: Fri, 13 Jul 2018 05:04:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0361e9e5-a158-4bdc-8069-afccf209d8fa","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec7a0240d1df445b9d703368a63a79dc","l2_adjacency":true,"status":"ACTIVE","subnets":["3f489632-68f9-4a21-9e48-d21b55ac5645"],"description":"","tags":[],"updated_at":"2018-07-13T05:00:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec7a0240d1df445b9d703368a63a79dc","created_at":"2018-07-13T05:00:43Z","provider:network_type":"flat"}]} 2018-07-13 05:04:06,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1e99e904-91e5-4221-9396-4dcaa201fd10 2018-07-13 05:04:06,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.340636968613s 2018-07-13 05:04:06,130 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-1e99e904-91e5-4221-9396-4dcaa201fd10 2018-07-13 05:04:06,131 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'3f489632-68f9-4a21-9e48-d21b55ac5645'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-13T05:00:51Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'0361e9e5-a158-4bdc-8069-afccf209d8fa', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-07-13T05:00:43Z', u'provider:network_type': u'flat', u'tenant_id': u'ec7a0240d1df445b9d703368a63a79dc', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'ec7a0240d1df445b9d703368a63a79dc', u'l2_adjacency': True})] 2018-07-13 05:04:06,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-13 05:04:06,132 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:07,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f8f70eb9-4ed5-435d-b232-3cea29b55d30 Date: Fri, 13 Jul 2018 05:04:07 GMT RESP BODY: {"ports":[]} 2018-07-13 05:04:07,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json used request id req-f8f70eb9-4ed5-435d-b232-3cea29b55d30 2018-07-13 05:04:07,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.08213996887s 2018-07-13 05:04:07,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/ports.json used request id req-f8f70eb9-4ed5-435d-b232-3cea29b55d30 2018-07-13 05:04:07,214 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-13 05:04:07,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-13 05:04:07,220 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:07,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2c701b1-8932-410b-8589-781be761714f Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "1c42ccebf4294a63b5d2e13106ec4df5"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/1c42ccebf4294a63b5d2e13106ec4df5/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "1ebe18d6627b4648b13e862cb2ed678b"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/1ebe18d6627b4648b13e862cb2ed678b/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "41b39908f37a4b099dc887ec22a1da7b"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/41b39908f37a4b099dc887ec22a1da7b/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "507fe4e201a143ebaad441e77029af44"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/507fe4e201a143ebaad441e77029af44/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "62767a365f814f4aaa1c371941a72ee4"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/62767a365f814f4aaa1c371941a72ee4/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "628e6974c9394d18aa783436c148dbad"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/628e6974c9394d18aa783436c148dbad/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "8976d773fb6745f88ef78ec8a072723c"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/8976d773fb6745f88ef78ec8a072723c/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "9a14d05aab5f49cba7117c98a79b8a16"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/9a14d05aab5f49cba7117c98a79b8a16/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "ce0b4b293c8e4ec1a3d5af067a4b7ad8"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/ce0b4b293c8e4ec1a3d5af067a4b7ad8/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "daaeac2325b847bc9af4bbb7e9d54142"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/daaeac2325b847bc9af4bbb7e9d54142/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "dae6b4d63d57475db896683827636a05"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "ea5daee046f5408bb2a3d14ca4a2e3d0"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/dae6b4d63d57475db896683827636a05/users/ea5daee046f5408bb2a3d14ca4a2e3d0/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "b644324efa53440a8f59057558e485b5"}, "user": {"id": "ed038d8190974fbbab7fc921a36bcf5c"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/ed038d8190974fbbab7fc921a36bcf5c/roles/b644324efa53440a8f59057558e485b5"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "ed038d8190974fbbab7fc921a36bcf5c"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/ed038d8190974fbbab7fc921a36bcf5c/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"project": {"id": "ec7a0240d1df445b9d703368a63a79dc"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "fd93c3f79b1a4f5b8eb830419ed12af1"}, "links": {"assignment": "http://172.30.9.30:5000/v3/projects/ec7a0240d1df445b9d703368a63a79dc/users/fd93c3f79b1a4f5b8eb830419ed12af1/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"domain": {"id": "1679fee697084b0caa0dbe8e9d80f173"}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "c6683101bc2b4d0fa24d5a291ac77f42"}, "links": {"assignment": "http://172.30.9.30:5000/v3/domains/1679fee697084b0caa0dbe8e9d80f173/users/c6683101bc2b4d0fa24d5a291ac77f42/roles/fb84d1cc06654998a63ffb2525e83958"}}, {"scope": {"system": {"all": true}}, "role": {"id": "fb84d1cc06654998a63ffb2525e83958"}, "user": {"id": "ea5daee046f5408bb2a3d14ca4a2e3d0"}, "links": {"assignment": "http://172.30.9.30:5000/v3/system/users/ea5daee046f5408bb2a3d14ca4a2e3d0/roles/fb84d1cc06654998a63ffb2525e83958"}}], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-13 05:04:07,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments used request id req-c2c701b1-8932-410b-8589-781be761714f 2018-07-13 05:04:07,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.164712190628s 2018-07-13 05:04:07,382 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments used request id req-c2c701b1-8932-410b-8589-781be761714f 2018-07-13 05:04:07,385 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'1c42ccebf4294a63b5d2e13106ec4df5'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'1ebe18d6627b4648b13e862cb2ed678b'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'41b39908f37a4b099dc887ec22a1da7b'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'507fe4e201a143ebaad441e77029af44'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'62767a365f814f4aaa1c371941a72ee4'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'628e6974c9394d18aa783436c148dbad'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'8976d773fb6745f88ef78ec8a072723c'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'9a14d05aab5f49cba7117c98a79b8a16'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'ce0b4b293c8e4ec1a3d5af067a4b7ad8'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'daaeac2325b847bc9af4bbb7e9d54142'}), Munch({'project': u'dae6b4d63d57475db896683827636a05', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'ea5daee046f5408bb2a3d14ca4a2e3d0'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'b644324efa53440a8f59057558e485b5', 'user': u'ed038d8190974fbbab7fc921a36bcf5c'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'ed038d8190974fbbab7fc921a36bcf5c'}), Munch({'project': u'ec7a0240d1df445b9d703368a63a79dc', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'fd93c3f79b1a4f5b8eb830419ed12af1'}), Munch({'domain': u'1679fee697084b0caa0dbe8e9d80f173', 'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'c6683101bc2b4d0fa24d5a291ac77f42'}), Munch({'id': u'fb84d1cc06654998a63ffb2525e83958', 'user': u'ea5daee046f5408bb2a3d14ca4a2e3d0'})] 2018-07-13 05:04:07,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-13 05:04:07,392 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:07,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4d822f4-e618-4956-987b-756af5fb7b59 Content-Encoding: gzip Content-Length: 378 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": "4b489a12f70d46638158f798c7b95a63", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b489a12f70d46638158f798c7b95a63"}, "name": "reader"}, {"domain_id": null, "id": "7b3e8b7eea37415eac72b461c2d35363", "links": {"self": "http://172.30.9.30:5000/v3/roles/7b3e8b7eea37415eac72b461c2d35363"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9654c88d96fe4d7b8c89b9986368c0cd", "links": {"self": "http://172.30.9.30:5000/v3/roles/9654c88d96fe4d7b8c89b9986368c0cd"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "9fff79c0bdd4454e9f558a018960c859", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fff79c0bdd4454e9f558a018960c859"}, "name": "member"}, {"domain_id": null, "id": "b644324efa53440a8f59057558e485b5", "links": {"self": "http://172.30.9.30:5000/v3/roles/b644324efa53440a8f59057558e485b5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fb84d1cc06654998a63ffb2525e83958", "links": {"self": "http://172.30.9.30:5000/v3/roles/fb84d1cc06654998a63ffb2525e83958"}, "name": "admin"}]} 2018-07-13 05:04:07,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e4d822f4-e618-4956-987b-756af5fb7b59 2018-07-13 05:04:07,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.11142706871s 2018-07-13 05:04:07,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-e4d822f4-e618-4956-987b-756af5fb7b59 2018-07-13 05:04:07,502 - 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'reader', 'id': u'4b489a12f70d46638158f798c7b95a63'}), 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'7b3e8b7eea37415eac72b461c2d35363'}), 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'9654c88d96fe4d7b8c89b9986368c0cd'}), 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'member', 'id': u'9fff79c0bdd4454e9f558a018960c859'}), 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'b644324efa53440a8f59057558e485b5'}), 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'fb84d1cc06654998a63ffb2525e83958'})] 2018-07-13 05:04:07,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-13 05:04:07,504 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:07,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-2a831faa-c49d-4cd4-b619-47ef9936b6c7 Date: Fri, 13 Jul 2018 05:04:07 GMT RESP BODY: {"routers": []} 2018-07-13 05:04:07,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-2a831faa-c49d-4cd4-b619-47ef9936b6c7 2018-07-13 05:04:07,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.327195167542s 2018-07-13 05:04:07,831 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-2a831faa-c49d-4cd4-b619-47ef9936b6c7 2018-07-13 05:04:07,831 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-13 05:04:07,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-13 05:04:07,834 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:07,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5d7ae69a-8efe-4124-b5e4-af2eb1c50627 x-compute-request-id: req-5d7ae69a-8efe-4124-b5e4-af2eb1c50627 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-13 05:04:07,916 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5d7ae69a-8efe-4124-b5e4-af2eb1c50627 2018-07-13 05:04:07,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0847020149231s 2018-07-13 05:04:07,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.30:8774/v2.1/servers/detail used request id req-5d7ae69a-8efe-4124-b5e4-af2eb1c50627 2018-07-13 05:04:07,917 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-13 05:04:07,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-13 05:04:07,923 - 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.14" 2018-07-13 05:04:07,930 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 13 Jul 2018 05:04:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4786f57-f53f-44c8-a762-ae9c597b0b00 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-07-13 05:04:07,930 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-b4786f57-f53f-44c8-a762-ae9c597b0b00 2018-07-13 05:04:07,931 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:08,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-257418d7-9ba6-4816-826a-cfe03e85b61b Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/07c755028d7341ffb7a3f89ee40a9761"}, "enabled": true, "type": "placement", "id": "07c755028d7341ffb7a3f89ee40a9761", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2434857f56af4c90a18c752232361b00"}, "enabled": true, "type": "object-store", "id": "2434857f56af4c90a18c752232361b00", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/427f3782413644deb43dba897a07f1f5"}, "enabled": true, "type": "alarming", "id": "427f3782413644deb43dba897a07f1f5", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/42f589fbe1fe45b189511382c0cff492"}, "enabled": true, "type": "metering", "id": "42f589fbe1fe45b189511382c0cff492", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/61a6ac34651448559a6220514542a1d2"}, "enabled": true, "type": "metric", "id": "61a6ac34651448559a6220514542a1d2", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/6616f92c785848efaf0eef1f9816ee99"}, "enabled": true, "type": "cloudformation", "id": "6616f92c785848efaf0eef1f9816ee99", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/7e9a78b8b1e847109d826775cf4fbb35"}, "enabled": true, "type": "volumev3", "id": "7e9a78b8b1e847109d826775cf4fbb35", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/87ac27d42a974436a1cb639def2adf9a"}, "enabled": true, "type": "network", "id": "87ac27d42a974436a1cb639def2adf9a", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/93fb5be858e74d9986c8df278fd903f9"}, "enabled": true, "type": "image", "id": "93fb5be858e74d9986c8df278fd903f9", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/a1b5676e30714b52af9159b32cbb033f"}, "enabled": true, "type": "compute", "id": "a1b5676e30714b52af9159b32cbb033f", "name": "nova"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b17189eddf3b49d7a582e245e87b8c99"}, "enabled": true, "type": "volume", "id": "b17189eddf3b49d7a582e245e87b8c99", "name": "cinder"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b9956c3377194087a814f0564cf3c302"}, "enabled": true, "type": "event", "id": "b9956c3377194087a814f0564cf3c302", "name": "panko"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/d9df448d692d4e92bdcf10b3e2efaf21"}, "enabled": true, "type": "volumev2", "id": "d9df448d692d4e92bdcf10b3e2efaf21", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e1e060dd20e746e68a3358bc06d759f8"}, "enabled": true, "type": "orchestration", "id": "e1e060dd20e746e68a3358bc06d759f8", "name": "heat"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/e6366969b8f44278bc4c898c48635dd8"}, "enabled": true, "type": "identity", "id": "e6366969b8f44278bc4c898c48635dd8", "name": "keystone"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-07-13 05:04:08,035 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-257418d7-9ba6-4816-826a-cfe03e85b61b 2018-07-13 05:04:08,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.114953994751s 2018-07-13 05:04:08,036 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-257418d7-9ba6-4816-826a-cfe03e85b61b 2018-07-13 05:04:08,041 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'07c755028d7341ffb7a3f89ee40a9761', 'name': u'placement'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'2434857f56af4c90a18c752232361b00', 'name': u'swift'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'427f3782413644deb43dba897a07f1f5', 'name': u'aodh'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'42f589fbe1fe45b189511382c0cff492', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'61a6ac34651448559a6220514542a1d2', 'name': u'gnocchi'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'6616f92c785848efaf0eef1f9816ee99', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'7e9a78b8b1e847109d826775cf4fbb35', 'name': u'cinderv3'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'87ac27d42a974436a1cb639def2adf9a', 'name': u'neutron'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'93fb5be858e74d9986c8df278fd903f9', 'name': u'glance'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'a1b5676e30714b52af9159b32cbb033f', 'name': u'nova'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'b17189eddf3b49d7a582e245e87b8c99', 'name': u'cinder'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'b9956c3377194087a814f0564cf3c302', 'name': u'panko'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'd9df448d692d4e92bdcf10b3e2efaf21', 'name': u'cinderv2'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'e1e060dd20e746e68a3358bc06d759f8', 'name': u'heat'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'e6366969b8f44278bc4c898c48635dd8', 'name': u'keystone'})] 2018-07-13 05:04:08,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-13 05:04:08,042 - 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.14" -H "X-Auth-Token: {SHA1}deb91db742854bd5c8370b4881a33814f33d02ba" 2018-07-13 05:04:09,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-8619f233-007c-43af-93a5-280fb59c62cd Date: Fri, 13 Jul 2018 05:04:09 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-13T05:00:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"3f489632-68f9-4a21-9e48-d21b55ac5645","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"ec7a0240d1df445b9d703368a63a79dc","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0361e9e5-a158-4bdc-8069-afccf209d8fa","tenant_id":"ec7a0240d1df445b9d703368a63a79dc","created_at":"2018-07-13T05:00:51Z","ip_version":4}]} 2018-07-13 05:04:09,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-8619f233-007c-43af-93a5-280fb59c62cd 2018-07-13 05:04:09,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.18700885773s 2018-07-13 05:04:09,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-8619f233-007c-43af-93a5-280fb59c62cd 2018-07-13 05:04:09,229 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-13T05:00:51Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'3f489632-68f9-4a21-9e48-d21b55ac5645', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'0361e9e5-a158-4bdc-8069-afccf209d8fa', u'tenant_id': u'ec7a0240d1df445b9d703368a63a79dc', u'created_at': u'2018-07-13T05:00:51Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'ec7a0240d1df445b9d703368a63a79dc'})] 2018-07-13 05:04:09,352 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-13 05:04:09,353 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-13 05:04:09,357 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-13 05:04:09,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-13 05:04:09,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-13 05:04:09,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-13 05:04:09,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-13 05:04:09,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-13 05:04:09,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-13 05:04:09,514 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-13 05:04:09,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-13 05:04:09,516 - 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.14" 2018-07-13 05:04:09,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93479efa-13d8-4e9c-b027-0bf19f55447b 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-07-13 05:04:09,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-93479efa-13d8-4e9c-b027-0bf19f55447b 2018-07-13 05:04:09,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-13 05:04:09,910 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fff79c0bdd4454e9f558a018960c859", "name": "member"}, {"id": "fb84d1cc06654998a63ffb2525e83958", "name": "admin"}, {"id": "4b489a12f70d46638158f798c7b95a63", "name": "reader"}], "expires_at": "2018-07-13T06:04:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dae6b4d63d57475db896683827636a05", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7f6f9dd61854c2c8836fddc64a7cb67"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4af4ae5776c42409228857847fd63b0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff7573a2647b4c5d8d9cbe33a7e0baac"}], "type": "placement", "id": "07c755028d7341ffb7a3f89ee40a9761", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ec63c14fb8143e5b962017cc0bb3090"}, {"url": "http://12.0.0.22:8080/v1/AUTH_dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8bbbbe75b7d4850b3d73d6e20b29d51"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7112cf29cb04023a66e91ddf6d39187"}], "type": "object-store", "id": "2434857f56af4c90a18c752232361b00", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32f4f576b9c24a3f96aa5cea32727178"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6c486d65c454a6c84924e8475e6576b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea5578704c57417ca27df5ee4c3b937b"}], "type": "alarming", "id": "427f3782413644deb43dba897a07f1f5", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "42f589fbe1fe45b189511382c0cff492", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28605464bab140eab7c778253b4ad697"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304120ad557b4ad99de017a787f4d87d"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a01155d99d04a5daf107cc0da74ecd1"}], "type": "metric", "id": "61a6ac34651448559a6220514542a1d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1baad59769f3455a901278c0d0fd96dd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7149e7f69d43ae8577877ad1c090bf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d36f28170e85482e98e87ed4f5b052e4"}], "type": "cloudformation", "id": "6616f92c785848efaf0eef1f9816ee99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74acfa791cac4f5d8db506d0a283ee78"}, {"url": "http://192.30.9.4:8776/v3/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ab465208953410b93b260cb4341a42c"}, {"url": "http://172.30.9.30:8776/v3/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d84ff92ac4b64853bc214c13953bee52"}], "type": "volumev3", "id": "7e9a78b8b1e847109d826775cf4fbb35", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b0c7e493165434b81d96809160c40d2"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f17e5bb3ce6418e9d9cc5c1439cc2e2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bce77a13197b4e7481157d6db01584d5"}], "type": "network", "id": "87ac27d42a974436a1cb639def2adf9a", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cc5fe47c94529bfd6041b73ac9a68"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adb26edd96da4c14b334f2e8feb8d5d5"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf09af2d68bf475a881aedbaf3af00d5"}], "type": "image", "id": "93fb5be858e74d9986c8df278fd903f9", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22e4c8908963432682e2f53ad396bf7e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "868a338b239a4c51aab9b33c99f2e713"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05ed471b51447288c4a6aba8aedf94c"}], "type": "compute", "id": "a1b5676e30714b52af9159b32cbb033f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2eeb95a6a0584f9c8b1e4ec6ecfd1b58"}, {"url": "http://172.30.9.30:8776/v1/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53c5ee81673648a0b1e085f1fd922d1f"}, {"url": "http://192.30.9.4:8776/v1/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7bf7cbc4b8b14a81be22449837d346cc"}], "type": "volume", "id": "b17189eddf3b49d7a582e245e87b8c99", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cc4ee3d19e340ae852e4979cfa56183"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6181f46212674016be48446999ab701a"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "873103bb811448799187e78881a04fbf"}], "type": "event", "id": "b9956c3377194087a814f0564cf3c302", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72bf972151cd4c69a9c8bdbfe8c2cb82"}, {"url": "http://172.30.9.30:8776/v2/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfa4b4ae205e48d390c76e76d5b46ab0"}, {"url": "http://192.30.9.4:8776/v2/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db6ef3edaab14b2f971c7619ea423fe3"}], "type": "volumev2", "id": "d9df448d692d4e92bdcf10b3e2efaf21", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5de567c11ad948f290291082889dea7e"}, {"url": "http://192.30.9.4:8004/v1/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "894a475ed9fa44ac99702c3edbca6da9"}, {"url": "http://192.30.9.4:8004/v1/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96288cd1114f4ece8af1d3fd4316c69c"}], "type": "orchestration", "id": "e1e060dd20e746e68a3358bc06d759f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48076db9bf5941ffadde3f1aa83c81af"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e06797a3e194455490754d33a438d5f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb1bc9ea94b542eda64ffd72665fee19"}], "type": "identity", "id": "e6366969b8f44278bc4c898c48635dd8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ea5daee046f5408bb2a3d14ca4a2e3d0"}, "audit_ids": ["_2HmxCGqRNyHe--8zJb3wA"], "issued_at": "2018-07-13T05:04:09.000000Z"}} 2018-07-13 05:04:09,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-13 05:04:09,914 - 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.14" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" 2018-07-13 05:04:10,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-956c68c8-4465-491e-a4be-dfe8a831f0ee Date: Fri, 13 Jul 2018 05:04:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0361e9e5-a158-4bdc-8069-afccf209d8fa","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec7a0240d1df445b9d703368a63a79dc","l2_adjacency":true,"status":"ACTIVE","subnets":["3f489632-68f9-4a21-9e48-d21b55ac5645"],"description":"","tags":[],"updated_at":"2018-07-13T05:00:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec7a0240d1df445b9d703368a63a79dc","created_at":"2018-07-13T05:00:43Z","provider:network_type":"flat"}]} 2018-07-13 05:04:10,979 - 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-956c68c8-4465-491e-a4be-dfe8a831f0ee 2018-07-13 05:04:10,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06531786919s 2018-07-13 05:04:10,979 - 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-956c68c8-4465-491e-a4be-dfe8a831f0ee 2018-07-13 05:04:10,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-13 05:04:10,981 - 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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" -d '{"network": {"name": "tenantnetwork1-net_c28d8b3f-ab42-41f9-9f29-e0e45bf13953", "admin_state_up": true}}' 2018-07-13 05:04:12,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-5e032eab-44f8-4588-ba79-839fdf2710a8 Date: Fri, 13 Jul 2018 05:04:12 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0c34222e-ba44-43a6-b40a-274192f78643","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"dae6b4d63d57475db896683827636a05","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-13T05:04:12Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_c28d8b3f-ab42-41f9-9f29-e0e45bf13953","admin_state_up":true,"tenant_id":"dae6b4d63d57475db896683827636a05","created_at":"2018-07-13T05:04:12Z","mtu":1450}} 2018-07-13 05:04:12,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5e032eab-44f8-4588-ba79-839fdf2710a8 2018-07-13 05:04:12,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.34231805801s 2018-07-13 05:04:12,323 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-5e032eab-44f8-4588-ba79-839fdf2710a8 2018-07-13 05:04:12,323 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-13T05:04:12Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0c34222e-ba44-43a6-b40a-274192f78643', u'provider:segmentation_id': 40, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_c28d8b3f-ab42-41f9-9f29-e0e45bf13953', u'created_at': u'2018-07-13T05:04:12Z', u'mtu': 1450, u'tenant_id': u'dae6b4d63d57475db896683827636a05', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dae6b4d63d57475db896683827636a05', u'l2_adjacency': True}) 2018-07-13 05:04:12,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-13 05:04:12,325 - 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.14" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" 2018-07-13 05:04:13,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-163ba20f-694c-4341-ae49-4c8b5198c940 Date: Fri, 13 Jul 2018 05:04:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0361e9e5-a158-4bdc-8069-afccf209d8fa","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec7a0240d1df445b9d703368a63a79dc","l2_adjacency":true,"status":"ACTIVE","subnets":["3f489632-68f9-4a21-9e48-d21b55ac5645"],"description":"","tags":[],"updated_at":"2018-07-13T05:00:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec7a0240d1df445b9d703368a63a79dc","created_at":"2018-07-13T05:00:43Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0c34222e-ba44-43a6-b40a-274192f78643","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"dae6b4d63d57475db896683827636a05","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-13T05:04:12Z","qos_policy_id":null,"name":"tenantnetwork1-net_c28d8b3f-ab42-41f9-9f29-e0e45bf13953","admin_state_up":true,"tenant_id":"dae6b4d63d57475db896683827636a05","created_at":"2018-07-13T05:04:12Z","provider:network_type":"vxlan"}]} 2018-07-13 05:04:13,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-163ba20f-694c-4341-ae49-4c8b5198c940 2018-07-13 05:04:13,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08319211006s 2018-07-13 05:04:13,408 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-163ba20f-694c-4341-ae49-4c8b5198c940 2018-07-13 05:04:13,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-13 05:04:13,410 - 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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" -d '{"subnet": {"name": "tenantnetwork1-subnet_c28d8b3f-ab42-41f9-9f29-e0e45bf13953", "enable_dhcp": true, "network_id": "0c34222e-ba44-43a6-b40a-274192f78643", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.0.0/24"}}' 2018-07-13 05:04:14,992 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 692 X-Openstack-Request-Id: req-7fdf6b5a-237d-4bc0-b1f6-515b874008d2 Date: Fri, 13 Jul 2018 05:04:14 GMT RESP BODY: {"subnet":{"updated_at":"2018-07-13T05:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"642e3c90-81f5-4a3f-b666-28812006878f","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"dae6b4d63d57475db896683827636a05","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_c28d8b3f-ab42-41f9-9f29-e0e45bf13953","enable_dhcp":true,"segment_id":null,"network_id":"0c34222e-ba44-43a6-b40a-274192f78643","tenant_id":"dae6b4d63d57475db896683827636a05","created_at":"2018-07-13T05:04:14Z","ip_version":4}} 2018-07-13 05:04:14,993 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-7fdf6b5a-237d-4bc0-b1f6-515b874008d2 2018-07-13 05:04:14,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.58317899704s 2018-07-13 05:04:14,993 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-7fdf6b5a-237d-4bc0-b1f6-515b874008d2 2018-07-13 05:04:14,993 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-13T05:04:14Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.0.2', u'end': u'192.168.0.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.0.0/24', u'id': u'642e3c90-81f5-4a3f-b666-28812006878f', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_c28d8b3f-ab42-41f9-9f29-e0e45bf13953', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'0c34222e-ba44-43a6-b40a-274192f78643', u'tenant_id': u'dae6b4d63d57475db896683827636a05', u'created_at': u'2018-07-13T05:04:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.0.1', u'ip_version': 4, u'project_id': u'dae6b4d63d57475db896683827636a05'}) 2018-07-13 05:04:14,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-13 05:04:14,995 - 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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" -d '{"router": {"external_gateway_info": {"network_id": "0361e9e5-a158-4bdc-8069-afccf209d8fa"}, "name": "tenantnetwork1-router_c28d8b3f-ab42-41f9-9f29-e0e45bf13953", "admin_state_up": true}}' 2018-07-13 05:04:21,823 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-86707486-64b6-496a-a1cf-81e2ef242628 Date: Fri, 13 Jul 2018 05:04:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0361e9e5-a158-4bdc-8069-afccf209d8fa", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3f489632-68f9-4a21-9e48-d21b55ac5645", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "dae6b4d63d57475db896683827636a05", "created_at": "2018-07-13T05:04:16Z", "admin_state_up": true, "updated_at": "2018-07-13T05:04:17Z", "project_id": "dae6b4d63d57475db896683827636a05", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "9f67beea-6ee9-4e0a-9419-b1d0128a07e3", "name": "tenantnetwork1-router_c28d8b3f-ab42-41f9-9f29-e0e45bf13953"}} 2018-07-13 05:04:21,823 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-86707486-64b6-496a-a1cf-81e2ef242628 2018-07-13 05:04:21,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.82919597626s 2018-07-13 05:04:21,824 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-86707486-64b6-496a-a1cf-81e2ef242628 2018-07-13 05:04:21,824 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-07-13T05:04:17Z', u'revision_number': 3, u'ha': True, u'id': u'9f67beea-6ee9-4e0a-9419-b1d0128a07e3', u'external_gateway_info': {u'network_id': u'0361e9e5-a158-4bdc-8069-afccf209d8fa', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3f489632-68f9-4a21-9e48-d21b55ac5645', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_c28d8b3f-ab42-41f9-9f29-e0e45bf13953', u'admin_state_up': True, u'tenant_id': u'dae6b4d63d57475db896683827636a05', u'created_at': u'2018-07-13T05:04:16Z', u'flavor_id': None, u'routes': [], u'project_id': u'dae6b4d63d57475db896683827636a05'}) 2018-07-13 05:04:21,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-13 05:04:21,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/9f67beea-6ee9-4e0a-9419-b1d0128a07e3/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" -d '{"subnet_id": "642e3c90-81f5-4a3f-b666-28812006878f"}' 2018-07-13 05:04:25,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-85e213be-f441-42f8-8607-3a2139c0f8d6 Date: Fri, 13 Jul 2018 05:04:25 GMT RESP BODY: {"network_id": "0c34222e-ba44-43a6-b40a-274192f78643", "tenant_id": "dae6b4d63d57475db896683827636a05", "subnet_id": "642e3c90-81f5-4a3f-b666-28812006878f", "subnet_ids": ["642e3c90-81f5-4a3f-b666-28812006878f"], "port_id": "258c52e7-bf3e-44f0-947f-f512a5a21d75", "id": "9f67beea-6ee9-4e0a-9419-b1d0128a07e3"} 2018-07-13 05:04:25,044 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/9f67beea-6ee9-4e0a-9419-b1d0128a07e3/add_router_interface.json used request id req-85e213be-f441-42f8-8607-3a2139c0f8d6 2018-07-13 05:04:25,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.2190721035s 2018-07-13 05:04:25,044 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/9f67beea-6ee9-4e0a-9419-b1d0128a07e3/add_router_interface.json used request id req-85e213be-f441-42f8-8607-3a2139c0f8d6 returning object 9f67beea-6ee9-4e0a-9419-b1d0128a07e3 2018-07-13 05:04:25,155 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-13 05:04:25,155 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:14 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-13 05:04:25,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-13 05:04:25,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:9696/v2.0/routers/9f67beea-6ee9-4e0a-9419-b1d0128a07e3/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" -d '{"subnet_id": "642e3c90-81f5-4a3f-b666-28812006878f"}' 2018-07-13 05:04:29,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8fd4745b-f705-424b-a0e9-60d383b46bab Date: Fri, 13 Jul 2018 05:04:29 GMT RESP BODY: {"network_id": "0c34222e-ba44-43a6-b40a-274192f78643", "tenant_id": "dae6b4d63d57475db896683827636a05", "subnet_id": "642e3c90-81f5-4a3f-b666-28812006878f", "subnet_ids": ["642e3c90-81f5-4a3f-b666-28812006878f"], "port_id": "258c52e7-bf3e-44f0-947f-f512a5a21d75", "id": "9f67beea-6ee9-4e0a-9419-b1d0128a07e3"} 2018-07-13 05:04:29,388 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/9f67beea-6ee9-4e0a-9419-b1d0128a07e3/remove_router_interface.json used request id req-8fd4745b-f705-424b-a0e9-60d383b46bab 2018-07-13 05:04:29,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 4.22791004181s 2018-07-13 05:04:29,389 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.30:9696/v2.0/routers/9f67beea-6ee9-4e0a-9419-b1d0128a07e3/remove_router_interface.json used request id req-8fd4745b-f705-424b-a0e9-60d383b46bab returning object 9f67beea-6ee9-4e0a-9419-b1d0128a07e3 2018-07-13 05:04:29,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-13 05:04:29,390 - 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.14" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" 2018-07-13 05:04:29,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-93609391-1382-4675-bc78-b17928091e8b Date: Fri, 13 Jul 2018 05:04:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0361e9e5-a158-4bdc-8069-afccf209d8fa", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3f489632-68f9-4a21-9e48-d21b55ac5645", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "dae6b4d63d57475db896683827636a05", "created_at": "2018-07-13T05:04:16Z", "admin_state_up": true, "updated_at": "2018-07-13T05:04:27Z", "project_id": "dae6b4d63d57475db896683827636a05", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "9f67beea-6ee9-4e0a-9419-b1d0128a07e3", "name": "tenantnetwork1-router_c28d8b3f-ab42-41f9-9f29-e0e45bf13953"}]} 2018-07-13 05:04:29,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-93609391-1382-4675-bc78-b17928091e8b 2018-07-13 05:04:29,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.353749036789s 2018-07-13 05:04:29,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/routers.json used request id req-93609391-1382-4675-bc78-b17928091e8b 2018-07-13 05:04:29,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-13 05:04:29,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/routers/9f67beea-6ee9-4e0a-9419-b1d0128a07e3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" 2018-07-13 05:04:34,699 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90f7f0c6-9f34-43bf-8707-9f696d722d22 Content-Length: 0 Date: Fri, 13 Jul 2018 05:04:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-13 05:04:34,700 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/9f67beea-6ee9-4e0a-9419-b1d0128a07e3.json used request id req-90f7f0c6-9f34-43bf-8707-9f696d722d22 2018-07-13 05:04:34,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.95504498482s 2018-07-13 05:04:34,700 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/routers/9f67beea-6ee9-4e0a-9419-b1d0128a07e3.json used request id req-90f7f0c6-9f34-43bf-8707-9f696d722d22 2018-07-13 05:04:34,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-13 05:04:34,701 - 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.14" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" 2018-07-13 05:04:35,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1324 X-Openstack-Request-Id: req-51a34e35-66cd-4b91-a675-98970b7cfa84 Date: Fri, 13 Jul 2018 05:04:35 GMT RESP BODY: {"subnets":[{"updated_at":"2018-07-13T05:00:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"3f489632-68f9-4a21-9e48-d21b55ac5645","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"ec7a0240d1df445b9d703368a63a79dc","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0361e9e5-a158-4bdc-8069-afccf209d8fa","tenant_id":"ec7a0240d1df445b9d703368a63a79dc","created_at":"2018-07-13T05:00:51Z","ip_version":4},{"updated_at":"2018-07-13T05:04:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.0.2","end":"192.168.0.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"642e3c90-81f5-4a3f-b666-28812006878f","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.0.1","project_id":"dae6b4d63d57475db896683827636a05","description":"","tags":[],"cidr":"192.168.0.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_c28d8b3f-ab42-41f9-9f29-e0e45bf13953","enable_dhcp":true,"segment_id":null,"network_id":"0c34222e-ba44-43a6-b40a-274192f78643","tenant_id":"dae6b4d63d57475db896683827636a05","created_at":"2018-07-13T05:04:14Z","ip_version":4}]} 2018-07-13 05:04:35,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-51a34e35-66cd-4b91-a675-98970b7cfa84 2018-07-13 05:04:35,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.947313070297s 2018-07-13 05:04:35,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/subnets.json used request id req-51a34e35-66cd-4b91-a675-98970b7cfa84 2018-07-13 05:04:35,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-13 05:04:35,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/subnets/642e3c90-81f5-4a3f-b666-28812006878f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" 2018-07-13 05:04:38,969 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f041d41-a870-4e4b-9c28-bd905a7e0f1b Date: Fri, 13 Jul 2018 05:04:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-13 05:04:38,969 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/642e3c90-81f5-4a3f-b666-28812006878f.json used request id req-7f041d41-a870-4e4b-9c28-bd905a7e0f1b 2018-07-13 05:04:38,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.31947422028s 2018-07-13 05:04:38,970 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/subnets/642e3c90-81f5-4a3f-b666-28812006878f.json used request id req-7f041d41-a870-4e4b-9c28-bd905a7e0f1b 2018-07-13 05:04:38,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-13 05:04:38,971 - 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.14" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" 2018-07-13 05:04:39,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-3caf5211-c048-44e2-82f6-8237be8b7341 Date: Fri, 13 Jul 2018 05:04:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0361e9e5-a158-4bdc-8069-afccf209d8fa","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec7a0240d1df445b9d703368a63a79dc","l2_adjacency":true,"status":"ACTIVE","subnets":["3f489632-68f9-4a21-9e48-d21b55ac5645"],"description":"","tags":[],"updated_at":"2018-07-13T05:00:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec7a0240d1df445b9d703368a63a79dc","created_at":"2018-07-13T05:00:43Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"0c34222e-ba44-43a6-b40a-274192f78643","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"dae6b4d63d57475db896683827636a05","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-13T05:04:38Z","qos_policy_id":null,"name":"tenantnetwork1-net_c28d8b3f-ab42-41f9-9f29-e0e45bf13953","admin_state_up":true,"tenant_id":"dae6b4d63d57475db896683827636a05","created_at":"2018-07-13T05:04:12Z","provider:network_type":"vxlan"}]} 2018-07-13 05:04:39,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3caf5211-c048-44e2-82f6-8237be8b7341 2018-07-13 05:04:39,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.02151298523s 2018-07-13 05:04:39,992 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.30:9696/v2.0/networks.json used request id req-3caf5211-c048-44e2-82f6-8237be8b7341 2018-07-13 05:04:39,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-13 05:04:39,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:9696/v2.0/networks/0c34222e-ba44-43a6-b40a-274192f78643.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9ad1f8250875053f08c208b3dac84b7425ea35ab" 2018-07-13 05:04:40,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2850d1e-0181-45d1-a295-c2c8ecc133d0 Date: Fri, 13 Jul 2018 05:04:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-13 05:04:40,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/0c34222e-ba44-43a6-b40a-274192f78643.json used request id req-d2850d1e-0181-45d1-a295-c2c8ecc133d0 2018-07-13 05:04:40,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.983380079269s 2018-07-13 05:04:40,977 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.30:9696/v2.0/networks/0c34222e-ba44-43a6-b40a-274192f78643.json used request id req-d2850d1e-0181-45d1-a295-c2c8ecc133d0 2018-07-13 05:04:40,977 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-13 05:04:41,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-13 05:04:41,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-13 05:04:41,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-13 05:04:41,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-13 05:04:41,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-13 05:04:41,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-13 05:04:41,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-13 05:04:41,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-13 05:04:41,077 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-13 05:04:41,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-13 05:04:41,079 - 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.14" 2018-07-13 05:04:41,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6157c42-679c-47ec-86e0-f8b67439aab0 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-07-13 05:04:41,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-c6157c42-679c-47ec-86e0-f8b67439aab0 2018-07-13 05:04:41,086 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-13 05:04:41,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fff79c0bdd4454e9f558a018960c859", "name": "member"}, {"id": "fb84d1cc06654998a63ffb2525e83958", "name": "admin"}, {"id": "4b489a12f70d46638158f798c7b95a63", "name": "reader"}], "expires_at": "2018-07-13T06:04:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dae6b4d63d57475db896683827636a05", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.30:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7f6f9dd61854c2c8836fddc64a7cb67"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e4af4ae5776c42409228857847fd63b0"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ff7573a2647b4c5d8d9cbe33a7e0baac"}], "type": "placement", "id": "07c755028d7341ffb7a3f89ee40a9761", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.30:8080/v1/AUTH_dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8ec63c14fb8143e5b962017cc0bb3090"}, {"url": "http://12.0.0.22:8080/v1/AUTH_dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8bbbbe75b7d4850b3d73d6e20b29d51"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7112cf29cb04023a66e91ddf6d39187"}], "type": "object-store", "id": "2434857f56af4c90a18c752232361b00", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.30:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "32f4f576b9c24a3f96aa5cea32727178"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b6c486d65c454a6c84924e8475e6576b"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea5578704c57417ca27df5ee4c3b937b"}], "type": "alarming", "id": "427f3782413644deb43dba897a07f1f5", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "42f589fbe1fe45b189511382c0cff492", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28605464bab140eab7c778253b4ad697"}, {"url": "http://172.30.9.30:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "304120ad557b4ad99de017a787f4d87d"}, {"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4a01155d99d04a5daf107cc0da74ecd1"}], "type": "metric", "id": "61a6ac34651448559a6220514542a1d2", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.30:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1baad59769f3455a901278c0d0fd96dd"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b7149e7f69d43ae8577877ad1c090bf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d36f28170e85482e98e87ed4f5b052e4"}], "type": "cloudformation", "id": "6616f92c785848efaf0eef1f9816ee99", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "74acfa791cac4f5d8db506d0a283ee78"}, {"url": "http://192.30.9.4:8776/v3/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9ab465208953410b93b260cb4341a42c"}, {"url": "http://172.30.9.30:8776/v3/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d84ff92ac4b64853bc214c13953bee52"}], "type": "volumev3", "id": "7e9a78b8b1e847109d826775cf4fbb35", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0b0c7e493165434b81d96809160c40d2"}, {"url": "http://172.30.9.30:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3f17e5bb3ce6418e9d9cc5c1439cc2e2"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bce77a13197b4e7481157d6db01584d5"}], "type": "network", "id": "87ac27d42a974436a1cb639def2adf9a", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.30:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a3cc5fe47c94529bfd6041b73ac9a68"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "adb26edd96da4c14b334f2e8feb8d5d5"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bf09af2d68bf475a881aedbaf3af00d5"}], "type": "image", "id": "93fb5be858e74d9986c8df278fd903f9", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22e4c8908963432682e2f53ad396bf7e"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "868a338b239a4c51aab9b33c99f2e713"}, {"url": "http://172.30.9.30:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e05ed471b51447288c4a6aba8aedf94c"}], "type": "compute", "id": "a1b5676e30714b52af9159b32cbb033f", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2eeb95a6a0584f9c8b1e4ec6ecfd1b58"}, {"url": "http://172.30.9.30:8776/v1/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53c5ee81673648a0b1e085f1fd922d1f"}, {"url": "http://192.30.9.4:8776/v1/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7bf7cbc4b8b14a81be22449837d346cc"}], "type": "volume", "id": "b17189eddf3b49d7a582e245e87b8c99", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.30:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3cc4ee3d19e340ae852e4979cfa56183"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6181f46212674016be48446999ab701a"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "873103bb811448799187e78881a04fbf"}], "type": "event", "id": "b9956c3377194087a814f0564cf3c302", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72bf972151cd4c69a9c8bdbfe8c2cb82"}, {"url": "http://172.30.9.30:8776/v2/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfa4b4ae205e48d390c76e76d5b46ab0"}, {"url": "http://192.30.9.4:8776/v2/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "db6ef3edaab14b2f971c7619ea423fe3"}], "type": "volumev2", "id": "d9df448d692d4e92bdcf10b3e2efaf21", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.30:8004/v1/dae6b4d63d57475db896683827636a05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5de567c11ad948f290291082889dea7e"}, {"url": "http://192.30.9.4:8004/v1/dae6b4d63d57475db896683827636a05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "894a475ed9fa44ac99702c3edbca6da9"}, {"url": "http://192.30.9.4:8004/v1/dae6b4d63d57475db896683827636a05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96288cd1114f4ece8af1d3fd4316c69c"}], "type": "orchestration", "id": "e1e060dd20e746e68a3358bc06d759f8", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48076db9bf5941ffadde3f1aa83c81af"}, {"url": "http://172.30.9.30:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e06797a3e194455490754d33a438d5f8"}, {"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fb1bc9ea94b542eda64ffd72665fee19"}], "type": "identity", "id": "e6366969b8f44278bc4c898c48635dd8", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "ea5daee046f5408bb2a3d14ca4a2e3d0"}, "audit_ids": ["h0Sw_d5lT52ZJ7akEVZzFA"], "issued_at": "2018-07-13T05:04:41.000000Z"}} 2018-07-13 05:04:41,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-13 05:04:41,491 - 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.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:42,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-c19bce79-ce5f-4330-afd5-4b021ca5dcef Date: Fri, 13 Jul 2018 05:04:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"0361e9e5-a158-4bdc-8069-afccf209d8fa","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"ec7a0240d1df445b9d703368a63a79dc","l2_adjacency":true,"status":"ACTIVE","subnets":["3f489632-68f9-4a21-9e48-d21b55ac5645"],"description":"","tags":[],"updated_at":"2018-07-13T05:00:51Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"ec7a0240d1df445b9d703368a63a79dc","created_at":"2018-07-13T05:00:43Z","provider:network_type":"flat"}]} 2018-07-13 05:04:42,561 - 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-c19bce79-ce5f-4330-afd5-4b021ca5dcef 2018-07-13 05:04:42,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.07048797607s 2018-07-13 05:04:42,562 - 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-c19bce79-ce5f-4330-afd5-4b021ca5dcef 2018-07-13 05:04:42,565 - 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.14" 2018-07-13 05:04:42,571 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 13 Jul 2018 05:04:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a45c303-5cab-442c-bc89-4ac8b3859900 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.30:5000/v3/", "rel": "self"}]}]}} 2018-07-13 05:04:42,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/ used request id req-3a45c303-5cab-442c-bc89-4ac8b3859900 2018-07-13 05:04:42,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-13 05:04:42,575 - 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.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:42,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5dcac810-15ad-4f46-b779-486e6614c24d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.30:5000/v3/domains/1679fee697084b0caa0dbe8e9d80f173"}, "tags": [], "enabled": true, "id": "1679fee697084b0caa0dbe8e9d80f173", "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-07-13 05:04:42,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-5dcac810-15ad-4f46-b779-486e6614c24d 2018-07-13 05:04:42,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.093230009079s 2018-07-13 05:04:42,666 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains used request id req-5dcac810-15ad-4f46-b779-486e6614c24d 2018-07-13 05:04:42,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-13 05:04:42,676 - 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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56"}}' 2018-07-13 05:04:42,857 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 13 Jul 2018 05:04:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-90f0582f-138a-4a8c-ae45-f5ab726ec7bd 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/a1828e788b3943f4af142d6804b4adc9"}, "tags": [], "enabled": true, "id": "a1828e788b3943f4af142d6804b4adc9", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56"}} 2018-07-13 05:04:42,858 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-90f0582f-138a-4a8c-ae45-f5ab726ec7bd 2018-07-13 05:04:42,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.184921979904s 2018-07-13 05:04:42,858 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/projects used request id req-90f0582f-138a-4a8c-ae45-f5ab726ec7bd 2018-07-13 05:04:42,859 - 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'a1828e788b3943f4af142d6804b4adc9', '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_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56'}) 2018-07-13 05:04:42,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-13 05:04:42,868 - 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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e333480e-aaf5-4229-8ccc-3cbd763cfbeb", "email": null, "name": "tenantnetwork2-user_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56"}}' 2018-07-13 05:04:43,297 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 13 Jul 2018 05:04:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d60f5417-49e3-4133-865a-4494faa9bcb1 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56", "links": {"self": "http://172.30.9.30:5000/v3/users/fa010ad20d1c4d72aff678ab7b8ca221"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fa010ad20d1c4d72aff678ab7b8ca221", "domain_id": "default", "password_expires_at": null}} 2018-07-13 05:04:43,297 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-d60f5417-49e3-4133-865a-4494faa9bcb1 2018-07-13 05:04:43,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.432688951492s 2018-07-13 05:04:43,298 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.30:5000/v3/users used request id req-d60f5417-49e3-4133-865a-4494faa9bcb1 2018-07-13 05:04:43,298 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fa010ad20d1c4d72aff678ab7b8ca221', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56'}) 2018-07-13 05:04:43,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-13 05:04:43,305 - 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.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:43,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58433c87-94e0-4ac0-93b5-b47892ff3f7b Content-Encoding: gzip Content-Length: 378 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": "4b489a12f70d46638158f798c7b95a63", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b489a12f70d46638158f798c7b95a63"}, "name": "reader"}, {"domain_id": null, "id": "7b3e8b7eea37415eac72b461c2d35363", "links": {"self": "http://172.30.9.30:5000/v3/roles/7b3e8b7eea37415eac72b461c2d35363"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9654c88d96fe4d7b8c89b9986368c0cd", "links": {"self": "http://172.30.9.30:5000/v3/roles/9654c88d96fe4d7b8c89b9986368c0cd"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "9fff79c0bdd4454e9f558a018960c859", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fff79c0bdd4454e9f558a018960c859"}, "name": "member"}, {"domain_id": null, "id": "b644324efa53440a8f59057558e485b5", "links": {"self": "http://172.30.9.30:5000/v3/roles/b644324efa53440a8f59057558e485b5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fb84d1cc06654998a63ffb2525e83958", "links": {"self": "http://172.30.9.30:5000/v3/roles/fb84d1cc06654998a63ffb2525e83958"}, "name": "admin"}]} 2018-07-13 05:04:43,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-58433c87-94e0-4ac0-93b5-b47892ff3f7b 2018-07-13 05:04:43,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106810092926s 2018-07-13 05:04:43,409 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-58433c87-94e0-4ac0-93b5-b47892ff3f7b 2018-07-13 05:04:43,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-13 05:04:43,418 - 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.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:43,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-471c646f-ce11-483b-88ab-6ae97017626a Content-Encoding: gzip Content-Length: 378 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": "4b489a12f70d46638158f798c7b95a63", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b489a12f70d46638158f798c7b95a63"}, "name": "reader"}, {"domain_id": null, "id": "7b3e8b7eea37415eac72b461c2d35363", "links": {"self": "http://172.30.9.30:5000/v3/roles/7b3e8b7eea37415eac72b461c2d35363"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9654c88d96fe4d7b8c89b9986368c0cd", "links": {"self": "http://172.30.9.30:5000/v3/roles/9654c88d96fe4d7b8c89b9986368c0cd"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "9fff79c0bdd4454e9f558a018960c859", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fff79c0bdd4454e9f558a018960c859"}, "name": "member"}, {"domain_id": null, "id": "b644324efa53440a8f59057558e485b5", "links": {"self": "http://172.30.9.30:5000/v3/roles/b644324efa53440a8f59057558e485b5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fb84d1cc06654998a63ffb2525e83958", "links": {"self": "http://172.30.9.30:5000/v3/roles/fb84d1cc06654998a63ffb2525e83958"}, "name": "admin"}]} 2018-07-13 05:04:43,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-471c646f-ce11-483b-88ab-6ae97017626a 2018-07-13 05:04:43,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112807035446s 2018-07-13 05:04:43,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-471c646f-ce11-483b-88ab-6ae97017626a 2018-07-13 05:04:43,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-13 05:04:43,535 - 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.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:43,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f944143c-194b-4c1e-bf7d-35b7d33801cf Content-Encoding: gzip Content-Length: 378 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": "4b489a12f70d46638158f798c7b95a63", "links": {"self": "http://172.30.9.30:5000/v3/roles/4b489a12f70d46638158f798c7b95a63"}, "name": "reader"}, {"domain_id": null, "id": "7b3e8b7eea37415eac72b461c2d35363", "links": {"self": "http://172.30.9.30:5000/v3/roles/7b3e8b7eea37415eac72b461c2d35363"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9654c88d96fe4d7b8c89b9986368c0cd", "links": {"self": "http://172.30.9.30:5000/v3/roles/9654c88d96fe4d7b8c89b9986368c0cd"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "9fff79c0bdd4454e9f558a018960c859", "links": {"self": "http://172.30.9.30:5000/v3/roles/9fff79c0bdd4454e9f558a018960c859"}, "name": "member"}, {"domain_id": null, "id": "b644324efa53440a8f59057558e485b5", "links": {"self": "http://172.30.9.30:5000/v3/roles/b644324efa53440a8f59057558e485b5"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fb84d1cc06654998a63ffb2525e83958", "links": {"self": "http://172.30.9.30:5000/v3/roles/fb84d1cc06654998a63ffb2525e83958"}, "name": "admin"}]} 2018-07-13 05:04:43,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f944143c-194b-4c1e-bf7d-35b7d33801cf 2018-07-13 05:04:43,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0959529876709s 2018-07-13 05:04:43,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/roles used request id req-f944143c-194b-4c1e-bf7d-35b7d33801cf 2018-07-13 05:04:43,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-13 05:04:43,636 - 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.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:43,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca851940-4f81-4a94-8d0a-caf5389b2107 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-07-13 05:04:43,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-ca851940-4f81-4a94-8d0a-caf5389b2107 2018-07-13 05:04:43,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.105500936508s 2018-07-13 05:04:43,739 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/domains/default used request id req-ca851940-4f81-4a94-8d0a-caf5389b2107 2018-07-13 05:04:43,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-13 05:04:43,743 - 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.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:43,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55439a05-a025-46f9-90e5-7a4319ee4a4f Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/1c42ccebf4294a63b5d2e13106ec4df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c42ccebf4294a63b5d2e13106ec4df5", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1ebe18d6627b4648b13e862cb2ed678b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ebe18d6627b4648b13e862cb2ed678b", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/41b39908f37a4b099dc887ec22a1da7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b39908f37a4b099dc887ec22a1da7b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/507fe4e201a143ebaad441e77029af44"}, "domain_id": "default", "enabled": true, "options": {}, "id": "507fe4e201a143ebaad441e77029af44", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/62767a365f814f4aaa1c371941a72ee4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62767a365f814f4aaa1c371941a72ee4", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/628e6974c9394d18aa783436c148dbad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "628e6974c9394d18aa783436c148dbad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/8976d773fb6745f88ef78ec8a072723c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8976d773fb6745f88ef78ec8a072723c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/9a14d05aab5f49cba7117c98a79b8a16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a14d05aab5f49cba7117c98a79b8a16", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/c6683101bc2b4d0fa24d5a291ac77f42"}, "domain_id": "1679fee697084b0caa0dbe8e9d80f173", "enabled": true, "options": {}, "id": "c6683101bc2b4d0fa24d5a291ac77f42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/ce0b4b293c8e4ec1a3d5af067a4b7ad8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce0b4b293c8e4ec1a3d5af067a4b7ad8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/daaeac2325b847bc9af4bbb7e9d54142"}, "domain_id": "default", "enabled": true, "options": {}, "id": "daaeac2325b847bc9af4bbb7e9d54142", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ea5daee046f5408bb2a3d14ca4a2e3d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea5daee046f5408bb2a3d14ca4a2e3d0", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ed038d8190974fbbab7fc921a36bcf5c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed038d8190974fbbab7fc921a36bcf5c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56", "links": {"self": "http://172.30.9.30:5000/v3/users/fa010ad20d1c4d72aff678ab7b8ca221"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fa010ad20d1c4d72aff678ab7b8ca221", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/fd93c3f79b1a4f5b8eb830419ed12af1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd93c3f79b1a4f5b8eb830419ed12af1", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-13 05:04:43,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-55439a05-a025-46f9-90e5-7a4319ee4a4f 2018-07-13 05:04:43,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0383050441742s 2018-07-13 05:04:43,779 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-55439a05-a025-46f9-90e5-7a4319ee4a4f 2018-07-13 05:04:43,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-13 05:04:43,792 - 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.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:43,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e1b8265-e6ea-435c-8b13-edcb1ab11412 Content-Encoding: gzip Content-Length: 398 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/dae6b4d63d57475db896683827636a05"}, "tags": [], "enabled": true, "id": "dae6b4d63d57475db896683827636a05", "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/ec7a0240d1df445b9d703368a63a79dc"}, "tags": [], "enabled": true, "id": "ec7a0240d1df445b9d703368a63a79dc", "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/a1828e788b3943f4af142d6804b4adc9"}, "tags": [], "enabled": true, "id": "a1828e788b3943f4af142d6804b4adc9", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56"}]} 2018-07-13 05:04:43,892 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-4e1b8265-e6ea-435c-8b13-edcb1ab11412 2018-07-13 05:04:43,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103435993195s 2018-07-13 05:04:43,893 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects?domain_id=default used request id req-4e1b8265-e6ea-435c-8b13-edcb1ab11412 2018-07-13 05:04:43,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-13 05:04:43,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.30:5000/v3/role_assignments?user.id=fa010ad20d1c4d72aff678ab7b8ca221&role.id=9fff79c0bdd4454e9f558a018960c859&scope.project.id=a1828e788b3943f4af142d6804b4adc9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:44,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53eaa870-a529-4eff-bf5f-17fc6666982c Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.30:5000/v3/role_assignments?user.id=fa010ad20d1c4d72aff678ab7b8ca221&role.id=9fff79c0bdd4454e9f558a018960c859&scope.project.id=a1828e788b3943f4af142d6804b4adc9", "previous": null, "next": null}} 2018-07-13 05:04:44,007 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=fa010ad20d1c4d72aff678ab7b8ca221&role.id=9fff79c0bdd4454e9f558a018960c859&scope.project.id=a1828e788b3943f4af142d6804b4adc9 used request id req-53eaa870-a529-4eff-bf5f-17fc6666982c 2018-07-13 05:04:44,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107257127762s 2018-07-13 05:04:44,008 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/role_assignments?user.id=fa010ad20d1c4d72aff678ab7b8ca221&role.id=9fff79c0bdd4454e9f558a018960c859&scope.project.id=a1828e788b3943f4af142d6804b4adc9 used request id req-53eaa870-a529-4eff-bf5f-17fc6666982c 2018-07-13 05:04:44,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-13 05:04:44,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.30:5000/v3/projects/a1828e788b3943f4af142d6804b4adc9/users/fa010ad20d1c4d72aff678ab7b8ca221/roles/9fff79c0bdd4454e9f558a018960c859 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:44,187 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 13 Jul 2018 05:04:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4653342-c7a9-452b-9ee4-a0d44a7571fd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-13 05:04:44,187 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a1828e788b3943f4af142d6804b4adc9/users/fa010ad20d1c4d72aff678ab7b8ca221/roles/9fff79c0bdd4454e9f558a018960c859 used request id req-f4653342-c7a9-452b-9ee4-a0d44a7571fd 2018-07-13 05:04:44,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.176099061966s 2018-07-13 05:04:44,188 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.30:5000/v3/projects/a1828e788b3943f4af142d6804b4adc9/users/fa010ad20d1c4d72aff678ab7b8ca221/roles/9fff79c0bdd4454e9f558a018960c859 used request id req-f4653342-c7a9-452b-9ee4-a0d44a7571fd 2018-07-13 05:04:44,188 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56', 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': 'dae6b4d63d57475db896683827636a05', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'e333480e-aaf5-4229-8ccc-3cbd763cfbeb', 'username': u'tenantnetwork2-user_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56', '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-07-13 05:04:44,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-13 05:04:44,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-13 05:04:44,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-13 05:04:44,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-13 05:04:44,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-13 05:04:44,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-13 05:04:44,190 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-13 05:04:44,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-13 05:04:44,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-13 05:04:44,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-13 05:04:44,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-13 05:04:44,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-13 05:04:44,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-13 05:04:44,191 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-13 05:04:44,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-13 05:04:44,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-13 05:04:44,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-13 05:04:44,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-13 05:04:44,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-13 05:04:44,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-13 05:04:44,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-13 05:04:44,192 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-13 05:04:44,194 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56', 'password': 'e333480e-aaf5-4229-8ccc-3cbd763cfbeb', 'project_name': 'tenantnetwork2-project_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.30:5000/v3', 'project_id': 'dae6b4d63d57475db896683827636a05', 'project_domain_name': 'Default'} 2018-07-13 05:04:44,195 - 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.14" 2018-07-13 05:04:44,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a934d6b1-4d9c-4d2f-bc78-74cdb668614e 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-07-13 05:04:44,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.30:5000/v3 used request id req-a934d6b1-4d9c-4d2f-bc78-74cdb668614e 2018-07-13 05:04:44,202 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.30:5000/v3/auth/tokens 2018-07-13 05:04:44,576 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-07-13 05:04:44,577 - functest.core.tenantnetwork - ERROR - Cannot run tenantnetwork2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 205, in run self._create_network_ressources() File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 181, in _create_network_ressources shared=self.shared_network) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 3470, in create_network data = self._network_client.post("/networks.json", File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 641, in _network_client endpoint = client.get_endpoint() File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 223, in get_endpoint return self.session.get_endpoint(auth or self.auth, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 942, in get_endpoint return auth.get_endpoint(self, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 379, in get_endpoint allow_version_hack=allow_version_hack, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 270, in get_endpoint_data service_catalog = self.get_access(session).service_catalog File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 134, in get_access self.auth_ref = self.get_auth_ref(session) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/generic/base.py", line 201, in get_auth_ref return self._plugin.get_auth_ref(session, **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/identity/v3/base.py", line 177, in get_auth_ref authenticated=False, log=False, **rkwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 848, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/site-packages/keystoneauth1/session.py", line 737, in request raise exceptions.from_response(resp, method, url) Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-79a1a9f1-a66d-40be-a0e1-2e8bc4aa048a) 2018-07-13 05:04:44,696 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-13 05:04:44,697 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:00 | FAIL | +------------------------+------------------+------------------+----------------+ 2018-07-13 05:04:44,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-13 05:04:44,705 - 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.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:44,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-293ab81c-9c00-43af-a7f8-bd2835929fdb Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "swift", "links": {"self": "http://172.30.9.30:5000/v3/users/1c42ccebf4294a63b5d2e13106ec4df5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1c42ccebf4294a63b5d2e13106ec4df5", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.30:5000/v3/users/1ebe18d6627b4648b13e862cb2ed678b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1ebe18d6627b4648b13e862cb2ed678b", "email": "heat@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.30:5000/v3/users/41b39908f37a4b099dc887ec22a1da7b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41b39908f37a4b099dc887ec22a1da7b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.30:5000/v3/users/507fe4e201a143ebaad441e77029af44"}, "domain_id": "default", "enabled": true, "options": {}, "id": "507fe4e201a143ebaad441e77029af44", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.30:5000/v3/users/62767a365f814f4aaa1c371941a72ee4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62767a365f814f4aaa1c371941a72ee4", "email": "nova@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.30:5000/v3/users/628e6974c9394d18aa783436c148dbad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "628e6974c9394d18aa783436c148dbad", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.30:5000/v3/users/8976d773fb6745f88ef78ec8a072723c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8976d773fb6745f88ef78ec8a072723c", "email": "aodh@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.30:5000/v3/users/9a14d05aab5f49cba7117c98a79b8a16"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a14d05aab5f49cba7117c98a79b8a16", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.30:5000/v3/users/c6683101bc2b4d0fa24d5a291ac77f42"}, "domain_id": "1679fee697084b0caa0dbe8e9d80f173", "enabled": true, "options": {}, "id": "c6683101bc2b4d0fa24d5a291ac77f42", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.30:5000/v3/users/ce0b4b293c8e4ec1a3d5af067a4b7ad8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce0b4b293c8e4ec1a3d5af067a4b7ad8", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.30:5000/v3/users/daaeac2325b847bc9af4bbb7e9d54142"}, "domain_id": "default", "enabled": true, "options": {}, "id": "daaeac2325b847bc9af4bbb7e9d54142", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.30:5000/v3/users/ea5daee046f5408bb2a3d14ca4a2e3d0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ea5daee046f5408bb2a3d14ca4a2e3d0", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.30:5000/v3/users/ed038d8190974fbbab7fc921a36bcf5c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed038d8190974fbbab7fc921a36bcf5c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56", "links": {"self": "http://172.30.9.30:5000/v3/users/fa010ad20d1c4d72aff678ab7b8ca221"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fa010ad20d1c4d72aff678ab7b8ca221", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.30:5000/v3/users/fd93c3f79b1a4f5b8eb830419ed12af1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd93c3f79b1a4f5b8eb830419ed12af1", "email": "cinder@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.30:5000/v3/users", "previous": null, "next": null}} 2018-07-13 05:04:44,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-293ab81c-9c00-43af-a7f8-bd2835929fdb 2018-07-13 05:04:44,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126507997513s 2018-07-13 05:04:44,829 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users used request id req-293ab81c-9c00-43af-a7f8-bd2835929fdb 2018-07-13 05:04:44,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-13 05:04:44,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.30:5000/v3/users/fa010ad20d1c4d72aff678ab7b8ca221 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:44,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaa04f1d-333b-48cf-bded-e2864a40af51 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56", "links": {"self": "http://172.30.9.30:5000/v3/users/fa010ad20d1c4d72aff678ab7b8ca221"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "fa010ad20d1c4d72aff678ab7b8ca221", "description": null}} 2018-07-13 05:04:44,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/fa010ad20d1c4d72aff678ab7b8ca221 used request id req-eaa04f1d-333b-48cf-bded-e2864a40af51 2018-07-13 05:04:44,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112972021103s 2018-07-13 05:04:44,948 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/users/fa010ad20d1c4d72aff678ab7b8ca221 used request id req-eaa04f1d-333b-48cf-bded-e2864a40af51 2018-07-13 05:04:44,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-13 05:04:44,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/users/fa010ad20d1c4d72aff678ab7b8ca221 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:45,214 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 13 Jul 2018 05:04:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c31b55da-b7b6-42e2-80f1-c2574e1f08f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-13 05:04:45,214 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/fa010ad20d1c4d72aff678ab7b8ca221 used request id req-c31b55da-b7b6-42e2-80f1-c2574e1f08f4 2018-07-13 05:04:45,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.265192985535s 2018-07-13 05:04:45,214 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/users/fa010ad20d1c4d72aff678ab7b8ca221 used request id req-c31b55da-b7b6-42e2-80f1-c2574e1f08f4 2018-07-13 05:04:45,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-13 05:04:45,223 - 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.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:45,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 13 Jul 2018 05:04:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2771295d-be02-4783-966d-858d3a6ccc07 Content-Encoding: gzip Content-Length: 388 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": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.30:5000/v3/projects/a1828e788b3943f4af142d6804b4adc9"}, "tags": [], "enabled": true, "id": "a1828e788b3943f4af142d6804b4adc9", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_fa5c2f50-fa7a-4fe9-84c8-03a8718c7a56"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.30:5000/v3/projects/dae6b4d63d57475db896683827636a05"}, "tags": [], "enabled": true, "id": "dae6b4d63d57475db896683827636a05", "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/ec7a0240d1df445b9d703368a63a79dc"}, "tags": [], "enabled": true, "id": "ec7a0240d1df445b9d703368a63a79dc", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-13 05:04:45,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-2771295d-be02-4783-966d-858d3a6ccc07 2018-07-13 05:04:45,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.110126972198s 2018-07-13 05:04:45,330 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.30:5000/v3/projects used request id req-2771295d-be02-4783-966d-858d3a6ccc07 2018-07-13 05:04:45,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-13 05:04:45,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.30:5000/v3/projects/a1828e788b3943f4af142d6804b4adc9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4b6f62fdc517f95a661cfa91963843d2e5c3a83e" 2018-07-13 05:04:45,543 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 13 Jul 2018 05:04:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44e1dccd-a40d-4d1d-985f-8424e543f660 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-13 05:04:45,543 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a1828e788b3943f4af142d6804b4adc9 used request id req-44e1dccd-a40d-4d1d-985f-8424e543f660 2018-07-13 05:04:45,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.209012031555s 2018-07-13 05:04:45,544 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.30:5000/v3/projects/a1828e788b3943f4af142d6804b4adc9 used request id req-44e1dccd-a40d-4d1d-985f-8424e543f660 2018-07-13 05:04:45,544 - xtesting.ci.run_tests - ERROR - The test case 'tenantnetwork2' failed. 2018-07-13 05:04:45,545 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | tenantnetwork1 | functest | healthcheck | 00:14 | PASS | | tenantnetwork2 | functest | healthcheck | 00:00 | FAIL | | vmready1 | functest | healthcheck | 00:00 | SKIP | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-13 05:04:45,558 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR