2018-09-03 05:45:42,647 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-280 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-03 05:45:42,652 - 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.35,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.35:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=MZJAupJfXQcJre7Zb8u7cVGYH 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=701df00f57764d718ef26ffdcd947ac4 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-09-03 05:45:42,652 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-03 05:45:42,654 - 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-09-03 05:45:42,691 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-03 05:45:42,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 05:45:42,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 05:45:42,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 05:45:42,795 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-03 05:45:42,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-03 05:45:42,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 05:45:42,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1492d580-1973-433d-94ae-7150ccd08e46 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.35:5000/v3/", "rel": "self"}]}} 2018-09-03 05:45:42,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000//v3 used request id req-1492d580-1973-433d-94ae-7150ccd08e46 2018-09-03 05:45:42,804 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-03 05:45:43,204 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "df904c8131244e9f93f6722e238decdf", "name": "admin"}], "expires_at": "2018-09-03T06:45:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "701df00f57764d718ef26ffdcd947ac4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30ccbdd9d38c49fcbce9b51e519be670"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a8f1201b5e44404b4c3c44aeb7de6bd"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad7e829e3034b40a9f5f735d2274b2c"}], "type": "metric", "id": "06f3c1659980412180114fe722ca06ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "467215bed44e4a4bb82950e7311dd8d3"}, {"url": "http://172.30.9.35:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd07bc235c7a470b8dd1a92e2550474b"}, {"url": "http://192.30.9.3:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e264e802f8614c76a617f5fb3ebe58e8"}], "type": "volume", "id": "07111f38e1f34d7aa4b4321f97d46283", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "1d6fc89e03f04833993a1ea7282f2cbd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98bd1d7c6d5e486f9fe23d97a31426d9"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae2c18c53ce244428ef8bc4b6df23470"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cac4a7f0a7c443eda16b7bb2daa1bfbe"}], "type": "network", "id": "239cbf09ab4c4bd99fe35439ea8e7933", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a669920e9e544d6a05dc657b6794e3d"}, {"url": "http://172.30.9.35:8080/v1/AUTH_701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de7e005e15de402f932a84479b8ff123"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feaad181134d4fe3ac21d98390222061"}], "type": "object-store", "id": "23f2e03d74224cd291e5bdefb28c2984", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ad32c3813c743e7bebaa427f2ffe56e"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64a2e60744bc4bcf92564728073dcd1c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a95d00b877004cf8a74dfbc30e3a9c7f"}], "type": "compute", "id": "7ff562a16da54398927ce0870bea868c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25d88ead563a48c8a1a41f6bb06c861d"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ad7262a064c52a627112fdc667b63"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "715d12cfb2a54d2bbcb2ee65eeaf430c"}], "type": "identity", "id": "951bcf1dff0d43718efe7807e091b502", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28564318fc054845b6c5da8ce96a6109"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c2867f9db247529e37a45f148647d6"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8230ac8bd573411cbaafcd25d9d78cf5"}], "type": "event", "id": "a54a58dacfe14955997e0836f1f10fe7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4db3655bd75c47c1bd3542e0c2b747de"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e80e22eec074705bf3e606f7d13003f"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a68e6ed3d7fa4c959e63c0e843f40ba7"}], "type": "alarming", "id": "a92708a2bece44ffb490921e91cb5e10", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d9e96c8fac44e9b87e9f90fe9385ee9"}, {"url": "http://192.30.9.3:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aec85d1481b4bcf83e3213c49472b88"}, {"url": "http://192.30.9.3:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dcf043c85d1d4a5dac2c99c3139d2d7b"}], "type": "volumev2", "id": "b870016def7b48d59a22323e5e03b38d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "524f8c062cfa480aa91759cb84707f7b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7feb37730afc4eab8affa1200fa417d7"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0fdda9617aa4a6b8d75e4ca1ddb8221"}], "type": "cloudformation", "id": "bf9655bfaa454c4f9c9c9b3491145eea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6bf0df491058443fa6d74fedc239177f"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f7096a94e864e9fb8990cea542af920"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc9fb830e0a04b32b728647994c51218"}], "type": "placement", "id": "c3152c01ac254e23abbcdf20827cad9e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c439bf58bb74fc8ab6e0ed5e646b0f3"}, {"url": "http://192.30.9.3:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5481d68bd43d443bb03d77e7eab399c4"}, {"url": "http://172.30.9.35:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "690dcf45cedb4c9baca20e216ef0aee1"}], "type": "volumev3", "id": "cd143851720840d3a92f5fbb60847381", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f011859f437401fbafaa67c8dfb17a7"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4245b6b433d24cfebcba37e61907b740"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "531af25140774f12a5c0a9563134a8b3"}], "type": "image", "id": "f47c72a18cfa47baa1d969de69b9119b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "012ef1b4217f462cbe818394bf8ff900"}, {"url": "http://192.30.9.3:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48312c15115747ae95ba441255530e42"}, {"url": "http://172.30.9.35:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81955f349e043699d5716d064511391"}], "type": "orchestration", "id": "f97ccc287af041a0bc1b838ee9241792", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "afabd31f433a4d8d99c8192ef66ce21d"}, "audit_ids": ["JzMIyrG-T8ulJAqEx76hYA"], "issued_at": "2018-09-03T05:45:43.000000Z"}} 2018-09-03 05:45:43,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:43,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:43 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-9f1efb36-42fa-4aca-9993-fe574ffbdac6 x-compute-request-id: req-9f1efb36-42fa-4aca-9993-fe574ffbdac6 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-03 05:45:43,871 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-aggregates used request id req-9f1efb36-42fa-4aca-9993-fe574ffbdac6 2018-09-03 05:45:43,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.07581210136s 2018-09-03 05:45:43,872 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-aggregates used request id req-9f1efb36-42fa-4aca-9993-fe574ffbdac6 2018-09-03 05:45:43,872 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-03 05:45:43,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 05:45:43,880 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 05:45:43 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.35:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.35:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-03 05:45:43,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 05:45:43,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:44,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bdf4a76-4768-4f27-92e5-fbd55a0d29da Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/8e71573df86f48c490e707ac262dda09"}, "tags": [], "enabled": true, "id": "8e71573df86f48c490e707ac262dda09", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 05:45:44,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-6bdf4a76-4768-4f27-92e5-fbd55a0d29da 2018-09-03 05:45:44,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.148975133896s 2018-09-03 05:45:44,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-6bdf4a76-4768-4f27-92e5-fbd55a0d29da 2018-09-03 05:45:44,031 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'8e71573df86f48c490e707ac262dda09', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-03 05:45:44,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-03 05:45:44,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:44,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f29e200c-fb30-4fe2-96c4-1e737128d973 Content-Encoding: gzip Content-Length: 1980 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/012ef1b4217f462cbe818394bf8ff900"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f97ccc287af041a0bc1b838ee9241792", "id": "012ef1b4217f462cbe818394bf8ff900"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0ad32c3813c743e7bebaa427f2ffe56e"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7ff562a16da54398927ce0870bea868c", "id": "0ad32c3813c743e7bebaa427f2ffe56e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0d9e96c8fac44e9b87e9f90fe9385ee9"}, "url": "http://172.30.9.35:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b870016def7b48d59a22323e5e03b38d", "id": "0d9e96c8fac44e9b87e9f90fe9385ee9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0f011859f437401fbafaa67c8dfb17a7"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f47c72a18cfa47baa1d969de69b9119b", "id": "0f011859f437401fbafaa67c8dfb17a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/25d88ead563a48c8a1a41f6bb06c861d"}, "url": "http://172.30.9.35:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "951bcf1dff0d43718efe7807e091b502", "id": "25d88ead563a48c8a1a41f6bb06c861d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/28564318fc054845b6c5da8ce96a6109"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a54a58dacfe14955997e0836f1f10fe7", "id": "28564318fc054845b6c5da8ce96a6109"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2c439bf58bb74fc8ab6e0ed5e646b0f3"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cd143851720840d3a92f5fbb60847381", "id": "2c439bf58bb74fc8ab6e0ed5e646b0f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/30ccbdd9d38c49fcbce9b51e519be670"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "06f3c1659980412180114fe722ca06ce", "id": "30ccbdd9d38c49fcbce9b51e519be670"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/3d6ad7262a064c52a627112fdc667b63"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "951bcf1dff0d43718efe7807e091b502", "id": "3d6ad7262a064c52a627112fdc667b63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/4245b6b433d24cfebcba37e61907b740"}, "url": "http://172.30.9.35:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f47c72a18cfa47baa1d969de69b9119b", "id": "4245b6b433d24cfebcba37e61907b740"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/467215bed44e4a4bb82950e7311dd8d3"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "07111f38e1f34d7aa4b4321f97d46283", "id": "467215bed44e4a4bb82950e7311dd8d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/48312c15115747ae95ba441255530e42"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f97ccc287af041a0bc1b838ee9241792", "id": "48312c15115747ae95ba441255530e42"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/4db3655bd75c47c1bd3542e0c2b747de"}, "url": "http://172.30.9.35:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a92708a2bece44ffb490921e91cb5e10", "id": "4db3655bd75c47c1bd3542e0c2b747de"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/524f8c062cfa480aa91759cb84707f7b"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bf9655bfaa454c4f9c9c9b3491145eea", "id": "524f8c062cfa480aa91759cb84707f7b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/531af25140774f12a5c0a9563134a8b3"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f47c72a18cfa47baa1d969de69b9119b", "id": "531af25140774f12a5c0a9563134a8b3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/5481d68bd43d443bb03d77e7eab399c4"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cd143851720840d3a92f5fbb60847381", "id": "5481d68bd43d443bb03d77e7eab399c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/64a2e60744bc4bcf92564728073dcd1c"}, "url": "http://172.30.9.35:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7ff562a16da54398927ce0870bea868c", "id": "64a2e60744bc4bcf92564728073dcd1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/690dcf45cedb4c9baca20e216ef0aee1"}, "url": "http://172.30.9.35:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cd143851720840d3a92f5fbb60847381", "id": "690dcf45cedb4c9baca20e216ef0aee1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6a669920e9e544d6a05dc657b6794e3d"}, "url": "http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "23f2e03d74224cd291e5bdefb28c2984", "id": "6a669920e9e544d6a05dc657b6794e3d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6a8f1201b5e44404b4c3c44aeb7de6bd"}, "url": "http://172.30.9.35:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "06f3c1659980412180114fe722ca06ce", "id": "6a8f1201b5e44404b4c3c44aeb7de6bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6aec85d1481b4bcf83e3213c49472b88"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b870016def7b48d59a22323e5e03b38d", "id": "6aec85d1481b4bcf83e3213c49472b88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6bf0df491058443fa6d74fedc239177f"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c3152c01ac254e23abbcdf20827cad9e", "id": "6bf0df491058443fa6d74fedc239177f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/715d12cfb2a54d2bbcb2ee65eeaf430c"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "951bcf1dff0d43718efe7807e091b502", "id": "715d12cfb2a54d2bbcb2ee65eeaf430c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/7feb37730afc4eab8affa1200fa417d7"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bf9655bfaa454c4f9c9c9b3491145eea", "id": "7feb37730afc4eab8affa1200fa417d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/80c2867f9db247529e37a45f148647d6"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a54a58dacfe14955997e0836f1f10fe7", "id": "80c2867f9db247529e37a45f148647d6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8230ac8bd573411cbaafcd25d9d78cf5"}, "url": "http://172.30.9.35:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a54a58dacfe14955997e0836f1f10fe7", "id": "8230ac8bd573411cbaafcd25d9d78cf5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8e80e22eec074705bf3e606f7d13003f"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a92708a2bece44ffb490921e91cb5e10", "id": "8e80e22eec074705bf3e606f7d13003f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/98bd1d7c6d5e486f9fe23d97a31426d9"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "239cbf09ab4c4bd99fe35439ea8e7933", "id": "98bd1d7c6d5e486f9fe23d97a31426d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/9f7096a94e864e9fb8990cea542af920"}, "url": "http://172.30.9.35:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c3152c01ac254e23abbcdf20827cad9e", "id": "9f7096a94e864e9fb8990cea542af920"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/a0fdda9617aa4a6b8d75e4ca1ddb8221"}, "url": "http://172.30.9.35:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bf9655bfaa454c4f9c9c9b3491145eea", "id": "a0fdda9617aa4a6b8d75e4ca1ddb8221"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/a68e6ed3d7fa4c959e63c0e843f40ba7"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a92708a2bece44ffb490921e91cb5e10", "id": "a68e6ed3d7fa4c959e63c0e843f40ba7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/a95d00b877004cf8a74dfbc30e3a9c7f"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7ff562a16da54398927ce0870bea868c", "id": "a95d00b877004cf8a74dfbc30e3a9c7f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/aad7e829e3034b40a9f5f735d2274b2c"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "06f3c1659980412180114fe722ca06ce", "id": "aad7e829e3034b40a9f5f735d2274b2c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/ae2c18c53ce244428ef8bc4b6df23470"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "239cbf09ab4c4bd99fe35439ea8e7933", "id": "ae2c18c53ce244428ef8bc4b6df23470"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/bd07bc235c7a470b8dd1a92e2550474b"}, "url": "http://172.30.9.35:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "07111f38e1f34d7aa4b4321f97d46283", "id": "bd07bc235c7a470b8dd1a92e2550474b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/cac4a7f0a7c443eda16b7bb2daa1bfbe"}, "url": "http://172.30.9.35:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "239cbf09ab4c4bd99fe35439ea8e7933", "id": "cac4a7f0a7c443eda16b7bb2daa1bfbe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/cc9fb830e0a04b32b728647994c51218"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c3152c01ac254e23abbcdf20827cad9e", "id": "cc9fb830e0a04b32b728647994c51218"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/dcf043c85d1d4a5dac2c99c3139d2d7b"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b870016def7b48d59a22323e5e03b38d", "id": "dcf043c85d1d4a5dac2c99c3139d2d7b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/de7e005e15de402f932a84479b8ff123"}, "url": "http://172.30.9.35:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "23f2e03d74224cd291e5bdefb28c2984", "id": "de7e005e15de402f932a84479b8ff123"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e264e802f8614c76a617f5fb3ebe58e8"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "07111f38e1f34d7aa4b4321f97d46283", "id": "e264e802f8614c76a617f5fb3ebe58e8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f81955f349e043699d5716d064511391"}, "url": "http://172.30.9.35:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f97ccc287af041a0bc1b838ee9241792", "id": "f81955f349e043699d5716d064511391"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/feaad181134d4fe3ac21d98390222061"}, "url": "http://12.0.0.27:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "23f2e03d74224cd291e5bdefb28c2984", "id": "feaad181134d4fe3ac21d98390222061"}], "links": {"self": "http://172.30.9.35:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-03 05:45:44,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-f29e200c-fb30-4fe2-96c4-1e737128d973 2018-09-03 05:45:44,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0962710380554s 2018-09-03 05:45:44,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-f29e200c-fb30-4fe2-96c4-1e737128d973 2018-09-03 05:45:44,138 - 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.35:5000/v3/endpoints/012ef1b4217f462cbe818394bf8ff900'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f97ccc287af041a0bc1b838ee9241792', u'id': u'012ef1b4217f462cbe818394bf8ff900'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/0ad32c3813c743e7bebaa427f2ffe56e'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7ff562a16da54398927ce0870bea868c', u'id': u'0ad32c3813c743e7bebaa427f2ffe56e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/0d9e96c8fac44e9b87e9f90fe9385ee9'}, u'url': u'http://172.30.9.35:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b870016def7b48d59a22323e5e03b38d', u'id': u'0d9e96c8fac44e9b87e9f90fe9385ee9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/0f011859f437401fbafaa67c8dfb17a7'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f47c72a18cfa47baa1d969de69b9119b', u'id': u'0f011859f437401fbafaa67c8dfb17a7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/25d88ead563a48c8a1a41f6bb06c861d'}, u'url': u'http://172.30.9.35:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'951bcf1dff0d43718efe7807e091b502', u'id': u'25d88ead563a48c8a1a41f6bb06c861d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/28564318fc054845b6c5da8ce96a6109'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a54a58dacfe14955997e0836f1f10fe7', u'id': u'28564318fc054845b6c5da8ce96a6109'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/2c439bf58bb74fc8ab6e0ed5e646b0f3'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cd143851720840d3a92f5fbb60847381', u'id': u'2c439bf58bb74fc8ab6e0ed5e646b0f3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/30ccbdd9d38c49fcbce9b51e519be670'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'06f3c1659980412180114fe722ca06ce', u'id': u'30ccbdd9d38c49fcbce9b51e519be670'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/3d6ad7262a064c52a627112fdc667b63'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'951bcf1dff0d43718efe7807e091b502', u'id': u'3d6ad7262a064c52a627112fdc667b63'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/4245b6b433d24cfebcba37e61907b740'}, u'url': u'http://172.30.9.35:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f47c72a18cfa47baa1d969de69b9119b', u'id': u'4245b6b433d24cfebcba37e61907b740'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/467215bed44e4a4bb82950e7311dd8d3'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'07111f38e1f34d7aa4b4321f97d46283', u'id': u'467215bed44e4a4bb82950e7311dd8d3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/48312c15115747ae95ba441255530e42'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f97ccc287af041a0bc1b838ee9241792', u'id': u'48312c15115747ae95ba441255530e42'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/4db3655bd75c47c1bd3542e0c2b747de'}, u'url': u'http://172.30.9.35:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a92708a2bece44ffb490921e91cb5e10', u'id': u'4db3655bd75c47c1bd3542e0c2b747de'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/524f8c062cfa480aa91759cb84707f7b'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bf9655bfaa454c4f9c9c9b3491145eea', u'id': u'524f8c062cfa480aa91759cb84707f7b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/531af25140774f12a5c0a9563134a8b3'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f47c72a18cfa47baa1d969de69b9119b', u'id': u'531af25140774f12a5c0a9563134a8b3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/5481d68bd43d443bb03d77e7eab399c4'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cd143851720840d3a92f5fbb60847381', u'id': u'5481d68bd43d443bb03d77e7eab399c4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/64a2e60744bc4bcf92564728073dcd1c'}, u'url': u'http://172.30.9.35:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7ff562a16da54398927ce0870bea868c', u'id': u'64a2e60744bc4bcf92564728073dcd1c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/690dcf45cedb4c9baca20e216ef0aee1'}, u'url': u'http://172.30.9.35:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cd143851720840d3a92f5fbb60847381', u'id': u'690dcf45cedb4c9baca20e216ef0aee1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/6a669920e9e544d6a05dc657b6794e3d'}, u'url': u'http://12.0.0.27:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'23f2e03d74224cd291e5bdefb28c2984', u'id': u'6a669920e9e544d6a05dc657b6794e3d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/6a8f1201b5e44404b4c3c44aeb7de6bd'}, u'url': u'http://172.30.9.35:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'06f3c1659980412180114fe722ca06ce', u'id': u'6a8f1201b5e44404b4c3c44aeb7de6bd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/6aec85d1481b4bcf83e3213c49472b88'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b870016def7b48d59a22323e5e03b38d', u'id': u'6aec85d1481b4bcf83e3213c49472b88'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/6bf0df491058443fa6d74fedc239177f'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c3152c01ac254e23abbcdf20827cad9e', u'id': u'6bf0df491058443fa6d74fedc239177f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/715d12cfb2a54d2bbcb2ee65eeaf430c'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'951bcf1dff0d43718efe7807e091b502', u'id': u'715d12cfb2a54d2bbcb2ee65eeaf430c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/7feb37730afc4eab8affa1200fa417d7'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bf9655bfaa454c4f9c9c9b3491145eea', u'id': u'7feb37730afc4eab8affa1200fa417d7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/80c2867f9db247529e37a45f148647d6'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a54a58dacfe14955997e0836f1f10fe7', u'id': u'80c2867f9db247529e37a45f148647d6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/8230ac8bd573411cbaafcd25d9d78cf5'}, u'url': u'http://172.30.9.35:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a54a58dacfe14955997e0836f1f10fe7', u'id': u'8230ac8bd573411cbaafcd25d9d78cf5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/8e80e22eec074705bf3e606f7d13003f'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a92708a2bece44ffb490921e91cb5e10', u'id': u'8e80e22eec074705bf3e606f7d13003f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/98bd1d7c6d5e486f9fe23d97a31426d9'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'239cbf09ab4c4bd99fe35439ea8e7933', u'id': u'98bd1d7c6d5e486f9fe23d97a31426d9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/9f7096a94e864e9fb8990cea542af920'}, u'url': u'http://172.30.9.35:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c3152c01ac254e23abbcdf20827cad9e', u'id': u'9f7096a94e864e9fb8990cea542af920'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/a0fdda9617aa4a6b8d75e4ca1ddb8221'}, u'url': u'http://172.30.9.35:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bf9655bfaa454c4f9c9c9b3491145eea', u'id': u'a0fdda9617aa4a6b8d75e4ca1ddb8221'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/a68e6ed3d7fa4c959e63c0e843f40ba7'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a92708a2bece44ffb490921e91cb5e10', u'id': u'a68e6ed3d7fa4c959e63c0e843f40ba7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/a95d00b877004cf8a74dfbc30e3a9c7f'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7ff562a16da54398927ce0870bea868c', u'id': u'a95d00b877004cf8a74dfbc30e3a9c7f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/aad7e829e3034b40a9f5f735d2274b2c'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'06f3c1659980412180114fe722ca06ce', u'id': u'aad7e829e3034b40a9f5f735d2274b2c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/ae2c18c53ce244428ef8bc4b6df23470'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'239cbf09ab4c4bd99fe35439ea8e7933', u'id': u'ae2c18c53ce244428ef8bc4b6df23470'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/bd07bc235c7a470b8dd1a92e2550474b'}, u'url': u'http://172.30.9.35:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'07111f38e1f34d7aa4b4321f97d46283', u'id': u'bd07bc235c7a470b8dd1a92e2550474b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/cac4a7f0a7c443eda16b7bb2daa1bfbe'}, u'url': u'http://172.30.9.35:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'239cbf09ab4c4bd99fe35439ea8e7933', u'id': u'cac4a7f0a7c443eda16b7bb2daa1bfbe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/cc9fb830e0a04b32b728647994c51218'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c3152c01ac254e23abbcdf20827cad9e', u'id': u'cc9fb830e0a04b32b728647994c51218'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/dcf043c85d1d4a5dac2c99c3139d2d7b'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b870016def7b48d59a22323e5e03b38d', u'id': u'dcf043c85d1d4a5dac2c99c3139d2d7b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/de7e005e15de402f932a84479b8ff123'}, u'url': u'http://172.30.9.35:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'23f2e03d74224cd291e5bdefb28c2984', u'id': u'de7e005e15de402f932a84479b8ff123'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/e264e802f8614c76a617f5fb3ebe58e8'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'07111f38e1f34d7aa4b4321f97d46283', u'id': u'e264e802f8614c76a617f5fb3ebe58e8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/f81955f349e043699d5716d064511391'}, u'url': u'http://172.30.9.35:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f97ccc287af041a0bc1b838ee9241792', u'id': u'f81955f349e043699d5716d064511391'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/feaad181134d4fe3ac21d98390222061'}, u'url': u'http://12.0.0.27:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'23f2e03d74224cd291e5bdefb28c2984', u'id': u'feaad181134d4fe3ac21d98390222061'})] 2018-09-03 05:45:44,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-03 05:45:44,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:44,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:44 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-8a7ed744-64d7-46de-92bd-a53069352bdd x-compute-request-id: req-8a7ed744-64d7-46de-92bd-a53069352bdd 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-09-03 05:45:44,245 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/extensions used request id req-8a7ed744-64d7-46de-92bd-a53069352bdd 2018-09-03 05:45:44,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.105293989182s 2018-09-03 05:45:44,246 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/extensions used request id req-8a7ed744-64d7-46de-92bd-a53069352bdd 2018-09-03 05:45:44,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-03 05:45:44,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:45,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:44 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-dd6aebd2-40be-4d21-a778-d45b5ba6fc4b x-compute-request-id: req-dd6aebd2-40be-4d21-a778-d45b5ba6fc4b Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-03 05:45:45,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-floating-ip-pools used request id req-dd6aebd2-40be-4d21-a778-d45b5ba6fc4b 2018-09-03 05:45:45,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.57234287262s 2018-09-03 05:45:45,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-floating-ip-pools used request id req-dd6aebd2-40be-4d21-a778-d45b5ba6fc4b 2018-09-03 05:45:45,834 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-03 05:45:45,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 05:45:45,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:45,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-853beddd-8fe8-4477-821e-ec77b324020a Date: Mon, 03 Sep 2018 05:45:45 GMT RESP BODY: {"floatingips": []} 2018-09-03 05:45:45,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-853beddd-8fe8-4477-821e-ec77b324020a 2018-09-03 05:45:45,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0221748352051s 2018-09-03 05:45:45,862 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-853beddd-8fe8-4477-821e-ec77b324020a 2018-09-03 05:45:45,862 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-03 05:45:45,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-03 05:45:45,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:46,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:45 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-60fc29cb-028e-4558-8d6f-8551f0524765 x-compute-request-id: req-60fc29cb-028e-4558-8d6f-8551f0524765 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-03 05:45:46,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-60fc29cb-028e-4558-8d6f-8551f0524765 2018-09-03 05:45:46,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.151566028595s 2018-09-03 05:45:46,015 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-60fc29cb-028e-4558-8d6f-8551f0524765 2018-09-03 05:45:46,015 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 4}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 5}, 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-09-03 05:45:46,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-03 05:45:46,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:46,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:46 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-e1486050-dcd9-4339-afc2-231189004599 x-compute-request-id: req-e1486050-dcd9-4339-afc2-231189004599 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-03 05:45:46,045 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-e1486050-dcd9-4339-afc2-231189004599 2018-09-03 05:45:46,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.028960943222s 2018-09-03 05:45:46,045 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-e1486050-dcd9-4339-afc2-231189004599 2018-09-03 05:45:46,045 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-03 05:45:46,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 05:45:46,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:46,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-3fa557b8-ca65-44a8-a7bd-0c86a708230f Date: Mon, 03 Sep 2018 05:45:46 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"dc9f915714554cb297633a9e2f6afdc8","l2_adjacency":true,"status":"ACTIVE","subnets":["dce49955-ede3-4709-a688-cf49268e9117"],"description":"","tags":[],"updated_at":"2018-09-03T05:43:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:32Z","provider:network_type":"flat"}]} 2018-09-03 05:45:46,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-3fa557b8-ca65-44a8-a7bd-0c86a708230f 2018-09-03 05:45:46,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0732409954071s 2018-09-03 05:45:46,119 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-3fa557b8-ca65-44a8-a7bd-0c86a708230f 2018-09-03 05:45:46,120 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'dce49955-ede3-4709-a688-cf49268e9117'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-03T05:43:37Z', u'is_default': False, u'revision_number': 7, u'port_security_enabled': True, u'mtu': 1500, u'id': u'0a5e5f57-03ed-4078-86b0-79db6f27a1ad', 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-09-03T05:43:32Z', u'provider:network_type': u'flat', u'tenant_id': u'dc9f915714554cb297633a9e2f6afdc8', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dc9f915714554cb297633a9e2f6afdc8', u'l2_adjacency': True})] 2018-09-03 05:45:46,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-03 05:45:46,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:46,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-06660192-36e6-4b43-8c3c-abb9f3fec1bb Date: Mon, 03 Sep 2018 05:45:46 GMT RESP BODY: {"ports":[]} 2018-09-03 05:45:46,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json used request id req-06660192-36e6-4b43-8c3c-abb9f3fec1bb 2018-09-03 05:45:46,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0321700572968s 2018-09-03 05:45:46,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json used request id req-06660192-36e6-4b43-8c3c-abb9f3fec1bb 2018-09-03 05:45:46,153 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-03 05:45:46,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 05:45:46,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:46,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-221ec6eb-ce65-4fd4-835c-1557872eb27a Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "08cfee35982543e192be4e3ad6cf9ff6"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/08cfee35982543e192be4e3ad6cf9ff6/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "122f8100f805425b97ff6ca1f6747a0a"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/122f8100f805425b97ff6ca1f6747a0a/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "15f1e5219e924cb5ad127988af80679f"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/15f1e5219e924cb5ad127988af80679f/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "6dd0378a39b04fafb0ebd55343ff67ab"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/6dd0378a39b04fafb0ebd55343ff67ab/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "787425b33d6848e9bdaddd394613cde5"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/787425b33d6848e9bdaddd394613cde5/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "9b282b1cdd1e44979a2cb60fa1fae062"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/9b282b1cdd1e44979a2cb60fa1fae062/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "9cc1a9c122544f8abb208c69c0df2300"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/9cc1a9c122544f8abb208c69c0df2300/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "701df00f57764d718ef26ffdcd947ac4"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "afabd31f433a4d8d99c8192ef66ce21d"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/701df00f57764d718ef26ffdcd947ac4/users/afabd31f433a4d8d99c8192ef66ce21d/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "c289067d5f61461f9c904166aaa78df8"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/c289067d5f61461f9c904166aaa78df8/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "d64c53813ef4450085a34ca2d2838615"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/d64c53813ef4450085a34ca2d2838615/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "d660e9a8501b4fac9d8b37d89f4b98bf"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/d660e9a8501b4fac9d8b37d89f4b98bf/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "ede3e05ec4b3415cb1be9bd251fe38b7"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/ede3e05ec4b3415cb1be9bd251fe38b7/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "d179df1bd22c41238cff10c2f003fde4"}, "user": {"id": "f1382fe632634bba9ca3609eb0d07836"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/f1382fe632634bba9ca3609eb0d07836/roles/d179df1bd22c41238cff10c2f003fde4"}}, {"scope": {"project": {"id": "dc9f915714554cb297633a9e2f6afdc8"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "f1382fe632634bba9ca3609eb0d07836"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8/users/f1382fe632634bba9ca3609eb0d07836/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"domain": {"id": "8e71573df86f48c490e707ac262dda09"}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "64bc9651ad924f2b919416c33eaf7816"}, "links": {"assignment": "http://172.30.9.35:5000/v3/domains/8e71573df86f48c490e707ac262dda09/users/64bc9651ad924f2b919416c33eaf7816/roles/df904c8131244e9f93f6722e238decdf"}}, {"scope": {"system": {"all": true}}, "role": {"id": "df904c8131244e9f93f6722e238decdf"}, "user": {"id": "afabd31f433a4d8d99c8192ef66ce21d"}, "links": {"assignment": "http://172.30.9.35:5000/v3/system/users/afabd31f433a4d8d99c8192ef66ce21d/roles/df904c8131244e9f93f6722e238decdf"}}], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-03 05:45:46,265 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments used request id req-221ec6eb-ce65-4fd4-835c-1557872eb27a 2018-09-03 05:45:46,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.108935832977s 2018-09-03 05:45:46,266 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments used request id req-221ec6eb-ce65-4fd4-835c-1557872eb27a 2018-09-03 05:45:46,269 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'08cfee35982543e192be4e3ad6cf9ff6'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'122f8100f805425b97ff6ca1f6747a0a'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'15f1e5219e924cb5ad127988af80679f'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'6dd0378a39b04fafb0ebd55343ff67ab'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'787425b33d6848e9bdaddd394613cde5'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'9b282b1cdd1e44979a2cb60fa1fae062'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'9cc1a9c122544f8abb208c69c0df2300'}), Munch({'project': u'701df00f57764d718ef26ffdcd947ac4', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'afabd31f433a4d8d99c8192ef66ce21d'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'c289067d5f61461f9c904166aaa78df8'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'd64c53813ef4450085a34ca2d2838615'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'd660e9a8501b4fac9d8b37d89f4b98bf'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'ede3e05ec4b3415cb1be9bd251fe38b7'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'd179df1bd22c41238cff10c2f003fde4', 'user': u'f1382fe632634bba9ca3609eb0d07836'}), Munch({'project': u'dc9f915714554cb297633a9e2f6afdc8', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'f1382fe632634bba9ca3609eb0d07836'}), Munch({'domain': u'8e71573df86f48c490e707ac262dda09', 'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'64bc9651ad924f2b919416c33eaf7816'}), Munch({'id': u'df904c8131244e9f93f6722e238decdf', 'user': u'afabd31f433a4d8d99c8192ef66ce21d'})] 2018-09-03 05:45:46,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 05:45:46,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:46,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-116e27d6-0e93-4d74-87e4-de67eab2cd05 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "503f20a7b7db4a6884ac5d362bcf9bd0", "links": {"self": "http://172.30.9.35:5000/v3/roles/503f20a7b7db4a6884ac5d362bcf9bd0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d145cc1fcdaa42a1b520317706eaae3f", "links": {"self": "http://172.30.9.35:5000/v3/roles/d145cc1fcdaa42a1b520317706eaae3f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d179df1bd22c41238cff10c2f003fde4", "links": {"self": "http://172.30.9.35:5000/v3/roles/d179df1bd22c41238cff10c2f003fde4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "df904c8131244e9f93f6722e238decdf", "links": {"self": "http://172.30.9.35:5000/v3/roles/df904c8131244e9f93f6722e238decdf"}, "name": "admin"}]} 2018-09-03 05:45:46,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-116e27d6-0e93-4d74-87e4-de67eab2cd05 2018-09-03 05:45:46,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0846900939941s 2018-09-03 05:45:46,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-116e27d6-0e93-4d74-87e4-de67eab2cd05 2018-09-03 05:45:46,358 - 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'swiftoperator', 'id': u'503f20a7b7db4a6884ac5d362bcf9bd0'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'd145cc1fcdaa42a1b520317706eaae3f'}), 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'd179df1bd22c41238cff10c2f003fde4'}), 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'df904c8131244e9f93f6722e238decdf'})] 2018-09-03 05:45:46,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 05:45:46,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:46,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-edd55285-be21-4057-8ef7-02d5f3f8528d Date: Mon, 03 Sep 2018 05:45:46 GMT RESP BODY: {"routers": []} 2018-09-03 05:45:46,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-edd55285-be21-4057-8ef7-02d5f3f8528d 2018-09-03 05:45:46,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0439748764038s 2018-09-03 05:45:46,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-edd55285-be21-4057-8ef7-02d5f3f8528d 2018-09-03 05:45:46,404 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-03 05:45:46,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 05:45:46,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:46,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:46 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-9912c51a-64f2-4f4f-a72c-52ea819cb904 x-compute-request-id: req-9912c51a-64f2-4f4f-a72c-52ea819cb904 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-03 05:45:46,596 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9912c51a-64f2-4f4f-a72c-52ea819cb904 2018-09-03 05:45:46,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192297935486s 2018-09-03 05:45:46,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-9912c51a-64f2-4f4f-a72c-52ea819cb904 2018-09-03 05:45:46,597 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-03 05:45:46,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-03 05:45:46,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 05:45:46,610 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 05:45:46 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.3:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-03 05:45:46,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:46,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-249810a3-89b1-4dae-8fe8-88e8d3535b43 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/06f3c1659980412180114fe722ca06ce"}, "enabled": true, "type": "metric", "id": "06f3c1659980412180114fe722ca06ce", "name": "gnocchi"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/07111f38e1f34d7aa4b4321f97d46283"}, "enabled": true, "type": "volume", "id": "07111f38e1f34d7aa4b4321f97d46283", "name": "cinder"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1d6fc89e03f04833993a1ea7282f2cbd"}, "enabled": true, "type": "metering", "id": "1d6fc89e03f04833993a1ea7282f2cbd", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/239cbf09ab4c4bd99fe35439ea8e7933"}, "enabled": true, "type": "network", "id": "239cbf09ab4c4bd99fe35439ea8e7933", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/23f2e03d74224cd291e5bdefb28c2984"}, "enabled": true, "type": "object-store", "id": "23f2e03d74224cd291e5bdefb28c2984", "name": "swift"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/7ff562a16da54398927ce0870bea868c"}, "enabled": true, "type": "compute", "id": "7ff562a16da54398927ce0870bea868c", "name": "nova"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/951bcf1dff0d43718efe7807e091b502"}, "enabled": true, "type": "identity", "id": "951bcf1dff0d43718efe7807e091b502", "name": "keystone"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a54a58dacfe14955997e0836f1f10fe7"}, "enabled": true, "type": "event", "id": "a54a58dacfe14955997e0836f1f10fe7", "name": "panko"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a92708a2bece44ffb490921e91cb5e10"}, "enabled": true, "type": "alarming", "id": "a92708a2bece44ffb490921e91cb5e10", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/b870016def7b48d59a22323e5e03b38d"}, "enabled": true, "type": "volumev2", "id": "b870016def7b48d59a22323e5e03b38d", "name": "cinderv2"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bf9655bfaa454c4f9c9c9b3491145eea"}, "enabled": true, "type": "cloudformation", "id": "bf9655bfaa454c4f9c9c9b3491145eea", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c3152c01ac254e23abbcdf20827cad9e"}, "enabled": true, "type": "placement", "id": "c3152c01ac254e23abbcdf20827cad9e", "name": "placement"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/cd143851720840d3a92f5fbb60847381"}, "enabled": true, "type": "volumev3", "id": "cd143851720840d3a92f5fbb60847381", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f47c72a18cfa47baa1d969de69b9119b"}, "enabled": true, "type": "image", "id": "f47c72a18cfa47baa1d969de69b9119b", "name": "glance"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f97ccc287af041a0bc1b838ee9241792"}, "enabled": true, "type": "orchestration", "id": "f97ccc287af041a0bc1b838ee9241792", "name": "heat"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-09-03 05:45:46,692 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-249810a3-89b1-4dae-8fe8-88e8d3535b43 2018-09-03 05:45:46,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0918221473694s 2018-09-03 05:45:46,692 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-249810a3-89b1-4dae-8fe8-88e8d3535b43 2018-09-03 05:45:46,698 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'06f3c1659980412180114fe722ca06ce', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'07111f38e1f34d7aa4b4321f97d46283', 'name': u'cinder'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'1d6fc89e03f04833993a1ea7282f2cbd', 'name': u'ceilometer'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'239cbf09ab4c4bd99fe35439ea8e7933', 'name': u'neutron'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'23f2e03d74224cd291e5bdefb28c2984', 'name': u'swift'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'7ff562a16da54398927ce0870bea868c', 'name': u'nova'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'951bcf1dff0d43718efe7807e091b502', 'name': u'keystone'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'a54a58dacfe14955997e0836f1f10fe7', 'name': u'panko'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'a92708a2bece44ffb490921e91cb5e10', 'name': u'aodh'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'b870016def7b48d59a22323e5e03b38d', 'name': u'cinderv2'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'bf9655bfaa454c4f9c9c9b3491145eea', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'c3152c01ac254e23abbcdf20827cad9e', 'name': u'placement'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'cd143851720840d3a92f5fbb60847381', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'f47c72a18cfa47baa1d969de69b9119b', 'name': u'glance'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'f97ccc287af041a0bc1b838ee9241792', 'name': u'heat'})] 2018-09-03 05:45:46,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 05:45:46,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ec2e0fb34ad16019c7042f6fc334c266ada125f" 2018-09-03 05:45:46,739 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-8b24bf09-fab0-4de1-b204-8cb019ad3318 Date: Mon, 03 Sep 2018 05:45:46 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-03T05:43:37Z","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":"dce49955-ede3-4709-a688-cf49268e9117","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"dc9f915714554cb297633a9e2f6afdc8","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:37Z","ip_version":4}]} 2018-09-03 05:45:46,739 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8b24bf09-fab0-4de1-b204-8cb019ad3318 2018-09-03 05:45:46,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0408809185028s 2018-09-03 05:45:46,740 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8b24bf09-fab0-4de1-b204-8cb019ad3318 2018-09-03 05:45:46,740 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T05:43:37Z', 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'dce49955-ede3-4709-a688-cf49268e9117', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'0a5e5f57-03ed-4078-86b0-79db6f27a1ad', u'tenant_id': u'dc9f915714554cb297633a9e2f6afdc8', u'created_at': u'2018-09-03T05:43:37Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'dc9f915714554cb297633a9e2f6afdc8'})] 2018-09-03 05:45:46,855 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 05:45:46,855 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-03 05:45:46,910 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-03 05:45:47,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 05:45:47,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 05:45:47,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 05:45:47,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 05:45:47,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 05:45:47,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 05:45:47,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 05:45:47,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 05:45:47,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 05:45:47,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e8cda1d-e26f-4210-82ea-70188a425f1b 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.35:5000/v3/", "rel": "self"}]}} 2018-09-03 05:45:47,099 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000//v3 used request id req-3e8cda1d-e26f-4210-82ea-70188a425f1b 2018-09-03 05:45:47,100 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-03 05:45:47,555 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "df904c8131244e9f93f6722e238decdf", "name": "admin"}], "expires_at": "2018-09-03T06:45:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "701df00f57764d718ef26ffdcd947ac4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30ccbdd9d38c49fcbce9b51e519be670"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a8f1201b5e44404b4c3c44aeb7de6bd"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad7e829e3034b40a9f5f735d2274b2c"}], "type": "metric", "id": "06f3c1659980412180114fe722ca06ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "467215bed44e4a4bb82950e7311dd8d3"}, {"url": "http://172.30.9.35:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd07bc235c7a470b8dd1a92e2550474b"}, {"url": "http://192.30.9.3:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e264e802f8614c76a617f5fb3ebe58e8"}], "type": "volume", "id": "07111f38e1f34d7aa4b4321f97d46283", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "1d6fc89e03f04833993a1ea7282f2cbd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98bd1d7c6d5e486f9fe23d97a31426d9"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae2c18c53ce244428ef8bc4b6df23470"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cac4a7f0a7c443eda16b7bb2daa1bfbe"}], "type": "network", "id": "239cbf09ab4c4bd99fe35439ea8e7933", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a669920e9e544d6a05dc657b6794e3d"}, {"url": "http://172.30.9.35:8080/v1/AUTH_701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de7e005e15de402f932a84479b8ff123"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feaad181134d4fe3ac21d98390222061"}], "type": "object-store", "id": "23f2e03d74224cd291e5bdefb28c2984", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ad32c3813c743e7bebaa427f2ffe56e"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64a2e60744bc4bcf92564728073dcd1c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a95d00b877004cf8a74dfbc30e3a9c7f"}], "type": "compute", "id": "7ff562a16da54398927ce0870bea868c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25d88ead563a48c8a1a41f6bb06c861d"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ad7262a064c52a627112fdc667b63"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "715d12cfb2a54d2bbcb2ee65eeaf430c"}], "type": "identity", "id": "951bcf1dff0d43718efe7807e091b502", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28564318fc054845b6c5da8ce96a6109"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c2867f9db247529e37a45f148647d6"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8230ac8bd573411cbaafcd25d9d78cf5"}], "type": "event", "id": "a54a58dacfe14955997e0836f1f10fe7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4db3655bd75c47c1bd3542e0c2b747de"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e80e22eec074705bf3e606f7d13003f"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a68e6ed3d7fa4c959e63c0e843f40ba7"}], "type": "alarming", "id": "a92708a2bece44ffb490921e91cb5e10", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d9e96c8fac44e9b87e9f90fe9385ee9"}, {"url": "http://192.30.9.3:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aec85d1481b4bcf83e3213c49472b88"}, {"url": "http://192.30.9.3:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dcf043c85d1d4a5dac2c99c3139d2d7b"}], "type": "volumev2", "id": "b870016def7b48d59a22323e5e03b38d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "524f8c062cfa480aa91759cb84707f7b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7feb37730afc4eab8affa1200fa417d7"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0fdda9617aa4a6b8d75e4ca1ddb8221"}], "type": "cloudformation", "id": "bf9655bfaa454c4f9c9c9b3491145eea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6bf0df491058443fa6d74fedc239177f"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f7096a94e864e9fb8990cea542af920"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc9fb830e0a04b32b728647994c51218"}], "type": "placement", "id": "c3152c01ac254e23abbcdf20827cad9e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c439bf58bb74fc8ab6e0ed5e646b0f3"}, {"url": "http://192.30.9.3:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5481d68bd43d443bb03d77e7eab399c4"}, {"url": "http://172.30.9.35:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "690dcf45cedb4c9baca20e216ef0aee1"}], "type": "volumev3", "id": "cd143851720840d3a92f5fbb60847381", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f011859f437401fbafaa67c8dfb17a7"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4245b6b433d24cfebcba37e61907b740"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "531af25140774f12a5c0a9563134a8b3"}], "type": "image", "id": "f47c72a18cfa47baa1d969de69b9119b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "012ef1b4217f462cbe818394bf8ff900"}, {"url": "http://192.30.9.3:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48312c15115747ae95ba441255530e42"}, {"url": "http://172.30.9.35:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81955f349e043699d5716d064511391"}], "type": "orchestration", "id": "f97ccc287af041a0bc1b838ee9241792", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "afabd31f433a4d8d99c8192ef66ce21d"}, "audit_ids": ["XG3NKFYTQGaLLXeWUhua7A"], "issued_at": "2018-09-03T05:45:47.000000Z"}} 2018-09-03 05:45:47,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 05:45:47,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" 2018-09-03 05:45:48,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-17bd6e29-d9d6-4d62-acf5-46e88f2f8986 Date: Mon, 03 Sep 2018 05:45:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"dc9f915714554cb297633a9e2f6afdc8","l2_adjacency":true,"status":"ACTIVE","subnets":["dce49955-ede3-4709-a688-cf49268e9117"],"description":"","tags":[],"updated_at":"2018-09-03T05:43:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:32Z","provider:network_type":"flat"}]} 2018-09-03 05:45:48,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-17bd6e29-d9d6-4d62-acf5-46e88f2f8986 2018-09-03 05:45:48,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.912449121475s 2018-09-03 05:45:48,471 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-17bd6e29-d9d6-4d62-acf5-46e88f2f8986 2018-09-03 05:45:48,472 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-03 05:45:48,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 05:45:48,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" -d '{"network": {"name": "tenantnetwork1-net_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1", "admin_state_up": true}}' 2018-09-03 05:45:49,025 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-7595eba2-5ebc-49be-8235-bbc0c7bbfdde Date: Mon, 03 Sep 2018 05:45:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"73edec7d-f91f-4916-9ed8-e785f932013d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"701df00f57764d718ef26ffdcd947ac4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T05:45:48Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1","admin_state_up":true,"tenant_id":"701df00f57764d718ef26ffdcd947ac4","created_at":"2018-09-03T05:45:48Z","mtu":1450}} 2018-09-03 05:45:49,025 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-7595eba2-5ebc-49be-8235-bbc0c7bbfdde 2018-09-03 05:45:49,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.55318903923s 2018-09-03 05:45:49,026 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-7595eba2-5ebc-49be-8235-bbc0c7bbfdde 2018-09-03 05:45:49,026 - 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-09-03T05:45:48Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'73edec7d-f91f-4916-9ed8-e785f932013d', u'provider:segmentation_id': 1, 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_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1', u'created_at': u'2018-09-03T05:45:48Z', u'mtu': 1450, u'tenant_id': u'701df00f57764d718ef26ffdcd947ac4', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'701df00f57764d718ef26ffdcd947ac4', u'l2_adjacency': True}) 2018-09-03 05:45:49,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 05:45:49,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" 2018-09-03 05:45:49,133 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-a553ebe1-2701-455a-9fa8-8a152913e5cd Date: Mon, 03 Sep 2018 05:45:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"dc9f915714554cb297633a9e2f6afdc8","l2_adjacency":true,"status":"ACTIVE","subnets":["dce49955-ede3-4709-a688-cf49268e9117"],"description":"","tags":[],"updated_at":"2018-09-03T05:43:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"73edec7d-f91f-4916-9ed8-e785f932013d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"701df00f57764d718ef26ffdcd947ac4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T05:45:48Z","qos_policy_id":null,"name":"tenantnetwork1-net_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1","admin_state_up":true,"tenant_id":"701df00f57764d718ef26ffdcd947ac4","created_at":"2018-09-03T05:45:48Z","provider:network_type":"vxlan"}]} 2018-09-03 05:45:49,133 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-a553ebe1-2701-455a-9fa8-8a152913e5cd 2018-09-03 05:45:49,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106241941452s 2018-09-03 05:45:49,134 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-a553ebe1-2701-455a-9fa8-8a152913e5cd 2018-09-03 05:45:49,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 05:45:49,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" -d '{"subnet": {"name": "tenantnetwork1-subnet_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1", "enable_dhcp": true, "network_id": "73edec7d-f91f-4916-9ed8-e785f932013d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 05:45:49,733 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-f22fec43-d347-4a95-9068-7030ea3530f1 Date: Mon, 03 Sep 2018 05:45:49 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-03T05:45:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"620a46b5-1906-478f-9afb-3af2caf9d417","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"701df00f57764d718ef26ffdcd947ac4","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1","enable_dhcp":true,"segment_id":null,"network_id":"73edec7d-f91f-4916-9ed8-e785f932013d","tenant_id":"701df00f57764d718ef26ffdcd947ac4","created_at":"2018-09-03T05:45:49Z","ip_version":4}} 2018-09-03 05:45:49,733 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-f22fec43-d347-4a95-9068-7030ea3530f1 2018-09-03 05:45:49,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.597747087479s 2018-09-03 05:45:49,734 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-f22fec43-d347-4a95-9068-7030ea3530f1 2018-09-03 05:45:49,734 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T05:45:49Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'620a46b5-1906-478f-9afb-3af2caf9d417', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'73edec7d-f91f-4916-9ed8-e785f932013d', u'tenant_id': u'701df00f57764d718ef26ffdcd947ac4', u'created_at': u'2018-09-03T05:45:49Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'701df00f57764d718ef26ffdcd947ac4'}) 2018-09-03 05:45:49,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 05:45:49,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" -d '{"router": {"external_gateway_info": {"network_id": "0a5e5f57-03ed-4078-86b0-79db6f27a1ad"}, "name": "tenantnetwork1-router_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1", "admin_state_up": true}}' 2018-09-03 05:45:51,250 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 714 X-Openstack-Request-Id: req-e9ccd134-d31a-4407-8c7d-56884677e154 Date: Mon, 03 Sep 2018 05:45:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0a5e5f57-03ed-4078-86b0-79db6f27a1ad", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dce49955-ede3-4709-a688-cf49268e9117", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "701df00f57764d718ef26ffdcd947ac4", "created_at": "2018-09-03T05:45:49Z", "admin_state_up": true, "updated_at": "2018-09-03T05:45:50Z", "project_id": "701df00f57764d718ef26ffdcd947ac4", "flavor_id": null, "revision_number": 3, "routes": [], "ha": false, "id": "11c323a6-b158-4a0b-a25b-17cf899ce57b", "name": "tenantnetwork1-router_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1"}} 2018-09-03 05:45:51,250 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-e9ccd134-d31a-4407-8c7d-56884677e154 2018-09-03 05:45:51,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.51567792892s 2018-09-03 05:45:51,251 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-e9ccd134-d31a-4407-8c7d-56884677e154 2018-09-03 05:45:51,251 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T05:45:50Z', u'revision_number': 3, u'ha': False, u'id': u'11c323a6-b158-4a0b-a25b-17cf899ce57b', u'external_gateway_info': {u'network_id': u'0a5e5f57-03ed-4078-86b0-79db6f27a1ad', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dce49955-ede3-4709-a688-cf49268e9117', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1', u'admin_state_up': True, u'tenant_id': u'701df00f57764d718ef26ffdcd947ac4', u'created_at': u'2018-09-03T05:45:49Z', u'flavor_id': None, u'routes': [], u'project_id': u'701df00f57764d718ef26ffdcd947ac4'}) 2018-09-03 05:45:51,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 05:45:51,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/11c323a6-b158-4a0b-a25b-17cf899ce57b/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" -d '{"subnet_id": "620a46b5-1906-478f-9afb-3af2caf9d417"}' 2018-09-03 05:45:53,154 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-51175dea-205c-42e3-94f6-e7f6657afd9c Date: Mon, 03 Sep 2018 05:45:53 GMT RESP BODY: {"network_id": "73edec7d-f91f-4916-9ed8-e785f932013d", "tenant_id": "701df00f57764d718ef26ffdcd947ac4", "subnet_id": "620a46b5-1906-478f-9afb-3af2caf9d417", "subnet_ids": ["620a46b5-1906-478f-9afb-3af2caf9d417"], "port_id": "801488ea-73e2-4e1a-bbf5-85fe490adf10", "id": "11c323a6-b158-4a0b-a25b-17cf899ce57b"} 2018-09-03 05:45:53,154 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/11c323a6-b158-4a0b-a25b-17cf899ce57b/add_router_interface.json used request id req-51175dea-205c-42e3-94f6-e7f6657afd9c 2018-09-03 05:45:53,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.90216398239s 2018-09-03 05:45:53,154 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/11c323a6-b158-4a0b-a25b-17cf899ce57b/add_router_interface.json used request id req-51175dea-205c-42e3-94f6-e7f6657afd9c returning object 11c323a6-b158-4a0b-a25b-17cf899ce57b 2018-09-03 05:45:53,265 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 05:45:53,265 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-03 05:45:53,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 05:45:53,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/11c323a6-b158-4a0b-a25b-17cf899ce57b/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" -d '{"subnet_id": "620a46b5-1906-478f-9afb-3af2caf9d417"}' 2018-09-03 05:45:54,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-611c5e80-2823-463e-afa1-1d25d842ba53 Date: Mon, 03 Sep 2018 05:45:54 GMT RESP BODY: {"network_id": "73edec7d-f91f-4916-9ed8-e785f932013d", "tenant_id": "701df00f57764d718ef26ffdcd947ac4", "subnet_id": "620a46b5-1906-478f-9afb-3af2caf9d417", "subnet_ids": ["620a46b5-1906-478f-9afb-3af2caf9d417"], "port_id": "801488ea-73e2-4e1a-bbf5-85fe490adf10", "id": "11c323a6-b158-4a0b-a25b-17cf899ce57b"} 2018-09-03 05:45:54,970 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/11c323a6-b158-4a0b-a25b-17cf899ce57b/remove_router_interface.json used request id req-611c5e80-2823-463e-afa1-1d25d842ba53 2018-09-03 05:45:54,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.70014286041s 2018-09-03 05:45:54,970 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/11c323a6-b158-4a0b-a25b-17cf899ce57b/remove_router_interface.json used request id req-611c5e80-2823-463e-afa1-1d25d842ba53 returning object 11c323a6-b158-4a0b-a25b-17cf899ce57b 2018-09-03 05:45:54,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 05:45:54,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" 2018-09-03 05:45:55,101 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-e4125329-6dd1-4e4c-bc35-3785060871eb Date: Mon, 03 Sep 2018 05:45:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0a5e5f57-03ed-4078-86b0-79db6f27a1ad", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dce49955-ede3-4709-a688-cf49268e9117", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "701df00f57764d718ef26ffdcd947ac4", "created_at": "2018-09-03T05:45:49Z", "admin_state_up": true, "updated_at": "2018-09-03T05:45:54Z", "project_id": "701df00f57764d718ef26ffdcd947ac4", "flavor_id": null, "revision_number": 5, "routes": [], "ha": false, "id": "11c323a6-b158-4a0b-a25b-17cf899ce57b", "name": "tenantnetwork1-router_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1"}]} 2018-09-03 05:45:55,101 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-e4125329-6dd1-4e4c-bc35-3785060871eb 2018-09-03 05:45:55,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.129380941391s 2018-09-03 05:45:55,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-e4125329-6dd1-4e4c-bc35-3785060871eb 2018-09-03 05:45:55,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 05:45:55,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/11c323a6-b158-4a0b-a25b-17cf899ce57b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" 2018-09-03 05:45:56,119 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a191fbe3-132d-4c91-af1e-addf068b9e6b Content-Length: 0 Date: Mon, 03 Sep 2018 05:45:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 05:45:56,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/11c323a6-b158-4a0b-a25b-17cf899ce57b.json used request id req-a191fbe3-132d-4c91-af1e-addf068b9e6b 2018-09-03 05:45:56,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.01560401917s 2018-09-03 05:45:56,119 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/11c323a6-b158-4a0b-a25b-17cf899ce57b.json used request id req-a191fbe3-132d-4c91-af1e-addf068b9e6b 2018-09-03 05:45:56,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 05:45:56,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" 2018-09-03 05:45:56,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-e3e04a29-f1c9-46f7-8cb4-a850c69a637b Date: Mon, 03 Sep 2018 05:45:56 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-03T05:45:49Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"620a46b5-1906-478f-9afb-3af2caf9d417","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"701df00f57764d718ef26ffdcd947ac4","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1","enable_dhcp":true,"segment_id":null,"network_id":"73edec7d-f91f-4916-9ed8-e785f932013d","tenant_id":"701df00f57764d718ef26ffdcd947ac4","created_at":"2018-09-03T05:45:49Z","ip_version":4},{"updated_at":"2018-09-03T05:43:37Z","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":"dce49955-ede3-4709-a688-cf49268e9117","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"dc9f915714554cb297633a9e2f6afdc8","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:37Z","ip_version":4}]} 2018-09-03 05:45:56,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-e3e04a29-f1c9-46f7-8cb4-a850c69a637b 2018-09-03 05:45:56,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0712690353394s 2018-09-03 05:45:56,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-e3e04a29-f1c9-46f7-8cb4-a850c69a637b 2018-09-03 05:45:56,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 05:45:56,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/620a46b5-1906-478f-9afb-3af2caf9d417.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" 2018-09-03 05:45:57,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-411e2b68-1479-4f10-afc5-e3e998ed182e Date: Mon, 03 Sep 2018 05:45:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 05:45:57,178 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/620a46b5-1906-478f-9afb-3af2caf9d417.json used request id req-411e2b68-1479-4f10-afc5-e3e998ed182e 2018-09-03 05:45:57,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.984814882278s 2018-09-03 05:45:57,178 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/620a46b5-1906-478f-9afb-3af2caf9d417.json used request id req-411e2b68-1479-4f10-afc5-e3e998ed182e 2018-09-03 05:45:57,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 05:45:57,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" 2018-09-03 05:45:57,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1439 X-Openstack-Request-Id: req-2a99528b-37cf-4477-a826-cf078de97c37 Date: Mon, 03 Sep 2018 05:45:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"dc9f915714554cb297633a9e2f6afdc8","l2_adjacency":true,"status":"ACTIVE","subnets":["dce49955-ede3-4709-a688-cf49268e9117"],"description":"","tags":[],"updated_at":"2018-09-03T05:43:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"73edec7d-f91f-4916-9ed8-e785f932013d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":1,"ipv4_address_scope":null,"shared":false,"project_id":"701df00f57764d718ef26ffdcd947ac4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T05:45:57Z","qos_policy_id":null,"name":"tenantnetwork1-net_70ed0ed0-1d20-4d26-a61b-7a240aa54fc1","admin_state_up":true,"tenant_id":"701df00f57764d718ef26ffdcd947ac4","created_at":"2018-09-03T05:45:48Z","provider:network_type":"vxlan"}]} 2018-09-03 05:45:57,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-2a99528b-37cf-4477-a826-cf078de97c37 2018-09-03 05:45:57,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0767278671265s 2018-09-03 05:45:57,256 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-2a99528b-37cf-4477-a826-cf078de97c37 2018-09-03 05:45:57,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 05:45:57,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/73edec7d-f91f-4916-9ed8-e785f932013d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f63ad7ac5e2380e9119df1b15ab78a092797585" 2018-09-03 05:45:58,061 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a638d2b5-8d7e-473a-a239-d6900110b362 Date: Mon, 03 Sep 2018 05:45:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 05:45:58,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/73edec7d-f91f-4916-9ed8-e785f932013d.json used request id req-a638d2b5-8d7e-473a-a239-d6900110b362 2018-09-03 05:45:58,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.804677963257s 2018-09-03 05:45:58,062 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/73edec7d-f91f-4916-9ed8-e785f932013d.json used request id req-a638d2b5-8d7e-473a-a239-d6900110b362 2018-09-03 05:45:58,117 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-03 05:45:58,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 05:45:58,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 05:45:58,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 05:45:58,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 05:45:58,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 05:45:58,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 05:45:58,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 05:45:58,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 05:45:58,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 05:45:58,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 05:45:58,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 05:45:58,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7abf9df-45e8-4b2e-8677-17e84c3e2b07 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.35:5000/v3/", "rel": "self"}]}} 2018-09-03 05:45:58,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000//v3 used request id req-d7abf9df-45e8-4b2e-8677-17e84c3e2b07 2018-09-03 05:45:58,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-03 05:45:58,557 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "df904c8131244e9f93f6722e238decdf", "name": "admin"}], "expires_at": "2018-09-03T06:45:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "701df00f57764d718ef26ffdcd947ac4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30ccbdd9d38c49fcbce9b51e519be670"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a8f1201b5e44404b4c3c44aeb7de6bd"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad7e829e3034b40a9f5f735d2274b2c"}], "type": "metric", "id": "06f3c1659980412180114fe722ca06ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "467215bed44e4a4bb82950e7311dd8d3"}, {"url": "http://172.30.9.35:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd07bc235c7a470b8dd1a92e2550474b"}, {"url": "http://192.30.9.3:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e264e802f8614c76a617f5fb3ebe58e8"}], "type": "volume", "id": "07111f38e1f34d7aa4b4321f97d46283", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "1d6fc89e03f04833993a1ea7282f2cbd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98bd1d7c6d5e486f9fe23d97a31426d9"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae2c18c53ce244428ef8bc4b6df23470"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cac4a7f0a7c443eda16b7bb2daa1bfbe"}], "type": "network", "id": "239cbf09ab4c4bd99fe35439ea8e7933", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a669920e9e544d6a05dc657b6794e3d"}, {"url": "http://172.30.9.35:8080/v1/AUTH_701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de7e005e15de402f932a84479b8ff123"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feaad181134d4fe3ac21d98390222061"}], "type": "object-store", "id": "23f2e03d74224cd291e5bdefb28c2984", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ad32c3813c743e7bebaa427f2ffe56e"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64a2e60744bc4bcf92564728073dcd1c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a95d00b877004cf8a74dfbc30e3a9c7f"}], "type": "compute", "id": "7ff562a16da54398927ce0870bea868c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25d88ead563a48c8a1a41f6bb06c861d"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ad7262a064c52a627112fdc667b63"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "715d12cfb2a54d2bbcb2ee65eeaf430c"}], "type": "identity", "id": "951bcf1dff0d43718efe7807e091b502", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28564318fc054845b6c5da8ce96a6109"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c2867f9db247529e37a45f148647d6"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8230ac8bd573411cbaafcd25d9d78cf5"}], "type": "event", "id": "a54a58dacfe14955997e0836f1f10fe7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4db3655bd75c47c1bd3542e0c2b747de"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e80e22eec074705bf3e606f7d13003f"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a68e6ed3d7fa4c959e63c0e843f40ba7"}], "type": "alarming", "id": "a92708a2bece44ffb490921e91cb5e10", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d9e96c8fac44e9b87e9f90fe9385ee9"}, {"url": "http://192.30.9.3:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aec85d1481b4bcf83e3213c49472b88"}, {"url": "http://192.30.9.3:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dcf043c85d1d4a5dac2c99c3139d2d7b"}], "type": "volumev2", "id": "b870016def7b48d59a22323e5e03b38d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "524f8c062cfa480aa91759cb84707f7b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7feb37730afc4eab8affa1200fa417d7"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0fdda9617aa4a6b8d75e4ca1ddb8221"}], "type": "cloudformation", "id": "bf9655bfaa454c4f9c9c9b3491145eea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6bf0df491058443fa6d74fedc239177f"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f7096a94e864e9fb8990cea542af920"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc9fb830e0a04b32b728647994c51218"}], "type": "placement", "id": "c3152c01ac254e23abbcdf20827cad9e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c439bf58bb74fc8ab6e0ed5e646b0f3"}, {"url": "http://192.30.9.3:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5481d68bd43d443bb03d77e7eab399c4"}, {"url": "http://172.30.9.35:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "690dcf45cedb4c9baca20e216ef0aee1"}], "type": "volumev3", "id": "cd143851720840d3a92f5fbb60847381", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f011859f437401fbafaa67c8dfb17a7"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4245b6b433d24cfebcba37e61907b740"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "531af25140774f12a5c0a9563134a8b3"}], "type": "image", "id": "f47c72a18cfa47baa1d969de69b9119b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "012ef1b4217f462cbe818394bf8ff900"}, {"url": "http://192.30.9.3:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48312c15115747ae95ba441255530e42"}, {"url": "http://172.30.9.35:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81955f349e043699d5716d064511391"}], "type": "orchestration", "id": "f97ccc287af041a0bc1b838ee9241792", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "afabd31f433a4d8d99c8192ef66ce21d"}, "audit_ids": ["MQADE8XeSHqBAO0QVzhCSQ"], "issued_at": "2018-09-03T05:45:58.000000Z"}} 2018-09-03 05:45:58,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 05:45:58,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:45:59,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-3aa20038-14fa-4fb6-81eb-818ed44ffdef Date: Mon, 03 Sep 2018 05:45:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"dc9f915714554cb297633a9e2f6afdc8","l2_adjacency":true,"status":"ACTIVE","subnets":["dce49955-ede3-4709-a688-cf49268e9117"],"description":"","tags":[],"updated_at":"2018-09-03T05:43:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:32Z","provider:network_type":"flat"}]} 2018-09-03 05:45:59,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3aa20038-14fa-4fb6-81eb-818ed44ffdef 2018-09-03 05:45:59,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.98348903656s 2018-09-03 05:45:59,544 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3aa20038-14fa-4fb6-81eb-818ed44ffdef 2018-09-03 05:45:59,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 05:45:59,552 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 05:45:59 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.35:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.35:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-03 05:45:59,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 05:45:59,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:45:59,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dc900ef-7f58-448e-8968-eacc7dcb437e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/8e71573df86f48c490e707ac262dda09"}, "tags": [], "enabled": true, "id": "8e71573df86f48c490e707ac262dda09", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 05:45:59,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-2dc900ef-7f58-448e-8968-eacc7dcb437e 2018-09-03 05:45:59,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.172358036041s 2018-09-03 05:45:59,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-2dc900ef-7f58-448e-8968-eacc7dcb437e 2018-09-03 05:45:59,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-03 05:45:59,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_f90328db-a5cc-486d-9635-8ab98ac703e7"}}' 2018-09-03 05:45:59,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 05:45:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1290e9a7-a6a7-4ba8-8433-eb5fd59529ed 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.35:5000/v3/projects/39a64c0964c34777afd89dd4ddea6c56"}, "tags": [], "enabled": true, "id": "39a64c0964c34777afd89dd4ddea6c56", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_f90328db-a5cc-486d-9635-8ab98ac703e7"}} 2018-09-03 05:45:59,891 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-1290e9a7-a6a7-4ba8-8433-eb5fd59529ed 2018-09-03 05:45:59,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.157552957535s 2018-09-03 05:45:59,892 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-1290e9a7-a6a7-4ba8-8433-eb5fd59529ed 2018-09-03 05:45:59,893 - 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'39a64c0964c34777afd89dd4ddea6c56', '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_f90328db-a5cc-486d-9635-8ab98ac703e7'}) 2018-09-03 05:45:59,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-03 05:45:59,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3847a45e-db88-4566-b88e-3827bd1ac0bd", "email": null, "name": "tenantnetwork2-user_f90328db-a5cc-486d-9635-8ab98ac703e7"}}' 2018-09-03 05:46:00,326 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 05:45:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ab1ba922-a679-40ae-9ac0-f6c82ab0c7b3 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_f90328db-a5cc-486d-9635-8ab98ac703e7", "links": {"self": "http://172.30.9.35:5000/v3/users/59cc78117f4d42cd83a8c2039408112e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59cc78117f4d42cd83a8c2039408112e", "domain_id": "default", "password_expires_at": null}} 2018-09-03 05:46:00,326 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-ab1ba922-a679-40ae-9ac0-f6c82ab0c7b3 2018-09-03 05:46:00,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.427075147629s 2018-09-03 05:46:00,327 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-ab1ba922-a679-40ae-9ac0-f6c82ab0c7b3 2018-09-03 05:46:00,327 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'59cc78117f4d42cd83a8c2039408112e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_f90328db-a5cc-486d-9635-8ab98ac703e7'}) 2018-09-03 05:46:00,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 05:46:00,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:00,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7ec261b-3ab8-49fd-b843-ad854a3af886 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "503f20a7b7db4a6884ac5d362bcf9bd0", "links": {"self": "http://172.30.9.35:5000/v3/roles/503f20a7b7db4a6884ac5d362bcf9bd0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d145cc1fcdaa42a1b520317706eaae3f", "links": {"self": "http://172.30.9.35:5000/v3/roles/d145cc1fcdaa42a1b520317706eaae3f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d179df1bd22c41238cff10c2f003fde4", "links": {"self": "http://172.30.9.35:5000/v3/roles/d179df1bd22c41238cff10c2f003fde4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "df904c8131244e9f93f6722e238decdf", "links": {"self": "http://172.30.9.35:5000/v3/roles/df904c8131244e9f93f6722e238decdf"}, "name": "admin"}]} 2018-09-03 05:46:00,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a7ec261b-3ab8-49fd-b843-ad854a3af886 2018-09-03 05:46:00,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0253500938416s 2018-09-03 05:46:00,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a7ec261b-3ab8-49fd-b843-ad854a3af886 2018-09-03 05:46:00,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 05:46:00,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:00,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb302af0-52fe-463e-b327-bc049329a9cc Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "503f20a7b7db4a6884ac5d362bcf9bd0", "links": {"self": "http://172.30.9.35:5000/v3/roles/503f20a7b7db4a6884ac5d362bcf9bd0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d145cc1fcdaa42a1b520317706eaae3f", "links": {"self": "http://172.30.9.35:5000/v3/roles/d145cc1fcdaa42a1b520317706eaae3f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d179df1bd22c41238cff10c2f003fde4", "links": {"self": "http://172.30.9.35:5000/v3/roles/d179df1bd22c41238cff10c2f003fde4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "df904c8131244e9f93f6722e238decdf", "links": {"self": "http://172.30.9.35:5000/v3/roles/df904c8131244e9f93f6722e238decdf"}, "name": "admin"}]} 2018-09-03 05:46:00,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-fb302af0-52fe-463e-b327-bc049329a9cc 2018-09-03 05:46:00,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.144051074982s 2018-09-03 05:46:00,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-fb302af0-52fe-463e-b327-bc049329a9cc 2018-09-03 05:46:00,507 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-03 05:46:00,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-09-03 05:46:00,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" -d '{"role": {"name": "Member"}}' 2018-09-03 05:46:00,648 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 05:46:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f94cb77-5c38-41dc-973e-522e7689aec3 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "06e9a24bf14f427c807122f34f034fda", "links": {"self": "http://172.30.9.35:5000/v3/roles/06e9a24bf14f427c807122f34f034fda"}, "name": "Member"}} 2018-09-03 05:46:00,648 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/roles used request id req-7f94cb77-5c38-41dc-973e-522e7689aec3 2018-09-03 05:46:00,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.137326955795s 2018-09-03 05:46:00,649 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/roles used request id req-7f94cb77-5c38-41dc-973e-522e7689aec3 2018-09-03 05:46:00,649 - functest.core.tenantnetwork - DEBUG - role: Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'Member', 'id': u'06e9a24bf14f427c807122f34f034fda'}) 2018-09-03 05:46:00,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 05:46:00,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:00,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff4c12e2-794c-402a-9189-eea120fc4034 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "06e9a24bf14f427c807122f34f034fda", "links": {"self": "http://172.30.9.35:5000/v3/roles/06e9a24bf14f427c807122f34f034fda"}, "name": "Member"}, {"domain_id": null, "id": "503f20a7b7db4a6884ac5d362bcf9bd0", "links": {"self": "http://172.30.9.35:5000/v3/roles/503f20a7b7db4a6884ac5d362bcf9bd0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d145cc1fcdaa42a1b520317706eaae3f", "links": {"self": "http://172.30.9.35:5000/v3/roles/d145cc1fcdaa42a1b520317706eaae3f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d179df1bd22c41238cff10c2f003fde4", "links": {"self": "http://172.30.9.35:5000/v3/roles/d179df1bd22c41238cff10c2f003fde4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "df904c8131244e9f93f6722e238decdf", "links": {"self": "http://172.30.9.35:5000/v3/roles/df904c8131244e9f93f6722e238decdf"}, "name": "admin"}]} 2018-09-03 05:46:00,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-ff4c12e2-794c-402a-9189-eea120fc4034 2018-09-03 05:46:00,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.092080116272s 2018-09-03 05:46:00,745 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-ff4c12e2-794c-402a-9189-eea120fc4034 2018-09-03 05:46:00,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 05:46:00,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:00,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d6cf34-f0bd-4197-b79a-b30f3e637b7b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-03 05:46:00,838 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-78d6cf34-f0bd-4197-b79a-b30f3e637b7b 2018-09-03 05:46:00,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0876669883728s 2018-09-03 05:46:00,838 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-78d6cf34-f0bd-4197-b79a-b30f3e637b7b 2018-09-03 05:46:00,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 05:46:00,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:00,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff8bd2fd-ed5d-449a-902a-c771ba297530 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/08cfee35982543e192be4e3ad6cf9ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08cfee35982543e192be4e3ad6cf9ff6", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/122f8100f805425b97ff6ca1f6747a0a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "122f8100f805425b97ff6ca1f6747a0a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/15f1e5219e924cb5ad127988af80679f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15f1e5219e924cb5ad127988af80679f", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_f90328db-a5cc-486d-9635-8ab98ac703e7", "links": {"self": "http://172.30.9.35:5000/v3/users/59cc78117f4d42cd83a8c2039408112e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59cc78117f4d42cd83a8c2039408112e", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/64bc9651ad924f2b919416c33eaf7816"}, "domain_id": "8e71573df86f48c490e707ac262dda09", "enabled": true, "options": {}, "id": "64bc9651ad924f2b919416c33eaf7816", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/6dd0378a39b04fafb0ebd55343ff67ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6dd0378a39b04fafb0ebd55343ff67ab", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/787425b33d6848e9bdaddd394613cde5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "787425b33d6848e9bdaddd394613cde5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/9b282b1cdd1e44979a2cb60fa1fae062"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b282b1cdd1e44979a2cb60fa1fae062", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/9cc1a9c122544f8abb208c69c0df2300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9cc1a9c122544f8abb208c69c0df2300", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/afabd31f433a4d8d99c8192ef66ce21d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afabd31f433a4d8d99c8192ef66ce21d", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/c289067d5f61461f9c904166aaa78df8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c289067d5f61461f9c904166aaa78df8", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/d64c53813ef4450085a34ca2d2838615"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d64c53813ef4450085a34ca2d2838615", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/d660e9a8501b4fac9d8b37d89f4b98bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d660e9a8501b4fac9d8b37d89f4b98bf", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/ede3e05ec4b3415cb1be9bd251fe38b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ede3e05ec4b3415cb1be9bd251fe38b7", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/f1382fe632634bba9ca3609eb0d07836"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f1382fe632634bba9ca3609eb0d07836", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-09-03 05:46:00,942 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-ff8bd2fd-ed5d-449a-902a-c771ba297530 2018-09-03 05:46:00,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.103132009506s 2018-09-03 05:46:00,943 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-ff8bd2fd-ed5d-449a-902a-c771ba297530 2018-09-03 05:46:00,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 05:46:00,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:01,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-533f7b7b-7f1b-4282-86a3-14705e9caa90 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.35:5000/v3/projects/39a64c0964c34777afd89dd4ddea6c56"}, "tags": [], "enabled": true, "id": "39a64c0964c34777afd89dd4ddea6c56", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_f90328db-a5cc-486d-9635-8ab98ac703e7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/701df00f57764d718ef26ffdcd947ac4"}, "tags": [], "enabled": true, "id": "701df00f57764d718ef26ffdcd947ac4", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8"}, "tags": [], "enabled": true, "id": "dc9f915714554cb297633a9e2f6afdc8", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-03 05:46:01,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-533f7b7b-7f1b-4282-86a3-14705e9caa90 2018-09-03 05:46:01,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0871350765228s 2018-09-03 05:46:01,042 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-533f7b7b-7f1b-4282-86a3-14705e9caa90 2018-09-03 05:46:01,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 05:46:01,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=59cc78117f4d42cd83a8c2039408112e&role.id=06e9a24bf14f427c807122f34f034fda&scope.project.id=39a64c0964c34777afd89dd4ddea6c56" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:01,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2a67de8-c5b6-4643-8d7f-7cc1cf833ba7 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=59cc78117f4d42cd83a8c2039408112e&role.id=06e9a24bf14f427c807122f34f034fda&scope.project.id=39a64c0964c34777afd89dd4ddea6c56", "previous": null, "next": null}} 2018-09-03 05:46:01,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=59cc78117f4d42cd83a8c2039408112e&role.id=06e9a24bf14f427c807122f34f034fda&scope.project.id=39a64c0964c34777afd89dd4ddea6c56 used request id req-b2a67de8-c5b6-4643-8d7f-7cc1cf833ba7 2018-09-03 05:46:01,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0796570777893s 2018-09-03 05:46:01,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=59cc78117f4d42cd83a8c2039408112e&role.id=06e9a24bf14f427c807122f34f034fda&scope.project.id=39a64c0964c34777afd89dd4ddea6c56 used request id req-b2a67de8-c5b6-4643-8d7f-7cc1cf833ba7 2018-09-03 05:46:01,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-03 05:46:01,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/39a64c0964c34777afd89dd4ddea6c56/users/59cc78117f4d42cd83a8c2039408112e/roles/06e9a24bf14f427c807122f34f034fda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:01,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 05:46:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9add72c7-0aef-414f-be8f-5c8f4d19ae13 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 05:46:01,260 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/39a64c0964c34777afd89dd4ddea6c56/users/59cc78117f4d42cd83a8c2039408112e/roles/06e9a24bf14f427c807122f34f034fda used request id req-9add72c7-0aef-414f-be8f-5c8f4d19ae13 2018-09-03 05:46:01,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.127551078796s 2018-09-03 05:46:01,261 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/39a64c0964c34777afd89dd4ddea6c56/users/59cc78117f4d42cd83a8c2039408112e/roles/06e9a24bf14f427c807122f34f034fda used request id req-9add72c7-0aef-414f-be8f-5c8f4d19ae13 2018-09-03 05:46:01,261 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_f90328db-a5cc-486d-9635-8ab98ac703e7', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', u'image_api_version': '2', u'container_infra_api_version': u'1', u'metering_api_version': u'2', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'project_domain_name': 'Default', u'orchestration_api_version': u'1', 'cacert': None, u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'application_catalog_api_version': u'1', 'region_name': 'regionOne', u'key_manager_api_version': u'v1', 'project_id': u'39a64c0964c34777afd89dd4ddea6c56', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '3847a45e-db88-4566-b88e-3827bd1ac0bd', 'username': u'tenantnetwork2-user_f90328db-a5cc-486d-9635-8ab98ac703e7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-03 05:46:01,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 05:46:01,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 05:46:01,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 05:46:01,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 05:46:01,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 05:46:01,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 05:46:01,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 05:46:01,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 05:46:01,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 05:46:01,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 05:46:01,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 05:46:01,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 05:46:01,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 05:46:01,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 05:46:01,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 05:46:01,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 05:46:01,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 05:46:01,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 05:46:01,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 05:46:01,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 05:46:01,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 05:46:01,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 05:46:01,267 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_f90328db-a5cc-486d-9635-8ab98ac703e7', 'password': '3847a45e-db88-4566-b88e-3827bd1ac0bd', 'project_name': 'tenantnetwork2-project_f90328db-a5cc-486d-9635-8ab98ac703e7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000//v3', 'project_id': '39a64c0964c34777afd89dd4ddea6c56', 'project_domain_name': 'Default'} 2018-09-03 05:46:01,267 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-03 05:46:01,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 05:46:01,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9a0c25b-3ceb-4812-a332-56f4954c50d0 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.35:5000/v3/", "rel": "self"}]}} 2018-09-03 05:46:01,277 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000//v3 used request id req-d9a0c25b-3ceb-4812-a332-56f4954c50d0 2018-09-03 05:46:01,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-03 05:46:01,664 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "06e9a24bf14f427c807122f34f034fda", "name": "Member"}], "expires_at": "2018-09-03T06:46:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "39a64c0964c34777afd89dd4ddea6c56", "name": "tenantnetwork2-project_f90328db-a5cc-486d-9635-8ab98ac703e7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30ccbdd9d38c49fcbce9b51e519be670"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a8f1201b5e44404b4c3c44aeb7de6bd"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad7e829e3034b40a9f5f735d2274b2c"}], "type": "metric", "id": "06f3c1659980412180114fe722ca06ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/39a64c0964c34777afd89dd4ddea6c56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "467215bed44e4a4bb82950e7311dd8d3"}, {"url": "http://172.30.9.35:8776/v1/39a64c0964c34777afd89dd4ddea6c56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd07bc235c7a470b8dd1a92e2550474b"}, {"url": "http://192.30.9.3:8776/v1/39a64c0964c34777afd89dd4ddea6c56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e264e802f8614c76a617f5fb3ebe58e8"}], "type": "volume", "id": "07111f38e1f34d7aa4b4321f97d46283", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "1d6fc89e03f04833993a1ea7282f2cbd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98bd1d7c6d5e486f9fe23d97a31426d9"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae2c18c53ce244428ef8bc4b6df23470"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cac4a7f0a7c443eda16b7bb2daa1bfbe"}], "type": "network", "id": "239cbf09ab4c4bd99fe35439ea8e7933", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_39a64c0964c34777afd89dd4ddea6c56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a669920e9e544d6a05dc657b6794e3d"}, {"url": "http://172.30.9.35:8080/v1/AUTH_39a64c0964c34777afd89dd4ddea6c56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de7e005e15de402f932a84479b8ff123"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feaad181134d4fe3ac21d98390222061"}], "type": "object-store", "id": "23f2e03d74224cd291e5bdefb28c2984", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ad32c3813c743e7bebaa427f2ffe56e"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64a2e60744bc4bcf92564728073dcd1c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a95d00b877004cf8a74dfbc30e3a9c7f"}], "type": "compute", "id": "7ff562a16da54398927ce0870bea868c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25d88ead563a48c8a1a41f6bb06c861d"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ad7262a064c52a627112fdc667b63"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "715d12cfb2a54d2bbcb2ee65eeaf430c"}], "type": "identity", "id": "951bcf1dff0d43718efe7807e091b502", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28564318fc054845b6c5da8ce96a6109"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c2867f9db247529e37a45f148647d6"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8230ac8bd573411cbaafcd25d9d78cf5"}], "type": "event", "id": "a54a58dacfe14955997e0836f1f10fe7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4db3655bd75c47c1bd3542e0c2b747de"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e80e22eec074705bf3e606f7d13003f"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a68e6ed3d7fa4c959e63c0e843f40ba7"}], "type": "alarming", "id": "a92708a2bece44ffb490921e91cb5e10", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/39a64c0964c34777afd89dd4ddea6c56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d9e96c8fac44e9b87e9f90fe9385ee9"}, {"url": "http://192.30.9.3:8776/v2/39a64c0964c34777afd89dd4ddea6c56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aec85d1481b4bcf83e3213c49472b88"}, {"url": "http://192.30.9.3:8776/v2/39a64c0964c34777afd89dd4ddea6c56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dcf043c85d1d4a5dac2c99c3139d2d7b"}], "type": "volumev2", "id": "b870016def7b48d59a22323e5e03b38d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "524f8c062cfa480aa91759cb84707f7b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7feb37730afc4eab8affa1200fa417d7"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0fdda9617aa4a6b8d75e4ca1ddb8221"}], "type": "cloudformation", "id": "bf9655bfaa454c4f9c9c9b3491145eea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6bf0df491058443fa6d74fedc239177f"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f7096a94e864e9fb8990cea542af920"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc9fb830e0a04b32b728647994c51218"}], "type": "placement", "id": "c3152c01ac254e23abbcdf20827cad9e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/39a64c0964c34777afd89dd4ddea6c56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c439bf58bb74fc8ab6e0ed5e646b0f3"}, {"url": "http://192.30.9.3:8776/v3/39a64c0964c34777afd89dd4ddea6c56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5481d68bd43d443bb03d77e7eab399c4"}, {"url": "http://172.30.9.35:8776/v3/39a64c0964c34777afd89dd4ddea6c56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "690dcf45cedb4c9baca20e216ef0aee1"}], "type": "volumev3", "id": "cd143851720840d3a92f5fbb60847381", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f011859f437401fbafaa67c8dfb17a7"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4245b6b433d24cfebcba37e61907b740"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "531af25140774f12a5c0a9563134a8b3"}], "type": "image", "id": "f47c72a18cfa47baa1d969de69b9119b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/39a64c0964c34777afd89dd4ddea6c56", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "012ef1b4217f462cbe818394bf8ff900"}, {"url": "http://192.30.9.3:8004/v1/39a64c0964c34777afd89dd4ddea6c56", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48312c15115747ae95ba441255530e42"}, {"url": "http://172.30.9.35:8004/v1/39a64c0964c34777afd89dd4ddea6c56", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81955f349e043699d5716d064511391"}], "type": "orchestration", "id": "f97ccc287af041a0bc1b838ee9241792", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_f90328db-a5cc-486d-9635-8ab98ac703e7", "id": "59cc78117f4d42cd83a8c2039408112e"}, "audit_ids": ["GtPFgqsxTF2e4IuIVA99Sw"], "issued_at": "2018-09-03T05:46:01.000000Z"}} 2018-09-03 05:46:01,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 05:46:01,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" -d '{"network": {"name": "tenantnetwork2-net_f90328db-a5cc-486d-9635-8ab98ac703e7", "admin_state_up": true}}' 2018-09-03 05:46:03,018 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-482a64bc-750e-40b1-9b1f-76eac1e32192 Date: Mon, 03 Sep 2018 05:46:03 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e99f97b5-8815-4204-b46c-d1a9dcd24924","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"39a64c0964c34777afd89dd4ddea6c56","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T05:46:02Z","is_default":false,"name":"tenantnetwork2-net_f90328db-a5cc-486d-9635-8ab98ac703e7","qos_policy_id":null,"admin_state_up":true,"tenant_id":"39a64c0964c34777afd89dd4ddea6c56","created_at":"2018-09-03T05:46:02Z","mtu":1450}} 2018-09-03 05:46:03,019 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-482a64bc-750e-40b1-9b1f-76eac1e32192 2018-09-03 05:46:03,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.3517370224s 2018-09-03 05:46:03,019 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-482a64bc-750e-40b1-9b1f-76eac1e32192 2018-09-03 05:46:03,020 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-03T05:46:02Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'id': u'e99f97b5-8815-4204-b46c-d1a9dcd24924', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_f90328db-a5cc-486d-9635-8ab98ac703e7', u'admin_state_up': True, u'tenant_id': u'39a64c0964c34777afd89dd4ddea6c56', u'created_at': u'2018-09-03T05:46:02Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'39a64c0964c34777afd89dd4ddea6c56', u'l2_adjacency': True}) 2018-09-03 05:46:03,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 05:46:03,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" 2018-09-03 05:46:03,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-70e936c9-a90f-40db-b9b4-b1d3e3b0f65a Date: Mon, 03 Sep 2018 05:46:03 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dc9f915714554cb297633a9e2f6afdc8","l2_adjacency":true,"status":"ACTIVE","subnets":["dce49955-ede3-4709-a688-cf49268e9117"],"description":"","tags":[],"updated_at":"2018-09-03T05:43:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:32Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e99f97b5-8815-4204-b46c-d1a9dcd24924","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"39a64c0964c34777afd89dd4ddea6c56","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T05:46:02Z","qos_policy_id":null,"name":"tenantnetwork2-net_f90328db-a5cc-486d-9635-8ab98ac703e7","admin_state_up":true,"tenant_id":"39a64c0964c34777afd89dd4ddea6c56","created_at":"2018-09-03T05:46:02Z","mtu":1450}]} 2018-09-03 05:46:03,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-70e936c9-a90f-40db-b9b4-b1d3e3b0f65a 2018-09-03 05:46:03,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112015962601s 2018-09-03 05:46:03,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-70e936c9-a90f-40db-b9b4-b1d3e3b0f65a 2018-09-03 05:46:03,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 05:46:03,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" -d '{"subnet": {"name": "tenantnetwork2-subnet_f90328db-a5cc-486d-9635-8ab98ac703e7", "enable_dhcp": true, "network_id": "e99f97b5-8815-4204-b46c-d1a9dcd24924", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 05:46:03,802 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a56e7204-3453-4b01-ab97-ac93787627e4 Date: Mon, 03 Sep 2018 05:46:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e99f97b5-8815-4204-b46c-d1a9dcd24924","tenant_id":"39a64c0964c34777afd89dd4ddea6c56","created_at":"2018-09-03T05:46:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T05:46:03Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"39a64c0964c34777afd89dd4ddea6c56","id":"d3b648fd-e191-4157-902a-c29056a26580","subnetpool_id":null,"name":"tenantnetwork2-subnet_f90328db-a5cc-486d-9635-8ab98ac703e7"}} 2018-09-03 05:46:03,802 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-a56e7204-3453-4b01-ab97-ac93787627e4 2018-09-03 05:46:03,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.667903900146s 2018-09-03 05:46:03,803 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-a56e7204-3453-4b01-ab97-ac93787627e4 2018-09-03 05:46:03,803 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T05:46:03Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'd3b648fd-e191-4157-902a-c29056a26580', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_f90328db-a5cc-486d-9635-8ab98ac703e7', u'enable_dhcp': True, u'network_id': u'e99f97b5-8815-4204-b46c-d1a9dcd24924', u'tenant_id': u'39a64c0964c34777afd89dd4ddea6c56', u'created_at': u'2018-09-03T05:46:03Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'39a64c0964c34777afd89dd4ddea6c56'}) 2018-09-03 05:46:03,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 05:46:03,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" -d '{"router": {"external_gateway_info": {"network_id": "0a5e5f57-03ed-4078-86b0-79db6f27a1ad"}, "name": "tenantnetwork2-router_f90328db-a5cc-486d-9635-8ab98ac703e7", "admin_state_up": true}}' 2018-09-03 05:46:05,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-317d3c56-642b-4696-9fe5-c14f37b11171 Date: Mon, 03 Sep 2018 05:46:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0a5e5f57-03ed-4078-86b0-79db6f27a1ad", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dce49955-ede3-4709-a688-cf49268e9117", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "39a64c0964c34777afd89dd4ddea6c56", "created_at": "2018-09-03T05:46:03Z", "admin_state_up": true, "updated_at": "2018-09-03T05:46:04Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "39a64c0964c34777afd89dd4ddea6c56", "id": "4ad30e34-c27c-4514-a5a6-079354052fc8", "name": "tenantnetwork2-router_f90328db-a5cc-486d-9635-8ab98ac703e7"}} 2018-09-03 05:46:05,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-317d3c56-642b-4696-9fe5-c14f37b11171 2018-09-03 05:46:05,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.32430505753s 2018-09-03 05:46:05,128 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-317d3c56-642b-4696-9fe5-c14f37b11171 2018-09-03 05:46:05,129 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T05:46:04Z', u'revision_number': 3, u'id': u'4ad30e34-c27c-4514-a5a6-079354052fc8', u'external_gateway_info': {u'network_id': u'0a5e5f57-03ed-4078-86b0-79db6f27a1ad', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dce49955-ede3-4709-a688-cf49268e9117', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_f90328db-a5cc-486d-9635-8ab98ac703e7', u'admin_state_up': True, u'tenant_id': u'39a64c0964c34777afd89dd4ddea6c56', u'created_at': u'2018-09-03T05:46:03Z', u'flavor_id': None, u'routes': [], u'project_id': u'39a64c0964c34777afd89dd4ddea6c56'}) 2018-09-03 05:46:05,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 05:46:05,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/4ad30e34-c27c-4514-a5a6-079354052fc8/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" -d '{"subnet_id": "d3b648fd-e191-4157-902a-c29056a26580"}' 2018-09-03 05:46:07,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-97bc3206-b12f-4772-a13c-811325396cce Date: Mon, 03 Sep 2018 05:46:07 GMT RESP BODY: {"network_id": "e99f97b5-8815-4204-b46c-d1a9dcd24924", "tenant_id": "39a64c0964c34777afd89dd4ddea6c56", "subnet_id": "d3b648fd-e191-4157-902a-c29056a26580", "subnet_ids": ["d3b648fd-e191-4157-902a-c29056a26580"], "port_id": "3dff0bd0-853f-4415-ba6f-7d002a8ce446", "id": "4ad30e34-c27c-4514-a5a6-079354052fc8"} 2018-09-03 05:46:07,123 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/4ad30e34-c27c-4514-a5a6-079354052fc8/add_router_interface.json used request id req-97bc3206-b12f-4772-a13c-811325396cce 2018-09-03 05:46:07,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.99367690086s 2018-09-03 05:46:07,123 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/4ad30e34-c27c-4514-a5a6-079354052fc8/add_router_interface.json used request id req-97bc3206-b12f-4772-a13c-811325396cce returning object 4ad30e34-c27c-4514-a5a6-079354052fc8 2018-09-03 05:46:07,237 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 05:46:07,238 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-03 05:46:07,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 05:46:07,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/4ad30e34-c27c-4514-a5a6-079354052fc8/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" -d '{"subnet_id": "d3b648fd-e191-4157-902a-c29056a26580"}' 2018-09-03 05:46:08,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7d81c767-b511-4b75-8743-25b4d31fcc9d Date: Mon, 03 Sep 2018 05:46:08 GMT RESP BODY: {"network_id": "e99f97b5-8815-4204-b46c-d1a9dcd24924", "tenant_id": "39a64c0964c34777afd89dd4ddea6c56", "subnet_id": "d3b648fd-e191-4157-902a-c29056a26580", "subnet_ids": ["d3b648fd-e191-4157-902a-c29056a26580"], "port_id": "3dff0bd0-853f-4415-ba6f-7d002a8ce446", "id": "4ad30e34-c27c-4514-a5a6-079354052fc8"} 2018-09-03 05:46:08,842 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/4ad30e34-c27c-4514-a5a6-079354052fc8/remove_router_interface.json used request id req-7d81c767-b511-4b75-8743-25b4d31fcc9d 2018-09-03 05:46:08,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.59881901741s 2018-09-03 05:46:08,842 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/4ad30e34-c27c-4514-a5a6-079354052fc8/remove_router_interface.json used request id req-7d81c767-b511-4b75-8743-25b4d31fcc9d returning object 4ad30e34-c27c-4514-a5a6-079354052fc8 2018-09-03 05:46:08,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 05:46:08,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" 2018-09-03 05:46:09,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-7e6da879-2c79-4bfa-8937-9261c219646d Date: Mon, 03 Sep 2018 05:46:09 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0a5e5f57-03ed-4078-86b0-79db6f27a1ad", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dce49955-ede3-4709-a688-cf49268e9117", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "39a64c0964c34777afd89dd4ddea6c56", "created_at": "2018-09-03T05:46:03Z", "admin_state_up": true, "updated_at": "2018-09-03T05:46:07Z", "flavor_id": null, "revision_number": 5, "routes": [], "project_id": "39a64c0964c34777afd89dd4ddea6c56", "id": "4ad30e34-c27c-4514-a5a6-079354052fc8", "name": "tenantnetwork2-router_f90328db-a5cc-486d-9635-8ab98ac703e7"}]} 2018-09-03 05:46:09,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-7e6da879-2c79-4bfa-8937-9261c219646d 2018-09-03 05:46:09,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.190495014191s 2018-09-03 05:46:09,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-7e6da879-2c79-4bfa-8937-9261c219646d 2018-09-03 05:46:09,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 05:46:09,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/4ad30e34-c27c-4514-a5a6-079354052fc8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" 2018-09-03 05:46:10,062 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7419190c-907e-4e96-9155-72d285b8e6f6 Content-Length: 0 Date: Mon, 03 Sep 2018 05:46:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 05:46:10,062 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/4ad30e34-c27c-4514-a5a6-079354052fc8.json used request id req-7419190c-907e-4e96-9155-72d285b8e6f6 2018-09-03 05:46:10,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.02666306496s 2018-09-03 05:46:10,062 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/4ad30e34-c27c-4514-a5a6-079354052fc8.json used request id req-7419190c-907e-4e96-9155-72d285b8e6f6 2018-09-03 05:46:10,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 05:46:10,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" 2018-09-03 05:46:10,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8012b4c0-9cb4-47db-b968-8e0a6c891094 Date: Mon, 03 Sep 2018 05:46:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e99f97b5-8815-4204-b46c-d1a9dcd24924","tenant_id":"39a64c0964c34777afd89dd4ddea6c56","created_at":"2018-09-03T05:46:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T05:46:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"39a64c0964c34777afd89dd4ddea6c56","id":"d3b648fd-e191-4157-902a-c29056a26580","subnetpool_id":null,"name":"tenantnetwork2-subnet_f90328db-a5cc-486d-9635-8ab98ac703e7"}]} 2018-09-03 05:46:10,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8012b4c0-9cb4-47db-b968-8e0a6c891094 2018-09-03 05:46:10,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0665879249573s 2018-09-03 05:46:10,130 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8012b4c0-9cb4-47db-b968-8e0a6c891094 2018-09-03 05:46:10,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 05:46:10,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/d3b648fd-e191-4157-902a-c29056a26580.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" 2018-09-03 05:46:11,189 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85a4a10b-5753-47ad-bb0c-bb3650b967cd Date: Mon, 03 Sep 2018 05:46:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 05:46:11,189 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/d3b648fd-e191-4157-902a-c29056a26580.json used request id req-85a4a10b-5753-47ad-bb0c-bb3650b967cd 2018-09-03 05:46:11,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.05825304985s 2018-09-03 05:46:11,190 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/d3b648fd-e191-4157-902a-c29056a26580.json used request id req-85a4a10b-5753-47ad-bb0c-bb3650b967cd 2018-09-03 05:46:11,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 05:46:11,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" 2018-09-03 05:46:11,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-c4e9217e-6036-4642-95a7-b1e3c4e479bc Date: Mon, 03 Sep 2018 05:46:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dc9f915714554cb297633a9e2f6afdc8","l2_adjacency":true,"status":"ACTIVE","subnets":["dce49955-ede3-4709-a688-cf49268e9117"],"description":"","tags":[],"updated_at":"2018-09-03T05:43:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:32Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"e99f97b5-8815-4204-b46c-d1a9dcd24924","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"39a64c0964c34777afd89dd4ddea6c56","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T05:46:11Z","qos_policy_id":null,"name":"tenantnetwork2-net_f90328db-a5cc-486d-9635-8ab98ac703e7","admin_state_up":true,"tenant_id":"39a64c0964c34777afd89dd4ddea6c56","created_at":"2018-09-03T05:46:02Z","mtu":1450}]} 2018-09-03 05:46:11,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c4e9217e-6036-4642-95a7-b1e3c4e479bc 2018-09-03 05:46:11,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.094006061554s 2018-09-03 05:46:11,285 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c4e9217e-6036-4642-95a7-b1e3c4e479bc 2018-09-03 05:46:11,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 05:46:11,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/e99f97b5-8815-4204-b46c-d1a9dcd24924.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}cd53ec81747f38eb366f75c658d867be470c5bdb" 2018-09-03 05:46:12,297 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-df7d8da9-d483-45bc-8ca5-83e2df716c01 Date: Mon, 03 Sep 2018 05:46:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 05:46:12,298 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/e99f97b5-8815-4204-b46c-d1a9dcd24924.json used request id req-df7d8da9-d483-45bc-8ca5-83e2df716c01 2018-09-03 05:46:12,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.01174211502s 2018-09-03 05:46:12,298 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/e99f97b5-8815-4204-b46c-d1a9dcd24924.json used request id req-df7d8da9-d483-45bc-8ca5-83e2df716c01 2018-09-03 05:46:12,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 05:46:12,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:12,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8bd7a14-9088-410e-8c20-7742d3adc8c9 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/08cfee35982543e192be4e3ad6cf9ff6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "08cfee35982543e192be4e3ad6cf9ff6", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/122f8100f805425b97ff6ca1f6747a0a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "122f8100f805425b97ff6ca1f6747a0a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/15f1e5219e924cb5ad127988af80679f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15f1e5219e924cb5ad127988af80679f", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_f90328db-a5cc-486d-9635-8ab98ac703e7", "links": {"self": "http://172.30.9.35:5000/v3/users/59cc78117f4d42cd83a8c2039408112e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59cc78117f4d42cd83a8c2039408112e", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/64bc9651ad924f2b919416c33eaf7816"}, "domain_id": "8e71573df86f48c490e707ac262dda09", "enabled": true, "options": {}, "id": "64bc9651ad924f2b919416c33eaf7816", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/6dd0378a39b04fafb0ebd55343ff67ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6dd0378a39b04fafb0ebd55343ff67ab", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/787425b33d6848e9bdaddd394613cde5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "787425b33d6848e9bdaddd394613cde5", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/9b282b1cdd1e44979a2cb60fa1fae062"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b282b1cdd1e44979a2cb60fa1fae062", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/9cc1a9c122544f8abb208c69c0df2300"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9cc1a9c122544f8abb208c69c0df2300", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/afabd31f433a4d8d99c8192ef66ce21d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "afabd31f433a4d8d99c8192ef66ce21d", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/c289067d5f61461f9c904166aaa78df8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c289067d5f61461f9c904166aaa78df8", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/d64c53813ef4450085a34ca2d2838615"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d64c53813ef4450085a34ca2d2838615", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/d660e9a8501b4fac9d8b37d89f4b98bf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d660e9a8501b4fac9d8b37d89f4b98bf", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/ede3e05ec4b3415cb1be9bd251fe38b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ede3e05ec4b3415cb1be9bd251fe38b7", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/f1382fe632634bba9ca3609eb0d07836"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f1382fe632634bba9ca3609eb0d07836", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-09-03 05:46:12,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-b8bd7a14-9088-410e-8c20-7742d3adc8c9 2018-09-03 05:46:12,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.173360109329s 2018-09-03 05:46:12,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-b8bd7a14-9088-410e-8c20-7742d3adc8c9 2018-09-03 05:46:12,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 05:46:12,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/59cc78117f4d42cd83a8c2039408112e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:12,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7f98fe2-2414-482c-a392-71516fe27749 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_f90328db-a5cc-486d-9635-8ab98ac703e7", "links": {"self": "http://172.30.9.35:5000/v3/users/59cc78117f4d42cd83a8c2039408112e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "59cc78117f4d42cd83a8c2039408112e", "description": null}} 2018-09-03 05:46:12,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/59cc78117f4d42cd83a8c2039408112e used request id req-e7f98fe2-2414-482c-a392-71516fe27749 2018-09-03 05:46:12,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107429981232s 2018-09-03 05:46:12,586 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/59cc78117f4d42cd83a8c2039408112e used request id req-e7f98fe2-2414-482c-a392-71516fe27749 2018-09-03 05:46:12,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-03 05:46:12,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/59cc78117f4d42cd83a8c2039408112e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:13,384 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 05:46:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d421a0b-b7c3-4f8a-b681-823844440532 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 05:46:13,384 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/59cc78117f4d42cd83a8c2039408112e used request id req-2d421a0b-b7c3-4f8a-b681-823844440532 2018-09-03 05:46:13,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.797254085541s 2018-09-03 05:46:13,384 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/59cc78117f4d42cd83a8c2039408112e used request id req-2d421a0b-b7c3-4f8a-b681-823844440532 2018-09-03 05:46:13,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 05:46:13,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:13,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38530d9d-93f0-4fbd-9259-3c771673d4d8 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.35:5000/v3/projects/39a64c0964c34777afd89dd4ddea6c56"}, "tags": [], "enabled": true, "id": "39a64c0964c34777afd89dd4ddea6c56", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_f90328db-a5cc-486d-9635-8ab98ac703e7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/701df00f57764d718ef26ffdcd947ac4"}, "tags": [], "enabled": true, "id": "701df00f57764d718ef26ffdcd947ac4", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/dc9f915714554cb297633a9e2f6afdc8"}, "tags": [], "enabled": true, "id": "dc9f915714554cb297633a9e2f6afdc8", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-03 05:46:13,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-38530d9d-93f0-4fbd-9259-3c771673d4d8 2018-09-03 05:46:13,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0935897827148s 2018-09-03 05:46:13,484 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-38530d9d-93f0-4fbd-9259-3c771673d4d8 2018-09-03 05:46:13,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-03 05:46:13,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/39a64c0964c34777afd89dd4ddea6c56 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:13,679 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 05:46:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9128b90a-b6e6-41ed-b20d-45c9303c89e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 05:46:13,679 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/39a64c0964c34777afd89dd4ddea6c56 used request id req-9128b90a-b6e6-41ed-b20d-45c9303c89e4 2018-09-03 05:46:13,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.1906208992s 2018-09-03 05:46:13,679 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/39a64c0964c34777afd89dd4ddea6c56 used request id req-9128b90a-b6e6-41ed-b20d-45c9303c89e4 2018-09-03 05:46:13,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 05:46:13,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:13,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d4c2ea7-4481-47af-842d-8b605264cb83 Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "06e9a24bf14f427c807122f34f034fda", "links": {"self": "http://172.30.9.35:5000/v3/roles/06e9a24bf14f427c807122f34f034fda"}, "name": "Member"}, {"domain_id": null, "id": "503f20a7b7db4a6884ac5d362bcf9bd0", "links": {"self": "http://172.30.9.35:5000/v3/roles/503f20a7b7db4a6884ac5d362bcf9bd0"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d145cc1fcdaa42a1b520317706eaae3f", "links": {"self": "http://172.30.9.35:5000/v3/roles/d145cc1fcdaa42a1b520317706eaae3f"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d179df1bd22c41238cff10c2f003fde4", "links": {"self": "http://172.30.9.35:5000/v3/roles/d179df1bd22c41238cff10c2f003fde4"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "df904c8131244e9f93f6722e238decdf", "links": {"self": "http://172.30.9.35:5000/v3/roles/df904c8131244e9f93f6722e238decdf"}, "name": "admin"}]} 2018-09-03 05:46:13,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-2d4c2ea7-4481-47af-842d-8b605264cb83 2018-09-03 05:46:13,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100811958313s 2018-09-03 05:46:13,784 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-2d4c2ea7-4481-47af-842d-8b605264cb83 2018-09-03 05:46:13,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-09-03 05:46:13,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/roles/06e9a24bf14f427c807122f34f034fda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}57a20e2177562de80ae435e551007c24519e15a0" 2018-09-03 05:46:13,947 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 05:46:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe0311ed-0eaa-4c07-938d-e105dcf8d52f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 05:46:13,947 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/roles/06e9a24bf14f427c807122f34f034fda used request id req-fe0311ed-0eaa-4c07-938d-e105dcf8d52f 2018-09-03 05:46:13,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.157984972s 2018-09-03 05:46:13,948 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/roles/06e9a24bf14f427c807122f34f034fda used request id req-fe0311ed-0eaa-4c07-938d-e105dcf8d52f 2018-09-03 05:46:14,000 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-03 05:46:14,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 05:46:14,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 05:46:14,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 05:46:14,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 05:46:14,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 05:46:14,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 05:46:14,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 05:46:14,075 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 05:46:14,076 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 05:46:14,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 05:46:14,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 05:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-268ff4b8-87aa-419a-a90b-e5a14861cac7 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.35:5000/v3/", "rel": "self"}]}} 2018-09-03 05:46:14,084 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000//v3 used request id req-268ff4b8-87aa-419a-a90b-e5a14861cac7 2018-09-03 05:46:14,084 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-03 05:46:14,470 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "df904c8131244e9f93f6722e238decdf", "name": "admin"}], "expires_at": "2018-09-03T06:46:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "701df00f57764d718ef26ffdcd947ac4", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "30ccbdd9d38c49fcbce9b51e519be670"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a8f1201b5e44404b4c3c44aeb7de6bd"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aad7e829e3034b40a9f5f735d2274b2c"}], "type": "metric", "id": "06f3c1659980412180114fe722ca06ce", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "467215bed44e4a4bb82950e7311dd8d3"}, {"url": "http://172.30.9.35:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bd07bc235c7a470b8dd1a92e2550474b"}, {"url": "http://192.30.9.3:8776/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e264e802f8614c76a617f5fb3ebe58e8"}], "type": "volume", "id": "07111f38e1f34d7aa4b4321f97d46283", "name": "cinder"}, {"endpoints": [], "type": "metering", "id": "1d6fc89e03f04833993a1ea7282f2cbd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "98bd1d7c6d5e486f9fe23d97a31426d9"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ae2c18c53ce244428ef8bc4b6df23470"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cac4a7f0a7c443eda16b7bb2daa1bfbe"}], "type": "network", "id": "239cbf09ab4c4bd99fe35439ea8e7933", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.27:8080/v1/AUTH_701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a669920e9e544d6a05dc657b6794e3d"}, {"url": "http://172.30.9.35:8080/v1/AUTH_701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de7e005e15de402f932a84479b8ff123"}, {"url": "http://12.0.0.27:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "feaad181134d4fe3ac21d98390222061"}], "type": "object-store", "id": "23f2e03d74224cd291e5bdefb28c2984", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0ad32c3813c743e7bebaa427f2ffe56e"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "64a2e60744bc4bcf92564728073dcd1c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a95d00b877004cf8a74dfbc30e3a9c7f"}], "type": "compute", "id": "7ff562a16da54398927ce0870bea868c", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "25d88ead563a48c8a1a41f6bb06c861d"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3d6ad7262a064c52a627112fdc667b63"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "715d12cfb2a54d2bbcb2ee65eeaf430c"}], "type": "identity", "id": "951bcf1dff0d43718efe7807e091b502", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "28564318fc054845b6c5da8ce96a6109"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "80c2867f9db247529e37a45f148647d6"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8230ac8bd573411cbaafcd25d9d78cf5"}], "type": "event", "id": "a54a58dacfe14955997e0836f1f10fe7", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4db3655bd75c47c1bd3542e0c2b747de"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e80e22eec074705bf3e606f7d13003f"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a68e6ed3d7fa4c959e63c0e843f40ba7"}], "type": "alarming", "id": "a92708a2bece44ffb490921e91cb5e10", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0d9e96c8fac44e9b87e9f90fe9385ee9"}, {"url": "http://192.30.9.3:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aec85d1481b4bcf83e3213c49472b88"}, {"url": "http://192.30.9.3:8776/v2/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dcf043c85d1d4a5dac2c99c3139d2d7b"}], "type": "volumev2", "id": "b870016def7b48d59a22323e5e03b38d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "524f8c062cfa480aa91759cb84707f7b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7feb37730afc4eab8affa1200fa417d7"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0fdda9617aa4a6b8d75e4ca1ddb8221"}], "type": "cloudformation", "id": "bf9655bfaa454c4f9c9c9b3491145eea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6bf0df491058443fa6d74fedc239177f"}, {"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f7096a94e864e9fb8990cea542af920"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc9fb830e0a04b32b728647994c51218"}], "type": "placement", "id": "c3152c01ac254e23abbcdf20827cad9e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c439bf58bb74fc8ab6e0ed5e646b0f3"}, {"url": "http://192.30.9.3:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5481d68bd43d443bb03d77e7eab399c4"}, {"url": "http://172.30.9.35:8776/v3/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "690dcf45cedb4c9baca20e216ef0aee1"}], "type": "volumev3", "id": "cd143851720840d3a92f5fbb60847381", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f011859f437401fbafaa67c8dfb17a7"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4245b6b433d24cfebcba37e61907b740"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "531af25140774f12a5c0a9563134a8b3"}], "type": "image", "id": "f47c72a18cfa47baa1d969de69b9119b", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "012ef1b4217f462cbe818394bf8ff900"}, {"url": "http://192.30.9.3:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "48312c15115747ae95ba441255530e42"}, {"url": "http://172.30.9.35:8004/v1/701df00f57764d718ef26ffdcd947ac4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81955f349e043699d5716d064511391"}], "type": "orchestration", "id": "f97ccc287af041a0bc1b838ee9241792", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "afabd31f433a4d8d99c8192ef66ce21d"}, "audit_ids": ["ezfsRqYwQjGI0JJ3hcsXwA"], "issued_at": "2018-09-03T05:46:14.000000Z"}} 2018-09-03 05:46:14,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 05:46:14,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" 2018-09-03 05:46:14,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-e5af2a97-65a9-48cc-aaf2-a58c1e242748 Date: Mon, 03 Sep 2018 05:46:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"dc9f915714554cb297633a9e2f6afdc8","l2_adjacency":true,"status":"ACTIVE","subnets":["dce49955-ede3-4709-a688-cf49268e9117"],"description":"","tags":[],"updated_at":"2018-09-03T05:43:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:32Z","provider:network_type":"flat"}]} 2018-09-03 05:46:14,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e5af2a97-65a9-48cc-aaf2-a58c1e242748 2018-09-03 05:46:14,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354353904724s 2018-09-03 05:46:14,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e5af2a97-65a9-48cc-aaf2-a58c1e242748 2018-09-03 05:46:14,828 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-03 05:46:14,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 05:46:14,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" -d '{"network": {"name": "vmready1-net_fb6741ff-afb7-4e19-900b-b0d7233605ce", "admin_state_up": true}}' 2018-09-03 05:46:15,100 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-c4977de5-e326-4b14-8ff2-487b89235b00 Date: Mon, 03 Sep 2018 05:46:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2013f5a1-4af3-46fd-9950-07c25f85c17f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"701df00f57764d718ef26ffdcd947ac4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T05:46:15Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_fb6741ff-afb7-4e19-900b-b0d7233605ce","admin_state_up":true,"tenant_id":"701df00f57764d718ef26ffdcd947ac4","created_at":"2018-09-03T05:46:14Z","mtu":1450}} 2018-09-03 05:46:15,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c4977de5-e326-4b14-8ff2-487b89235b00 2018-09-03 05:46:15,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.272030830383s 2018-09-03 05:46:15,101 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-c4977de5-e326-4b14-8ff2-487b89235b00 2018-09-03 05:46:15,101 - 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-09-03T05:46:15Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2013f5a1-4af3-46fd-9950-07c25f85c17f', u'provider:segmentation_id': 84, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_fb6741ff-afb7-4e19-900b-b0d7233605ce', u'created_at': u'2018-09-03T05:46:14Z', u'mtu': 1450, u'tenant_id': u'701df00f57764d718ef26ffdcd947ac4', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'701df00f57764d718ef26ffdcd947ac4', u'l2_adjacency': True}) 2018-09-03 05:46:15,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 05:46:15,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" 2018-09-03 05:46:15,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-aa6c2a9e-7817-4714-90db-995cc8bb4836 Date: Mon, 03 Sep 2018 05:46:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"dc9f915714554cb297633a9e2f6afdc8","l2_adjacency":true,"status":"ACTIVE","subnets":["dce49955-ede3-4709-a688-cf49268e9117"],"description":"","tags":[],"updated_at":"2018-09-03T05:43:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2013f5a1-4af3-46fd-9950-07c25f85c17f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"701df00f57764d718ef26ffdcd947ac4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T05:46:15Z","qos_policy_id":null,"name":"vmready1-net_fb6741ff-afb7-4e19-900b-b0d7233605ce","admin_state_up":true,"tenant_id":"701df00f57764d718ef26ffdcd947ac4","created_at":"2018-09-03T05:46:14Z","provider:network_type":"vxlan"}]} 2018-09-03 05:46:15,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-aa6c2a9e-7817-4714-90db-995cc8bb4836 2018-09-03 05:46:15,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0943458080292s 2018-09-03 05:46:15,197 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-aa6c2a9e-7817-4714-90db-995cc8bb4836 2018-09-03 05:46:15,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 05:46:15,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" -d '{"subnet": {"name": "vmready1-subnet_fb6741ff-afb7-4e19-900b-b0d7233605ce", "enable_dhcp": true, "network_id": "2013f5a1-4af3-46fd-9950-07c25f85c17f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 05:46:15,538 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-b7ca350b-3483-4b1d-b9ce-fed715089eb0 Date: Mon, 03 Sep 2018 05:46:15 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-03T05:46:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f29582d4-5eaf-4783-9635-c9a571f524c7","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"701df00f57764d718ef26ffdcd947ac4","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_fb6741ff-afb7-4e19-900b-b0d7233605ce","enable_dhcp":true,"segment_id":null,"network_id":"2013f5a1-4af3-46fd-9950-07c25f85c17f","tenant_id":"701df00f57764d718ef26ffdcd947ac4","created_at":"2018-09-03T05:46:15Z","ip_version":4}} 2018-09-03 05:46:15,538 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b7ca350b-3483-4b1d-b9ce-fed715089eb0 2018-09-03 05:46:15,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.338863134384s 2018-09-03 05:46:15,538 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-b7ca350b-3483-4b1d-b9ce-fed715089eb0 2018-09-03 05:46:15,539 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T05:46:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f29582d4-5eaf-4783-9635-c9a571f524c7', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_fb6741ff-afb7-4e19-900b-b0d7233605ce', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'2013f5a1-4af3-46fd-9950-07c25f85c17f', u'tenant_id': u'701df00f57764d718ef26ffdcd947ac4', u'created_at': u'2018-09-03T05:46:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'701df00f57764d718ef26ffdcd947ac4'}) 2018-09-03 05:46:15,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 05:46:15,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" -d '{"router": {"external_gateway_info": {"network_id": "0a5e5f57-03ed-4078-86b0-79db6f27a1ad"}, "name": "vmready1-router_fb6741ff-afb7-4e19-900b-b0d7233605ce", "admin_state_up": true}}' 2018-09-03 05:46:16,821 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-b7d85b09-b84f-4902-a91f-d8ea7e833fb8 Date: Mon, 03 Sep 2018 05:46:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "0a5e5f57-03ed-4078-86b0-79db6f27a1ad", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dce49955-ede3-4709-a688-cf49268e9117", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "701df00f57764d718ef26ffdcd947ac4", "created_at": "2018-09-03T05:46:15Z", "admin_state_up": true, "updated_at": "2018-09-03T05:46:16Z", "project_id": "701df00f57764d718ef26ffdcd947ac4", "flavor_id": null, "revision_number": 3, "routes": [], "ha": false, "id": "b905f175-ba80-4b28-bd5e-e8f1f6770191", "name": "vmready1-router_fb6741ff-afb7-4e19-900b-b0d7233605ce"}} 2018-09-03 05:46:16,821 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-b7d85b09-b84f-4902-a91f-d8ea7e833fb8 2018-09-03 05:46:16,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.28174185753s 2018-09-03 05:46:16,821 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-b7d85b09-b84f-4902-a91f-d8ea7e833fb8 2018-09-03 05:46:16,822 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T05:46:16Z', u'revision_number': 3, u'ha': False, u'id': u'b905f175-ba80-4b28-bd5e-e8f1f6770191', u'external_gateway_info': {u'network_id': u'0a5e5f57-03ed-4078-86b0-79db6f27a1ad', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'dce49955-ede3-4709-a688-cf49268e9117', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_fb6741ff-afb7-4e19-900b-b0d7233605ce', u'admin_state_up': True, u'tenant_id': u'701df00f57764d718ef26ffdcd947ac4', u'created_at': u'2018-09-03T05:46:15Z', u'flavor_id': None, u'routes': [], u'project_id': u'701df00f57764d718ef26ffdcd947ac4'}) 2018-09-03 05:46:16,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 05:46:16,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/b905f175-ba80-4b28-bd5e-e8f1f6770191/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" -d '{"subnet_id": "f29582d4-5eaf-4783-9635-c9a571f524c7"}' 2018-09-03 05:46:18,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2ff21988-8c0b-43df-a323-ffabe6b234b5 Date: Mon, 03 Sep 2018 05:46:18 GMT RESP BODY: {"network_id": "2013f5a1-4af3-46fd-9950-07c25f85c17f", "tenant_id": "701df00f57764d718ef26ffdcd947ac4", "subnet_id": "f29582d4-5eaf-4783-9635-c9a571f524c7", "subnet_ids": ["f29582d4-5eaf-4783-9635-c9a571f524c7"], "port_id": "a4f633df-9ca8-4139-ae5d-9993168afdf4", "id": "b905f175-ba80-4b28-bd5e-e8f1f6770191"} 2018-09-03 05:46:18,706 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/b905f175-ba80-4b28-bd5e-e8f1f6770191/add_router_interface.json used request id req-2ff21988-8c0b-43df-a323-ffabe6b234b5 2018-09-03 05:46:18,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.88323998451s 2018-09-03 05:46:18,706 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/b905f175-ba80-4b28-bd5e-e8f1f6770191/add_router_interface.json used request id req-2ff21988-8c0b-43df-a323-ffabe6b234b5 returning object b905f175-ba80-4b28-bd5e-e8f1f6770191 2018-09-03 05:46:18,707 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-03 05:46:18,838 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-03 05:46:18,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 05:46:18,844 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 03 Sep 2018 05:46:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-09-03 05:46:18,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 05:46:18,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" 2018-09-03 05:46:19,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c2f4d137-2315-4777-871e-bdd3ceaff1de Date: Mon, 03 Sep 2018 05:46:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 05:46:19,502 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c2f4d137-2315-4777-871e-bdd3ceaff1de 2018-09-03 05:46:19,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.655761003494s 2018-09-03 05:46:19,503 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-c2f4d137-2315-4777-871e-bdd3ceaff1de 2018-09-03 05:46:19,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-03 05:46:19,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_fb6741ff-afb7-4e19-900b-b0d7233605ce", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_fb6741ff-afb7-4e19-900b-b0d7233605ce"}' 2018-09-03 05:46:19,608 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/81affece-e486-4412-bb36-094f028bd160 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-00596159-0f78-4d5a-bcea-c592a2459625 Date: Mon, 03 Sep 2018 05:46:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/81affece-e486-4412-bb36-094f028bd160/file", "owner": "701df00f57764d718ef26ffdcd947ac4", "id": "81affece-e486-4412-bb36-094f028bd160", "size": null, "self": "/v2/images/81affece-e486-4412-bb36-094f028bd160", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-03T05:46:19Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_fb6741ff-afb7-4e19-900b-b0d7233605ce", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_fb6741ff-afb7-4e19-900b-b0d7233605ce", "checksum": null, "created_at": "2018-09-03T05:46:19Z", "protected": false} 2018-09-03 05:46:19,608 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-00596159-0f78-4d5a-bcea-c592a2459625 2018-09-03 05:46:19,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0971531867981s 2018-09-03 05:46:19,608 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-00596159-0f78-4d5a-bcea-c592a2459625 returning object 81affece-e486-4412-bb36-094f028bd160 2018-09-03 05:46:19,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-03 05:46:19,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/81affece-e486-4412-bb36-094f028bd160/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" -d '' 2018-09-03 05:48:19,633 - shade - DEBUG - Unable to establish connection to http://172.30.9.35:9292/v2/images/81affece-e486-4412-bb36-094f028bd160/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-09-03 05:48:19,634 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.024305105 seconds, retrying 2018-09-03 05:48:19,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/81affece-e486-4412-bb36-094f028bd160/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" -d '' 2018-09-03 05:48:20,280 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-6d2e8ad7-c271-4baf-9d30-42b69d48eb2b Date: Mon, 03 Sep 2018 05:48:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 05:48:20,281 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/81affece-e486-4412-bb36-094f028bd160/file used request id req-6d2e8ad7-c271-4baf-9d30-42b69d48eb2b 2018-09-03 05:48:20,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.671750069s 2018-09-03 05:48:20,281 - shade - DEBUG - Deleting failed upload of image vmready1-img_fb6741ff-afb7-4e19-900b-b0d7233605ce 2018-09-03 05:48:20,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-03 05:48:20,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/81affece-e486-4412-bb36-094f028bd160 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" 2018-09-03 05:48:20,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff7dfbcf-9535-42ad-a13b-23754aa63556 Date: Mon, 03 Sep 2018 05:48:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 05:48:20,378 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/81affece-e486-4412-bb36-094f028bd160 used request id req-ff7dfbcf-9535-42ad-a13b-23754aa63556 2018-09-03 05:48:20,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.0966300964355s 2018-09-03 05:48:20,379 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/81affece-e486-4412-bb36-094f028bd160 used request id req-ff7dfbcf-9535-42ad-a13b-23754aa63556 2018-09-03 05:48:20,379 - shade - DEBUG - Image creation failed Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4729, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4849, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4793, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.35:9292/v2/images/81affece-e486-4412-bb36-094f028bd160/file Conflict 2018-09-03 05:48:20,385 - functest.core.singlevm - ERROR - Cannot run vmready1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 239, in run self.image = self.publish_image() File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 92, in publish_image wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4729, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4849, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4793, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.35:9292/v2/images/81affece-e486-4412-bb36-094f028bd160/file Conflict 2018-09-03 05:48:20,509 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 05:48:20,510 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:06 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-03 05:48:20,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 05:48:20,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/b905f175-ba80-4b28-bd5e-e8f1f6770191/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" -d '{"subnet_id": "f29582d4-5eaf-4783-9635-c9a571f524c7"}' 2018-09-03 05:48:22,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-63438630-32e5-48e0-98f7-dd2252693153 Date: Mon, 03 Sep 2018 05:48:22 GMT RESP BODY: {"network_id": "2013f5a1-4af3-46fd-9950-07c25f85c17f", "tenant_id": "701df00f57764d718ef26ffdcd947ac4", "subnet_id": "f29582d4-5eaf-4783-9635-c9a571f524c7", "subnet_ids": ["f29582d4-5eaf-4783-9635-c9a571f524c7"], "port_id": "a4f633df-9ca8-4139-ae5d-9993168afdf4", "id": "b905f175-ba80-4b28-bd5e-e8f1f6770191"} 2018-09-03 05:48:22,358 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/b905f175-ba80-4b28-bd5e-e8f1f6770191/remove_router_interface.json used request id req-63438630-32e5-48e0-98f7-dd2252693153 2018-09-03 05:48:22,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.84378409386s 2018-09-03 05:48:22,359 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/b905f175-ba80-4b28-bd5e-e8f1f6770191/remove_router_interface.json used request id req-63438630-32e5-48e0-98f7-dd2252693153 returning object b905f175-ba80-4b28-bd5e-e8f1f6770191 2018-09-03 05:48:22,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 05:48:22,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" 2018-09-03 05:48:22,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-9a9f8f01-a666-44f8-9d61-ccf5dc8ec8ac Date: Mon, 03 Sep 2018 05:48:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "0a5e5f57-03ed-4078-86b0-79db6f27a1ad", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "dce49955-ede3-4709-a688-cf49268e9117", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "701df00f57764d718ef26ffdcd947ac4", "created_at": "2018-09-03T05:46:15Z", "admin_state_up": true, "updated_at": "2018-09-03T05:48:21Z", "project_id": "701df00f57764d718ef26ffdcd947ac4", "flavor_id": null, "revision_number": 5, "routes": [], "ha": false, "id": "b905f175-ba80-4b28-bd5e-e8f1f6770191", "name": "vmready1-router_fb6741ff-afb7-4e19-900b-b0d7233605ce"}]} 2018-09-03 05:48:22,460 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-9a9f8f01-a666-44f8-9d61-ccf5dc8ec8ac 2018-09-03 05:48:22,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.100661993027s 2018-09-03 05:48:22,460 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-9a9f8f01-a666-44f8-9d61-ccf5dc8ec8ac 2018-09-03 05:48:22,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 05:48:22,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/b905f175-ba80-4b28-bd5e-e8f1f6770191.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" 2018-09-03 05:48:23,465 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31bae4a7-6e8c-47dc-8535-b941595d8d68 Content-Length: 0 Date: Mon, 03 Sep 2018 05:48:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 05:48:23,466 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/b905f175-ba80-4b28-bd5e-e8f1f6770191.json used request id req-31bae4a7-6e8c-47dc-8535-b941595d8d68 2018-09-03 05:48:23,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.00392103195s 2018-09-03 05:48:23,466 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/b905f175-ba80-4b28-bd5e-e8f1f6770191.json used request id req-31bae4a7-6e8c-47dc-8535-b941595d8d68 2018-09-03 05:48:23,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 05:48:23,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" 2018-09-03 05:48:23,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-ee2384b0-ed73-4978-867f-26ded29033f7 Date: Mon, 03 Sep 2018 05:48:23 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-03T05:43:37Z","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":"dce49955-ede3-4709-a688-cf49268e9117","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"dc9f915714554cb297633a9e2f6afdc8","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:37Z","ip_version":4},{"updated_at":"2018-09-03T05:46:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f29582d4-5eaf-4783-9635-c9a571f524c7","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"701df00f57764d718ef26ffdcd947ac4","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_fb6741ff-afb7-4e19-900b-b0d7233605ce","enable_dhcp":true,"segment_id":null,"network_id":"2013f5a1-4af3-46fd-9950-07c25f85c17f","tenant_id":"701df00f57764d718ef26ffdcd947ac4","created_at":"2018-09-03T05:46:15Z","ip_version":4}]} 2018-09-03 05:48:23,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-ee2384b0-ed73-4978-867f-26ded29033f7 2018-09-03 05:48:23,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.240324020386s 2018-09-03 05:48:23,707 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-ee2384b0-ed73-4978-867f-26ded29033f7 2018-09-03 05:48:23,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 05:48:23,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/f29582d4-5eaf-4783-9635-c9a571f524c7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" 2018-09-03 05:48:24,562 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-41f810fe-8692-4cfe-84f3-a547575c9948 Date: Mon, 03 Sep 2018 05:48:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 05:48:24,562 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/f29582d4-5eaf-4783-9635-c9a571f524c7.json used request id req-41f810fe-8692-4cfe-84f3-a547575c9948 2018-09-03 05:48:24,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.853440999985s 2018-09-03 05:48:24,563 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/f29582d4-5eaf-4783-9635-c9a571f524c7.json used request id req-41f810fe-8692-4cfe-84f3-a547575c9948 2018-09-03 05:48:24,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 05:48:24,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" 2018-09-03 05:48:24,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-714ab7be-eea2-4e62-a99c-f290cf549cd3 Date: Mon, 03 Sep 2018 05:48:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"0a5e5f57-03ed-4078-86b0-79db6f27a1ad","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"dc9f915714554cb297633a9e2f6afdc8","l2_adjacency":true,"status":"ACTIVE","subnets":["dce49955-ede3-4709-a688-cf49268e9117"],"description":"","tags":[],"updated_at":"2018-09-03T05:43:37Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"dc9f915714554cb297633a9e2f6afdc8","created_at":"2018-09-03T05:43:32Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"2013f5a1-4af3-46fd-9950-07c25f85c17f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":84,"ipv4_address_scope":null,"shared":false,"project_id":"701df00f57764d718ef26ffdcd947ac4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T05:48:24Z","qos_policy_id":null,"name":"vmready1-net_fb6741ff-afb7-4e19-900b-b0d7233605ce","admin_state_up":true,"tenant_id":"701df00f57764d718ef26ffdcd947ac4","created_at":"2018-09-03T05:46:14Z","provider:network_type":"vxlan"}]} 2018-09-03 05:48:24,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-714ab7be-eea2-4e62-a99c-f290cf549cd3 2018-09-03 05:48:24,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0776259899139s 2018-09-03 05:48:24,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-714ab7be-eea2-4e62-a99c-f290cf549cd3 2018-09-03 05:48:24,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 05:48:24,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/2013f5a1-4af3-46fd-9950-07c25f85c17f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9f0db8d852fc155931ea26a9e7425387f8dadd83" 2018-09-03 05:48:25,734 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8d14e51-3e12-40a5-950a-bb0468bd8a00 Date: Mon, 03 Sep 2018 05:48:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 05:48:25,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/2013f5a1-4af3-46fd-9950-07c25f85c17f.json used request id req-c8d14e51-3e12-40a5-950a-bb0468bd8a00 2018-09-03 05:48:25,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.09152507782s 2018-09-03 05:48:25,734 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/2013f5a1-4af3-46fd-9950-07c25f85c17f.json used request id req-c8d14e51-3e12-40a5-950a-bb0468bd8a00 2018-09-03 05:48:25,734 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-09-03 05:48:25,735 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:04 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 02:06 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-03 05:48:25,748 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR