2018-09-03 07:45:58,948 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-281 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-03 07:45:58,952 - 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.27,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.27:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=EWuk6jJvq9CRCkBUgQCFkUThs 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=07fafd5498e1491dabb6f3bd5459752e export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=aJHa2m7wQ9u8NE4pa4td3HbGD export OS_REGION_NAME=regionOne 2018-09-03 07:45:58,952 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-03 07:45:58,953 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-09-03 07:45:58,977 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-03 07:45:59,055 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 07:45:59,056 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 07:45:59,061 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 07:45:59,062 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-03 07:45:59,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-03 07:45:59,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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 07:45:59,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:45:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a710f199-f885-4bdc-a0f5-09dc04c23af7 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.27:5000/v3/", "rel": "self"}]}} 2018-09-03 07:45:59,072 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000//v3 used request id req-a710f199-f885-4bdc-a0f5-09dc04c23af7 2018-09-03 07:45:59,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-09-03 07:45:59,446 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7eb20735b1f2415c82e8be871c64db6a", "name": "admin"}], "expires_at": "2018-09-03T08:45:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07fafd5498e1491dabb6f3bd5459752e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05826bda99b6479eb305494d0643130e"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "732acfed19c84f2fa513c0c3db690f30"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd377cfdc7294019a7720db27091b650"}], "type": "event", "id": "0ccc0a7b97bb433caf47ac711460ec58", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6daa44b6025f4ca6b9e2ab7f8a3ffb83"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7668d2dac2e441449997659fc202b138"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff16b704be1b49019eb3e6e80aca4f6d"}], "type": "alarming", "id": "2a425ff06c7e45609a4e46e7abdc0c18", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "444504d08a3a48159391cb6fbf1024b2"}, {"url": "http://172.30.9.27:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8087dfd040e948d1a04fcd62b68af7e6"}, {"url": "http://192.30.9.3:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd0d04741b424cd7b6821f7a2d3e85e6"}], "type": "volume", "id": "2beba23cc6a84d448d96734d9091ccce", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "453386f533164deab6ce9b48b00d6abb"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86101ee22dcc49548efb93988002e959"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4e08cf22034341844c7dd4360c17be"}], "type": "identity", "id": "2c38cfadece14e6da3155f11da68eb03", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12776eca0232443098e8e8411309e0be"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "475ae2e028094dfa822b8c4209283b11"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df655426ad9d4700b2298176cfd6ae65"}], "type": "compute", "id": "433f056c5850433dba041624dc68a460", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "46ad7b194efc4ef5b9344c2add9fc579", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "855e7eb4d43f410b8905b8eaa20854bc"}, {"url": "http://172.30.9.27:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3cf1cefd6bb4c74a1d81f6f57d99f30"}, {"url": "http://192.30.9.3:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3e8d87e9f0947839b2e23e2f0eb0971"}], "type": "volumev2", "id": "5b69ad845bda49238ae9a675d8f8a0bb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "122a876c10ee431e84cf898effe26351"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "358c5d1a9335402ea67547917b3f1d14"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba8cee65fb4d4699a86c62105d3133eb"}], "type": "placement", "id": "6baef5ed9c5d47999f4da2273d7c3310", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4be68c0d10b44a4c81b0c440ab9c39a5"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82d9d99cd0f548818555712fc915f930"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7c6869bbf6940b590c01fca80b170a4"}], "type": "cloudformation", "id": "952fa5fed57d4589bcde7d0d83ed0c4f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e7b5a49ba0e49238b412ba9aeb3770e"}, {"url": "http://192.30.9.3:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b83e05cfd8a4482b32b0f56fa92042c"}, {"url": "http://172.30.9.27:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8c516ada2804cb59e2c040b0fc94241"}], "type": "volumev3", "id": "a80b42957c464be6b898836ea082e674", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17d95d1c45d640e9ad48795d38d2d155"}, {"url": "http://12.0.0.34:8080/v1/AUTH_07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bac1e1deb05744868ff303b8af26bb4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4e14b0236a14c17b49464d2c63426c2"}], "type": "object-store", "id": "c0414add24eb4d71a61a34cc114d9684", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "abc9d493d01c461694ddd701161e2570"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3a07601d1948beb61aa3cbeb9ea92c"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3b9d9faa47c4be7a006f186263b2089"}], "type": "image", "id": "c0bbc6f0d78f42068267f071c107c802", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06b62b0c57024273be7913cfd00e088e"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0709f2a0469545db8aa54b486cf4dcc7"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "feaa28377e8a4cc19f2d114ea2f9ff51"}], "type": "network", "id": "c30674e0b48646b1a21c9b98a3635f36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "225bbb55130c47278c09e81789fb34c4"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "325b46cec4854068880ccb0e81c3d355"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b91ce8eff624e45980c3b1331985bb7"}], "type": "metric", "id": "d02cf0870df6405aa35f94cb1ebf24db", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b71a38d865a34889bc73b75664acf415"}, {"url": "http://192.30.9.3:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db2ade4e163247489a3f635c1d6b278d"}, {"url": "http://192.30.9.3:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e10a95d3a99c4a52b463d9521e592fbd"}], "type": "orchestration", "id": "eca937d64b2c489cb8052ab762028356", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "60e2214fd11944aea88fe9a2b845aa3a"}, "audit_ids": ["WQ-kIhGtTUep-Qp4faeHng"], "issued_at": "2018-09-03T07:45:59.000000Z"}} 2018-09-03 07:45:59,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:00,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:45:59 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-16199893-e102-45cc-b75c-25dcf5407c87 x-compute-request-id: req-16199893-e102-45cc-b75c-25dcf5407c87 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-03 07:46:00,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-16199893-e102-45cc-b75c-25dcf5407c87 2018-09-03 07:46:00,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.04613113403s 2018-09-03 07:46:00,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-aggregates used request id req-16199893-e102-45cc-b75c-25dcf5407c87 2018-09-03 07:46:00,109 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-03 07:46:00,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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 07:46:00,117 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 07:46:00 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.27: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.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-03 07:46:00,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 07:46:00,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:00,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8a0d52a-4913-4697-9fbf-7002c1447429 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/75f80b544ca44ee19a6890ac38fb3dd3"}, "tags": [], "enabled": true, "id": "75f80b544ca44ee19a6890ac38fb3dd3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 07:46:00,217 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-f8a0d52a-4913-4697-9fbf-7002c1447429 2018-09-03 07:46:00,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0988149642944s 2018-09-03 07:46:00,217 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-f8a0d52a-4913-4697-9fbf-7002c1447429 2018-09-03 07:46:00,218 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'75f80b544ca44ee19a6890ac38fb3dd3', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-03 07:46:00,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-03 07:46:00,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:00,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68fe78f0-eda4-41ed-bd16-43b877504fcd Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/05826bda99b6479eb305494d0643130e"}, "url": "http://172.30.9.27:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0ccc0a7b97bb433caf47ac711460ec58", "id": "05826bda99b6479eb305494d0643130e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/06b62b0c57024273be7913cfd00e088e"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c30674e0b48646b1a21c9b98a3635f36", "id": "06b62b0c57024273be7913cfd00e088e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/0709f2a0469545db8aa54b486cf4dcc7"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c30674e0b48646b1a21c9b98a3635f36", "id": "0709f2a0469545db8aa54b486cf4dcc7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/122a876c10ee431e84cf898effe26351"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6baef5ed9c5d47999f4da2273d7c3310", "id": "122a876c10ee431e84cf898effe26351"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/12776eca0232443098e8e8411309e0be"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "433f056c5850433dba041624dc68a460", "id": "12776eca0232443098e8e8411309e0be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/17d95d1c45d640e9ad48795d38d2d155"}, "url": "http://12.0.0.34:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c0414add24eb4d71a61a34cc114d9684", "id": "17d95d1c45d640e9ad48795d38d2d155"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/225bbb55130c47278c09e81789fb34c4"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d02cf0870df6405aa35f94cb1ebf24db", "id": "225bbb55130c47278c09e81789fb34c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/325b46cec4854068880ccb0e81c3d355"}, "url": "http://172.30.9.27:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d02cf0870df6405aa35f94cb1ebf24db", "id": "325b46cec4854068880ccb0e81c3d355"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/358c5d1a9335402ea67547917b3f1d14"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6baef5ed9c5d47999f4da2273d7c3310", "id": "358c5d1a9335402ea67547917b3f1d14"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/444504d08a3a48159391cb6fbf1024b2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2beba23cc6a84d448d96734d9091ccce", "id": "444504d08a3a48159391cb6fbf1024b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/453386f533164deab6ce9b48b00d6abb"}, "url": "http://172.30.9.27:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2c38cfadece14e6da3155f11da68eb03", "id": "453386f533164deab6ce9b48b00d6abb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/475ae2e028094dfa822b8c4209283b11"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "433f056c5850433dba041624dc68a460", "id": "475ae2e028094dfa822b8c4209283b11"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/4be68c0d10b44a4c81b0c440ab9c39a5"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "952fa5fed57d4589bcde7d0d83ed0c4f", "id": "4be68c0d10b44a4c81b0c440ab9c39a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6daa44b6025f4ca6b9e2ab7f8a3ffb83"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2a425ff06c7e45609a4e46e7abdc0c18", "id": "6daa44b6025f4ca6b9e2ab7f8a3ffb83"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/6e7b5a49ba0e49238b412ba9aeb3770e"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a80b42957c464be6b898836ea082e674", "id": "6e7b5a49ba0e49238b412ba9aeb3770e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/732acfed19c84f2fa513c0c3db690f30"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0ccc0a7b97bb433caf47ac711460ec58", "id": "732acfed19c84f2fa513c0c3db690f30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7668d2dac2e441449997659fc202b138"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2a425ff06c7e45609a4e46e7abdc0c18", "id": "7668d2dac2e441449997659fc202b138"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/7b91ce8eff624e45980c3b1331985bb7"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d02cf0870df6405aa35f94cb1ebf24db", "id": "7b91ce8eff624e45980c3b1331985bb7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/8087dfd040e948d1a04fcd62b68af7e6"}, "url": "http://172.30.9.27:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2beba23cc6a84d448d96734d9091ccce", "id": "8087dfd040e948d1a04fcd62b68af7e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/82d9d99cd0f548818555712fc915f930"}, "url": "http://172.30.9.27:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "952fa5fed57d4589bcde7d0d83ed0c4f", "id": "82d9d99cd0f548818555712fc915f930"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/855e7eb4d43f410b8905b8eaa20854bc"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b69ad845bda49238ae9a675d8f8a0bb", "id": "855e7eb4d43f410b8905b8eaa20854bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/86101ee22dcc49548efb93988002e959"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2c38cfadece14e6da3155f11da68eb03", "id": "86101ee22dcc49548efb93988002e959"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/9b83e05cfd8a4482b32b0f56fa92042c"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a80b42957c464be6b898836ea082e674", "id": "9b83e05cfd8a4482b32b0f56fa92042c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/abc9d493d01c461694ddd701161e2570"}, "url": "http://172.30.9.27:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c0bbc6f0d78f42068267f071c107c802", "id": "abc9d493d01c461694ddd701161e2570"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/b71a38d865a34889bc73b75664acf415"}, "url": "http://172.30.9.27:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eca937d64b2c489cb8052ab762028356", "id": "b71a38d865a34889bc73b75664acf415"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ba8cee65fb4d4699a86c62105d3133eb"}, "url": "http://172.30.9.27:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6baef5ed9c5d47999f4da2273d7c3310", "id": "ba8cee65fb4d4699a86c62105d3133eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bac1e1deb05744868ff303b8af26bb4b"}, "url": "http://12.0.0.34:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c0414add24eb4d71a61a34cc114d9684", "id": "bac1e1deb05744868ff303b8af26bb4b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/bd0d04741b424cd7b6821f7a2d3e85e6"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2beba23cc6a84d448d96734d9091ccce", "id": "bd0d04741b424cd7b6821f7a2d3e85e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c3cf1cefd6bb4c74a1d81f6f57d99f30"}, "url": "http://172.30.9.27:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b69ad845bda49238ae9a675d8f8a0bb", "id": "c3cf1cefd6bb4c74a1d81f6f57d99f30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/c3e8d87e9f0947839b2e23e2f0eb0971"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b69ad845bda49238ae9a675d8f8a0bb", "id": "c3e8d87e9f0947839b2e23e2f0eb0971"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/d8c516ada2804cb59e2c040b0fc94241"}, "url": "http://172.30.9.27:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a80b42957c464be6b898836ea082e674", "id": "d8c516ada2804cb59e2c040b0fc94241"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/db2ade4e163247489a3f635c1d6b278d"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eca937d64b2c489cb8052ab762028356", "id": "db2ade4e163247489a3f635c1d6b278d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/dd377cfdc7294019a7720db27091b650"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0ccc0a7b97bb433caf47ac711460ec58", "id": "dd377cfdc7294019a7720db27091b650"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/df4e08cf22034341844c7dd4360c17be"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2c38cfadece14e6da3155f11da68eb03", "id": "df4e08cf22034341844c7dd4360c17be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/df655426ad9d4700b2298176cfd6ae65"}, "url": "http://172.30.9.27:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "433f056c5850433dba041624dc68a460", "id": "df655426ad9d4700b2298176cfd6ae65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e10a95d3a99c4a52b463d9521e592fbd"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eca937d64b2c489cb8052ab762028356", "id": "e10a95d3a99c4a52b463d9521e592fbd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/e7c6869bbf6940b590c01fca80b170a4"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "952fa5fed57d4589bcde7d0d83ed0c4f", "id": "e7c6869bbf6940b590c01fca80b170a4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/eb3a07601d1948beb61aa3cbeb9ea92c"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c0bbc6f0d78f42068267f071c107c802", "id": "eb3a07601d1948beb61aa3cbeb9ea92c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f3b9d9faa47c4be7a006f186263b2089"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c0bbc6f0d78f42068267f071c107c802", "id": "f3b9d9faa47c4be7a006f186263b2089"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/f4e14b0236a14c17b49464d2c63426c2"}, "url": "http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c0414add24eb4d71a61a34cc114d9684", "id": "f4e14b0236a14c17b49464d2c63426c2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/feaa28377e8a4cc19f2d114ea2f9ff51"}, "url": "http://172.30.9.27:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c30674e0b48646b1a21c9b98a3635f36", "id": "feaa28377e8a4cc19f2d114ea2f9ff51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.27:5000/v3/endpoints/ff16b704be1b49019eb3e6e80aca4f6d"}, "url": "http://172.30.9.27:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2a425ff06c7e45609a4e46e7abdc0c18", "id": "ff16b704be1b49019eb3e6e80aca4f6d"}], "links": {"self": "http://172.30.9.27:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-03 07:46:00,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-68fe78f0-eda4-41ed-bd16-43b877504fcd 2018-09-03 07:46:00,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.153032779694s 2018-09-03 07:46:00,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/endpoints used request id req-68fe78f0-eda4-41ed-bd16-43b877504fcd 2018-09-03 07:46:00,382 - 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.27:5000/v3/endpoints/05826bda99b6479eb305494d0643130e'}, u'url': u'http://172.30.9.27:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0ccc0a7b97bb433caf47ac711460ec58', u'id': u'05826bda99b6479eb305494d0643130e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/06b62b0c57024273be7913cfd00e088e'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c30674e0b48646b1a21c9b98a3635f36', u'id': u'06b62b0c57024273be7913cfd00e088e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/0709f2a0469545db8aa54b486cf4dcc7'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c30674e0b48646b1a21c9b98a3635f36', u'id': u'0709f2a0469545db8aa54b486cf4dcc7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/122a876c10ee431e84cf898effe26351'}, 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'6baef5ed9c5d47999f4da2273d7c3310', u'id': u'122a876c10ee431e84cf898effe26351'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/12776eca0232443098e8e8411309e0be'}, 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'433f056c5850433dba041624dc68a460', u'id': u'12776eca0232443098e8e8411309e0be'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/17d95d1c45d640e9ad48795d38d2d155'}, u'url': u'http://12.0.0.34:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c0414add24eb4d71a61a34cc114d9684', u'id': u'17d95d1c45d640e9ad48795d38d2d155'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/225bbb55130c47278c09e81789fb34c4'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd02cf0870df6405aa35f94cb1ebf24db', u'id': u'225bbb55130c47278c09e81789fb34c4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/325b46cec4854068880ccb0e81c3d355'}, u'url': u'http://172.30.9.27:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd02cf0870df6405aa35f94cb1ebf24db', u'id': u'325b46cec4854068880ccb0e81c3d355'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/358c5d1a9335402ea67547917b3f1d14'}, 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'6baef5ed9c5d47999f4da2273d7c3310', u'id': u'358c5d1a9335402ea67547917b3f1d14'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/444504d08a3a48159391cb6fbf1024b2'}, 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'2beba23cc6a84d448d96734d9091ccce', u'id': u'444504d08a3a48159391cb6fbf1024b2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/453386f533164deab6ce9b48b00d6abb'}, u'url': u'http://172.30.9.27:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2c38cfadece14e6da3155f11da68eb03', u'id': u'453386f533164deab6ce9b48b00d6abb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/475ae2e028094dfa822b8c4209283b11'}, 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'433f056c5850433dba041624dc68a460', u'id': u'475ae2e028094dfa822b8c4209283b11'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/4be68c0d10b44a4c81b0c440ab9c39a5'}, 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'952fa5fed57d4589bcde7d0d83ed0c4f', u'id': u'4be68c0d10b44a4c81b0c440ab9c39a5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6daa44b6025f4ca6b9e2ab7f8a3ffb83'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2a425ff06c7e45609a4e46e7abdc0c18', u'id': u'6daa44b6025f4ca6b9e2ab7f8a3ffb83'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/6e7b5a49ba0e49238b412ba9aeb3770e'}, 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'a80b42957c464be6b898836ea082e674', u'id': u'6e7b5a49ba0e49238b412ba9aeb3770e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/732acfed19c84f2fa513c0c3db690f30'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0ccc0a7b97bb433caf47ac711460ec58', u'id': u'732acfed19c84f2fa513c0c3db690f30'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/7668d2dac2e441449997659fc202b138'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2a425ff06c7e45609a4e46e7abdc0c18', u'id': u'7668d2dac2e441449997659fc202b138'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/7b91ce8eff624e45980c3b1331985bb7'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd02cf0870df6405aa35f94cb1ebf24db', u'id': u'7b91ce8eff624e45980c3b1331985bb7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/8087dfd040e948d1a04fcd62b68af7e6'}, u'url': u'http://172.30.9.27:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2beba23cc6a84d448d96734d9091ccce', u'id': u'8087dfd040e948d1a04fcd62b68af7e6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/82d9d99cd0f548818555712fc915f930'}, u'url': u'http://172.30.9.27:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'952fa5fed57d4589bcde7d0d83ed0c4f', u'id': u'82d9d99cd0f548818555712fc915f930'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/855e7eb4d43f410b8905b8eaa20854bc'}, 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'5b69ad845bda49238ae9a675d8f8a0bb', u'id': u'855e7eb4d43f410b8905b8eaa20854bc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/86101ee22dcc49548efb93988002e959'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2c38cfadece14e6da3155f11da68eb03', u'id': u'86101ee22dcc49548efb93988002e959'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/9b83e05cfd8a4482b32b0f56fa92042c'}, 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'a80b42957c464be6b898836ea082e674', u'id': u'9b83e05cfd8a4482b32b0f56fa92042c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/abc9d493d01c461694ddd701161e2570'}, u'url': u'http://172.30.9.27:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c0bbc6f0d78f42068267f071c107c802', u'id': u'abc9d493d01c461694ddd701161e2570'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/b71a38d865a34889bc73b75664acf415'}, u'url': u'http://172.30.9.27:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'eca937d64b2c489cb8052ab762028356', u'id': u'b71a38d865a34889bc73b75664acf415'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/ba8cee65fb4d4699a86c62105d3133eb'}, u'url': u'http://172.30.9.27:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6baef5ed9c5d47999f4da2273d7c3310', u'id': u'ba8cee65fb4d4699a86c62105d3133eb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/bac1e1deb05744868ff303b8af26bb4b'}, u'url': u'http://12.0.0.34:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c0414add24eb4d71a61a34cc114d9684', u'id': u'bac1e1deb05744868ff303b8af26bb4b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/bd0d04741b424cd7b6821f7a2d3e85e6'}, 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'2beba23cc6a84d448d96734d9091ccce', u'id': u'bd0d04741b424cd7b6821f7a2d3e85e6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c3cf1cefd6bb4c74a1d81f6f57d99f30'}, u'url': u'http://172.30.9.27:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5b69ad845bda49238ae9a675d8f8a0bb', u'id': u'c3cf1cefd6bb4c74a1d81f6f57d99f30'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/c3e8d87e9f0947839b2e23e2f0eb0971'}, 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'5b69ad845bda49238ae9a675d8f8a0bb', u'id': u'c3e8d87e9f0947839b2e23e2f0eb0971'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/d8c516ada2804cb59e2c040b0fc94241'}, u'url': u'http://172.30.9.27:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a80b42957c464be6b898836ea082e674', u'id': u'd8c516ada2804cb59e2c040b0fc94241'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/db2ade4e163247489a3f635c1d6b278d'}, 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'eca937d64b2c489cb8052ab762028356', u'id': u'db2ade4e163247489a3f635c1d6b278d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/dd377cfdc7294019a7720db27091b650'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0ccc0a7b97bb433caf47ac711460ec58', u'id': u'dd377cfdc7294019a7720db27091b650'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/df4e08cf22034341844c7dd4360c17be'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2c38cfadece14e6da3155f11da68eb03', u'id': u'df4e08cf22034341844c7dd4360c17be'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/df655426ad9d4700b2298176cfd6ae65'}, u'url': u'http://172.30.9.27:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'433f056c5850433dba041624dc68a460', u'id': u'df655426ad9d4700b2298176cfd6ae65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e10a95d3a99c4a52b463d9521e592fbd'}, 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'eca937d64b2c489cb8052ab762028356', u'id': u'e10a95d3a99c4a52b463d9521e592fbd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/e7c6869bbf6940b590c01fca80b170a4'}, 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'952fa5fed57d4589bcde7d0d83ed0c4f', u'id': u'e7c6869bbf6940b590c01fca80b170a4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/eb3a07601d1948beb61aa3cbeb9ea92c'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c0bbc6f0d78f42068267f071c107c802', u'id': u'eb3a07601d1948beb61aa3cbeb9ea92c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/f3b9d9faa47c4be7a006f186263b2089'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c0bbc6f0d78f42068267f071c107c802', u'id': u'f3b9d9faa47c4be7a006f186263b2089'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/f4e14b0236a14c17b49464d2c63426c2'}, u'url': u'http://172.30.9.27:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c0414add24eb4d71a61a34cc114d9684', u'id': u'f4e14b0236a14c17b49464d2c63426c2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/feaa28377e8a4cc19f2d114ea2f9ff51'}, u'url': u'http://172.30.9.27:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c30674e0b48646b1a21c9b98a3635f36', u'id': u'feaa28377e8a4cc19f2d114ea2f9ff51'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.27:5000/v3/endpoints/ff16b704be1b49019eb3e6e80aca4f6d'}, u'url': u'http://172.30.9.27:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2a425ff06c7e45609a4e46e7abdc0c18', u'id': u'ff16b704be1b49019eb3e6e80aca4f6d'})] 2018-09-03 07:46:00,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-03 07:46:00,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:00,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2537b7d5-c9e4-4c4c-962a-2095e3bd3ede x-compute-request-id: req-2537b7d5-c9e4-4c4c-962a-2095e3bd3ede 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 07:46:00,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-2537b7d5-c9e4-4c4c-962a-2095e3bd3ede 2018-09-03 07:46:00,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.109108924866s 2018-09-03 07:46:00,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/extensions used request id req-2537b7d5-c9e4-4c4c-962a-2095e3bd3ede 2018-09-03 07:46:00,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-03 07:46:00,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:02,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-455f539c-4f85-4b62-97d6-b7eac816c1a0 x-compute-request-id: req-455f539c-4f85-4b62-97d6-b7eac816c1a0 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-03 07:46:02,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-floating-ip-pools used request id req-455f539c-4f85-4b62-97d6-b7eac816c1a0 2018-09-03 07:46:02,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.70199084282s 2018-09-03 07:46:02,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-floating-ip-pools used request id req-455f539c-4f85-4b62-97d6-b7eac816c1a0 2018-09-03 07:46:02,212 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-03 07:46:02,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 07:46:02,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:02,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-46c19efb-643e-406e-8a17-3d5216a803a6 Date: Mon, 03 Sep 2018 07:46:02 GMT RESP BODY: {"floatingips": []} 2018-09-03 07:46:02,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-46c19efb-643e-406e-8a17-3d5216a803a6 2018-09-03 07:46:02,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0185189247131s 2018-09-03 07:46:02,235 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/floatingips.json used request id req-46c19efb-643e-406e-8a17-3d5216a803a6 2018-09-03 07:46:02,236 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-03 07:46:02,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-03 07:46:02,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:02,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c74b98ed-89de-4e5a-a9cb-65832cfea316 x-compute-request-id: req-c74b98ed-89de-4e5a-a9cb-65832cfea316 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": 2}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"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": 3}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-09-03 07:46:02,384 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-c74b98ed-89de-4e5a-a9cb-65832cfea316 2018-09-03 07:46:02,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.147578001022s 2018-09-03 07:46:02,384 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-hypervisors/detail used request id req-c74b98ed-89de-4e5a-a9cb-65832cfea316 2018-09-03 07:46:02,385 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.5', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "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': 2}, 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.8', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 3}, 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 07:46:02,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-03 07:46:02,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:02,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-93b0440b-c426-4621-a557-0d958a066759 x-compute-request-id: req-93b0440b-c426-4621-a557-0d958a066759 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-03 07:46:02,509 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-93b0440b-c426-4621-a557-0d958a066759 2018-09-03 07:46:02,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.123643875122s 2018-09-03 07:46:02,510 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/os-keypairs used request id req-93b0440b-c426-4621-a557-0d958a066759 2018-09-03 07:46:02,510 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-03 07:46:02,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 07:46:02,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:02,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d86ef18f-a347-41c6-a8d7-f1f8e484d8b6 Date: Mon, 03 Sep 2018 07:46:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ffa83b3d30f4520a3ba259d1259ae52","status":"ACTIVE","subnets":["cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6"],"description":"","tags":[],"updated_at":"2018-09-03T07:43:40Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:35Z","provider:network_type":"flat"}]} 2018-09-03 07:46:02,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d86ef18f-a347-41c6-a8d7-f1f8e484d8b6 2018-09-03 07:46:02,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0769009590149s 2018-09-03 07:46:02,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d86ef18f-a347-41c6-a8d7-f1f8e484d8b6 2018-09-03 07:46:02,588 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-03T07:43:40Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'950a67c5-9bef-4a47-9c5f-8d53f4498478', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'8ffa83b3d30f4520a3ba259d1259ae52', u'created_at': u'2018-09-03T07:43:35Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8ffa83b3d30f4520a3ba259d1259ae52'})] 2018-09-03 07:46:02,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-03 07:46:02,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:02,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-99a50158-b39b-49ef-94d5-3d662554c23f Date: Mon, 03 Sep 2018 07:46:02 GMT RESP BODY: {"ports":[]} 2018-09-03 07:46:02,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-99a50158-b39b-49ef-94d5-3d662554c23f 2018-09-03 07:46:02,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0336508750916s 2018-09-03 07:46:02,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/ports.json used request id req-99a50158-b39b-49ef-94d5-3d662554c23f 2018-09-03 07:46:02,623 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-03 07:46:02,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 07:46:02,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:02,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8dc9be54-cd5c-4c7a-a375-2bc4bf89f022 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "098b9d8b800545ef8a7110e73c03fd99"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/098b9d8b800545ef8a7110e73c03fd99/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "3c47fba576ae4751bc7032963062303a"}, "user": {"id": "46726673941c406491c5f12413f49bf2"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/46726673941c406491c5f12413f49bf2/roles/3c47fba576ae4751bc7032963062303a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "46726673941c406491c5f12413f49bf2"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/46726673941c406491c5f12413f49bf2/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "523957c6bc954ac8bcb3789469ce29f7"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/523957c6bc954ac8bcb3789469ce29f7/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "5a52979b64024ba8b2a973ea27948a4b"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/5a52979b64024ba8b2a973ea27948a4b/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "07fafd5498e1491dabb6f3bd5459752e"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "60e2214fd11944aea88fe9a2b845aa3a"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/07fafd5498e1491dabb6f3bd5459752e/users/60e2214fd11944aea88fe9a2b845aa3a/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "76e7153c92bb46e6a48f24135c017e47"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/76e7153c92bb46e6a48f24135c017e47/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "863e932f2cec4488aa1dd5defa65f457"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/863e932f2cec4488aa1dd5defa65f457/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "91cff52ee9974bbd97c03c6ac32e4ceb"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/91cff52ee9974bbd97c03c6ac32e4ceb/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "a15ea9d10e2e48bf871f86e54d266fdb"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/a15ea9d10e2e48bf871f86e54d266fdb/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "b2ab19b51f7c42938c0a22796f571a11"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/b2ab19b51f7c42938c0a22796f571a11/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "dc665ac6792a4a89b92e95d027226a92"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/dc665ac6792a4a89b92e95d027226a92/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "e29d6ce7ae8a4d6e9e528908fdf4fd89"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/e29d6ce7ae8a4d6e9e528908fdf4fd89/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"project": {"id": "8ffa83b3d30f4520a3ba259d1259ae52"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "edb19ddb2e404165b5591332cbac46dc"}, "links": {"assignment": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52/users/edb19ddb2e404165b5591332cbac46dc/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"domain": {"id": "75f80b544ca44ee19a6890ac38fb3dd3"}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "a22f795d321d42be80c60b5ab8ce06c0"}, "links": {"assignment": "http://172.30.9.27:5000/v3/domains/75f80b544ca44ee19a6890ac38fb3dd3/users/a22f795d321d42be80c60b5ab8ce06c0/roles/7eb20735b1f2415c82e8be871c64db6a"}}, {"scope": {"system": {"all": true}}, "role": {"id": "7eb20735b1f2415c82e8be871c64db6a"}, "user": {"id": "60e2214fd11944aea88fe9a2b845aa3a"}, "links": {"assignment": "http://172.30.9.27:5000/v3/system/users/60e2214fd11944aea88fe9a2b845aa3a/roles/7eb20735b1f2415c82e8be871c64db6a"}}], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-03 07:46:02,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-8dc9be54-cd5c-4c7a-a375-2bc4bf89f022 2018-09-03 07:46:02,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0977029800415s 2018-09-03 07:46:02,725 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments used request id req-8dc9be54-cd5c-4c7a-a375-2bc4bf89f022 2018-09-03 07:46:02,727 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'098b9d8b800545ef8a7110e73c03fd99'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'3c47fba576ae4751bc7032963062303a', 'user': u'46726673941c406491c5f12413f49bf2'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'46726673941c406491c5f12413f49bf2'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'523957c6bc954ac8bcb3789469ce29f7'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'5a52979b64024ba8b2a973ea27948a4b'}), Munch({'project': u'07fafd5498e1491dabb6f3bd5459752e', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'60e2214fd11944aea88fe9a2b845aa3a'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'76e7153c92bb46e6a48f24135c017e47'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'863e932f2cec4488aa1dd5defa65f457'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'91cff52ee9974bbd97c03c6ac32e4ceb'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'a15ea9d10e2e48bf871f86e54d266fdb'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'b2ab19b51f7c42938c0a22796f571a11'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'dc665ac6792a4a89b92e95d027226a92'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'e29d6ce7ae8a4d6e9e528908fdf4fd89'}), Munch({'project': u'8ffa83b3d30f4520a3ba259d1259ae52', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'edb19ddb2e404165b5591332cbac46dc'}), Munch({'domain': u'75f80b544ca44ee19a6890ac38fb3dd3', 'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'a22f795d321d42be80c60b5ab8ce06c0'}), Munch({'id': u'7eb20735b1f2415c82e8be871c64db6a', 'user': u'60e2214fd11944aea88fe9a2b845aa3a'})] 2018-09-03 07:46:02,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 07:46:02,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:02,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51e0d24f-9948-4b81-b018-ca2566f79203 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3c47fba576ae4751bc7032963062303a", "links": {"self": "http://172.30.9.27:5000/v3/roles/3c47fba576ae4751bc7032963062303a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7eb20735b1f2415c82e8be871c64db6a", "links": {"self": "http://172.30.9.27:5000/v3/roles/7eb20735b1f2415c82e8be871c64db6a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa934f6f4df2449fa283b271ccbdc528", "links": {"self": "http://172.30.9.27:5000/v3/roles/aa934f6f4df2449fa283b271ccbdc528"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cb368034fc534c94949cb91f1dbfacbe", "links": {"self": "http://172.30.9.27:5000/v3/roles/cb368034fc534c94949cb91f1dbfacbe"}, "name": "heat_stack_user"}]} 2018-09-03 07:46:02,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-51e0d24f-9948-4b81-b018-ca2566f79203 2018-09-03 07:46:02,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0888540744781s 2018-09-03 07:46:02,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-51e0d24f-9948-4b81-b018-ca2566f79203 2018-09-03 07:46:02,822 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'3c47fba576ae4751bc7032963062303a'}), 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'7eb20735b1f2415c82e8be871c64db6a'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'aa934f6f4df2449fa283b271ccbdc528'}), 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'cb368034fc534c94949cb91f1dbfacbe'})] 2018-09-03 07:46:02,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 07:46:02,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:02,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-a6746365-6c78-440d-95c7-ed153420bbfc Date: Mon, 03 Sep 2018 07:46:02 GMT RESP BODY: {"routers": []} 2018-09-03 07:46:02,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a6746365-6c78-440d-95c7-ed153420bbfc 2018-09-03 07:46:02,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0433089733124s 2018-09-03 07:46:02,866 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a6746365-6c78-440d-95c7-ed153420bbfc 2018-09-03 07:46:02,866 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-03 07:46:02,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 07:46:02,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:03,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f50b4cf1-6d1a-4278-978b-f7d0065485fc x-compute-request-id: req-f50b4cf1-6d1a-4278-978b-f7d0065485fc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-03 07:46:03,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f50b4cf1-6d1a-4278-978b-f7d0065485fc 2018-09-03 07:46:03,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.20964717865s 2018-09-03 07:46:03,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.27:8774/v2.1/servers/detail used request id req-f50b4cf1-6d1a-4278-978b-f7d0065485fc 2018-09-03 07:46:03,077 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-03 07:46:03,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-03 07:46:03,083 - 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 07:46:03,089 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 07:46:03 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 07:46:03,090 - 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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:03,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-680d12f7-1cfd-42a2-a3ba-fe7a5fb9938a Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0ccc0a7b97bb433caf47ac711460ec58"}, "enabled": true, "type": "event", "id": "0ccc0a7b97bb433caf47ac711460ec58", "name": "panko"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2a425ff06c7e45609a4e46e7abdc0c18"}, "enabled": true, "type": "alarming", "id": "2a425ff06c7e45609a4e46e7abdc0c18", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2beba23cc6a84d448d96734d9091ccce"}, "enabled": true, "type": "volume", "id": "2beba23cc6a84d448d96734d9091ccce", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2c38cfadece14e6da3155f11da68eb03"}, "enabled": true, "type": "identity", "id": "2c38cfadece14e6da3155f11da68eb03", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/433f056c5850433dba041624dc68a460"}, "enabled": true, "type": "compute", "id": "433f056c5850433dba041624dc68a460", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/46ad7b194efc4ef5b9344c2add9fc579"}, "enabled": true, "type": "metering", "id": "46ad7b194efc4ef5b9344c2add9fc579", "name": "ceilometer"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/5b69ad845bda49238ae9a675d8f8a0bb"}, "enabled": true, "type": "volumev2", "id": "5b69ad845bda49238ae9a675d8f8a0bb", "name": "cinderv2"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6baef5ed9c5d47999f4da2273d7c3310"}, "enabled": true, "type": "placement", "id": "6baef5ed9c5d47999f4da2273d7c3310", "name": "placement"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/952fa5fed57d4589bcde7d0d83ed0c4f"}, "enabled": true, "type": "cloudformation", "id": "952fa5fed57d4589bcde7d0d83ed0c4f", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/a80b42957c464be6b898836ea082e674"}, "enabled": true, "type": "volumev3", "id": "a80b42957c464be6b898836ea082e674", "name": "cinderv3"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c0414add24eb4d71a61a34cc114d9684"}, "enabled": true, "type": "object-store", "id": "c0414add24eb4d71a61a34cc114d9684", "name": "swift"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c0bbc6f0d78f42068267f071c107c802"}, "enabled": true, "type": "image", "id": "c0bbc6f0d78f42068267f071c107c802", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c30674e0b48646b1a21c9b98a3635f36"}, "enabled": true, "type": "network", "id": "c30674e0b48646b1a21c9b98a3635f36", "name": "neutron"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d02cf0870df6405aa35f94cb1ebf24db"}, "enabled": true, "type": "metric", "id": "d02cf0870df6405aa35f94cb1ebf24db", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/eca937d64b2c489cb8052ab762028356"}, "enabled": true, "type": "orchestration", "id": "eca937d64b2c489cb8052ab762028356", "name": "heat"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-09-03 07:46:03,249 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-680d12f7-1cfd-42a2-a3ba-fe7a5fb9938a 2018-09-03 07:46:03,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.169096946716s 2018-09-03 07:46:03,250 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-680d12f7-1cfd-42a2-a3ba-fe7a5fb9938a 2018-09-03 07:46:03,255 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'0ccc0a7b97bb433caf47ac711460ec58', 'name': u'panko'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'2a425ff06c7e45609a4e46e7abdc0c18', 'name': u'aodh'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'2beba23cc6a84d448d96734d9091ccce', 'name': u'cinder'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'2c38cfadece14e6da3155f11da68eb03', 'name': u'keystone'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'433f056c5850433dba041624dc68a460', 'name': u'nova'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'46ad7b194efc4ef5b9344c2add9fc579', 'name': u'ceilometer'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'5b69ad845bda49238ae9a675d8f8a0bb', 'name': u'cinderv2'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'6baef5ed9c5d47999f4da2273d7c3310', 'name': u'placement'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'952fa5fed57d4589bcde7d0d83ed0c4f', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'a80b42957c464be6b898836ea082e674', 'name': u'cinderv3'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'c0414add24eb4d71a61a34cc114d9684', 'name': u'swift'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'c0bbc6f0d78f42068267f071c107c802', 'name': u'glance'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'c30674e0b48646b1a21c9b98a3635f36', 'name': u'neutron'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'd02cf0870df6405aa35f94cb1ebf24db', 'name': u'gnocchi'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'eca937d64b2c489cb8052ab762028356', 'name': u'heat'})] 2018-09-03 07:46:03,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 07:46:03,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}6fbef21ffa8464642c7cabc19c3c20728f7116a6" 2018-09-03 07:46:03,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-fd9bd1dd-f2ab-4240-92f1-ea75c7d50cc1 Date: Mon, 03 Sep 2018 07:46:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:40Z","dns_nameservers":[],"updated_at":"2018-09-03T07:43:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"8ffa83b3d30f4520a3ba259d1259ae52","id":"cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-03 07:46:03,295 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-fd9bd1dd-f2ab-4240-92f1-ea75c7d50cc1 2018-09-03 07:46:03,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0394170284271s 2018-09-03 07:46:03,295 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-fd9bd1dd-f2ab-4240-92f1-ea75c7d50cc1 2018-09-03 07:46:03,296 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T07:43:40Z', 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'cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'950a67c5-9bef-4a47-9c5f-8d53f4498478', u'tenant_id': u'8ffa83b3d30f4520a3ba259d1259ae52', u'created_at': u'2018-09-03T07:43:40Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'8ffa83b3d30f4520a3ba259d1259ae52'})] 2018-09-03 07:46:03,418 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 07:46:03,418 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-03 07:46:03,475 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-03 07:46:03,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 07:46:03,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 07:46:03,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 07:46:03,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 07:46:03,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 07:46:03,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 07:46:03,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 07:46:03,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 07:46:03,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 07:46:03,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 07:46:03,662 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 07:46:03,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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 07:46:03,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-770bee47-9d81-4dc7-8f45-21865fbae2bb 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.27:5000/v3/", "rel": "self"}]}} 2018-09-03 07:46:03,668 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000//v3 used request id req-770bee47-9d81-4dc7-8f45-21865fbae2bb 2018-09-03 07:46:03,668 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-09-03 07:46:04,058 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7eb20735b1f2415c82e8be871c64db6a", "name": "admin"}], "expires_at": "2018-09-03T08:46:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07fafd5498e1491dabb6f3bd5459752e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05826bda99b6479eb305494d0643130e"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "732acfed19c84f2fa513c0c3db690f30"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd377cfdc7294019a7720db27091b650"}], "type": "event", "id": "0ccc0a7b97bb433caf47ac711460ec58", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6daa44b6025f4ca6b9e2ab7f8a3ffb83"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7668d2dac2e441449997659fc202b138"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff16b704be1b49019eb3e6e80aca4f6d"}], "type": "alarming", "id": "2a425ff06c7e45609a4e46e7abdc0c18", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "444504d08a3a48159391cb6fbf1024b2"}, {"url": "http://172.30.9.27:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8087dfd040e948d1a04fcd62b68af7e6"}, {"url": "http://192.30.9.3:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd0d04741b424cd7b6821f7a2d3e85e6"}], "type": "volume", "id": "2beba23cc6a84d448d96734d9091ccce", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "453386f533164deab6ce9b48b00d6abb"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86101ee22dcc49548efb93988002e959"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4e08cf22034341844c7dd4360c17be"}], "type": "identity", "id": "2c38cfadece14e6da3155f11da68eb03", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12776eca0232443098e8e8411309e0be"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "475ae2e028094dfa822b8c4209283b11"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df655426ad9d4700b2298176cfd6ae65"}], "type": "compute", "id": "433f056c5850433dba041624dc68a460", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "46ad7b194efc4ef5b9344c2add9fc579", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "855e7eb4d43f410b8905b8eaa20854bc"}, {"url": "http://172.30.9.27:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3cf1cefd6bb4c74a1d81f6f57d99f30"}, {"url": "http://192.30.9.3:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3e8d87e9f0947839b2e23e2f0eb0971"}], "type": "volumev2", "id": "5b69ad845bda49238ae9a675d8f8a0bb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "122a876c10ee431e84cf898effe26351"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "358c5d1a9335402ea67547917b3f1d14"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba8cee65fb4d4699a86c62105d3133eb"}], "type": "placement", "id": "6baef5ed9c5d47999f4da2273d7c3310", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4be68c0d10b44a4c81b0c440ab9c39a5"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82d9d99cd0f548818555712fc915f930"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7c6869bbf6940b590c01fca80b170a4"}], "type": "cloudformation", "id": "952fa5fed57d4589bcde7d0d83ed0c4f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e7b5a49ba0e49238b412ba9aeb3770e"}, {"url": "http://192.30.9.3:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b83e05cfd8a4482b32b0f56fa92042c"}, {"url": "http://172.30.9.27:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8c516ada2804cb59e2c040b0fc94241"}], "type": "volumev3", "id": "a80b42957c464be6b898836ea082e674", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17d95d1c45d640e9ad48795d38d2d155"}, {"url": "http://12.0.0.34:8080/v1/AUTH_07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bac1e1deb05744868ff303b8af26bb4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4e14b0236a14c17b49464d2c63426c2"}], "type": "object-store", "id": "c0414add24eb4d71a61a34cc114d9684", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "abc9d493d01c461694ddd701161e2570"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3a07601d1948beb61aa3cbeb9ea92c"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3b9d9faa47c4be7a006f186263b2089"}], "type": "image", "id": "c0bbc6f0d78f42068267f071c107c802", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06b62b0c57024273be7913cfd00e088e"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0709f2a0469545db8aa54b486cf4dcc7"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "feaa28377e8a4cc19f2d114ea2f9ff51"}], "type": "network", "id": "c30674e0b48646b1a21c9b98a3635f36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "225bbb55130c47278c09e81789fb34c4"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "325b46cec4854068880ccb0e81c3d355"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b91ce8eff624e45980c3b1331985bb7"}], "type": "metric", "id": "d02cf0870df6405aa35f94cb1ebf24db", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b71a38d865a34889bc73b75664acf415"}, {"url": "http://192.30.9.3:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db2ade4e163247489a3f635c1d6b278d"}, {"url": "http://192.30.9.3:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e10a95d3a99c4a52b463d9521e592fbd"}], "type": "orchestration", "id": "eca937d64b2c489cb8052ab762028356", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "60e2214fd11944aea88fe9a2b845aa3a"}, "audit_ids": ["-h9gAQJ1SP-M4RpOlGN8QQ"], "issued_at": "2018-09-03T07:46:04.000000Z"}} 2018-09-03 07:46:04,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 07:46:04,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}02fdd198796ae25fa69f267151d09ac557868c9b" 2018-09-03 07:46:05,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-695db143-8bf9-4d5d-b1e4-538e337993f3 Date: Mon, 03 Sep 2018 07:46:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ffa83b3d30f4520a3ba259d1259ae52","status":"ACTIVE","subnets":["cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6"],"description":"","tags":[],"updated_at":"2018-09-03T07:43:40Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:35Z","provider:network_type":"flat"}]} 2018-09-03 07:46:05,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-695db143-8bf9-4d5d-b1e4-538e337993f3 2018-09-03 07:46:05,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.956454992294s 2018-09-03 07:46:05,018 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-695db143-8bf9-4d5d-b1e4-538e337993f3 2018-09-03 07:46:05,018 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-03 07:46:05,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 07:46:05,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}02fdd198796ae25fa69f267151d09ac557868c9b" -d '{"network": {"name": "tenantnetwork1-net_ceec43a1-d2c5-455b-ad22-49ebe725d218", "admin_state_up": true}}' 2018-09-03 07:46:05,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-d99477fe-2984-469d-b650-a148bf71ce0d Date: Mon, 03 Sep 2018 07:46:05 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2594c1a7-24ab-4d43-aed1-1e2fee6528a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"07fafd5498e1491dabb6f3bd5459752e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T07:46:05Z","is_default":false,"provider:segmentation_id":39,"name":"tenantnetwork1-net_ceec43a1-d2c5-455b-ad22-49ebe725d218","admin_state_up":true,"tenant_id":"07fafd5498e1491dabb6f3bd5459752e","created_at":"2018-09-03T07:46:05Z","mtu":1450}} 2018-09-03 07:46:05,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d99477fe-2984-469d-b650-a148bf71ce0d 2018-09-03 07:46:05,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.584366083145s 2018-09-03 07:46:05,604 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-d99477fe-2984-469d-b650-a148bf71ce0d 2018-09-03 07:46:05,604 - 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-03T07:46:05Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2594c1a7-24ab-4d43-aed1-1e2fee6528a8', u'provider:segmentation_id': 39, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_ceec43a1-d2c5-455b-ad22-49ebe725d218', u'admin_state_up': True, u'tenant_id': u'07fafd5498e1491dabb6f3bd5459752e', u'created_at': u'2018-09-03T07:46:05Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'07fafd5498e1491dabb6f3bd5459752e'}) 2018-09-03 07:46:05,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 07:46:05,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}02fdd198796ae25fa69f267151d09ac557868c9b" 2018-09-03 07:46:05,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-6ee3ea02-b028-4f14-8636-b918b4211c7c Date: Mon, 03 Sep 2018 07:46:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2594c1a7-24ab-4d43-aed1-1e2fee6528a8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"07fafd5498e1491dabb6f3bd5459752e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T07:46:05Z","provider:segmentation_id":39,"name":"tenantnetwork1-net_ceec43a1-d2c5-455b-ad22-49ebe725d218","admin_state_up":true,"tenant_id":"07fafd5498e1491dabb6f3bd5459752e","created_at":"2018-09-03T07:46:05Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ffa83b3d30f4520a3ba259d1259ae52","status":"ACTIVE","subnets":["cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6"],"description":"","tags":[],"updated_at":"2018-09-03T07:43:40Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:35Z","provider:network_type":"flat"}]} 2018-09-03 07:46:05,740 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6ee3ea02-b028-4f14-8636-b918b4211c7c 2018-09-03 07:46:05,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.135802984238s 2018-09-03 07:46:05,741 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-6ee3ea02-b028-4f14-8636-b918b4211c7c 2018-09-03 07:46:05,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 07:46:05,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}02fdd198796ae25fa69f267151d09ac557868c9b" -d '{"subnet": {"name": "tenantnetwork1-subnet_ceec43a1-d2c5-455b-ad22-49ebe725d218", "enable_dhcp": true, "network_id": "2594c1a7-24ab-4d43-aed1-1e2fee6528a8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 07:46:06,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5043b5fe-08a7-4220-9e83-6d969a4c32ca Date: Mon, 03 Sep 2018 07:46:06 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2594c1a7-24ab-4d43-aed1-1e2fee6528a8","tenant_id":"07fafd5498e1491dabb6f3bd5459752e","created_at":"2018-09-03T07:46:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T07:46:06Z","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":"07fafd5498e1491dabb6f3bd5459752e","id":"3c54c947-db76-42e5-b3bc-2600e04fcacd","subnetpool_id":null,"name":"tenantnetwork1-subnet_ceec43a1-d2c5-455b-ad22-49ebe725d218"}} 2018-09-03 07:46:06,321 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-5043b5fe-08a7-4220-9e83-6d969a4c32ca 2018-09-03 07:46:06,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.578402996063s 2018-09-03 07:46:06,322 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-5043b5fe-08a7-4220-9e83-6d969a4c32ca 2018-09-03 07:46:06,322 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T07:46:06Z', 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'3c54c947-db76-42e5-b3bc-2600e04fcacd', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_ceec43a1-d2c5-455b-ad22-49ebe725d218', u'enable_dhcp': True, u'network_id': u'2594c1a7-24ab-4d43-aed1-1e2fee6528a8', u'tenant_id': u'07fafd5498e1491dabb6f3bd5459752e', u'created_at': u'2018-09-03T07:46:06Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'07fafd5498e1491dabb6f3bd5459752e'}) 2018-09-03 07:46:06,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 07:46:06,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}02fdd198796ae25fa69f267151d09ac557868c9b" -d '{"router": {"external_gateway_info": {"network_id": "950a67c5-9bef-4a47-9c5f-8d53f4498478"}, "name": "tenantnetwork1-router_ceec43a1-d2c5-455b-ad22-49ebe725d218", "admin_state_up": true}}' 2018-09-03 07:46:07,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-77335693-d1f5-46b0-aef2-ad453d6281ee Date: Mon, 03 Sep 2018 07:46:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "950a67c5-9bef-4a47-9c5f-8d53f4498478", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "07fafd5498e1491dabb6f3bd5459752e", "created_at": "2018-09-03T07:46:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T07:46:07Z", "revision_number": 2, "routes": [], "project_id": "07fafd5498e1491dabb6f3bd5459752e", "id": "2befe57a-23e6-4f3d-b351-8ab129ecb880", "name": "tenantnetwork1-router_ceec43a1-d2c5-455b-ad22-49ebe725d218"}} 2018-09-03 07:46:07,704 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-77335693-d1f5-46b0-aef2-ad453d6281ee 2018-09-03 07:46:07,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.38138008118s 2018-09-03 07:46:07,705 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-77335693-d1f5-46b0-aef2-ad453d6281ee 2018-09-03 07:46:07,705 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'950a67c5-9bef-4a47-9c5f-8d53f4498478', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'07fafd5498e1491dabb6f3bd5459752e', u'created_at': u'2018-09-03T07:46:06Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-03T07:46:07Z', u'revision_number': 2, u'routes': [], u'project_id': u'07fafd5498e1491dabb6f3bd5459752e', u'id': u'2befe57a-23e6-4f3d-b351-8ab129ecb880', u'name': u'tenantnetwork1-router_ceec43a1-d2c5-455b-ad22-49ebe725d218'}) 2018-09-03 07:46:07,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 07:46:07,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/2befe57a-23e6-4f3d-b351-8ab129ecb880/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}02fdd198796ae25fa69f267151d09ac557868c9b" -d '{"subnet_id": "3c54c947-db76-42e5-b3bc-2600e04fcacd"}' 2018-09-03 07:46:09,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b01b7c9f-1545-4782-a548-5de1cf8008ec Date: Mon, 03 Sep 2018 07:46:09 GMT RESP BODY: {"network_id": "2594c1a7-24ab-4d43-aed1-1e2fee6528a8", "tenant_id": "07fafd5498e1491dabb6f3bd5459752e", "subnet_id": "3c54c947-db76-42e5-b3bc-2600e04fcacd", "subnet_ids": ["3c54c947-db76-42e5-b3bc-2600e04fcacd"], "port_id": "73ff523b-c2c7-4645-b82c-2a3ce4f4052e", "id": "2befe57a-23e6-4f3d-b351-8ab129ecb880"} 2018-09-03 07:46:09,125 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2befe57a-23e6-4f3d-b351-8ab129ecb880/add_router_interface.json used request id req-b01b7c9f-1545-4782-a548-5de1cf8008ec 2018-09-03 07:46:09,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.41965484619s 2018-09-03 07:46:09,125 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2befe57a-23e6-4f3d-b351-8ab129ecb880/add_router_interface.json used request id req-b01b7c9f-1545-4782-a548-5de1cf8008ec returning object 2befe57a-23e6-4f3d-b351-8ab129ecb880 2018-09-03 07:46:09,248 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 07:46:09,248 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-03 07:46:09,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 07:46:09,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/2befe57a-23e6-4f3d-b351-8ab129ecb880/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}02fdd198796ae25fa69f267151d09ac557868c9b" -d '{"subnet_id": "3c54c947-db76-42e5-b3bc-2600e04fcacd"}' 2018-09-03 07:46:10,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-153c9c88-df01-4cf4-95c1-3a24680a85a3 Date: Mon, 03 Sep 2018 07:46:10 GMT RESP BODY: {"network_id": "2594c1a7-24ab-4d43-aed1-1e2fee6528a8", "tenant_id": "07fafd5498e1491dabb6f3bd5459752e", "subnet_id": "3c54c947-db76-42e5-b3bc-2600e04fcacd", "subnet_ids": ["3c54c947-db76-42e5-b3bc-2600e04fcacd"], "port_id": "73ff523b-c2c7-4645-b82c-2a3ce4f4052e", "id": "2befe57a-23e6-4f3d-b351-8ab129ecb880"} 2018-09-03 07:46:10,685 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2befe57a-23e6-4f3d-b351-8ab129ecb880/remove_router_interface.json used request id req-153c9c88-df01-4cf4-95c1-3a24680a85a3 2018-09-03 07:46:10,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.43165016174s 2018-09-03 07:46:10,686 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/2befe57a-23e6-4f3d-b351-8ab129ecb880/remove_router_interface.json used request id req-153c9c88-df01-4cf4-95c1-3a24680a85a3 returning object 2befe57a-23e6-4f3d-b351-8ab129ecb880 2018-09-03 07:46:10,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 07:46:10,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}02fdd198796ae25fa69f267151d09ac557868c9b" 2018-09-03 07:46:10,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-9a9c2e6e-3baa-48df-99e0-f152591aef8d Date: Mon, 03 Sep 2018 07:46:10 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "950a67c5-9bef-4a47-9c5f-8d53f4498478", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "07fafd5498e1491dabb6f3bd5459752e", "created_at": "2018-09-03T07:46:06Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T07:46:09Z", "revision_number": 4, "routes": [], "project_id": "07fafd5498e1491dabb6f3bd5459752e", "id": "2befe57a-23e6-4f3d-b351-8ab129ecb880", "name": "tenantnetwork1-router_ceec43a1-d2c5-455b-ad22-49ebe725d218"}]} 2018-09-03 07:46:10,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9a9c2e6e-3baa-48df-99e0-f152591aef8d 2018-09-03 07:46:10,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.101660966873s 2018-09-03 07:46:10,790 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-9a9c2e6e-3baa-48df-99e0-f152591aef8d 2018-09-03 07:46:10,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 07:46:10,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/2befe57a-23e6-4f3d-b351-8ab129ecb880.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}02fdd198796ae25fa69f267151d09ac557868c9b" 2018-09-03 07:46:11,897 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-488ceef5-801e-4423-b754-0275879d30ce Content-Length: 0 Date: Mon, 03 Sep 2018 07:46:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 07:46:11,897 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/2befe57a-23e6-4f3d-b351-8ab129ecb880.json used request id req-488ceef5-801e-4423-b754-0275879d30ce 2018-09-03 07:46:11,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.10451889038s 2018-09-03 07:46:11,897 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/2befe57a-23e6-4f3d-b351-8ab129ecb880.json used request id req-488ceef5-801e-4423-b754-0275879d30ce 2018-09-03 07:46:11,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 07:46:11,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}02fdd198796ae25fa69f267151d09ac557868c9b" 2018-09-03 07:46:12,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-d1b0f481-8ac9-4a0e-8d1e-0a8181afdb03 Date: Mon, 03 Sep 2018 07:46:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2594c1a7-24ab-4d43-aed1-1e2fee6528a8","tenant_id":"07fafd5498e1491dabb6f3bd5459752e","created_at":"2018-09-03T07:46:06Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T07:46:06Z","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":"07fafd5498e1491dabb6f3bd5459752e","id":"3c54c947-db76-42e5-b3bc-2600e04fcacd","subnetpool_id":null,"name":"tenantnetwork1-subnet_ceec43a1-d2c5-455b-ad22-49ebe725d218"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:40Z","dns_nameservers":[],"updated_at":"2018-09-03T07:43:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"8ffa83b3d30f4520a3ba259d1259ae52","id":"cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-03 07:46:12,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d1b0f481-8ac9-4a0e-8d1e-0a8181afdb03 2018-09-03 07:46:12,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.110668897629s 2018-09-03 07:46:12,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d1b0f481-8ac9-4a0e-8d1e-0a8181afdb03 2018-09-03 07:46:12,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 07:46:12,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/3c54c947-db76-42e5-b3bc-2600e04fcacd.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}02fdd198796ae25fa69f267151d09ac557868c9b" 2018-09-03 07:46:13,018 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-01785329-6678-40b2-ae2b-1aa2e8cc63a0 Date: Mon, 03 Sep 2018 07:46:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 07:46:13,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/3c54c947-db76-42e5-b3bc-2600e04fcacd.json used request id req-01785329-6678-40b2-ae2b-1aa2e8cc63a0 2018-09-03 07:46:13,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.00804710388s 2018-09-03 07:46:13,019 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/3c54c947-db76-42e5-b3bc-2600e04fcacd.json used request id req-01785329-6678-40b2-ae2b-1aa2e8cc63a0 2018-09-03 07:46:13,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 07:46:13,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}02fdd198796ae25fa69f267151d09ac557868c9b" 2018-09-03 07:46:13,095 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-239e3240-5d8e-46ea-96d7-55a4faecb139 Date: Mon, 03 Sep 2018 07:46:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2594c1a7-24ab-4d43-aed1-1e2fee6528a8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"07fafd5498e1491dabb6f3bd5459752e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T07:46:12Z","provider:segmentation_id":39,"name":"tenantnetwork1-net_ceec43a1-d2c5-455b-ad22-49ebe725d218","admin_state_up":true,"tenant_id":"07fafd5498e1491dabb6f3bd5459752e","created_at":"2018-09-03T07:46:05Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ffa83b3d30f4520a3ba259d1259ae52","status":"ACTIVE","subnets":["cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6"],"description":"","tags":[],"updated_at":"2018-09-03T07:43:40Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:35Z","provider:network_type":"flat"}]} 2018-09-03 07:46:13,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-239e3240-5d8e-46ea-96d7-55a4faecb139 2018-09-03 07:46:13,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0762028694153s 2018-09-03 07:46:13,096 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-239e3240-5d8e-46ea-96d7-55a4faecb139 2018-09-03 07:46:13,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 07:46:13,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/2594c1a7-24ab-4d43-aed1-1e2fee6528a8.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}02fdd198796ae25fa69f267151d09ac557868c9b" 2018-09-03 07:46:14,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47ff372a-f657-4866-aed8-e0853c87627c Date: Mon, 03 Sep 2018 07:46:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 07:46:14,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2594c1a7-24ab-4d43-aed1-1e2fee6528a8.json used request id req-47ff372a-f657-4866-aed8-e0853c87627c 2018-09-03 07:46:14,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.74243688583s 2018-09-03 07:46:14,840 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/2594c1a7-24ab-4d43-aed1-1e2fee6528a8.json used request id req-47ff372a-f657-4866-aed8-e0853c87627c 2018-09-03 07:46:14,895 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-03 07:46:14,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 07:46:14,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 07:46:14,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 07:46:14,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 07:46:14,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 07:46:14,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 07:46:14,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 07:46:14,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 07:46:14,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 07:46:14,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 07:46:14,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 07:46:14,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 07:46:14,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 07:46:14,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 07:46:14,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 07:46:14,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 07:46:14,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 07:46:14,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 07:46:14,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 07:46:14,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 07:46:14,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 07:46:14,937 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 07:46:14,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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 07:46:14,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7f67b61-2a19-4538-899c-f116833aa1d8 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.27:5000/v3/", "rel": "self"}]}} 2018-09-03 07:46:14,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000//v3 used request id req-d7f67b61-2a19-4538-899c-f116833aa1d8 2018-09-03 07:46:14,947 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-09-03 07:46:15,330 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7eb20735b1f2415c82e8be871c64db6a", "name": "admin"}], "expires_at": "2018-09-03T08:46:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07fafd5498e1491dabb6f3bd5459752e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05826bda99b6479eb305494d0643130e"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "732acfed19c84f2fa513c0c3db690f30"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd377cfdc7294019a7720db27091b650"}], "type": "event", "id": "0ccc0a7b97bb433caf47ac711460ec58", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6daa44b6025f4ca6b9e2ab7f8a3ffb83"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7668d2dac2e441449997659fc202b138"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff16b704be1b49019eb3e6e80aca4f6d"}], "type": "alarming", "id": "2a425ff06c7e45609a4e46e7abdc0c18", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "444504d08a3a48159391cb6fbf1024b2"}, {"url": "http://172.30.9.27:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8087dfd040e948d1a04fcd62b68af7e6"}, {"url": "http://192.30.9.3:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd0d04741b424cd7b6821f7a2d3e85e6"}], "type": "volume", "id": "2beba23cc6a84d448d96734d9091ccce", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "453386f533164deab6ce9b48b00d6abb"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86101ee22dcc49548efb93988002e959"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4e08cf22034341844c7dd4360c17be"}], "type": "identity", "id": "2c38cfadece14e6da3155f11da68eb03", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12776eca0232443098e8e8411309e0be"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "475ae2e028094dfa822b8c4209283b11"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df655426ad9d4700b2298176cfd6ae65"}], "type": "compute", "id": "433f056c5850433dba041624dc68a460", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "46ad7b194efc4ef5b9344c2add9fc579", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "855e7eb4d43f410b8905b8eaa20854bc"}, {"url": "http://172.30.9.27:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3cf1cefd6bb4c74a1d81f6f57d99f30"}, {"url": "http://192.30.9.3:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3e8d87e9f0947839b2e23e2f0eb0971"}], "type": "volumev2", "id": "5b69ad845bda49238ae9a675d8f8a0bb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "122a876c10ee431e84cf898effe26351"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "358c5d1a9335402ea67547917b3f1d14"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba8cee65fb4d4699a86c62105d3133eb"}], "type": "placement", "id": "6baef5ed9c5d47999f4da2273d7c3310", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4be68c0d10b44a4c81b0c440ab9c39a5"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82d9d99cd0f548818555712fc915f930"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7c6869bbf6940b590c01fca80b170a4"}], "type": "cloudformation", "id": "952fa5fed57d4589bcde7d0d83ed0c4f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e7b5a49ba0e49238b412ba9aeb3770e"}, {"url": "http://192.30.9.3:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b83e05cfd8a4482b32b0f56fa92042c"}, {"url": "http://172.30.9.27:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8c516ada2804cb59e2c040b0fc94241"}], "type": "volumev3", "id": "a80b42957c464be6b898836ea082e674", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17d95d1c45d640e9ad48795d38d2d155"}, {"url": "http://12.0.0.34:8080/v1/AUTH_07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bac1e1deb05744868ff303b8af26bb4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4e14b0236a14c17b49464d2c63426c2"}], "type": "object-store", "id": "c0414add24eb4d71a61a34cc114d9684", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "abc9d493d01c461694ddd701161e2570"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3a07601d1948beb61aa3cbeb9ea92c"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3b9d9faa47c4be7a006f186263b2089"}], "type": "image", "id": "c0bbc6f0d78f42068267f071c107c802", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06b62b0c57024273be7913cfd00e088e"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0709f2a0469545db8aa54b486cf4dcc7"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "feaa28377e8a4cc19f2d114ea2f9ff51"}], "type": "network", "id": "c30674e0b48646b1a21c9b98a3635f36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "225bbb55130c47278c09e81789fb34c4"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "325b46cec4854068880ccb0e81c3d355"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b91ce8eff624e45980c3b1331985bb7"}], "type": "metric", "id": "d02cf0870df6405aa35f94cb1ebf24db", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b71a38d865a34889bc73b75664acf415"}, {"url": "http://192.30.9.3:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db2ade4e163247489a3f635c1d6b278d"}, {"url": "http://192.30.9.3:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e10a95d3a99c4a52b463d9521e592fbd"}], "type": "orchestration", "id": "eca937d64b2c489cb8052ab762028356", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "60e2214fd11944aea88fe9a2b845aa3a"}, "audit_ids": ["LNY5D1ztTdGwQgRJ9S4cww"], "issued_at": "2018-09-03T07:46:15.000000Z"}} 2018-09-03 07:46:15,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 07:46:15,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:15,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6ca01da9-f24c-4d07-883a-18ec06dd90f8 Date: Mon, 03 Sep 2018 07:46:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ffa83b3d30f4520a3ba259d1259ae52","status":"ACTIVE","subnets":["cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6"],"description":"","tags":[],"updated_at":"2018-09-03T07:43:40Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:35Z","provider:network_type":"flat"}]} 2018-09-03 07:46:15,627 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6ca01da9-f24c-4d07-883a-18ec06dd90f8 2018-09-03 07:46:15,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.295074939728s 2018-09-03 07:46:15,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6ca01da9-f24c-4d07-883a-18ec06dd90f8 2018-09-03 07:46:15,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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 07:46:15,636 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 07:46:15 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.27: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.27:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-03 07:46:15,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 07:46:15,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:15,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40f3cc53-85e3-4a22-aaab-12669b0c3550 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.27:5000/v3/domains/75f80b544ca44ee19a6890ac38fb3dd3"}, "tags": [], "enabled": true, "id": "75f80b544ca44ee19a6890ac38fb3dd3", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.27:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 07:46:15,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-40f3cc53-85e3-4a22-aaab-12669b0c3550 2018-09-03 07:46:15,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0834748744965s 2018-09-03 07:46:15,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains used request id req-40f3cc53-85e3-4a22-aaab-12669b0c3550 2018-09-03 07:46:15,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-03 07:46:15,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_3447ff77-b6c5-4a71-8264-238490a56b54"}}' 2018-09-03 07:46:15,890 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 07:46:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20a6de54-edc8-44c5-b509-673613339fed 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.27:5000/v3/projects/4dc0b55db1d64edbbf35f6d42b8a6e5b"}, "tags": [], "enabled": true, "id": "4dc0b55db1d64edbbf35f6d42b8a6e5b", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_3447ff77-b6c5-4a71-8264-238490a56b54"}} 2018-09-03 07:46:15,890 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-20a6de54-edc8-44c5-b509-673613339fed 2018-09-03 07:46:15,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.165095090866s 2018-09-03 07:46:15,890 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/projects used request id req-20a6de54-edc8-44c5-b509-673613339fed 2018-09-03 07:46:15,891 - 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'4dc0b55db1d64edbbf35f6d42b8a6e5b', '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_3447ff77-b6c5-4a71-8264-238490a56b54'}) 2018-09-03 07:46:15,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-03 07:46:15,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "403546f9-8473-4fce-9053-50d4707e0929", "email": null, "name": "tenantnetwork2-user_3447ff77-b6c5-4a71-8264-238490a56b54"}}' 2018-09-03 07:46:16,378 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 07:46:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0a941d4b-9bb5-4e74-89ae-95d4ab5c3c1a Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_3447ff77-b6c5-4a71-8264-238490a56b54", "links": {"self": "http://172.30.9.27:5000/v3/users/ad99d3de2c6a4d2a838dfeaf595dac62"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ad99d3de2c6a4d2a838dfeaf595dac62", "domain_id": "default", "password_expires_at": null}} 2018-09-03 07:46:16,378 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-0a941d4b-9bb5-4e74-89ae-95d4ab5c3c1a 2018-09-03 07:46:16,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.480560064316s 2018-09-03 07:46:16,378 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/users used request id req-0a941d4b-9bb5-4e74-89ae-95d4ab5c3c1a 2018-09-03 07:46:16,379 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ad99d3de2c6a4d2a838dfeaf595dac62', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_3447ff77-b6c5-4a71-8264-238490a56b54'}) 2018-09-03 07:46:16,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 07:46:16,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:16,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55cb7ad8-f4aa-41a6-a913-d49d7e521afc Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3c47fba576ae4751bc7032963062303a", "links": {"self": "http://172.30.9.27:5000/v3/roles/3c47fba576ae4751bc7032963062303a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7eb20735b1f2415c82e8be871c64db6a", "links": {"self": "http://172.30.9.27:5000/v3/roles/7eb20735b1f2415c82e8be871c64db6a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa934f6f4df2449fa283b271ccbdc528", "links": {"self": "http://172.30.9.27:5000/v3/roles/aa934f6f4df2449fa283b271ccbdc528"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cb368034fc534c94949cb91f1dbfacbe", "links": {"self": "http://172.30.9.27:5000/v3/roles/cb368034fc534c94949cb91f1dbfacbe"}, "name": "heat_stack_user"}]} 2018-09-03 07:46:16,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-55cb7ad8-f4aa-41a6-a913-d49d7e521afc 2018-09-03 07:46:16,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0874450206757s 2018-09-03 07:46:16,470 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-55cb7ad8-f4aa-41a6-a913-d49d7e521afc 2018-09-03 07:46:16,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 07:46:16,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:16,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5d0af20-add4-463e-b3fa-f7b2616cf3ac Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3c47fba576ae4751bc7032963062303a", "links": {"self": "http://172.30.9.27:5000/v3/roles/3c47fba576ae4751bc7032963062303a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7eb20735b1f2415c82e8be871c64db6a", "links": {"self": "http://172.30.9.27:5000/v3/roles/7eb20735b1f2415c82e8be871c64db6a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa934f6f4df2449fa283b271ccbdc528", "links": {"self": "http://172.30.9.27:5000/v3/roles/aa934f6f4df2449fa283b271ccbdc528"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cb368034fc534c94949cb91f1dbfacbe", "links": {"self": "http://172.30.9.27:5000/v3/roles/cb368034fc534c94949cb91f1dbfacbe"}, "name": "heat_stack_user"}]} 2018-09-03 07:46:16,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e5d0af20-add4-463e-b3fa-f7b2616cf3ac 2018-09-03 07:46:16,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0897529125214s 2018-09-03 07:46:16,565 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-e5d0af20-add4-463e-b3fa-f7b2616cf3ac 2018-09-03 07:46:16,566 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-03 07:46:16,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-09-03 07:46:16,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" -d '{"role": {"name": "Member"}}' 2018-09-03 07:46:16,647 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 07:46:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-976c1ed1-fa19-4850-b8f3-a161f9bbb42c Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "f11353d2402a4028ad5a51fbd49a26dc", "links": {"self": "http://172.30.9.27:5000/v3/roles/f11353d2402a4028ad5a51fbd49a26dc"}, "name": "Member"}} 2018-09-03 07:46:16,648 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-976c1ed1-fa19-4850-b8f3-a161f9bbb42c 2018-09-03 07:46:16,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.0780141353607s 2018-09-03 07:46:16,648 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.27:5000/v3/roles used request id req-976c1ed1-fa19-4850-b8f3-a161f9bbb42c 2018-09-03 07:46:16,648 - 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'f11353d2402a4028ad5a51fbd49a26dc'}) 2018-09-03 07:46:16,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 07:46:16,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:16,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-393030ae-3218-4431-95db-31765482fbc0 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3c47fba576ae4751bc7032963062303a", "links": {"self": "http://172.30.9.27:5000/v3/roles/3c47fba576ae4751bc7032963062303a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7eb20735b1f2415c82e8be871c64db6a", "links": {"self": "http://172.30.9.27:5000/v3/roles/7eb20735b1f2415c82e8be871c64db6a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa934f6f4df2449fa283b271ccbdc528", "links": {"self": "http://172.30.9.27:5000/v3/roles/aa934f6f4df2449fa283b271ccbdc528"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cb368034fc534c94949cb91f1dbfacbe", "links": {"self": "http://172.30.9.27:5000/v3/roles/cb368034fc534c94949cb91f1dbfacbe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f11353d2402a4028ad5a51fbd49a26dc", "links": {"self": "http://172.30.9.27:5000/v3/roles/f11353d2402a4028ad5a51fbd49a26dc"}, "name": "Member"}]} 2018-09-03 07:46:16,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-393030ae-3218-4431-95db-31765482fbc0 2018-09-03 07:46:16,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.092022895813s 2018-09-03 07:46:16,745 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-393030ae-3218-4431-95db-31765482fbc0 2018-09-03 07:46:16,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 07:46:16,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:16,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-afba39ef-fb16-4c3a-a7cd-fce4c0307096 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.27:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-03 07:46:16,836 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-afba39ef-fb16-4c3a-a7cd-fce4c0307096 2018-09-03 07:46:16,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0871710777283s 2018-09-03 07:46:16,837 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/domains/default used request id req-afba39ef-fb16-4c3a-a7cd-fce4c0307096 2018-09-03 07:46:16,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 07:46:16,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:16,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e5105a3-3845-4b8b-9366-4b68236768fe Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/098b9d8b800545ef8a7110e73c03fd99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098b9d8b800545ef8a7110e73c03fd99", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/46726673941c406491c5f12413f49bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46726673941c406491c5f12413f49bf2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/523957c6bc954ac8bcb3789469ce29f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "523957c6bc954ac8bcb3789469ce29f7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5a52979b64024ba8b2a973ea27948a4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a52979b64024ba8b2a973ea27948a4b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/60e2214fd11944aea88fe9a2b845aa3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "60e2214fd11944aea88fe9a2b845aa3a", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76e7153c92bb46e6a48f24135c017e47"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76e7153c92bb46e6a48f24135c017e47", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/863e932f2cec4488aa1dd5defa65f457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "863e932f2cec4488aa1dd5defa65f457", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/91cff52ee9974bbd97c03c6ac32e4ceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "91cff52ee9974bbd97c03c6ac32e4ceb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a15ea9d10e2e48bf871f86e54d266fdb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a15ea9d10e2e48bf871f86e54d266fdb", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/a22f795d321d42be80c60b5ab8ce06c0"}, "domain_id": "75f80b544ca44ee19a6890ac38fb3dd3", "enabled": true, "options": {}, "id": "a22f795d321d42be80c60b5ab8ce06c0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_3447ff77-b6c5-4a71-8264-238490a56b54", "links": {"self": "http://172.30.9.27:5000/v3/users/ad99d3de2c6a4d2a838dfeaf595dac62"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ad99d3de2c6a4d2a838dfeaf595dac62", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b2ab19b51f7c42938c0a22796f571a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2ab19b51f7c42938c0a22796f571a11", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/dc665ac6792a4a89b92e95d027226a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc665ac6792a4a89b92e95d027226a92", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/e29d6ce7ae8a4d6e9e528908fdf4fd89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e29d6ce7ae8a4d6e9e528908fdf4fd89", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/edb19ddb2e404165b5591332cbac46dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "edb19ddb2e404165b5591332cbac46dc", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-09-03 07:46:16,945 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3e5105a3-3845-4b8b-9366-4b68236768fe 2018-09-03 07:46:16,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107203006744s 2018-09-03 07:46:16,945 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-3e5105a3-3845-4b8b-9366-4b68236768fe 2018-09-03 07:46:16,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 07:46:16,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:17,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb77258b-a0dc-4564-aa74-1287bb248845 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/07fafd5498e1491dabb6f3bd5459752e"}, "tags": [], "enabled": true, "id": "07fafd5498e1491dabb6f3bd5459752e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.27:5000/v3/projects/4dc0b55db1d64edbbf35f6d42b8a6e5b"}, "tags": [], "enabled": true, "id": "4dc0b55db1d64edbbf35f6d42b8a6e5b", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_3447ff77-b6c5-4a71-8264-238490a56b54"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52"}, "tags": [], "enabled": true, "id": "8ffa83b3d30f4520a3ba259d1259ae52", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-03 07:46:17,047 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-bb77258b-a0dc-4564-aa74-1287bb248845 2018-09-03 07:46:17,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0903010368347s 2018-09-03 07:46:17,048 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects?domain_id=default used request id req-bb77258b-a0dc-4564-aa74-1287bb248845 2018-09-03 07:46:17,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 07:46:17,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27:5000/v3/role_assignments?user.id=ad99d3de2c6a4d2a838dfeaf595dac62&role.id=f11353d2402a4028ad5a51fbd49a26dc&scope.project.id=4dc0b55db1d64edbbf35f6d42b8a6e5b" -H "User-Agent: 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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:17,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a9e180c-97b0-48ce-9bc0-9ffd5b1c0ad9 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.27:5000/v3/role_assignments?user.id=ad99d3de2c6a4d2a838dfeaf595dac62&role.id=f11353d2402a4028ad5a51fbd49a26dc&scope.project.id=4dc0b55db1d64edbbf35f6d42b8a6e5b", "previous": null, "next": null}} 2018-09-03 07:46:17,204 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=ad99d3de2c6a4d2a838dfeaf595dac62&role.id=f11353d2402a4028ad5a51fbd49a26dc&scope.project.id=4dc0b55db1d64edbbf35f6d42b8a6e5b used request id req-9a9e180c-97b0-48ce-9bc0-9ffd5b1c0ad9 2018-09-03 07:46:17,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.148292064667s 2018-09-03 07:46:17,204 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/role_assignments?user.id=ad99d3de2c6a4d2a838dfeaf595dac62&role.id=f11353d2402a4028ad5a51fbd49a26dc&scope.project.id=4dc0b55db1d64edbbf35f6d42b8a6e5b used request id req-9a9e180c-97b0-48ce-9bc0-9ffd5b1c0ad9 2018-09-03 07:46:17,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-03 07:46:17,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:5000/v3/projects/4dc0b55db1d64edbbf35f6d42b8a6e5b/users/ad99d3de2c6a4d2a838dfeaf595dac62/roles/f11353d2402a4028ad5a51fbd49a26dc -H "User-Agent: 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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:17,467 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 07:46:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7f7e03c-f66f-4fbe-b8b1-51b2cdf5c426 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 07:46:17,467 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4dc0b55db1d64edbbf35f6d42b8a6e5b/users/ad99d3de2c6a4d2a838dfeaf595dac62/roles/f11353d2402a4028ad5a51fbd49a26dc used request id req-f7f7e03c-f66f-4fbe-b8b1-51b2cdf5c426 2018-09-03 07:46:17,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.259325027466s 2018-09-03 07:46:17,467 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.27:5000/v3/projects/4dc0b55db1d64edbbf35f6d42b8a6e5b/users/ad99d3de2c6a4d2a838dfeaf595dac62/roles/f11353d2402a4028ad5a51fbd49a26dc used request id req-f7f7e03c-f66f-4fbe-b8b1-51b2cdf5c426 2018-09-03 07:46:17,468 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_3447ff77-b6c5-4a71-8264-238490a56b54', 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'4dc0b55db1d64edbbf35f6d42b8a6e5b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '403546f9-8473-4fce-9053-50d4707e0929', 'username': u'tenantnetwork2-user_3447ff77-b6c5-4a71-8264-238490a56b54', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.27: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 07:46:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 07:46:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 07:46:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 07:46:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 07:46:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 07:46:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 07:46:17,470 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 07:46:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 07:46:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 07:46:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 07:46:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 07:46:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 07:46:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 07:46:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 07:46:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 07:46:17,471 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 07:46:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 07:46:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 07:46:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 07:46:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 07:46:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 07:46:17,472 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 07:46:17,474 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_3447ff77-b6c5-4a71-8264-238490a56b54', 'password': '403546f9-8473-4fce-9053-50d4707e0929', 'project_name': 'tenantnetwork2-project_3447ff77-b6c5-4a71-8264-238490a56b54', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.27:5000//v3', 'project_id': '4dc0b55db1d64edbbf35f6d42b8a6e5b', 'project_domain_name': 'Default'} 2018-09-03 07:46:17,474 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-03 07:46:17,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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 07:46:17,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-015c94af-8554-463c-952e-fba5b0862119 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.27:5000/v3/", "rel": "self"}]}} 2018-09-03 07:46:17,483 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000//v3 used request id req-015c94af-8554-463c-952e-fba5b0862119 2018-09-03 07:46:17,483 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-09-03 07:46:17,861 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f11353d2402a4028ad5a51fbd49a26dc", "name": "Member"}], "expires_at": "2018-09-03T08:46:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4dc0b55db1d64edbbf35f6d42b8a6e5b", "name": "tenantnetwork2-project_3447ff77-b6c5-4a71-8264-238490a56b54"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05826bda99b6479eb305494d0643130e"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "732acfed19c84f2fa513c0c3db690f30"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd377cfdc7294019a7720db27091b650"}], "type": "event", "id": "0ccc0a7b97bb433caf47ac711460ec58", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6daa44b6025f4ca6b9e2ab7f8a3ffb83"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7668d2dac2e441449997659fc202b138"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff16b704be1b49019eb3e6e80aca4f6d"}], "type": "alarming", "id": "2a425ff06c7e45609a4e46e7abdc0c18", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "444504d08a3a48159391cb6fbf1024b2"}, {"url": "http://172.30.9.27:8776/v1/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8087dfd040e948d1a04fcd62b68af7e6"}, {"url": "http://192.30.9.3:8776/v1/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd0d04741b424cd7b6821f7a2d3e85e6"}], "type": "volume", "id": "2beba23cc6a84d448d96734d9091ccce", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "453386f533164deab6ce9b48b00d6abb"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86101ee22dcc49548efb93988002e959"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4e08cf22034341844c7dd4360c17be"}], "type": "identity", "id": "2c38cfadece14e6da3155f11da68eb03", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12776eca0232443098e8e8411309e0be"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "475ae2e028094dfa822b8c4209283b11"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df655426ad9d4700b2298176cfd6ae65"}], "type": "compute", "id": "433f056c5850433dba041624dc68a460", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "46ad7b194efc4ef5b9344c2add9fc579", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "855e7eb4d43f410b8905b8eaa20854bc"}, {"url": "http://172.30.9.27:8776/v2/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3cf1cefd6bb4c74a1d81f6f57d99f30"}, {"url": "http://192.30.9.3:8776/v2/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3e8d87e9f0947839b2e23e2f0eb0971"}], "type": "volumev2", "id": "5b69ad845bda49238ae9a675d8f8a0bb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "122a876c10ee431e84cf898effe26351"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "358c5d1a9335402ea67547917b3f1d14"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba8cee65fb4d4699a86c62105d3133eb"}], "type": "placement", "id": "6baef5ed9c5d47999f4da2273d7c3310", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4be68c0d10b44a4c81b0c440ab9c39a5"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82d9d99cd0f548818555712fc915f930"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7c6869bbf6940b590c01fca80b170a4"}], "type": "cloudformation", "id": "952fa5fed57d4589bcde7d0d83ed0c4f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e7b5a49ba0e49238b412ba9aeb3770e"}, {"url": "http://192.30.9.3:8776/v3/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b83e05cfd8a4482b32b0f56fa92042c"}, {"url": "http://172.30.9.27:8776/v3/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8c516ada2804cb59e2c040b0fc94241"}], "type": "volumev3", "id": "a80b42957c464be6b898836ea082e674", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17d95d1c45d640e9ad48795d38d2d155"}, {"url": "http://12.0.0.34:8080/v1/AUTH_4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bac1e1deb05744868ff303b8af26bb4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4e14b0236a14c17b49464d2c63426c2"}], "type": "object-store", "id": "c0414add24eb4d71a61a34cc114d9684", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "abc9d493d01c461694ddd701161e2570"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3a07601d1948beb61aa3cbeb9ea92c"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3b9d9faa47c4be7a006f186263b2089"}], "type": "image", "id": "c0bbc6f0d78f42068267f071c107c802", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06b62b0c57024273be7913cfd00e088e"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0709f2a0469545db8aa54b486cf4dcc7"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "feaa28377e8a4cc19f2d114ea2f9ff51"}], "type": "network", "id": "c30674e0b48646b1a21c9b98a3635f36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "225bbb55130c47278c09e81789fb34c4"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "325b46cec4854068880ccb0e81c3d355"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b91ce8eff624e45980c3b1331985bb7"}], "type": "metric", "id": "d02cf0870df6405aa35f94cb1ebf24db", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b71a38d865a34889bc73b75664acf415"}, {"url": "http://192.30.9.3:8004/v1/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db2ade4e163247489a3f635c1d6b278d"}, {"url": "http://192.30.9.3:8004/v1/4dc0b55db1d64edbbf35f6d42b8a6e5b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e10a95d3a99c4a52b463d9521e592fbd"}], "type": "orchestration", "id": "eca937d64b2c489cb8052ab762028356", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_3447ff77-b6c5-4a71-8264-238490a56b54", "id": "ad99d3de2c6a4d2a838dfeaf595dac62"}, "audit_ids": ["PYznbYEZTIma8oCLQpdJGw"], "issued_at": "2018-09-03T07:46:17.000000Z"}} 2018-09-03 07:46:17,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 07:46:17,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}24196e30315b4988d12d8a2c4777715d8694eb59" -d '{"network": {"name": "tenantnetwork2-net_3447ff77-b6c5-4a71-8264-238490a56b54", "admin_state_up": true}}' 2018-09-03 07:46:19,301 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-9a4711b5-1bd4-42d2-9334-bb6eacf7fe3e Date: Mon, 03 Sep 2018 07:46:19 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4dc0b55db1d64edbbf35f6d42b8a6e5b","created_at":"2018-09-03T07:46:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-03T07:46:19Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4dc0b55db1d64edbbf35f6d42b8a6e5b","id":"76f84ab4-ca15-4bec-a845-7d78a7268181","name":"tenantnetwork2-net_3447ff77-b6c5-4a71-8264-238490a56b54"}} 2018-09-03 07:46:19,301 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9a4711b5-1bd4-42d2-9334-bb6eacf7fe3e 2018-09-03 07:46:19,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.43686294556s 2018-09-03 07:46:19,301 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-9a4711b5-1bd4-42d2-9334-bb6eacf7fe3e 2018-09-03 07:46:19,302 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T07:46:19Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'76f84ab4-ca15-4bec-a845-7d78a7268181', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_3447ff77-b6c5-4a71-8264-238490a56b54', u'admin_state_up': True, u'tenant_id': u'4dc0b55db1d64edbbf35f6d42b8a6e5b', u'created_at': u'2018-09-03T07:46:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4dc0b55db1d64edbbf35f6d42b8a6e5b'}) 2018-09-03 07:46:19,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 07:46:19,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}24196e30315b4988d12d8a2c4777715d8694eb59" 2018-09-03 07:46:19,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-b2842b62-7385-4636-bf2e-02a356e0fa5f Date: Mon, 03 Sep 2018 07:46:19 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-03T07:46:19Z","tenant_id":"4dc0b55db1d64edbbf35f6d42b8a6e5b","created_at":"2018-09-03T07:46:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"4dc0b55db1d64edbbf35f6d42b8a6e5b","id":"76f84ab4-ca15-4bec-a845-7d78a7268181","name":"tenantnetwork2-net_3447ff77-b6c5-4a71-8264-238490a56b54"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6"],"updated_at":"2018-09-03T07:43:40Z","tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"8ffa83b3d30f4520a3ba259d1259ae52","id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","name":"external"}]} 2018-09-03 07:46:19,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b2842b62-7385-4636-bf2e-02a356e0fa5f 2018-09-03 07:46:19,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.150463819504s 2018-09-03 07:46:19,453 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-b2842b62-7385-4636-bf2e-02a356e0fa5f 2018-09-03 07:46:19,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 07:46:19,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}24196e30315b4988d12d8a2c4777715d8694eb59" -d '{"subnet": {"name": "tenantnetwork2-subnet_3447ff77-b6c5-4a71-8264-238490a56b54", "enable_dhcp": true, "network_id": "76f84ab4-ca15-4bec-a845-7d78a7268181", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 07:46:20,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-668986cd-894f-4308-a79b-c350f56b7cd7 Date: Mon, 03 Sep 2018 07:46:20 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76f84ab4-ca15-4bec-a845-7d78a7268181","tenant_id":"4dc0b55db1d64edbbf35f6d42b8a6e5b","created_at":"2018-09-03T07:46:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T07:46:19Z","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":"4dc0b55db1d64edbbf35f6d42b8a6e5b","id":"88e6da3c-b77e-45dc-a054-a02d94dfa390","subnetpool_id":null,"name":"tenantnetwork2-subnet_3447ff77-b6c5-4a71-8264-238490a56b54"}} 2018-09-03 07:46:20,326 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-668986cd-894f-4308-a79b-c350f56b7cd7 2018-09-03 07:46:20,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.870919942856s 2018-09-03 07:46:20,326 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-668986cd-894f-4308-a79b-c350f56b7cd7 2018-09-03 07:46:20,326 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T07:46:19Z', 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'88e6da3c-b77e-45dc-a054-a02d94dfa390', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_3447ff77-b6c5-4a71-8264-238490a56b54', u'enable_dhcp': True, u'network_id': u'76f84ab4-ca15-4bec-a845-7d78a7268181', u'tenant_id': u'4dc0b55db1d64edbbf35f6d42b8a6e5b', u'created_at': u'2018-09-03T07:46:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4dc0b55db1d64edbbf35f6d42b8a6e5b'}) 2018-09-03 07:46:20,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 07:46:20,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}24196e30315b4988d12d8a2c4777715d8694eb59" -d '{"router": {"external_gateway_info": {"network_id": "950a67c5-9bef-4a47-9c5f-8d53f4498478"}, "name": "tenantnetwork2-router_3447ff77-b6c5-4a71-8264-238490a56b54", "admin_state_up": true}}' 2018-09-03 07:46:21,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-c9a47e13-ad6d-493f-9c08-6ed1dbbb642f Date: Mon, 03 Sep 2018 07:46:21 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "950a67c5-9bef-4a47-9c5f-8d53f4498478", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4dc0b55db1d64edbbf35f6d42b8a6e5b", "created_at": "2018-09-03T07:46:20Z", "admin_state_up": true, "updated_at": "2018-09-03T07:46:21Z", "revision_number": 2, "routes": [], "project_id": "4dc0b55db1d64edbbf35f6d42b8a6e5b", "id": "5a110d47-06db-4517-9a7b-e84e53220e5c", "name": "tenantnetwork2-router_3447ff77-b6c5-4a71-8264-238490a56b54"}} 2018-09-03 07:46:21,486 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c9a47e13-ad6d-493f-9c08-6ed1dbbb642f 2018-09-03 07:46:21,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.15860700607s 2018-09-03 07:46:21,486 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-c9a47e13-ad6d-493f-9c08-6ed1dbbb642f 2018-09-03 07:46:21,486 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'950a67c5-9bef-4a47-9c5f-8d53f4498478', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4dc0b55db1d64edbbf35f6d42b8a6e5b', u'created_at': u'2018-09-03T07:46:20Z', u'admin_state_up': True, u'updated_at': u'2018-09-03T07:46:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'4dc0b55db1d64edbbf35f6d42b8a6e5b', u'id': u'5a110d47-06db-4517-9a7b-e84e53220e5c', u'name': u'tenantnetwork2-router_3447ff77-b6c5-4a71-8264-238490a56b54'}) 2018-09-03 07:46:21,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 07:46:21,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/5a110d47-06db-4517-9a7b-e84e53220e5c/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}24196e30315b4988d12d8a2c4777715d8694eb59" -d '{"subnet_id": "88e6da3c-b77e-45dc-a054-a02d94dfa390"}' 2018-09-03 07:46:23,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2dbe6299-d941-4cef-bedd-f4914c3fc6a4 Date: Mon, 03 Sep 2018 07:46:23 GMT RESP BODY: {"network_id": "76f84ab4-ca15-4bec-a845-7d78a7268181", "tenant_id": "4dc0b55db1d64edbbf35f6d42b8a6e5b", "subnet_id": "88e6da3c-b77e-45dc-a054-a02d94dfa390", "subnet_ids": ["88e6da3c-b77e-45dc-a054-a02d94dfa390"], "port_id": "1600d697-a684-468e-a9f6-2066e5076185", "id": "5a110d47-06db-4517-9a7b-e84e53220e5c"} 2018-09-03 07:46:23,321 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/5a110d47-06db-4517-9a7b-e84e53220e5c/add_router_interface.json used request id req-2dbe6299-d941-4cef-bedd-f4914c3fc6a4 2018-09-03 07:46:23,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83419013023s 2018-09-03 07:46:23,322 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/5a110d47-06db-4517-9a7b-e84e53220e5c/add_router_interface.json used request id req-2dbe6299-d941-4cef-bedd-f4914c3fc6a4 returning object 5a110d47-06db-4517-9a7b-e84e53220e5c 2018-09-03 07:46:23,443 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 07:46:23,443 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-03 07:46:23,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 07:46:23,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/5a110d47-06db-4517-9a7b-e84e53220e5c/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}24196e30315b4988d12d8a2c4777715d8694eb59" -d '{"subnet_id": "88e6da3c-b77e-45dc-a054-a02d94dfa390"}' 2018-09-03 07:46:24,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-14bec31f-2dd9-4e99-839e-a0036ce3ce31 Date: Mon, 03 Sep 2018 07:46:24 GMT RESP BODY: {"network_id": "76f84ab4-ca15-4bec-a845-7d78a7268181", "tenant_id": "4dc0b55db1d64edbbf35f6d42b8a6e5b", "subnet_id": "88e6da3c-b77e-45dc-a054-a02d94dfa390", "subnet_ids": ["88e6da3c-b77e-45dc-a054-a02d94dfa390"], "port_id": "1600d697-a684-468e-a9f6-2066e5076185", "id": "5a110d47-06db-4517-9a7b-e84e53220e5c"} 2018-09-03 07:46:24,752 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/5a110d47-06db-4517-9a7b-e84e53220e5c/remove_router_interface.json used request id req-14bec31f-2dd9-4e99-839e-a0036ce3ce31 2018-09-03 07:46:24,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.30370879173s 2018-09-03 07:46:24,752 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/5a110d47-06db-4517-9a7b-e84e53220e5c/remove_router_interface.json used request id req-14bec31f-2dd9-4e99-839e-a0036ce3ce31 returning object 5a110d47-06db-4517-9a7b-e84e53220e5c 2018-09-03 07:46:24,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 07:46:24,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}24196e30315b4988d12d8a2c4777715d8694eb59" 2018-09-03 07:46:24,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b535caed-70b1-4ebb-b6e9-8ffc23d6301b Date: Mon, 03 Sep 2018 07:46:24 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "950a67c5-9bef-4a47-9c5f-8d53f4498478", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "4dc0b55db1d64edbbf35f6d42b8a6e5b", "created_at": "2018-09-03T07:46:20Z", "admin_state_up": true, "updated_at": "2018-09-03T07:46:24Z", "revision_number": 4, "routes": [], "project_id": "4dc0b55db1d64edbbf35f6d42b8a6e5b", "id": "5a110d47-06db-4517-9a7b-e84e53220e5c", "name": "tenantnetwork2-router_3447ff77-b6c5-4a71-8264-238490a56b54"}]} 2018-09-03 07:46:24,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-b535caed-70b1-4ebb-b6e9-8ffc23d6301b 2018-09-03 07:46:24,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113625049591s 2018-09-03 07:46:24,867 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-b535caed-70b1-4ebb-b6e9-8ffc23d6301b 2018-09-03 07:46:24,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 07:46:24,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/5a110d47-06db-4517-9a7b-e84e53220e5c.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}24196e30315b4988d12d8a2c4777715d8694eb59" 2018-09-03 07:46:26,124 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a2c456f-fbcc-4143-95eb-fdd9dfbea3df Content-Length: 0 Date: Mon, 03 Sep 2018 07:46:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 07:46:26,124 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/5a110d47-06db-4517-9a7b-e84e53220e5c.json used request id req-5a2c456f-fbcc-4143-95eb-fdd9dfbea3df 2018-09-03 07:46:26,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25521302223s 2018-09-03 07:46:26,124 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/5a110d47-06db-4517-9a7b-e84e53220e5c.json used request id req-5a2c456f-fbcc-4143-95eb-fdd9dfbea3df 2018-09-03 07:46:26,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 07:46:26,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}24196e30315b4988d12d8a2c4777715d8694eb59" 2018-09-03 07:46:26,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a3122fb2-9153-49ea-acaf-fe667ffe724e Date: Mon, 03 Sep 2018 07:46:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76f84ab4-ca15-4bec-a845-7d78a7268181","tenant_id":"4dc0b55db1d64edbbf35f6d42b8a6e5b","created_at":"2018-09-03T07:46:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T07:46:19Z","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":"4dc0b55db1d64edbbf35f6d42b8a6e5b","id":"88e6da3c-b77e-45dc-a054-a02d94dfa390","subnetpool_id":null,"name":"tenantnetwork2-subnet_3447ff77-b6c5-4a71-8264-238490a56b54"}]} 2018-09-03 07:46:26,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a3122fb2-9153-49ea-acaf-fe667ffe724e 2018-09-03 07:46:26,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.085186958313s 2018-09-03 07:46:26,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-a3122fb2-9153-49ea-acaf-fe667ffe724e 2018-09-03 07:46:26,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 07:46:26,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/88e6da3c-b77e-45dc-a054-a02d94dfa390.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}24196e30315b4988d12d8a2c4777715d8694eb59" 2018-09-03 07:46:27,159 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cca4d51c-9619-439b-87c2-1a6098a4224d Date: Mon, 03 Sep 2018 07:46:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 07:46:27,160 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/88e6da3c-b77e-45dc-a054-a02d94dfa390.json used request id req-cca4d51c-9619-439b-87c2-1a6098a4224d 2018-09-03 07:46:27,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.94787311554s 2018-09-03 07:46:27,160 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/88e6da3c-b77e-45dc-a054-a02d94dfa390.json used request id req-cca4d51c-9619-439b-87c2-1a6098a4224d 2018-09-03 07:46:27,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 07:46:27,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}24196e30315b4988d12d8a2c4777715d8694eb59" 2018-09-03 07:46:27,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-566f7b3b-de53-4444-83cd-e013d1853a2b Date: Mon, 03 Sep 2018 07:46:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-03T07:46:27Z","tenant_id":"4dc0b55db1d64edbbf35f6d42b8a6e5b","created_at":"2018-09-03T07:46:18Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"4dc0b55db1d64edbbf35f6d42b8a6e5b","id":"76f84ab4-ca15-4bec-a845-7d78a7268181","name":"tenantnetwork2-net_3447ff77-b6c5-4a71-8264-238490a56b54"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6"],"updated_at":"2018-09-03T07:43:40Z","tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:35Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"8ffa83b3d30f4520a3ba259d1259ae52","id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","name":"external"}]} 2018-09-03 07:46:27,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-566f7b3b-de53-4444-83cd-e013d1853a2b 2018-09-03 07:46:27,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0845971107483s 2018-09-03 07:46:27,246 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-566f7b3b-de53-4444-83cd-e013d1853a2b 2018-09-03 07:46:27,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 07:46:27,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/76f84ab4-ca15-4bec-a845-7d78a7268181.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}24196e30315b4988d12d8a2c4777715d8694eb59" 2018-09-03 07:46:28,665 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3dbe16c7-1a4f-44d4-95b0-b1eb0f7616ee Date: Mon, 03 Sep 2018 07:46:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 07:46:28,666 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/76f84ab4-ca15-4bec-a845-7d78a7268181.json used request id req-3dbe16c7-1a4f-44d4-95b0-b1eb0f7616ee 2018-09-03 07:46:28,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.4191570282s 2018-09-03 07:46:28,666 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/76f84ab4-ca15-4bec-a845-7d78a7268181.json used request id req-3dbe16c7-1a4f-44d4-95b0-b1eb0f7616ee 2018-09-03 07:46:28,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 07:46:28,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:28,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ea49f01-b216-48ab-95cc-f34905547658 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.27:5000/v3/users/098b9d8b800545ef8a7110e73c03fd99"}, "domain_id": "default", "enabled": true, "options": {}, "id": "098b9d8b800545ef8a7110e73c03fd99", "email": "panko@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.27:5000/v3/users/46726673941c406491c5f12413f49bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46726673941c406491c5f12413f49bf2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.27:5000/v3/users/523957c6bc954ac8bcb3789469ce29f7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "523957c6bc954ac8bcb3789469ce29f7", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.27:5000/v3/users/5a52979b64024ba8b2a973ea27948a4b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a52979b64024ba8b2a973ea27948a4b", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.27:5000/v3/users/60e2214fd11944aea88fe9a2b845aa3a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "60e2214fd11944aea88fe9a2b845aa3a", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.27:5000/v3/users/76e7153c92bb46e6a48f24135c017e47"}, "domain_id": "default", "enabled": true, "options": {}, "id": "76e7153c92bb46e6a48f24135c017e47", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.27:5000/v3/users/863e932f2cec4488aa1dd5defa65f457"}, "domain_id": "default", "enabled": true, "options": {}, "id": "863e932f2cec4488aa1dd5defa65f457", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.27:5000/v3/users/91cff52ee9974bbd97c03c6ac32e4ceb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "91cff52ee9974bbd97c03c6ac32e4ceb", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.27:5000/v3/users/a15ea9d10e2e48bf871f86e54d266fdb"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a15ea9d10e2e48bf871f86e54d266fdb", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.27:5000/v3/users/a22f795d321d42be80c60b5ab8ce06c0"}, "domain_id": "75f80b544ca44ee19a6890ac38fb3dd3", "enabled": true, "options": {}, "id": "a22f795d321d42be80c60b5ab8ce06c0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_3447ff77-b6c5-4a71-8264-238490a56b54", "links": {"self": "http://172.30.9.27:5000/v3/users/ad99d3de2c6a4d2a838dfeaf595dac62"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ad99d3de2c6a4d2a838dfeaf595dac62", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.27:5000/v3/users/b2ab19b51f7c42938c0a22796f571a11"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b2ab19b51f7c42938c0a22796f571a11", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.27:5000/v3/users/dc665ac6792a4a89b92e95d027226a92"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dc665ac6792a4a89b92e95d027226a92", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.27:5000/v3/users/e29d6ce7ae8a4d6e9e528908fdf4fd89"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e29d6ce7ae8a4d6e9e528908fdf4fd89", "email": "cinder@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.27:5000/v3/users/edb19ddb2e404165b5591332cbac46dc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "edb19ddb2e404165b5591332cbac46dc", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.27:5000/v3/users", "previous": null, "next": null}} 2018-09-03 07:46:28,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6ea49f01-b216-48ab-95cc-f34905547658 2018-09-03 07:46:28,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.101101875305s 2018-09-03 07:46:28,768 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users used request id req-6ea49f01-b216-48ab-95cc-f34905547658 2018-09-03 07:46:28,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 07:46:28,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27:5000/v3/users/ad99d3de2c6a4d2a838dfeaf595dac62 -H "User-Agent: 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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:28,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8678478-134c-4019-a470-5f7ea25cef42 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_3447ff77-b6c5-4a71-8264-238490a56b54", "links": {"self": "http://172.30.9.27:5000/v3/users/ad99d3de2c6a4d2a838dfeaf595dac62"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ad99d3de2c6a4d2a838dfeaf595dac62", "description": null}} 2018-09-03 07:46:28,881 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ad99d3de2c6a4d2a838dfeaf595dac62 used request id req-b8678478-134c-4019-a470-5f7ea25cef42 2018-09-03 07:46:28,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.107264041901s 2018-09-03 07:46:28,881 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/users/ad99d3de2c6a4d2a838dfeaf595dac62 used request id req-b8678478-134c-4019-a470-5f7ea25cef42 2018-09-03 07:46:28,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-03 07:46:28,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/users/ad99d3de2c6a4d2a838dfeaf595dac62 -H "User-Agent: 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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:29,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 07:46:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b63cc0e-0a8a-4949-9c22-e3be47b170dd 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 07:46:29,114 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ad99d3de2c6a4d2a838dfeaf595dac62 used request id req-7b63cc0e-0a8a-4949-9c22-e3be47b170dd 2018-09-03 07:46:29,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.232614994049s 2018-09-03 07:46:29,115 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/users/ad99d3de2c6a4d2a838dfeaf595dac62 used request id req-7b63cc0e-0a8a-4949-9c22-e3be47b170dd 2018-09-03 07:46:29,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 07:46:29,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:29,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a4978ba-6e06-4913-9c96-c12a969ae3fc Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.27:5000/v3/projects/07fafd5498e1491dabb6f3bd5459752e"}, "tags": [], "enabled": true, "id": "07fafd5498e1491dabb6f3bd5459752e", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.27:5000/v3/projects/4dc0b55db1d64edbbf35f6d42b8a6e5b"}, "tags": [], "enabled": true, "id": "4dc0b55db1d64edbbf35f6d42b8a6e5b", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_3447ff77-b6c5-4a71-8264-238490a56b54"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.27:5000/v3/projects/8ffa83b3d30f4520a3ba259d1259ae52"}, "tags": [], "enabled": true, "id": "8ffa83b3d30f4520a3ba259d1259ae52", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-03 07:46:29,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-0a4978ba-6e06-4913-9c96-c12a969ae3fc 2018-09-03 07:46:29,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100889921188s 2018-09-03 07:46:29,222 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/projects used request id req-0a4978ba-6e06-4913-9c96-c12a969ae3fc 2018-09-03 07:46:29,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-03 07:46:29,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/projects/4dc0b55db1d64edbbf35f6d42b8a6e5b -H "User-Agent: 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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:29,389 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 07:46:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4c0560c-7375-48a9-9a9d-1a9b5b65d81f 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 07:46:29,389 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4dc0b55db1d64edbbf35f6d42b8a6e5b used request id req-b4c0560c-7375-48a9-9a9d-1a9b5b65d81f 2018-09-03 07:46:29,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.163242816925s 2018-09-03 07:46:29,390 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/projects/4dc0b55db1d64edbbf35f6d42b8a6e5b used request id req-b4c0560c-7375-48a9-9a9d-1a9b5b65d81f 2018-09-03 07:46:29,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 07:46:29,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:29,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1737f820-30eb-4e05-b555-e0abd7544d7d Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.27:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3c47fba576ae4751bc7032963062303a", "links": {"self": "http://172.30.9.27:5000/v3/roles/3c47fba576ae4751bc7032963062303a"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7eb20735b1f2415c82e8be871c64db6a", "links": {"self": "http://172.30.9.27:5000/v3/roles/7eb20735b1f2415c82e8be871c64db6a"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.27:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa934f6f4df2449fa283b271ccbdc528", "links": {"self": "http://172.30.9.27:5000/v3/roles/aa934f6f4df2449fa283b271ccbdc528"}, "name": "swiftoperator"}, {"domain_id": null, "id": "cb368034fc534c94949cb91f1dbfacbe", "links": {"self": "http://172.30.9.27:5000/v3/roles/cb368034fc534c94949cb91f1dbfacbe"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f11353d2402a4028ad5a51fbd49a26dc", "links": {"self": "http://172.30.9.27:5000/v3/roles/f11353d2402a4028ad5a51fbd49a26dc"}, "name": "Member"}]} 2018-09-03 07:46:29,480 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1737f820-30eb-4e05-b555-e0abd7544d7d 2018-09-03 07:46:29,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0871579647064s 2018-09-03 07:46:29,481 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.27:5000/v3/roles used request id req-1737f820-30eb-4e05-b555-e0abd7544d7d 2018-09-03 07:46:29,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-09-03 07:46:29,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:5000/v3/roles/f11353d2402a4028ad5a51fbd49a26dc -H "User-Agent: 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}c4d662b76650e6df9ca26663e1d97f39924ecf82" 2018-09-03 07:46:29,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 07:46:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7be829a3-05c7-4b78-bcea-93cd72c37772 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 07:46:29,708 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/f11353d2402a4028ad5a51fbd49a26dc used request id req-7be829a3-05c7-4b78-bcea-93cd72c37772 2018-09-03 07:46:29,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.222679138184s 2018-09-03 07:46:29,709 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.27:5000/v3/roles/f11353d2402a4028ad5a51fbd49a26dc used request id req-7be829a3-05c7-4b78-bcea-93cd72c37772 2018-09-03 07:46:29,759 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-03 07:46:29,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 07:46:29,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 07:46:29,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 07:46:29,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 07:46:29,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 07:46:29,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 07:46:29,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 07:46:29,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 07:46:29,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 07:46:29,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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 07:46:29,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 07:46:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44a6e847-4dfe-4f58-81a6-5d983050bded 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.27:5000/v3/", "rel": "self"}]}} 2018-09-03 07:46:29,843 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.27:5000//v3 used request id req-44a6e847-4dfe-4f58-81a6-5d983050bded 2018-09-03 07:46:29,843 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.27:5000/v3/auth/tokens 2018-09-03 07:46:30,216 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7eb20735b1f2415c82e8be871c64db6a", "name": "admin"}], "expires_at": "2018-09-03T08:46:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "07fafd5498e1491dabb6f3bd5459752e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.27:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "05826bda99b6479eb305494d0643130e"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "732acfed19c84f2fa513c0c3db690f30"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dd377cfdc7294019a7720db27091b650"}], "type": "event", "id": "0ccc0a7b97bb433caf47ac711460ec58", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6daa44b6025f4ca6b9e2ab7f8a3ffb83"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7668d2dac2e441449997659fc202b138"}, {"url": "http://172.30.9.27:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ff16b704be1b49019eb3e6e80aca4f6d"}], "type": "alarming", "id": "2a425ff06c7e45609a4e46e7abdc0c18", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "444504d08a3a48159391cb6fbf1024b2"}, {"url": "http://172.30.9.27:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8087dfd040e948d1a04fcd62b68af7e6"}, {"url": "http://192.30.9.3:8776/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd0d04741b424cd7b6821f7a2d3e85e6"}], "type": "volume", "id": "2beba23cc6a84d448d96734d9091ccce", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.27:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "453386f533164deab6ce9b48b00d6abb"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "86101ee22dcc49548efb93988002e959"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "df4e08cf22034341844c7dd4360c17be"}], "type": "identity", "id": "2c38cfadece14e6da3155f11da68eb03", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "12776eca0232443098e8e8411309e0be"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "475ae2e028094dfa822b8c4209283b11"}, {"url": "http://172.30.9.27:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "df655426ad9d4700b2298176cfd6ae65"}], "type": "compute", "id": "433f056c5850433dba041624dc68a460", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "46ad7b194efc4ef5b9344c2add9fc579", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "855e7eb4d43f410b8905b8eaa20854bc"}, {"url": "http://172.30.9.27:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c3cf1cefd6bb4c74a1d81f6f57d99f30"}, {"url": "http://192.30.9.3:8776/v2/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3e8d87e9f0947839b2e23e2f0eb0971"}], "type": "volumev2", "id": "5b69ad845bda49238ae9a675d8f8a0bb", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "122a876c10ee431e84cf898effe26351"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "358c5d1a9335402ea67547917b3f1d14"}, {"url": "http://172.30.9.27:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba8cee65fb4d4699a86c62105d3133eb"}], "type": "placement", "id": "6baef5ed9c5d47999f4da2273d7c3310", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4be68c0d10b44a4c81b0c440ab9c39a5"}, {"url": "http://172.30.9.27:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "82d9d99cd0f548818555712fc915f930"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e7c6869bbf6940b590c01fca80b170a4"}], "type": "cloudformation", "id": "952fa5fed57d4589bcde7d0d83ed0c4f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6e7b5a49ba0e49238b412ba9aeb3770e"}, {"url": "http://192.30.9.3:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b83e05cfd8a4482b32b0f56fa92042c"}, {"url": "http://172.30.9.27:8776/v3/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d8c516ada2804cb59e2c040b0fc94241"}], "type": "volumev3", "id": "a80b42957c464be6b898836ea082e674", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17d95d1c45d640e9ad48795d38d2d155"}, {"url": "http://12.0.0.34:8080/v1/AUTH_07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bac1e1deb05744868ff303b8af26bb4b"}, {"url": "http://172.30.9.27:8080/v1/AUTH_07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f4e14b0236a14c17b49464d2c63426c2"}], "type": "object-store", "id": "c0414add24eb4d71a61a34cc114d9684", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.27:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "abc9d493d01c461694ddd701161e2570"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eb3a07601d1948beb61aa3cbeb9ea92c"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f3b9d9faa47c4be7a006f186263b2089"}], "type": "image", "id": "c0bbc6f0d78f42068267f071c107c802", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "06b62b0c57024273be7913cfd00e088e"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0709f2a0469545db8aa54b486cf4dcc7"}, {"url": "http://172.30.9.27:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "feaa28377e8a4cc19f2d114ea2f9ff51"}], "type": "network", "id": "c30674e0b48646b1a21c9b98a3635f36", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "225bbb55130c47278c09e81789fb34c4"}, {"url": "http://172.30.9.27:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "325b46cec4854068880ccb0e81c3d355"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7b91ce8eff624e45980c3b1331985bb7"}], "type": "metric", "id": "d02cf0870df6405aa35f94cb1ebf24db", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.27:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b71a38d865a34889bc73b75664acf415"}, {"url": "http://192.30.9.3:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "db2ade4e163247489a3f635c1d6b278d"}, {"url": "http://192.30.9.3:8004/v1/07fafd5498e1491dabb6f3bd5459752e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e10a95d3a99c4a52b463d9521e592fbd"}], "type": "orchestration", "id": "eca937d64b2c489cb8052ab762028356", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "60e2214fd11944aea88fe9a2b845aa3a"}, "audit_ids": ["5pextOF_TySkZMsbBAOPhQ"], "issued_at": "2018-09-03T07:46:30.000000Z"}} 2018-09-03 07:46:30,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 07:46:30,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.27: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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" 2018-09-03 07:46:31,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-332b9dcf-94ec-47a7-bfe1-af5a5ca97310 Date: Mon, 03 Sep 2018 07:46:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ffa83b3d30f4520a3ba259d1259ae52","status":"ACTIVE","subnets":["cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6"],"description":"","tags":[],"updated_at":"2018-09-03T07:43:40Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:35Z","provider:network_type":"flat"}]} 2018-09-03 07:46:31,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-332b9dcf-94ec-47a7-bfe1-af5a5ca97310 2018-09-03 07:46:31,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.960659980774s 2018-09-03 07:46:31,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json?router%3Aexternal=True used request id req-332b9dcf-94ec-47a7-bfe1-af5a5ca97310 2018-09-03 07:46:31,181 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-03 07:46:31,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 07:46:31,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" -d '{"network": {"name": "vmready1-net_e5e458ed-2d91-4a94-9170-913d5e0d877f", "admin_state_up": true}}' 2018-09-03 07:46:31,544 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-a16ee5f3-bdf2-43a0-8679-20779972e0a4 Date: Mon, 03 Sep 2018 07:46:31 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"add7bd63-327c-4e7d-8fd6-3f9e780903bf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"07fafd5498e1491dabb6f3bd5459752e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T07:46:31Z","is_default":false,"provider:segmentation_id":23,"name":"vmready1-net_e5e458ed-2d91-4a94-9170-913d5e0d877f","admin_state_up":true,"tenant_id":"07fafd5498e1491dabb6f3bd5459752e","created_at":"2018-09-03T07:46:31Z","mtu":1450}} 2018-09-03 07:46:31,545 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a16ee5f3-bdf2-43a0-8679-20779972e0a4 2018-09-03 07:46:31,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.363618135452s 2018-09-03 07:46:31,545 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a16ee5f3-bdf2-43a0-8679-20779972e0a4 2018-09-03 07:46:31,546 - 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-03T07:46:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'add7bd63-327c-4e7d-8fd6-3f9e780903bf', u'provider:segmentation_id': 23, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_e5e458ed-2d91-4a94-9170-913d5e0d877f', u'admin_state_up': True, u'tenant_id': u'07fafd5498e1491dabb6f3bd5459752e', u'created_at': u'2018-09-03T07:46:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'07fafd5498e1491dabb6f3bd5459752e'}) 2018-09-03 07:46:31,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 07:46:31,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" 2018-09-03 07:46:31,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-1878a3c9-6c9d-4b4f-af2d-f0cb6d357c3c Date: Mon, 03 Sep 2018 07:46:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ffa83b3d30f4520a3ba259d1259ae52","status":"ACTIVE","subnets":["cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6"],"description":"","tags":[],"updated_at":"2018-09-03T07:43:40Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"add7bd63-327c-4e7d-8fd6-3f9e780903bf","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"07fafd5498e1491dabb6f3bd5459752e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T07:46:31Z","provider:segmentation_id":23,"name":"vmready1-net_e5e458ed-2d91-4a94-9170-913d5e0d877f","admin_state_up":true,"tenant_id":"07fafd5498e1491dabb6f3bd5459752e","created_at":"2018-09-03T07:46:31Z","provider:network_type":"vxlan"}]} 2018-09-03 07:46:31,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1878a3c9-6c9d-4b4f-af2d-f0cb6d357c3c 2018-09-03 07:46:31,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0938980579376s 2018-09-03 07:46:31,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-1878a3c9-6c9d-4b4f-af2d-f0cb6d357c3c 2018-09-03 07:46:31,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 07:46:31,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" -d '{"subnet": {"name": "vmready1-subnet_e5e458ed-2d91-4a94-9170-913d5e0d877f", "enable_dhcp": true, "network_id": "add7bd63-327c-4e7d-8fd6-3f9e780903bf", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 07:46:32,223 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-fc5e6cdc-06ea-43be-98ee-86a463c752b0 Date: Mon, 03 Sep 2018 07:46:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"add7bd63-327c-4e7d-8fd6-3f9e780903bf","tenant_id":"07fafd5498e1491dabb6f3bd5459752e","created_at":"2018-09-03T07:46:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T07:46:31Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"07fafd5498e1491dabb6f3bd5459752e","id":"27ed5b62-fd60-424e-bb4c-53f45e3e69e1","subnetpool_id":null,"name":"vmready1-subnet_e5e458ed-2d91-4a94-9170-913d5e0d877f"}} 2018-09-03 07:46:32,223 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-fc5e6cdc-06ea-43be-98ee-86a463c752b0 2018-09-03 07:46:32,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.580998897552s 2018-09-03 07:46:32,224 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-fc5e6cdc-06ea-43be-98ee-86a463c752b0 2018-09-03 07:46:32,224 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T07:46:31Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'27ed5b62-fd60-424e-bb4c-53f45e3e69e1', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_e5e458ed-2d91-4a94-9170-913d5e0d877f', u'enable_dhcp': True, u'network_id': u'add7bd63-327c-4e7d-8fd6-3f9e780903bf', u'tenant_id': u'07fafd5498e1491dabb6f3bd5459752e', u'created_at': u'2018-09-03T07:46:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'07fafd5498e1491dabb6f3bd5459752e'}) 2018-09-03 07:46:32,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 07:46:32,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" -d '{"router": {"external_gateway_info": {"network_id": "950a67c5-9bef-4a47-9c5f-8d53f4498478"}, "name": "vmready1-router_e5e458ed-2d91-4a94-9170-913d5e0d877f", "admin_state_up": true}}' 2018-09-03 07:46:33,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-f14214dd-4879-4582-8085-0060e1f9d5d9 Date: Mon, 03 Sep 2018 07:46:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "950a67c5-9bef-4a47-9c5f-8d53f4498478", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "07fafd5498e1491dabb6f3bd5459752e", "created_at": "2018-09-03T07:46:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T07:46:33Z", "revision_number": 2, "routes": [], "project_id": "07fafd5498e1491dabb6f3bd5459752e", "id": "0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb", "name": "vmready1-router_e5e458ed-2d91-4a94-9170-913d5e0d877f"}} 2018-09-03 07:46:33,351 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f14214dd-4879-4582-8085-0060e1f9d5d9 2018-09-03 07:46:33,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.12657403946s 2018-09-03 07:46:33,352 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-f14214dd-4879-4582-8085-0060e1f9d5d9 2018-09-03 07:46:33,352 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'950a67c5-9bef-4a47-9c5f-8d53f4498478', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'07fafd5498e1491dabb6f3bd5459752e', u'created_at': u'2018-09-03T07:46:32Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-03T07:46:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'07fafd5498e1491dabb6f3bd5459752e', u'id': u'0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb', u'name': u'vmready1-router_e5e458ed-2d91-4a94-9170-913d5e0d877f'}) 2018-09-03 07:46:33,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 07:46:33,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb/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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" -d '{"subnet_id": "27ed5b62-fd60-424e-bb4c-53f45e3e69e1"}' 2018-09-03 07:46:34,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2a9f6d31-d0fe-41d9-bca7-b98f67745d0b Date: Mon, 03 Sep 2018 07:46:34 GMT RESP BODY: {"network_id": "add7bd63-327c-4e7d-8fd6-3f9e780903bf", "tenant_id": "07fafd5498e1491dabb6f3bd5459752e", "subnet_id": "27ed5b62-fd60-424e-bb4c-53f45e3e69e1", "subnet_ids": ["27ed5b62-fd60-424e-bb4c-53f45e3e69e1"], "port_id": "14d94a86-cc35-42a4-bb44-e7ad7675d40a", "id": "0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb"} 2018-09-03 07:46:34,956 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb/add_router_interface.json used request id req-2a9f6d31-d0fe-41d9-bca7-b98f67745d0b 2018-09-03 07:46:34,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.60333204269s 2018-09-03 07:46:34,957 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb/add_router_interface.json used request id req-2a9f6d31-d0fe-41d9-bca7-b98f67745d0b returning object 0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb 2018-09-03 07:46:34,957 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-03 07:46:35,089 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-03 07:46:35,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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 07:46:35,095 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 03 Sep 2018 07:46:35 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.27:9292/v2/", "rel": "self"}]}]} 2018-09-03 07:46:35,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 07:46:35,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" 2018-09-03 07:46:35,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-49991f3f-370f-4410-a22e-aab893a6cf5f Date: Mon, 03 Sep 2018 07:46:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 07:46:35,730 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-49991f3f-370f-4410-a22e-aab893a6cf5f 2018-09-03 07:46:35,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.633136034012s 2018-09-03 07:46:35,731 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.27:9292/v2/images used request id req-49991f3f-370f-4410-a22e-aab893a6cf5f 2018-09-03 07:46:35,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-03 07:46:35,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.27: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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_e5e458ed-2d91-4a94-9170-913d5e0d877f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_e5e458ed-2d91-4a94-9170-913d5e0d877f"}' 2018-09-03 07:46:35,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.27:9292/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-28c97e3c-ab01-458c-9b89-84baadd8613f Date: Mon, 03 Sep 2018 07:46:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d/file", "owner": "07fafd5498e1491dabb6f3bd5459752e", "id": "fee09177-0c4d-43b3-98a9-fe13dde7cc9d", "size": null, "self": "/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-03T07:46:35Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_e5e458ed-2d91-4a94-9170-913d5e0d877f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_e5e458ed-2d91-4a94-9170-913d5e0d877f", "checksum": null, "created_at": "2018-09-03T07:46:35Z", "protected": false} 2018-09-03 07:46:35,825 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-28c97e3c-ab01-458c-9b89-84baadd8613f 2018-09-03 07:46:35,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0867381095886s 2018-09-03 07:46:35,826 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.27:9292/v2/images used request id req-28c97e3c-ab01-458c-9b89-84baadd8613f returning object fee09177-0c4d-43b3-98a9-fe13dde7cc9d 2018-09-03 07:46:35,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-03 07:46:35,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d/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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" -d '' 2018-09-03 07:48:35,853 - shade - DEBUG - Unable to establish connection to http://172.30.9.27:9292/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-09-03 07:48:35,853 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.026669979 seconds, retrying 2018-09-03 07:48:35,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9292/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d/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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" -d '' 2018-09-03 07:48:36,595 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-2f97a895-72ae-4119-a02c-4aa24cd6fcec Date: Mon, 03 Sep 2018 07:48:36 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 07:48:36,596 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.27:9292/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d/file used request id req-2f97a895-72ae-4119-a02c-4aa24cd6fcec 2018-09-03 07:48:36,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.769420862s 2018-09-03 07:48:36,596 - shade - DEBUG - Deleting failed upload of image vmready1-img_e5e458ed-2d91-4a94-9170-913d5e0d877f 2018-09-03 07:48:36,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-03 07:48:36,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9292/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d -H "User-Agent: 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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" 2018-09-03 07:48:36,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5624894e-bfc7-4d7a-b787-bbe7450023e5 Date: Mon, 03 Sep 2018 07:48:36 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 07:48:36,708 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d used request id req-5624894e-bfc7-4d7a-b787-bbe7450023e5 2018-09-03 07:48:36,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.111621141434s 2018-09-03 07:48:36,709 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.27:9292/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d used request id req-5624894e-bfc7-4d7a-b787-bbe7450023e5 2018-09-03 07:48:36,709 - 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.27:9292/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d/file Conflict 2018-09-03 07:48:36,715 - 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.27:9292/v2/images/fee09177-0c4d-43b3-98a9-fe13dde7cc9d/file Conflict 2018-09-03 07:48:36,832 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 07:48:36,833 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:06 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-03 07:48:36,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 07:48:36,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.27:9696/v2.0/routers/0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb/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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" -d '{"subnet_id": "27ed5b62-fd60-424e-bb4c-53f45e3e69e1"}' 2018-09-03 07:48:38,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e19aa20e-2620-4098-a8aa-5e9b170e0b56 Date: Mon, 03 Sep 2018 07:48:38 GMT RESP BODY: {"network_id": "add7bd63-327c-4e7d-8fd6-3f9e780903bf", "tenant_id": "07fafd5498e1491dabb6f3bd5459752e", "subnet_id": "27ed5b62-fd60-424e-bb4c-53f45e3e69e1", "subnet_ids": ["27ed5b62-fd60-424e-bb4c-53f45e3e69e1"], "port_id": "14d94a86-cc35-42a4-bb44-e7ad7675d40a", "id": "0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb"} 2018-09-03 07:48:38,235 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb/remove_router_interface.json used request id req-e19aa20e-2620-4098-a8aa-5e9b170e0b56 2018-09-03 07:48:38,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.39692091942s 2018-09-03 07:48:38,236 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.27:9696/v2.0/routers/0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb/remove_router_interface.json used request id req-e19aa20e-2620-4098-a8aa-5e9b170e0b56 returning object 0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb 2018-09-03 07:48:38,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 07:48:38,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" 2018-09-03 07:48:38,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-a559ca07-a65c-491d-90d8-9ab7884a314b Date: Mon, 03 Sep 2018 07:48:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "950a67c5-9bef-4a47-9c5f-8d53f4498478", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "07fafd5498e1491dabb6f3bd5459752e", "created_at": "2018-09-03T07:46:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T07:48:37Z", "revision_number": 4, "routes": [], "project_id": "07fafd5498e1491dabb6f3bd5459752e", "id": "0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb", "name": "vmready1-router_e5e458ed-2d91-4a94-9170-913d5e0d877f"}]} 2018-09-03 07:48:38,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a559ca07-a65c-491d-90d8-9ab7884a314b 2018-09-03 07:48:38,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0968952178955s 2018-09-03 07:48:38,333 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/routers.json used request id req-a559ca07-a65c-491d-90d8-9ab7884a314b 2018-09-03 07:48:38,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 07:48:38,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/routers/0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb.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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" 2018-09-03 07:48:39,461 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8b182be1-2086-4992-810b-fad62d08ceb0 Content-Length: 0 Date: Mon, 03 Sep 2018 07:48:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 07:48:39,461 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb.json used request id req-8b182be1-2086-4992-810b-fad62d08ceb0 2018-09-03 07:48:39,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.12626576424s 2018-09-03 07:48:39,461 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/routers/0d2ad40f-1fd4-4c0e-9917-0e167c3ba0bb.json used request id req-8b182be1-2086-4992-810b-fad62d08ceb0 2018-09-03 07:48:39,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 07:48:39,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" 2018-09-03 07:48:39,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-d540fc97-7ec2-4094-8bf3-165c103bcf74 Date: Mon, 03 Sep 2018 07:48:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"add7bd63-327c-4e7d-8fd6-3f9e780903bf","tenant_id":"07fafd5498e1491dabb6f3bd5459752e","created_at":"2018-09-03T07:46:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T07:46:31Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"07fafd5498e1491dabb6f3bd5459752e","id":"27ed5b62-fd60-424e-bb4c-53f45e3e69e1","subnetpool_id":null,"name":"vmready1-subnet_e5e458ed-2d91-4a94-9170-913d5e0d877f"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:40Z","dns_nameservers":[],"updated_at":"2018-09-03T07:43:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"8ffa83b3d30f4520a3ba259d1259ae52","id":"cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-03 07:48:39,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d540fc97-7ec2-4094-8bf3-165c103bcf74 2018-09-03 07:48:39,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0416111946106s 2018-09-03 07:48:39,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/subnets.json used request id req-d540fc97-7ec2-4094-8bf3-165c103bcf74 2018-09-03 07:48:39,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 07:48:39,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/subnets/27ed5b62-fd60-424e-bb4c-53f45e3e69e1.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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" 2018-09-03 07:48:40,572 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f169d5ac-cc7a-43a0-8ddb-03335710a406 Date: Mon, 03 Sep 2018 07:48:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 07:48:40,572 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/27ed5b62-fd60-424e-bb4c-53f45e3e69e1.json used request id req-f169d5ac-cc7a-43a0-8ddb-03335710a406 2018-09-03 07:48:40,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.06698918343s 2018-09-03 07:48:40,573 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/subnets/27ed5b62-fd60-424e-bb4c-53f45e3e69e1.json used request id req-f169d5ac-cc7a-43a0-8ddb-03335710a406 2018-09-03 07:48:40,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 07:48:40,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.27: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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" 2018-09-03 07:48:40,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-a20089fa-3f2e-4ecb-a80b-667970c36662 Date: Mon, 03 Sep 2018 07:48:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"950a67c5-9bef-4a47-9c5f-8d53f4498478","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8ffa83b3d30f4520a3ba259d1259ae52","status":"ACTIVE","subnets":["cf9e9029-dd8c-43e2-8bd1-f08ac4a233b6"],"description":"","tags":[],"updated_at":"2018-09-03T07:43:40Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8ffa83b3d30f4520a3ba259d1259ae52","created_at":"2018-09-03T07:43:35Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"add7bd63-327c-4e7d-8fd6-3f9e780903bf","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"07fafd5498e1491dabb6f3bd5459752e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T07:48:40Z","provider:segmentation_id":23,"name":"vmready1-net_e5e458ed-2d91-4a94-9170-913d5e0d877f","admin_state_up":true,"tenant_id":"07fafd5498e1491dabb6f3bd5459752e","created_at":"2018-09-03T07:46:31Z","provider:network_type":"vxlan"}]} 2018-09-03 07:48:40,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a20089fa-3f2e-4ecb-a80b-667970c36662 2018-09-03 07:48:40,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0810561180115s 2018-09-03 07:48:40,655 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.27:9696/v2.0/networks.json used request id req-a20089fa-3f2e-4ecb-a80b-667970c36662 2018-09-03 07:48:40,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 07:48:40,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.27:9696/v2.0/networks/add7bd63-327c-4e7d-8fd6-3f9e780903bf.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}22e93a93ca923b2e6d12e705ead27e80ba9268a6" 2018-09-03 07:48:42,175 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a774d15f-144d-45e2-afb9-c3ab294a2cb1 Date: Mon, 03 Sep 2018 07:48:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 07:48:42,175 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/add7bd63-327c-4e7d-8fd6-3f9e780903bf.json used request id req-a774d15f-144d-45e2-afb9-c3ab294a2cb1 2018-09-03 07:48:42,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.51920390129s 2018-09-03 07:48:42,175 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.27:9696/v2.0/networks/add7bd63-327c-4e7d-8fd6-3f9e780903bf.json used request id req-a774d15f-144d-45e2-afb9-c3ab294a2cb1 2018-09-03 07:48:42,175 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-09-03 07:48:42,176 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:04 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | 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 | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-03 07:48:42,189 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR