2018-08-24 02:07:29,811 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-236 | | 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-08-24 02:07:29,816 - 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.21,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.21:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=3bRZtym49QFk9KnrwWMjcPdhs 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=e4fb708718684d26b590c19e1b8ec719 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=mDa7ajRHEejANHFtqPKX76r63 export OS_REGION_NAME=regionOne 2018-08-24 02:07:29,816 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-24 02:07:29,818 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-24 02:07:29,852 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 02:07:30,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 02:07:30,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 02:07:30,152 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 02:07:30,156 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 02:07:30,157 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-24 02:07:30,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-24 02:07:30,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 02:07:30,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d47b13-4604-4244-bda6-d9ca30b9de40 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.21:5000/v3/", "rel": "self"}]}} 2018-08-24 02:07:30,166 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-b4d47b13-4604-4244-bda6-d9ca30b9de40 2018-08-24 02:07:30,167 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-24 02:07:30,553 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "70ad60914ac64326867a0bf86abe033f", "name": "admin"}], "expires_at": "2018-08-24T03:07:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4fb708718684d26b590c19e1b8ec719", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "625566effee5441ea2360e35640ba3d7"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfd054d53f854ffb85ae4c44f17bad41"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84d2f6a82a24658a0b0ea822c6948c4"}], "type": "placement", "id": "1eeef5fd873047ca8d97cd01a397b78c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e79551445ffa4e79844ccfe483e06db4"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f741ab6136234cb88e770b926550c338"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb1b2ea9b059432da4b2a85741b1c715"}], "type": "alarming", "id": "1f88d9953cd441b6beb4adfcbec70577", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9456d509574e8db0e3986c15c705f7"}, {"url": "http://192.30.9.3:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "308b821941284ab79e979b449b445615"}, {"url": "http://172.30.9.21:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd6ed59a60144f5b93631fe1beaade7e"}], "type": "volumev2", "id": "31ca8f1e9f0d4df58d585e3be31b2d5e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9f3de46ed5467fb6e4a58f2daff2d6"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e04d7a3dc8e14f9da1027dc66053252c"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ea8077bb9a41708393953b25b4bff9"}], "type": "metric", "id": "51b0b091e38a4ed7b7fecaec13a343a7", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "5a281c7caa184f48bba0e284d8651994", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "609d858bfc5544c5bcbe14a652216982"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea3009d4490945dd8026030f6958cca1"}, {"url": "http://12.0.0.21:8080/v1/AUTH_e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc3dd4e5118540d1a98fec67bfeb9319"}], "type": "object-store", "id": "668a9185ceff4163ab7fcbf230464c9e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3615ad59969c401d92d0be914306bd56"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "483df65eaf8a4afe921e98ab78a813b8"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98a88ced754b493eac441d993777751e"}], "type": "cloudformation", "id": "6a7e7a150e234a559a88cde4d791be53", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22cb42058c1e48039e2b0dbf31b92691"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "242f96c7db054f27acc4a4ff4b948e48"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44528d2575434d26a93a3e989d6b5494"}], "type": "compute", "id": "756e4b915edd4e99b94c7bca76d4ad9b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd993d88344648be8f6ea6acd4aa9036"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0c30f557dde4223bb9eadffe745a444"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f79847929fa54b08b6b729c82e2412dc"}], "type": "event", "id": "897205a8be9340538af26639b9267b60", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78b5fb9b87a240108259f137d587d504"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a5d4775f717a43fd807083ad39bcdc3f"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b39d6be4a5a44ee9917e02d8dda4d0c6"}], "type": "network", "id": "8d0fee898e8c43f2bd2d9f2f5bfc3b40", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1e15c7959ada4049b7242e1c4dfa1823"}, {"url": "http://192.30.9.3:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44bf7442ffeb4447b6469054975e85da"}, {"url": "http://192.30.9.3:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d197803adfa44ee8932772c1e80da1ed"}], "type": "orchestration", "id": "9872c9d9efe0401fb5abd0cacb2fdf02", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74d3077e91c648c9b7b7e0afd7715648"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e4435b675ad448dd889d0589252bdc1a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd3b4926103141ac823469012a307a81"}], "type": "image", "id": "9cfa4b204e864a1398ae4b36d8ed965c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "358f285e485947b4a4032c7a1a836df1"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418ea10eea2944f88157ee6dce00b017"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73e83d5c646b47d49116b97519cd9b76"}], "type": "identity", "id": "bef505c8100b4ba49ee127eb74e3e1fb", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "117491ac139247c78f5dcc83746e8f10"}, {"url": "http://172.30.9.21:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b2035518a1c44b9ad36e233fc341e6d"}, {"url": "http://192.30.9.3:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ead137ed2c4115988343d1f2b42b61"}], "type": "volumev3", "id": "de9a280eaada49928ca557b143e32208", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdc6388854e1492d8d7299f39f66dd12"}, {"url": "http://192.30.9.3:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d220cea5a8334327a13f54e1740191d2"}, {"url": "http://192.30.9.3:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f5d53d1eacae4e5287f0a1aa7525a19f"}], "type": "volume", "id": "fbb0813a8b894e2182af59ce789f2279", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "501bad4e1cfc4414956bdab7cef823d1"}, "audit_ids": ["cCiqDbe_Tq-ngKHjT80QfA"], "issued_at": "2018-08-24T02:07:30.000000Z"}} 2018-08-24 02:07:30,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:31,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:30 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-6efb4885-ca73-4631-a621-16b90c496b1e x-compute-request-id: req-6efb4885-ca73-4631-a621-16b90c496b1e Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-24 02:07:31,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-6efb4885-ca73-4631-a621-16b90c496b1e 2018-08-24 02:07:31,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.28824496269s 2018-08-24 02:07:31,446 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-6efb4885-ca73-4631-a621-16b90c496b1e 2018-08-24 02:07:31,446 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-24 02:07:31,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 02:07:31,455 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 02:07:31 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.21: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.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-24 02:07:31,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 02:07:31,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:31,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5841ff5-38cb-45a0-b280-4ed36167c2d6 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/7dcadcd741d4490a983aaf3946252c6d"}, "tags": [], "enabled": true, "id": "7dcadcd741d4490a983aaf3946252c6d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-24 02:07:31,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-d5841ff5-38cb-45a0-b280-4ed36167c2d6 2018-08-24 02:07:31,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.146539926529s 2018-08-24 02:07:31,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-d5841ff5-38cb-45a0-b280-4ed36167c2d6 2018-08-24 02:07:31,604 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'7dcadcd741d4490a983aaf3946252c6d', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-24 02:07:31,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-24 02:07:31,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:31,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-897fbf39-b4a0-43c9-8567-627f4ac3d824 Content-Encoding: gzip Content-Length: 1952 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/117491ac139247c78f5dcc83746e8f10"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "de9a280eaada49928ca557b143e32208", "id": "117491ac139247c78f5dcc83746e8f10"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1e15c7959ada4049b7242e1c4dfa1823"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9872c9d9efe0401fb5abd0cacb2fdf02", "id": "1e15c7959ada4049b7242e1c4dfa1823"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/22cb42058c1e48039e2b0dbf31b92691"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "756e4b915edd4e99b94c7bca76d4ad9b", "id": "22cb42058c1e48039e2b0dbf31b92691"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/242f96c7db054f27acc4a4ff4b948e48"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "756e4b915edd4e99b94c7bca76d4ad9b", "id": "242f96c7db054f27acc4a4ff4b948e48"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2a9456d509574e8db0e3986c15c705f7"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "31ca8f1e9f0d4df58d585e3be31b2d5e", "id": "2a9456d509574e8db0e3986c15c705f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/308b821941284ab79e979b449b445615"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "31ca8f1e9f0d4df58d585e3be31b2d5e", "id": "308b821941284ab79e979b449b445615"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/358f285e485947b4a4032c7a1a836df1"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bef505c8100b4ba49ee127eb74e3e1fb", "id": "358f285e485947b4a4032c7a1a836df1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3615ad59969c401d92d0be914306bd56"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6a7e7a150e234a559a88cde4d791be53", "id": "3615ad59969c401d92d0be914306bd56"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/418ea10eea2944f88157ee6dce00b017"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bef505c8100b4ba49ee127eb74e3e1fb", "id": "418ea10eea2944f88157ee6dce00b017"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/44528d2575434d26a93a3e989d6b5494"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "756e4b915edd4e99b94c7bca76d4ad9b", "id": "44528d2575434d26a93a3e989d6b5494"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/44bf7442ffeb4447b6469054975e85da"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9872c9d9efe0401fb5abd0cacb2fdf02", "id": "44bf7442ffeb4447b6469054975e85da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/483df65eaf8a4afe921e98ab78a813b8"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6a7e7a150e234a559a88cde4d791be53", "id": "483df65eaf8a4afe921e98ab78a813b8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4b9f3de46ed5467fb6e4a58f2daff2d6"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51b0b091e38a4ed7b7fecaec13a343a7", "id": "4b9f3de46ed5467fb6e4a58f2daff2d6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/609d858bfc5544c5bcbe14a652216982"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "668a9185ceff4163ab7fcbf230464c9e", "id": "609d858bfc5544c5bcbe14a652216982"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/625566effee5441ea2360e35640ba3d7"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1eeef5fd873047ca8d97cd01a397b78c", "id": "625566effee5441ea2360e35640ba3d7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6b2035518a1c44b9ad36e233fc341e6d"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "de9a280eaada49928ca557b143e32208", "id": "6b2035518a1c44b9ad36e233fc341e6d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/73e83d5c646b47d49116b97519cd9b76"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bef505c8100b4ba49ee127eb74e3e1fb", "id": "73e83d5c646b47d49116b97519cd9b76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/74d3077e91c648c9b7b7e0afd7715648"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9cfa4b204e864a1398ae4b36d8ed965c", "id": "74d3077e91c648c9b7b7e0afd7715648"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/78b5fb9b87a240108259f137d587d504"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8d0fee898e8c43f2bd2d9f2f5bfc3b40", "id": "78b5fb9b87a240108259f137d587d504"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/98a88ced754b493eac441d993777751e"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6a7e7a150e234a559a88cde4d791be53", "id": "98a88ced754b493eac441d993777751e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/a5d4775f717a43fd807083ad39bcdc3f"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8d0fee898e8c43f2bd2d9f2f5bfc3b40", "id": "a5d4775f717a43fd807083ad39bcdc3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b39d6be4a5a44ee9917e02d8dda4d0c6"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8d0fee898e8c43f2bd2d9f2f5bfc3b40", "id": "b39d6be4a5a44ee9917e02d8dda4d0c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bd993d88344648be8f6ea6acd4aa9036"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "897205a8be9340538af26639b9267b60", "id": "bd993d88344648be8f6ea6acd4aa9036"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bdc6388854e1492d8d7299f39f66dd12"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fbb0813a8b894e2182af59ce789f2279", "id": "bdc6388854e1492d8d7299f39f66dd12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d197803adfa44ee8932772c1e80da1ed"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9872c9d9efe0401fb5abd0cacb2fdf02", "id": "d197803adfa44ee8932772c1e80da1ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d220cea5a8334327a13f54e1740191d2"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fbb0813a8b894e2182af59ce789f2279", "id": "d220cea5a8334327a13f54e1740191d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/dd6ed59a60144f5b93631fe1beaade7e"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "31ca8f1e9f0d4df58d585e3be31b2d5e", "id": "dd6ed59a60144f5b93631fe1beaade7e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/dfd054d53f854ffb85ae4c44f17bad41"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1eeef5fd873047ca8d97cd01a397b78c", "id": "dfd054d53f854ffb85ae4c44f17bad41"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e04d7a3dc8e14f9da1027dc66053252c"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51b0b091e38a4ed7b7fecaec13a343a7", "id": "e04d7a3dc8e14f9da1027dc66053252c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e0c30f557dde4223bb9eadffe745a444"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "897205a8be9340538af26639b9267b60", "id": "e0c30f557dde4223bb9eadffe745a444"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e4435b675ad448dd889d0589252bdc1a"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9cfa4b204e864a1398ae4b36d8ed965c", "id": "e4435b675ad448dd889d0589252bdc1a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e79551445ffa4e79844ccfe483e06db4"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1f88d9953cd441b6beb4adfcbec70577", "id": "e79551445ffa4e79844ccfe483e06db4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ea3009d4490945dd8026030f6958cca1"}, "url": "http://12.0.0.21:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "668a9185ceff4163ab7fcbf230464c9e", "id": "ea3009d4490945dd8026030f6958cca1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f2ea8077bb9a41708393953b25b4bff9"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51b0b091e38a4ed7b7fecaec13a343a7", "id": "f2ea8077bb9a41708393953b25b4bff9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f2ead137ed2c4115988343d1f2b42b61"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "de9a280eaada49928ca557b143e32208", "id": "f2ead137ed2c4115988343d1f2b42b61"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f5d53d1eacae4e5287f0a1aa7525a19f"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fbb0813a8b894e2182af59ce789f2279", "id": "f5d53d1eacae4e5287f0a1aa7525a19f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f741ab6136234cb88e770b926550c338"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1f88d9953cd441b6beb4adfcbec70577", "id": "f741ab6136234cb88e770b926550c338"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f79847929fa54b08b6b729c82e2412dc"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "897205a8be9340538af26639b9267b60", "id": "f79847929fa54b08b6b729c82e2412dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f84d2f6a82a24658a0b0ea822c6948c4"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1eeef5fd873047ca8d97cd01a397b78c", "id": "f84d2f6a82a24658a0b0ea822c6948c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fb1b2ea9b059432da4b2a85741b1c715"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1f88d9953cd441b6beb4adfcbec70577", "id": "fb1b2ea9b059432da4b2a85741b1c715"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fc3dd4e5118540d1a98fec67bfeb9319"}, "url": "http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "668a9185ceff4163ab7fcbf230464c9e", "id": "fc3dd4e5118540d1a98fec67bfeb9319"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fd3b4926103141ac823469012a307a81"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9cfa4b204e864a1398ae4b36d8ed965c", "id": "fd3b4926103141ac823469012a307a81"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-24 02:07:31,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-897fbf39-b4a0-43c9-8567-627f4ac3d824 2018-08-24 02:07:31,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0928349494934s 2018-08-24 02:07:31,701 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-897fbf39-b4a0-43c9-8567-627f4ac3d824 2018-08-24 02:07:31,708 - 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.21:5000/v3/endpoints/117491ac139247c78f5dcc83746e8f10'}, 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'de9a280eaada49928ca557b143e32208', u'id': u'117491ac139247c78f5dcc83746e8f10'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1e15c7959ada4049b7242e1c4dfa1823'}, u'url': u'http://172.30.9.21:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9872c9d9efe0401fb5abd0cacb2fdf02', u'id': u'1e15c7959ada4049b7242e1c4dfa1823'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/22cb42058c1e48039e2b0dbf31b92691'}, 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'756e4b915edd4e99b94c7bca76d4ad9b', u'id': u'22cb42058c1e48039e2b0dbf31b92691'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/242f96c7db054f27acc4a4ff4b948e48'}, 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'756e4b915edd4e99b94c7bca76d4ad9b', u'id': u'242f96c7db054f27acc4a4ff4b948e48'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/2a9456d509574e8db0e3986c15c705f7'}, 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'31ca8f1e9f0d4df58d585e3be31b2d5e', u'id': u'2a9456d509574e8db0e3986c15c705f7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/308b821941284ab79e979b449b445615'}, 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'31ca8f1e9f0d4df58d585e3be31b2d5e', u'id': u'308b821941284ab79e979b449b445615'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/358f285e485947b4a4032c7a1a836df1'}, u'url': u'http://172.30.9.21:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bef505c8100b4ba49ee127eb74e3e1fb', u'id': u'358f285e485947b4a4032c7a1a836df1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/3615ad59969c401d92d0be914306bd56'}, u'url': u'http://172.30.9.21:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6a7e7a150e234a559a88cde4d791be53', u'id': u'3615ad59969c401d92d0be914306bd56'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/418ea10eea2944f88157ee6dce00b017'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bef505c8100b4ba49ee127eb74e3e1fb', u'id': u'418ea10eea2944f88157ee6dce00b017'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/44528d2575434d26a93a3e989d6b5494'}, u'url': u'http://172.30.9.21:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'756e4b915edd4e99b94c7bca76d4ad9b', u'id': u'44528d2575434d26a93a3e989d6b5494'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/44bf7442ffeb4447b6469054975e85da'}, 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'9872c9d9efe0401fb5abd0cacb2fdf02', u'id': u'44bf7442ffeb4447b6469054975e85da'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/483df65eaf8a4afe921e98ab78a813b8'}, 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'6a7e7a150e234a559a88cde4d791be53', u'id': u'483df65eaf8a4afe921e98ab78a813b8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4b9f3de46ed5467fb6e4a58f2daff2d6'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'51b0b091e38a4ed7b7fecaec13a343a7', u'id': u'4b9f3de46ed5467fb6e4a58f2daff2d6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/609d858bfc5544c5bcbe14a652216982'}, u'url': u'http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'668a9185ceff4163ab7fcbf230464c9e', u'id': u'609d858bfc5544c5bcbe14a652216982'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/625566effee5441ea2360e35640ba3d7'}, 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'1eeef5fd873047ca8d97cd01a397b78c', u'id': u'625566effee5441ea2360e35640ba3d7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/6b2035518a1c44b9ad36e233fc341e6d'}, u'url': u'http://172.30.9.21:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'de9a280eaada49928ca557b143e32208', u'id': u'6b2035518a1c44b9ad36e233fc341e6d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/73e83d5c646b47d49116b97519cd9b76'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bef505c8100b4ba49ee127eb74e3e1fb', u'id': u'73e83d5c646b47d49116b97519cd9b76'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/74d3077e91c648c9b7b7e0afd7715648'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9cfa4b204e864a1398ae4b36d8ed965c', u'id': u'74d3077e91c648c9b7b7e0afd7715648'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/78b5fb9b87a240108259f137d587d504'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8d0fee898e8c43f2bd2d9f2f5bfc3b40', u'id': u'78b5fb9b87a240108259f137d587d504'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/98a88ced754b493eac441d993777751e'}, 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'6a7e7a150e234a559a88cde4d791be53', u'id': u'98a88ced754b493eac441d993777751e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/a5d4775f717a43fd807083ad39bcdc3f'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8d0fee898e8c43f2bd2d9f2f5bfc3b40', u'id': u'a5d4775f717a43fd807083ad39bcdc3f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/b39d6be4a5a44ee9917e02d8dda4d0c6'}, u'url': u'http://172.30.9.21:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8d0fee898e8c43f2bd2d9f2f5bfc3b40', u'id': u'b39d6be4a5a44ee9917e02d8dda4d0c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/bd993d88344648be8f6ea6acd4aa9036'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'897205a8be9340538af26639b9267b60', u'id': u'bd993d88344648be8f6ea6acd4aa9036'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/bdc6388854e1492d8d7299f39f66dd12'}, u'url': u'http://172.30.9.21:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fbb0813a8b894e2182af59ce789f2279', u'id': u'bdc6388854e1492d8d7299f39f66dd12'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/d197803adfa44ee8932772c1e80da1ed'}, 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'9872c9d9efe0401fb5abd0cacb2fdf02', u'id': u'd197803adfa44ee8932772c1e80da1ed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/d220cea5a8334327a13f54e1740191d2'}, 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'fbb0813a8b894e2182af59ce789f2279', u'id': u'd220cea5a8334327a13f54e1740191d2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/dd6ed59a60144f5b93631fe1beaade7e'}, u'url': u'http://172.30.9.21:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'31ca8f1e9f0d4df58d585e3be31b2d5e', u'id': u'dd6ed59a60144f5b93631fe1beaade7e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/dfd054d53f854ffb85ae4c44f17bad41'}, 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'1eeef5fd873047ca8d97cd01a397b78c', u'id': u'dfd054d53f854ffb85ae4c44f17bad41'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e04d7a3dc8e14f9da1027dc66053252c'}, u'url': u'http://172.30.9.21:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'51b0b091e38a4ed7b7fecaec13a343a7', u'id': u'e04d7a3dc8e14f9da1027dc66053252c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e0c30f557dde4223bb9eadffe745a444'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'897205a8be9340538af26639b9267b60', u'id': u'e0c30f557dde4223bb9eadffe745a444'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e4435b675ad448dd889d0589252bdc1a'}, u'url': u'http://172.30.9.21:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9cfa4b204e864a1398ae4b36d8ed965c', u'id': u'e4435b675ad448dd889d0589252bdc1a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e79551445ffa4e79844ccfe483e06db4'}, u'url': u'http://172.30.9.21:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1f88d9953cd441b6beb4adfcbec70577', u'id': u'e79551445ffa4e79844ccfe483e06db4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ea3009d4490945dd8026030f6958cca1'}, u'url': u'http://12.0.0.21:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'668a9185ceff4163ab7fcbf230464c9e', u'id': u'ea3009d4490945dd8026030f6958cca1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f2ea8077bb9a41708393953b25b4bff9'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'51b0b091e38a4ed7b7fecaec13a343a7', u'id': u'f2ea8077bb9a41708393953b25b4bff9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f2ead137ed2c4115988343d1f2b42b61'}, 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'de9a280eaada49928ca557b143e32208', u'id': u'f2ead137ed2c4115988343d1f2b42b61'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f5d53d1eacae4e5287f0a1aa7525a19f'}, 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'fbb0813a8b894e2182af59ce789f2279', u'id': u'f5d53d1eacae4e5287f0a1aa7525a19f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f741ab6136234cb88e770b926550c338'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1f88d9953cd441b6beb4adfcbec70577', u'id': u'f741ab6136234cb88e770b926550c338'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f79847929fa54b08b6b729c82e2412dc'}, u'url': u'http://172.30.9.21:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'897205a8be9340538af26639b9267b60', u'id': u'f79847929fa54b08b6b729c82e2412dc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f84d2f6a82a24658a0b0ea822c6948c4'}, u'url': u'http://172.30.9.21:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1eeef5fd873047ca8d97cd01a397b78c', u'id': u'f84d2f6a82a24658a0b0ea822c6948c4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/fb1b2ea9b059432da4b2a85741b1c715'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1f88d9953cd441b6beb4adfcbec70577', u'id': u'fb1b2ea9b059432da4b2a85741b1c715'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/fc3dd4e5118540d1a98fec67bfeb9319'}, u'url': u'http://12.0.0.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'668a9185ceff4163ab7fcbf230464c9e', u'id': u'fc3dd4e5118540d1a98fec67bfeb9319'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/fd3b4926103141ac823469012a307a81'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9cfa4b204e864a1398ae4b36d8ed965c', u'id': u'fd3b4926103141ac823469012a307a81'})] 2018-08-24 02:07:31,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-24 02:07:31,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:31,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:31 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-89ef42b7-625d-4e1e-aef5-a804be9aee3a x-compute-request-id: req-89ef42b7-625d-4e1e-aef5-a804be9aee3a Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-24 02:07:31,725 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-89ef42b7-625d-4e1e-aef5-a804be9aee3a 2018-08-24 02:07:31,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.014613866806s 2018-08-24 02:07:31,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-89ef42b7-625d-4e1e-aef5-a804be9aee3a 2018-08-24 02:07:31,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-24 02:07:31,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:33,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:31 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-30a88dd6-1e20-4b10-95b1-22c06f47bf30 x-compute-request-id: req-30a88dd6-1e20-4b10-95b1-22c06f47bf30 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-24 02:07:33,380 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-30a88dd6-1e20-4b10-95b1-22c06f47bf30 2018-08-24 02:07:33,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.63872289658s 2018-08-24 02:07:33,380 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-30a88dd6-1e20-4b10-95b1-22c06f47bf30 2018-08-24 02:07:33,380 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-24 02:07:33,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-24 02:07:33,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:34,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-316528c9-a028-422e-a754-52f36e493df2 Date: Fri, 24 Aug 2018 02:07:34 GMT RESP BODY: {"floatingips": []} 2018-08-24 02:07:34,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-316528c9-a028-422e-a754-52f36e493df2 2018-08-24 02:07:34,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.01391792297s 2018-08-24 02:07:34,400 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-316528c9-a028-422e-a754-52f36e493df2 2018-08-24 02:07:34,400 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-24 02:07:34,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-24 02:07:34,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:34,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:34 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-f7f678a5-c82e-4a1e-ab7c-642b922af94a x-compute-request-id: req-f7f678a5-c82e-4a1e-ab7c-642b922af94a Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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": 98, "hypervisor_version": 2010000, "disk_available_least": 98, "local_gb": 98, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.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": 98, "hypervisor_version": 2010000, "disk_available_least": 98, "local_gb": 98, "free_ram_mb": 28406, "id": 2}]} 2018-08-24 02:07:34,549 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-f7f678a5-c82e-4a1e-ab7c-642b922af94a 2018-08-24 02:07:34,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.148066997528s 2018-08-24 02:07:34,549 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-f7f678a5-c82e-4a1e-ab7c-642b922af94a 2018-08-24 02:07:34,550 - 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': 98, u'hypervisor_version': 2010000, u'disk_available_least': 98, u'local_gb': 98, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.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}), 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': 98, u'hypervisor_version': 2010000, u'disk_available_least': 98, u'local_gb': 98, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 5}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-24 02:07:34,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-24 02:07:34,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:34,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:34 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-44c54f1a-b366-40d5-aa5b-fb7ba509d1cc x-compute-request-id: req-44c54f1a-b366-40d5-aa5b-fb7ba509d1cc Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-24 02:07:34,674 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-44c54f1a-b366-40d5-aa5b-fb7ba509d1cc 2018-08-24 02:07:34,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.123049020767s 2018-08-24 02:07:34,674 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-44c54f1a-b366-40d5-aa5b-fb7ba509d1cc 2018-08-24 02:07:34,674 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-24 02:07:34,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 02:07:34,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:34,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ceb46484-64a7-4e70-bb95-76b6e55ce9a1 Date: Fri, 24 Aug 2018 02:07:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"82d5fffa-765e-411b-b09b-527b68da6737","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72e4cc73aee4420cac485a4fa50f457f","status":"ACTIVE","subnets":["742fb591-dfe8-4f53-9749-46fc1dc3f7c8"],"description":"","tags":[],"updated_at":"2018-08-24T02:05:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:06Z","provider:network_type":"flat"}]} 2018-08-24 02:07:34,769 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ceb46484-64a7-4e70-bb95-76b6e55ce9a1 2018-08-24 02:07:34,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0943529605865s 2018-08-24 02:07:34,769 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ceb46484-64a7-4e70-bb95-76b6e55ce9a1 2018-08-24 02:07:34,770 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'742fb591-dfe8-4f53-9749-46fc1dc3f7c8'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-24T02:05:11Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'82d5fffa-765e-411b-b09b-527b68da6737', 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'72e4cc73aee4420cac485a4fa50f457f', u'created_at': u'2018-08-24T02:05:06Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'72e4cc73aee4420cac485a4fa50f457f'})] 2018-08-24 02:07:34,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-24 02:07:34,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:34,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-e483be98-45af-4764-83fb-4429d131b8c4 Date: Fri, 24 Aug 2018 02:07:34 GMT RESP BODY: {"ports":[]} 2018-08-24 02:07:34,807 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-e483be98-45af-4764-83fb-4429d131b8c4 2018-08-24 02:07:34,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0369181632996s 2018-08-24 02:07:34,808 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-e483be98-45af-4764-83fb-4429d131b8c4 2018-08-24 02:07:34,808 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-24 02:07:34,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-24 02:07:34,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:34,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-961d5e93-5677-4b2c-a149-c279603d3e09 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "0c8f3f9dfe1a46be8ef92bb11e84fcf2"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/0c8f3f9dfe1a46be8ef92bb11e84fcf2/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "11d5d4f6e9e74f17b4bb95bfcf960e0b"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/11d5d4f6e9e74f17b4bb95bfcf960e0b/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "15ecd34ce830484c8dc6bacad99103ee"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/15ecd34ce830484c8dc6bacad99103ee/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "2b2f10f3ee4b4933b1abb6f7003d7698"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/2b2f10f3ee4b4933b1abb6f7003d7698/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "487c488ba34741ebbc202bf47f298a57"}, "user": {"id": "497a8258a0ab4578ba6c30bedcc30b72"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/497a8258a0ab4578ba6c30bedcc30b72/roles/487c488ba34741ebbc202bf47f298a57"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "497a8258a0ab4578ba6c30bedcc30b72"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/497a8258a0ab4578ba6c30bedcc30b72/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "e4fb708718684d26b590c19e1b8ec719"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "501bad4e1cfc4414956bdab7cef823d1"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/e4fb708718684d26b590c19e1b8ec719/users/501bad4e1cfc4414956bdab7cef823d1/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "57a036c9a11c4462b57262b5cb408a8c"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/57a036c9a11c4462b57262b5cb408a8c/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "5a21e6c7a01248a3a637af7e6663ac01"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/5a21e6c7a01248a3a637af7e6663ac01/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "87cdb5dc79c64646a8cbadde2d829545"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/87cdb5dc79c64646a8cbadde2d829545/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "90046b14f58144099466c2bafa721a78"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/90046b14f58144099466c2bafa721a78/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "a77999a3e1d54b8da07696ea338faa2a"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/a77999a3e1d54b8da07696ea338faa2a/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "b75a3fb36a18479fbe39b06813c9f299"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/b75a3fb36a18479fbe39b06813c9f299/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"project": {"id": "72e4cc73aee4420cac485a4fa50f457f"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "ed6b319a5d36499b99da7003d613ae56"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f/users/ed6b319a5d36499b99da7003d613ae56/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"domain": {"id": "7dcadcd741d4490a983aaf3946252c6d"}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "e11f186646284ac6868ece7f39119bcc"}, "links": {"assignment": "http://172.30.9.21:5000/v3/domains/7dcadcd741d4490a983aaf3946252c6d/users/e11f186646284ac6868ece7f39119bcc/roles/70ad60914ac64326867a0bf86abe033f"}}, {"scope": {"system": {"all": true}}, "role": {"id": "70ad60914ac64326867a0bf86abe033f"}, "user": {"id": "501bad4e1cfc4414956bdab7cef823d1"}, "links": {"assignment": "http://172.30.9.21:5000/v3/system/users/501bad4e1cfc4414956bdab7cef823d1/roles/70ad60914ac64326867a0bf86abe033f"}}], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-24 02:07:34,910 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-961d5e93-5677-4b2c-a149-c279603d3e09 2018-08-24 02:07:34,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.099189043045s 2018-08-24 02:07:34,912 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-961d5e93-5677-4b2c-a149-c279603d3e09 2018-08-24 02:07:34,916 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'0c8f3f9dfe1a46be8ef92bb11e84fcf2'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'11d5d4f6e9e74f17b4bb95bfcf960e0b'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'15ecd34ce830484c8dc6bacad99103ee'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'2b2f10f3ee4b4933b1abb6f7003d7698'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'487c488ba34741ebbc202bf47f298a57', 'user': u'497a8258a0ab4578ba6c30bedcc30b72'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'497a8258a0ab4578ba6c30bedcc30b72'}), Munch({'project': u'e4fb708718684d26b590c19e1b8ec719', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'501bad4e1cfc4414956bdab7cef823d1'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'57a036c9a11c4462b57262b5cb408a8c'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'5a21e6c7a01248a3a637af7e6663ac01'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'87cdb5dc79c64646a8cbadde2d829545'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'90046b14f58144099466c2bafa721a78'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'a77999a3e1d54b8da07696ea338faa2a'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'b75a3fb36a18479fbe39b06813c9f299'}), Munch({'project': u'72e4cc73aee4420cac485a4fa50f457f', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'ed6b319a5d36499b99da7003d613ae56'}), Munch({'domain': u'7dcadcd741d4490a983aaf3946252c6d', 'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'e11f186646284ac6868ece7f39119bcc'}), Munch({'id': u'70ad60914ac64326867a0bf86abe033f', 'user': u'501bad4e1cfc4414956bdab7cef823d1'})] 2018-08-24 02:07:34,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 02:07:34,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:35,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edbb7c0f-7951-485f-8c41-adbe10336add Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "080a013726fc49db8debfb34197b7763", "links": {"self": "http://172.30.9.21:5000/v3/roles/080a013726fc49db8debfb34197b7763"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "13f22c816551418ebe03a2a0e35e283b", "links": {"self": "http://172.30.9.21:5000/v3/roles/13f22c816551418ebe03a2a0e35e283b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "487c488ba34741ebbc202bf47f298a57", "links": {"self": "http://172.30.9.21:5000/v3/roles/487c488ba34741ebbc202bf47f298a57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "70ad60914ac64326867a0bf86abe033f", "links": {"self": "http://172.30.9.21:5000/v3/roles/70ad60914ac64326867a0bf86abe033f"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-24 02:07:35,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-edbb7c0f-7951-485f-8c41-adbe10336add 2018-08-24 02:07:35,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0931270122528s 2018-08-24 02:07:35,018 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-edbb7c0f-7951-485f-8c41-adbe10336add 2018-08-24 02:07:35,019 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'080a013726fc49db8debfb34197b7763'}), 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'13f22c816551418ebe03a2a0e35e283b'}), 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'487c488ba34741ebbc202bf47f298a57'}), 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'70ad60914ac64326867a0bf86abe033f'}), 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'})] 2018-08-24 02:07:35,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 02:07:35,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:35,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-fcf7e61c-c4e6-42c8-83b5-d3348869a099 Date: Fri, 24 Aug 2018 02:07:35 GMT RESP BODY: {"routers": []} 2018-08-24 02:07:35,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fcf7e61c-c4e6-42c8-83b5-d3348869a099 2018-08-24 02:07:35,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0450508594513s 2018-08-24 02:07:35,065 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fcf7e61c-c4e6-42c8-83b5-d3348869a099 2018-08-24 02:07:35,065 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-24 02:07:35,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-24 02:07:35,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:35,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:35 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-873df226-6674-4b19-9100-a7b11c5cd1cc x-compute-request-id: req-873df226-6674-4b19-9100-a7b11c5cd1cc Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-24 02:07:35,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-873df226-6674-4b19-9100-a7b11c5cd1cc 2018-08-24 02:07:35,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202600002289s 2018-08-24 02:07:35,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-873df226-6674-4b19-9100-a7b11c5cd1cc 2018-08-24 02:07:35,269 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-24 02:07:35,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-24 02:07:35,276 - 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-08-24 02:07:35,282 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 02:07:35 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-08-24 02:07:35,283 - 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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:35,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9521644-9642-48df-b2c6-dd6f03812eea Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1eeef5fd873047ca8d97cd01a397b78c"}, "enabled": true, "type": "placement", "id": "1eeef5fd873047ca8d97cd01a397b78c", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1f88d9953cd441b6beb4adfcbec70577"}, "enabled": true, "type": "alarming", "id": "1f88d9953cd441b6beb4adfcbec70577", "name": "aodh"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/31ca8f1e9f0d4df58d585e3be31b2d5e"}, "enabled": true, "type": "volumev2", "id": "31ca8f1e9f0d4df58d585e3be31b2d5e", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/51b0b091e38a4ed7b7fecaec13a343a7"}, "enabled": true, "type": "metric", "id": "51b0b091e38a4ed7b7fecaec13a343a7", "name": "gnocchi"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5a281c7caa184f48bba0e284d8651994"}, "enabled": true, "type": "metering", "id": "5a281c7caa184f48bba0e284d8651994", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/668a9185ceff4163ab7fcbf230464c9e"}, "enabled": true, "type": "object-store", "id": "668a9185ceff4163ab7fcbf230464c9e", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/6a7e7a150e234a559a88cde4d791be53"}, "enabled": true, "type": "cloudformation", "id": "6a7e7a150e234a559a88cde4d791be53", "name": "heat-cfn"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/756e4b915edd4e99b94c7bca76d4ad9b"}, "enabled": true, "type": "compute", "id": "756e4b915edd4e99b94c7bca76d4ad9b", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/897205a8be9340538af26639b9267b60"}, "enabled": true, "type": "event", "id": "897205a8be9340538af26639b9267b60", "name": "panko"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8d0fee898e8c43f2bd2d9f2f5bfc3b40"}, "enabled": true, "type": "network", "id": "8d0fee898e8c43f2bd2d9f2f5bfc3b40", "name": "neutron"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/9872c9d9efe0401fb5abd0cacb2fdf02"}, "enabled": true, "type": "orchestration", "id": "9872c9d9efe0401fb5abd0cacb2fdf02", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/9cfa4b204e864a1398ae4b36d8ed965c"}, "enabled": true, "type": "image", "id": "9cfa4b204e864a1398ae4b36d8ed965c", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bef505c8100b4ba49ee127eb74e3e1fb"}, "enabled": true, "type": "identity", "id": "bef505c8100b4ba49ee127eb74e3e1fb", "name": "keystone"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/de9a280eaada49928ca557b143e32208"}, "enabled": true, "type": "volumev3", "id": "de9a280eaada49928ca557b143e32208", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/fbb0813a8b894e2182af59ce789f2279"}, "enabled": true, "type": "volume", "id": "fbb0813a8b894e2182af59ce789f2279", "name": "cinder"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-24 02:07:35,365 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-d9521644-9642-48df-b2c6-dd6f03812eea 2018-08-24 02:07:35,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0926561355591s 2018-08-24 02:07:35,366 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-d9521644-9642-48df-b2c6-dd6f03812eea 2018-08-24 02:07:35,371 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'1eeef5fd873047ca8d97cd01a397b78c', 'name': u'placement'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'1f88d9953cd441b6beb4adfcbec70577', 'name': u'aodh'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'31ca8f1e9f0d4df58d585e3be31b2d5e', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'51b0b091e38a4ed7b7fecaec13a343a7', 'name': u'gnocchi'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'5a281c7caa184f48bba0e284d8651994', 'name': u'ceilometer'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'668a9185ceff4163ab7fcbf230464c9e', 'name': u'swift'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'6a7e7a150e234a559a88cde4d791be53', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'756e4b915edd4e99b94c7bca76d4ad9b', 'name': u'nova'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'897205a8be9340538af26639b9267b60', 'name': u'panko'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'8d0fee898e8c43f2bd2d9f2f5bfc3b40', 'name': u'neutron'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'9872c9d9efe0401fb5abd0cacb2fdf02', 'name': u'heat'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'9cfa4b204e864a1398ae4b36d8ed965c', 'name': u'glance'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'bef505c8100b4ba49ee127eb74e3e1fb', 'name': u'keystone'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'de9a280eaada49928ca557b143e32208', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'fbb0813a8b894e2182af59ce789f2279', 'name': u'cinder'})] 2018-08-24 02:07:35,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 02:07:35,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}2a2f5250969b2cf3ff95509f8e45493dfa20bfca" 2018-08-24 02:07:35,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-72f2775e-25f5-45ab-94a7-d72cec6b55f1 Date: Fri, 24 Aug 2018 02:07:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"82d5fffa-765e-411b-b09b-527b68da6737","tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:11Z","dns_nameservers":[],"updated_at":"2018-08-24T02:05:11Z","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":"72e4cc73aee4420cac485a4fa50f457f","id":"742fb591-dfe8-4f53-9749-46fc1dc3f7c8","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-24 02:07:35,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-72f2775e-25f5-45ab-94a7-d72cec6b55f1 2018-08-24 02:07:35,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0373208522797s 2018-08-24 02:07:35,410 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-72f2775e-25f5-45ab-94a7-d72cec6b55f1 2018-08-24 02:07:35,410 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T02:05:11Z', 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'742fb591-dfe8-4f53-9749-46fc1dc3f7c8', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'82d5fffa-765e-411b-b09b-527b68da6737', u'tenant_id': u'72e4cc73aee4420cac485a4fa50f457f', u'created_at': u'2018-08-24T02:05:11Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'72e4cc73aee4420cac485a4fa50f457f'})] 2018-08-24 02:07:35,527 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 02:07:35,527 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-24 02:07:35,586 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-24 02:07:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 02:07:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 02:07:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 02:07:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 02:07:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 02:07:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 02:07:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 02:07:35,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 02:07:35,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 02:07:35,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 02:07:35,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46ee7502-7138-4fc5-b97e-ea919c56e8f0 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.21:5000/v3/", "rel": "self"}]}} 2018-08-24 02:07:35,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-46ee7502-7138-4fc5-b97e-ea919c56e8f0 2018-08-24 02:07:35,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-24 02:07:36,134 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "70ad60914ac64326867a0bf86abe033f", "name": "admin"}], "expires_at": "2018-08-24T03:07:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4fb708718684d26b590c19e1b8ec719", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "625566effee5441ea2360e35640ba3d7"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfd054d53f854ffb85ae4c44f17bad41"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84d2f6a82a24658a0b0ea822c6948c4"}], "type": "placement", "id": "1eeef5fd873047ca8d97cd01a397b78c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e79551445ffa4e79844ccfe483e06db4"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f741ab6136234cb88e770b926550c338"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb1b2ea9b059432da4b2a85741b1c715"}], "type": "alarming", "id": "1f88d9953cd441b6beb4adfcbec70577", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9456d509574e8db0e3986c15c705f7"}, {"url": "http://192.30.9.3:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "308b821941284ab79e979b449b445615"}, {"url": "http://172.30.9.21:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd6ed59a60144f5b93631fe1beaade7e"}], "type": "volumev2", "id": "31ca8f1e9f0d4df58d585e3be31b2d5e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9f3de46ed5467fb6e4a58f2daff2d6"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e04d7a3dc8e14f9da1027dc66053252c"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ea8077bb9a41708393953b25b4bff9"}], "type": "metric", "id": "51b0b091e38a4ed7b7fecaec13a343a7", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "5a281c7caa184f48bba0e284d8651994", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "609d858bfc5544c5bcbe14a652216982"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea3009d4490945dd8026030f6958cca1"}, {"url": "http://12.0.0.21:8080/v1/AUTH_e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc3dd4e5118540d1a98fec67bfeb9319"}], "type": "object-store", "id": "668a9185ceff4163ab7fcbf230464c9e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3615ad59969c401d92d0be914306bd56"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "483df65eaf8a4afe921e98ab78a813b8"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98a88ced754b493eac441d993777751e"}], "type": "cloudformation", "id": "6a7e7a150e234a559a88cde4d791be53", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22cb42058c1e48039e2b0dbf31b92691"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "242f96c7db054f27acc4a4ff4b948e48"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44528d2575434d26a93a3e989d6b5494"}], "type": "compute", "id": "756e4b915edd4e99b94c7bca76d4ad9b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd993d88344648be8f6ea6acd4aa9036"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0c30f557dde4223bb9eadffe745a444"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f79847929fa54b08b6b729c82e2412dc"}], "type": "event", "id": "897205a8be9340538af26639b9267b60", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78b5fb9b87a240108259f137d587d504"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a5d4775f717a43fd807083ad39bcdc3f"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b39d6be4a5a44ee9917e02d8dda4d0c6"}], "type": "network", "id": "8d0fee898e8c43f2bd2d9f2f5bfc3b40", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1e15c7959ada4049b7242e1c4dfa1823"}, {"url": "http://192.30.9.3:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44bf7442ffeb4447b6469054975e85da"}, {"url": "http://192.30.9.3:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d197803adfa44ee8932772c1e80da1ed"}], "type": "orchestration", "id": "9872c9d9efe0401fb5abd0cacb2fdf02", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74d3077e91c648c9b7b7e0afd7715648"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e4435b675ad448dd889d0589252bdc1a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd3b4926103141ac823469012a307a81"}], "type": "image", "id": "9cfa4b204e864a1398ae4b36d8ed965c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "358f285e485947b4a4032c7a1a836df1"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418ea10eea2944f88157ee6dce00b017"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73e83d5c646b47d49116b97519cd9b76"}], "type": "identity", "id": "bef505c8100b4ba49ee127eb74e3e1fb", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "117491ac139247c78f5dcc83746e8f10"}, {"url": "http://172.30.9.21:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b2035518a1c44b9ad36e233fc341e6d"}, {"url": "http://192.30.9.3:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ead137ed2c4115988343d1f2b42b61"}], "type": "volumev3", "id": "de9a280eaada49928ca557b143e32208", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdc6388854e1492d8d7299f39f66dd12"}, {"url": "http://192.30.9.3:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d220cea5a8334327a13f54e1740191d2"}, {"url": "http://192.30.9.3:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f5d53d1eacae4e5287f0a1aa7525a19f"}], "type": "volume", "id": "fbb0813a8b894e2182af59ce789f2279", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "501bad4e1cfc4414956bdab7cef823d1"}, "audit_ids": ["7b1TtwZLRDmj5h0rrOfGBg"], "issued_at": "2018-08-24T02:07:36.000000Z"}} 2018-08-24 02:07:36,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 02:07:36,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" 2018-08-24 02:07:37,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5942ca88-5d49-403b-821e-316d8fd7abb6 Date: Fri, 24 Aug 2018 02:07:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"82d5fffa-765e-411b-b09b-527b68da6737","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72e4cc73aee4420cac485a4fa50f457f","status":"ACTIVE","subnets":["742fb591-dfe8-4f53-9749-46fc1dc3f7c8"],"description":"","tags":[],"updated_at":"2018-08-24T02:05:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:06Z","provider:network_type":"flat"}]} 2018-08-24 02:07:37,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5942ca88-5d49-403b-821e-316d8fd7abb6 2018-08-24 02:07:37,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.918882131577s 2018-08-24 02:07:37,056 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5942ca88-5d49-403b-821e-316d8fd7abb6 2018-08-24 02:07:37,057 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-24 02:07:37,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 02:07:37,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" -d '{"network": {"name": "tenantnetwork1-net_f5ddfdb0-73d7-4170-961e-fc2188713220", "admin_state_up": true}}' 2018-08-24 02:07:37,661 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-073662c7-2854-4d4c-8d74-b7ef553c0240 Date: Fri, 24 Aug 2018 02:07:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"73826782-a8ee-4624-9b10-ed2cde4a3abb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e4fb708718684d26b590c19e1b8ec719","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T02:07:37Z","is_default":false,"provider:segmentation_id":12,"name":"tenantnetwork1-net_f5ddfdb0-73d7-4170-961e-fc2188713220","admin_state_up":true,"tenant_id":"e4fb708718684d26b590c19e1b8ec719","created_at":"2018-08-24T02:07:37Z","mtu":1450}} 2018-08-24 02:07:37,661 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-073662c7-2854-4d4c-8d74-b7ef553c0240 2018-08-24 02:07:37,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.604012966156s 2018-08-24 02:07:37,662 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-073662c7-2854-4d4c-8d74-b7ef553c0240 2018-08-24 02:07:37,662 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-24T02:07:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'73826782-a8ee-4624-9b10-ed2cde4a3abb', u'provider:segmentation_id': 12, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_f5ddfdb0-73d7-4170-961e-fc2188713220', u'admin_state_up': True, u'tenant_id': u'e4fb708718684d26b590c19e1b8ec719', u'created_at': u'2018-08-24T02:07:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e4fb708718684d26b590c19e1b8ec719'}) 2018-08-24 02:07:37,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 02:07:37,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" 2018-08-24 02:07:37,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-8e3be6c0-21dc-4f96-88a6-51003f5a2366 Date: Fri, 24 Aug 2018 02:07:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"73826782-a8ee-4624-9b10-ed2cde4a3abb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e4fb708718684d26b590c19e1b8ec719","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T02:07:37Z","provider:segmentation_id":12,"name":"tenantnetwork1-net_f5ddfdb0-73d7-4170-961e-fc2188713220","admin_state_up":true,"tenant_id":"e4fb708718684d26b590c19e1b8ec719","created_at":"2018-08-24T02:07:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"82d5fffa-765e-411b-b09b-527b68da6737","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72e4cc73aee4420cac485a4fa50f457f","status":"ACTIVE","subnets":["742fb591-dfe8-4f53-9749-46fc1dc3f7c8"],"description":"","tags":[],"updated_at":"2018-08-24T02:05:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:06Z","provider:network_type":"flat"}]} 2018-08-24 02:07:37,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8e3be6c0-21dc-4f96-88a6-51003f5a2366 2018-08-24 02:07:37,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.208721876144s 2018-08-24 02:07:37,872 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8e3be6c0-21dc-4f96-88a6-51003f5a2366 2018-08-24 02:07:37,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 02:07:37,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" -d '{"subnet": {"name": "tenantnetwork1-subnet_f5ddfdb0-73d7-4170-961e-fc2188713220", "enable_dhcp": true, "network_id": "73826782-a8ee-4624-9b10-ed2cde4a3abb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 02:07:38,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4bdb20af-3637-4380-b8bb-018e7649509e Date: Fri, 24 Aug 2018 02:07:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73826782-a8ee-4624-9b10-ed2cde4a3abb","tenant_id":"e4fb708718684d26b590c19e1b8ec719","created_at":"2018-08-24T02:07:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T02:07:38Z","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":"e4fb708718684d26b590c19e1b8ec719","id":"047b832b-ae45-4fe5-8d26-c16641f93b2c","subnetpool_id":null,"name":"tenantnetwork1-subnet_f5ddfdb0-73d7-4170-961e-fc2188713220"}} 2018-08-24 02:07:38,740 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4bdb20af-3637-4380-b8bb-018e7649509e 2018-08-24 02:07:38,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.865983963013s 2018-08-24 02:07:38,741 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4bdb20af-3637-4380-b8bb-018e7649509e 2018-08-24 02:07:38,741 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T02:07:38Z', 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'047b832b-ae45-4fe5-8d26-c16641f93b2c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_f5ddfdb0-73d7-4170-961e-fc2188713220', u'enable_dhcp': True, u'network_id': u'73826782-a8ee-4624-9b10-ed2cde4a3abb', u'tenant_id': u'e4fb708718684d26b590c19e1b8ec719', u'created_at': u'2018-08-24T02:07:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e4fb708718684d26b590c19e1b8ec719'}) 2018-08-24 02:07:38,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 02:07:38,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" -d '{"router": {"external_gateway_info": {"network_id": "82d5fffa-765e-411b-b09b-527b68da6737"}, "name": "tenantnetwork1-router_f5ddfdb0-73d7-4170-961e-fc2188713220", "admin_state_up": true}}' 2018-08-24 02:07:40,127 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-60638fb0-11fb-4a49-9668-19dc400e85cb Date: Fri, 24 Aug 2018 02:07:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "82d5fffa-765e-411b-b09b-527b68da6737", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "742fb591-dfe8-4f53-9749-46fc1dc3f7c8", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "e4fb708718684d26b590c19e1b8ec719", "created_at": "2018-08-24T02:07:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T02:07:39Z", "revision_number": 2, "routes": [], "project_id": "e4fb708718684d26b590c19e1b8ec719", "id": "c103118e-4a87-4432-a36b-8aacfbe226c8", "name": "tenantnetwork1-router_f5ddfdb0-73d7-4170-961e-fc2188713220"}} 2018-08-24 02:07:40,127 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-60638fb0-11fb-4a49-9668-19dc400e85cb 2018-08-24 02:07:40,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.38558697701s 2018-08-24 02:07:40,128 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-60638fb0-11fb-4a49-9668-19dc400e85cb 2018-08-24 02:07:40,128 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'82d5fffa-765e-411b-b09b-527b68da6737', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'742fb591-dfe8-4f53-9749-46fc1dc3f7c8', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e4fb708718684d26b590c19e1b8ec719', u'created_at': u'2018-08-24T02:07:38Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-24T02:07:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'e4fb708718684d26b590c19e1b8ec719', u'id': u'c103118e-4a87-4432-a36b-8aacfbe226c8', u'name': u'tenantnetwork1-router_f5ddfdb0-73d7-4170-961e-fc2188713220'}) 2018-08-24 02:07:40,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 02:07:40,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/c103118e-4a87-4432-a36b-8aacfbe226c8/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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" -d '{"subnet_id": "047b832b-ae45-4fe5-8d26-c16641f93b2c"}' 2018-08-24 02:07:41,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-22c06181-0e72-48b9-9a54-c4c2fbaac1ca Date: Fri, 24 Aug 2018 02:07:41 GMT RESP BODY: {"network_id": "73826782-a8ee-4624-9b10-ed2cde4a3abb", "tenant_id": "e4fb708718684d26b590c19e1b8ec719", "subnet_id": "047b832b-ae45-4fe5-8d26-c16641f93b2c", "subnet_ids": ["047b832b-ae45-4fe5-8d26-c16641f93b2c"], "port_id": "b31737ac-8379-4c46-8ba9-1beee5957b56", "id": "c103118e-4a87-4432-a36b-8aacfbe226c8"} 2018-08-24 02:07:41,618 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c103118e-4a87-4432-a36b-8aacfbe226c8/add_router_interface.json used request id req-22c06181-0e72-48b9-9a54-c4c2fbaac1ca 2018-08-24 02:07:41,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.48952698708s 2018-08-24 02:07:41,619 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c103118e-4a87-4432-a36b-8aacfbe226c8/add_router_interface.json used request id req-22c06181-0e72-48b9-9a54-c4c2fbaac1ca returning object c103118e-4a87-4432-a36b-8aacfbe226c8 2018-08-24 02:07:41,727 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 02:07:41,727 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-24 02:07:41,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 02:07:41,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/c103118e-4a87-4432-a36b-8aacfbe226c8/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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" -d '{"subnet_id": "047b832b-ae45-4fe5-8d26-c16641f93b2c"}' 2018-08-24 02:07:43,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-65dbaacb-b9c5-4282-8272-a5163009c0a3 Date: Fri, 24 Aug 2018 02:07:43 GMT RESP BODY: {"network_id": "73826782-a8ee-4624-9b10-ed2cde4a3abb", "tenant_id": "e4fb708718684d26b590c19e1b8ec719", "subnet_id": "047b832b-ae45-4fe5-8d26-c16641f93b2c", "subnet_ids": ["047b832b-ae45-4fe5-8d26-c16641f93b2c"], "port_id": "b31737ac-8379-4c46-8ba9-1beee5957b56", "id": "c103118e-4a87-4432-a36b-8aacfbe226c8"} 2018-08-24 02:07:43,214 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c103118e-4a87-4432-a36b-8aacfbe226c8/remove_router_interface.json used request id req-65dbaacb-b9c5-4282-8272-a5163009c0a3 2018-08-24 02:07:43,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.48209285736s 2018-08-24 02:07:43,215 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c103118e-4a87-4432-a36b-8aacfbe226c8/remove_router_interface.json used request id req-65dbaacb-b9c5-4282-8272-a5163009c0a3 returning object c103118e-4a87-4432-a36b-8aacfbe226c8 2018-08-24 02:07:43,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 02:07:43,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" 2018-08-24 02:07:43,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-aa49bf83-dc8d-4124-93cb-fae3852a525e Date: Fri, 24 Aug 2018 02:07:43 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "82d5fffa-765e-411b-b09b-527b68da6737", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "742fb591-dfe8-4f53-9749-46fc1dc3f7c8", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "e4fb708718684d26b590c19e1b8ec719", "created_at": "2018-08-24T02:07:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T02:07:42Z", "revision_number": 4, "routes": [], "project_id": "e4fb708718684d26b590c19e1b8ec719", "id": "c103118e-4a87-4432-a36b-8aacfbe226c8", "name": "tenantnetwork1-router_f5ddfdb0-73d7-4170-961e-fc2188713220"}]} 2018-08-24 02:07:43,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-aa49bf83-dc8d-4124-93cb-fae3852a525e 2018-08-24 02:07:43,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.108666181564s 2018-08-24 02:07:43,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-aa49bf83-dc8d-4124-93cb-fae3852a525e 2018-08-24 02:07:43,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 02:07:43,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/c103118e-4a87-4432-a36b-8aacfbe226c8.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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" 2018-08-24 02:07:44,405 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0a5be048-6ba8-4a08-99ce-b42cd2e9e94f Content-Length: 0 Date: Fri, 24 Aug 2018 02:07:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 02:07:44,405 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c103118e-4a87-4432-a36b-8aacfbe226c8.json used request id req-0a5be048-6ba8-4a08-99ce-b42cd2e9e94f 2018-08-24 02:07:44,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.07969808578s 2018-08-24 02:07:44,406 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c103118e-4a87-4432-a36b-8aacfbe226c8.json used request id req-0a5be048-6ba8-4a08-99ce-b42cd2e9e94f 2018-08-24 02:07:44,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 02:07:44,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" 2018-08-24 02:07:44,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-adf5d937-8b7e-4e87-8a45-d4f646f0f7bd Date: Fri, 24 Aug 2018 02:07:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"73826782-a8ee-4624-9b10-ed2cde4a3abb","tenant_id":"e4fb708718684d26b590c19e1b8ec719","created_at":"2018-08-24T02:07:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T02:07:38Z","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":"e4fb708718684d26b590c19e1b8ec719","id":"047b832b-ae45-4fe5-8d26-c16641f93b2c","subnetpool_id":null,"name":"tenantnetwork1-subnet_f5ddfdb0-73d7-4170-961e-fc2188713220"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"82d5fffa-765e-411b-b09b-527b68da6737","tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:11Z","dns_nameservers":[],"updated_at":"2018-08-24T02:05:11Z","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":"72e4cc73aee4420cac485a4fa50f457f","id":"742fb591-dfe8-4f53-9749-46fc1dc3f7c8","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-24 02:07:44,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-adf5d937-8b7e-4e87-8a45-d4f646f0f7bd 2018-08-24 02:07:44,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.120662212372s 2018-08-24 02:07:44,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-adf5d937-8b7e-4e87-8a45-d4f646f0f7bd 2018-08-24 02:07:44,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 02:07:44,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/047b832b-ae45-4fe5-8d26-c16641f93b2c.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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" 2018-08-24 02:07:45,557 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f40214bd-0756-4194-b19e-f34e2ff49701 Date: Fri, 24 Aug 2018 02:07:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 02:07:45,557 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/047b832b-ae45-4fe5-8d26-c16641f93b2c.json used request id req-f40214bd-0756-4194-b19e-f34e2ff49701 2018-08-24 02:07:45,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0279250145s 2018-08-24 02:07:45,557 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/047b832b-ae45-4fe5-8d26-c16641f93b2c.json used request id req-f40214bd-0756-4194-b19e-f34e2ff49701 2018-08-24 02:07:45,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 02:07:45,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" 2018-08-24 02:07:45,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-e1d93f61-5f37-435b-8e72-65115eb08a37 Date: Fri, 24 Aug 2018 02:07:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"73826782-a8ee-4624-9b10-ed2cde4a3abb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e4fb708718684d26b590c19e1b8ec719","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T02:07:45Z","provider:segmentation_id":12,"name":"tenantnetwork1-net_f5ddfdb0-73d7-4170-961e-fc2188713220","admin_state_up":true,"tenant_id":"e4fb708718684d26b590c19e1b8ec719","created_at":"2018-08-24T02:07:37Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"82d5fffa-765e-411b-b09b-527b68da6737","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72e4cc73aee4420cac485a4fa50f457f","status":"ACTIVE","subnets":["742fb591-dfe8-4f53-9749-46fc1dc3f7c8"],"description":"","tags":[],"updated_at":"2018-08-24T02:05:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:06Z","provider:network_type":"flat"}]} 2018-08-24 02:07:45,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e1d93f61-5f37-435b-8e72-65115eb08a37 2018-08-24 02:07:45,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0894448757172s 2018-08-24 02:07:45,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e1d93f61-5f37-435b-8e72-65115eb08a37 2018-08-24 02:07:45,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 02:07:45,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/73826782-a8ee-4624-9b10-ed2cde4a3abb.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}d9bc0caa15e2ff78ba55152dea0d4691a345aea7" 2018-08-24 02:07:47,389 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-30325e46-82fd-4ab8-ac20-547964fcb84e Date: Fri, 24 Aug 2018 02:07:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 02:07:47,390 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/73826782-a8ee-4624-9b10-ed2cde4a3abb.json used request id req-30325e46-82fd-4ab8-ac20-547964fcb84e 2018-08-24 02:07:47,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.74078202248s 2018-08-24 02:07:47,390 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/73826782-a8ee-4624-9b10-ed2cde4a3abb.json used request id req-30325e46-82fd-4ab8-ac20-547964fcb84e 2018-08-24 02:07:47,443 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-24 02:07:47,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 02:07:47,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 02:07:47,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 02:07:47,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 02:07:47,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 02:07:47,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 02:07:47,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 02:07:47,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 02:07:47,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 02:07:47,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 02:07:47,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 02:07:47,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d324fd15-beee-4830-b6e0-941e350d0734 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.21:5000/v3/", "rel": "self"}]}} 2018-08-24 02:07:47,493 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-d324fd15-beee-4830-b6e0-941e350d0734 2018-08-24 02:07:47,493 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-24 02:07:47,881 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "70ad60914ac64326867a0bf86abe033f", "name": "admin"}], "expires_at": "2018-08-24T03:07:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4fb708718684d26b590c19e1b8ec719", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "625566effee5441ea2360e35640ba3d7"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfd054d53f854ffb85ae4c44f17bad41"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84d2f6a82a24658a0b0ea822c6948c4"}], "type": "placement", "id": "1eeef5fd873047ca8d97cd01a397b78c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e79551445ffa4e79844ccfe483e06db4"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f741ab6136234cb88e770b926550c338"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb1b2ea9b059432da4b2a85741b1c715"}], "type": "alarming", "id": "1f88d9953cd441b6beb4adfcbec70577", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9456d509574e8db0e3986c15c705f7"}, {"url": "http://192.30.9.3:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "308b821941284ab79e979b449b445615"}, {"url": "http://172.30.9.21:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd6ed59a60144f5b93631fe1beaade7e"}], "type": "volumev2", "id": "31ca8f1e9f0d4df58d585e3be31b2d5e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9f3de46ed5467fb6e4a58f2daff2d6"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e04d7a3dc8e14f9da1027dc66053252c"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ea8077bb9a41708393953b25b4bff9"}], "type": "metric", "id": "51b0b091e38a4ed7b7fecaec13a343a7", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "5a281c7caa184f48bba0e284d8651994", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "609d858bfc5544c5bcbe14a652216982"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea3009d4490945dd8026030f6958cca1"}, {"url": "http://12.0.0.21:8080/v1/AUTH_e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc3dd4e5118540d1a98fec67bfeb9319"}], "type": "object-store", "id": "668a9185ceff4163ab7fcbf230464c9e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3615ad59969c401d92d0be914306bd56"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "483df65eaf8a4afe921e98ab78a813b8"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98a88ced754b493eac441d993777751e"}], "type": "cloudformation", "id": "6a7e7a150e234a559a88cde4d791be53", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22cb42058c1e48039e2b0dbf31b92691"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "242f96c7db054f27acc4a4ff4b948e48"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44528d2575434d26a93a3e989d6b5494"}], "type": "compute", "id": "756e4b915edd4e99b94c7bca76d4ad9b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd993d88344648be8f6ea6acd4aa9036"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0c30f557dde4223bb9eadffe745a444"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f79847929fa54b08b6b729c82e2412dc"}], "type": "event", "id": "897205a8be9340538af26639b9267b60", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78b5fb9b87a240108259f137d587d504"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a5d4775f717a43fd807083ad39bcdc3f"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b39d6be4a5a44ee9917e02d8dda4d0c6"}], "type": "network", "id": "8d0fee898e8c43f2bd2d9f2f5bfc3b40", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1e15c7959ada4049b7242e1c4dfa1823"}, {"url": "http://192.30.9.3:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44bf7442ffeb4447b6469054975e85da"}, {"url": "http://192.30.9.3:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d197803adfa44ee8932772c1e80da1ed"}], "type": "orchestration", "id": "9872c9d9efe0401fb5abd0cacb2fdf02", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74d3077e91c648c9b7b7e0afd7715648"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e4435b675ad448dd889d0589252bdc1a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd3b4926103141ac823469012a307a81"}], "type": "image", "id": "9cfa4b204e864a1398ae4b36d8ed965c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "358f285e485947b4a4032c7a1a836df1"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418ea10eea2944f88157ee6dce00b017"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73e83d5c646b47d49116b97519cd9b76"}], "type": "identity", "id": "bef505c8100b4ba49ee127eb74e3e1fb", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "117491ac139247c78f5dcc83746e8f10"}, {"url": "http://172.30.9.21:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b2035518a1c44b9ad36e233fc341e6d"}, {"url": "http://192.30.9.3:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ead137ed2c4115988343d1f2b42b61"}], "type": "volumev3", "id": "de9a280eaada49928ca557b143e32208", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdc6388854e1492d8d7299f39f66dd12"}, {"url": "http://192.30.9.3:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d220cea5a8334327a13f54e1740191d2"}, {"url": "http://192.30.9.3:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f5d53d1eacae4e5287f0a1aa7525a19f"}], "type": "volume", "id": "fbb0813a8b894e2182af59ce789f2279", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "501bad4e1cfc4414956bdab7cef823d1"}, "audit_ids": ["287X_vvkTyq6p6V7h9izAw"], "issued_at": "2018-08-24T02:07:47.000000Z"}} 2018-08-24 02:07:47,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 02:07:47,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:07:48,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7894a704-e1b8-4836-aa2c-1310cf088a6e Date: Fri, 24 Aug 2018 02:07:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"82d5fffa-765e-411b-b09b-527b68da6737","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72e4cc73aee4420cac485a4fa50f457f","status":"ACTIVE","subnets":["742fb591-dfe8-4f53-9749-46fc1dc3f7c8"],"description":"","tags":[],"updated_at":"2018-08-24T02:05:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:06Z","provider:network_type":"flat"}]} 2018-08-24 02:07:48,910 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7894a704-e1b8-4836-aa2c-1310cf088a6e 2018-08-24 02:07:48,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.02601003647s 2018-08-24 02:07:48,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7894a704-e1b8-4836-aa2c-1310cf088a6e 2018-08-24 02:07:48,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 02:07:48,919 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 24 Aug 2018 02:07:48 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.21: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.21:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-24 02:07:48,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 02:07:48,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:07:48,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d8da88-fcd9-4b86-a3b4-04ef435ee650 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/7dcadcd741d4490a983aaf3946252c6d"}, "tags": [], "enabled": true, "id": "7dcadcd741d4490a983aaf3946252c6d", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-24 02:07:48,946 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-05d8da88-fcd9-4b86-a3b4-04ef435ee650 2018-08-24 02:07:48,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.02578997612s 2018-08-24 02:07:48,946 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-05d8da88-fcd9-4b86-a3b4-04ef435ee650 2018-08-24 02:07:48,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-24 02:07:48,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}}' 2018-08-24 02:07:49,110 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 02:07:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a6af226e-7f7d-4e20-b5b0-b87ef54f0058 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.21:5000/v3/projects/b800b0a1f93d4469a22f91d5f7a0193f"}, "tags": [], "enabled": true, "id": "b800b0a1f93d4469a22f91d5f7a0193f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}} 2018-08-24 02:07:49,110 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a6af226e-7f7d-4e20-b5b0-b87ef54f0058 2018-08-24 02:07:49,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.156931877136s 2018-08-24 02:07:49,111 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-a6af226e-7f7d-4e20-b5b0-b87ef54f0058 2018-08-24 02:07:49,111 - 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'b800b0a1f93d4469a22f91d5f7a0193f', '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_bfa226d5-a639-49fb-8b74-5eb3a2b6100c'}) 2018-08-24 02:07:49,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-24 02:07:49,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "170f9c5a-27cf-433a-871b-f093653a4fd7", "email": null, "name": "tenantnetwork2-user_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}}' 2018-08-24 02:07:49,448 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 02:07:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fe754e45-6abf-44b0-a87b-ae18aefdd79f Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_bfa226d5-a639-49fb-8b74-5eb3a2b6100c", "links": {"self": "http://172.30.9.21:5000/v3/users/1b884093b7c04944b2601d161f0a96e6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1b884093b7c04944b2601d161f0a96e6", "domain_id": "default", "password_expires_at": null}} 2018-08-24 02:07:49,448 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-fe754e45-6abf-44b0-a87b-ae18aefdd79f 2018-08-24 02:07:49,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.330595970154s 2018-08-24 02:07:49,449 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-fe754e45-6abf-44b0-a87b-ae18aefdd79f 2018-08-24 02:07:49,449 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1b884093b7c04944b2601d161f0a96e6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_bfa226d5-a639-49fb-8b74-5eb3a2b6100c'}) 2018-08-24 02:07:49,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 02:07:49,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:07:49,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ab44cb6-6f90-43b1-9e35-e22daebcaa9e Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "080a013726fc49db8debfb34197b7763", "links": {"self": "http://172.30.9.21:5000/v3/roles/080a013726fc49db8debfb34197b7763"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "13f22c816551418ebe03a2a0e35e283b", "links": {"self": "http://172.30.9.21:5000/v3/roles/13f22c816551418ebe03a2a0e35e283b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "487c488ba34741ebbc202bf47f298a57", "links": {"self": "http://172.30.9.21:5000/v3/roles/487c488ba34741ebbc202bf47f298a57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "70ad60914ac64326867a0bf86abe033f", "links": {"self": "http://172.30.9.21:5000/v3/roles/70ad60914ac64326867a0bf86abe033f"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-24 02:07:49,552 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5ab44cb6-6f90-43b1-9e35-e22daebcaa9e 2018-08-24 02:07:49,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0991342067719s 2018-08-24 02:07:49,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5ab44cb6-6f90-43b1-9e35-e22daebcaa9e 2018-08-24 02:07:49,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 02:07:49,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:07:49,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36a6d728-0741-4b4c-8df5-e4cb5badfaa0 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "080a013726fc49db8debfb34197b7763", "links": {"self": "http://172.30.9.21:5000/v3/roles/080a013726fc49db8debfb34197b7763"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "13f22c816551418ebe03a2a0e35e283b", "links": {"self": "http://172.30.9.21:5000/v3/roles/13f22c816551418ebe03a2a0e35e283b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "487c488ba34741ebbc202bf47f298a57", "links": {"self": "http://172.30.9.21:5000/v3/roles/487c488ba34741ebbc202bf47f298a57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "70ad60914ac64326867a0bf86abe033f", "links": {"self": "http://172.30.9.21:5000/v3/roles/70ad60914ac64326867a0bf86abe033f"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-24 02:07:49,653 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-36a6d728-0741-4b4c-8df5-e4cb5badfaa0 2018-08-24 02:07:49,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0953438282013s 2018-08-24 02:07:49,653 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-36a6d728-0741-4b4c-8df5-e4cb5badfaa0 2018-08-24 02:07:49,654 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-24 02:07:49,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-24 02:07:49,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" -d '{"role": {"name": "Member"}}' 2018-08-24 02:07:49,799 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 24 Aug 2018 02:07:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7fc4b206-52ba-408d-b218-b16e2e4c1cd6 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "295e8f29979b4ebd8f73861d38952d41", "links": {"self": "http://172.30.9.21:5000/v3/roles/295e8f29979b4ebd8f73861d38952d41"}, "name": "Member"}} 2018-08-24 02:07:49,799 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7fc4b206-52ba-408d-b218-b16e2e4c1cd6 2018-08-24 02:07:49,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.140961885452s 2018-08-24 02:07:49,799 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-7fc4b206-52ba-408d-b218-b16e2e4c1cd6 2018-08-24 02:07:49,800 - 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'295e8f29979b4ebd8f73861d38952d41'}) 2018-08-24 02:07:49,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 02:07:49,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:07:49,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39c617c2-bfef-4062-b67a-7d568b6392ba Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "080a013726fc49db8debfb34197b7763", "links": {"self": "http://172.30.9.21:5000/v3/roles/080a013726fc49db8debfb34197b7763"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "13f22c816551418ebe03a2a0e35e283b", "links": {"self": "http://172.30.9.21:5000/v3/roles/13f22c816551418ebe03a2a0e35e283b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "295e8f29979b4ebd8f73861d38952d41", "links": {"self": "http://172.30.9.21:5000/v3/roles/295e8f29979b4ebd8f73861d38952d41"}, "name": "Member"}, {"domain_id": null, "id": "487c488ba34741ebbc202bf47f298a57", "links": {"self": "http://172.30.9.21:5000/v3/roles/487c488ba34741ebbc202bf47f298a57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "70ad60914ac64326867a0bf86abe033f", "links": {"self": "http://172.30.9.21:5000/v3/roles/70ad60914ac64326867a0bf86abe033f"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-24 02:07:49,961 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-39c617c2-bfef-4062-b67a-7d568b6392ba 2018-08-24 02:07:49,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.157739877701s 2018-08-24 02:07:49,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-39c617c2-bfef-4062-b67a-7d568b6392ba 2018-08-24 02:07:49,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-24 02:07:49,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:07:50,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d09bad9e-7b22-4a91-9250-8e4879828b7b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-24 02:07:50,061 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d09bad9e-7b22-4a91-9250-8e4879828b7b 2018-08-24 02:07:50,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.093994140625s 2018-08-24 02:07:50,061 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d09bad9e-7b22-4a91-9250-8e4879828b7b 2018-08-24 02:07:50,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 02:07:50,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:07:50,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0470394b-a89e-4d68-87d0-b5e4fe268ad1 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0c8f3f9dfe1a46be8ef92bb11e84fcf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0c8f3f9dfe1a46be8ef92bb11e84fcf2", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/11d5d4f6e9e74f17b4bb95bfcf960e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11d5d4f6e9e74f17b4bb95bfcf960e0b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/15ecd34ce830484c8dc6bacad99103ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ecd34ce830484c8dc6bacad99103ee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_bfa226d5-a639-49fb-8b74-5eb3a2b6100c", "links": {"self": "http://172.30.9.21:5000/v3/users/1b884093b7c04944b2601d161f0a96e6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1b884093b7c04944b2601d161f0a96e6", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/2b2f10f3ee4b4933b1abb6f7003d7698"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2f10f3ee4b4933b1abb6f7003d7698", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/497a8258a0ab4578ba6c30bedcc30b72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "497a8258a0ab4578ba6c30bedcc30b72", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/501bad4e1cfc4414956bdab7cef823d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "501bad4e1cfc4414956bdab7cef823d1", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/57a036c9a11c4462b57262b5cb408a8c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57a036c9a11c4462b57262b5cb408a8c", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/5a21e6c7a01248a3a637af7e6663ac01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a21e6c7a01248a3a637af7e6663ac01", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/87cdb5dc79c64646a8cbadde2d829545"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87cdb5dc79c64646a8cbadde2d829545", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/90046b14f58144099466c2bafa721a78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "90046b14f58144099466c2bafa721a78", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/a77999a3e1d54b8da07696ea338faa2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a77999a3e1d54b8da07696ea338faa2a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b75a3fb36a18479fbe39b06813c9f299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b75a3fb36a18479fbe39b06813c9f299", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/e11f186646284ac6868ece7f39119bcc"}, "domain_id": "7dcadcd741d4490a983aaf3946252c6d", "enabled": true, "options": {}, "id": "e11f186646284ac6868ece7f39119bcc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/ed6b319a5d36499b99da7003d613ae56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed6b319a5d36499b99da7003d613ae56", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-24 02:07:50,170 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0470394b-a89e-4d68-87d0-b5e4fe268ad1 2018-08-24 02:07:50,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108172893524s 2018-08-24 02:07:50,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0470394b-a89e-4d68-87d0-b5e4fe268ad1 2018-08-24 02:07:50,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 02:07:50,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:07:50,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb657b41-9e0f-4901-b505-540a65fac218 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f"}, "tags": [], "enabled": true, "id": "72e4cc73aee4420cac485a4fa50f457f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/b800b0a1f93d4469a22f91d5f7a0193f"}, "tags": [], "enabled": true, "id": "b800b0a1f93d4469a22f91d5f7a0193f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/e4fb708718684d26b590c19e1b8ec719"}, "tags": [], "enabled": true, "id": "e4fb708718684d26b590c19e1b8ec719", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-24 02:07:50,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-bb657b41-9e0f-4901-b505-540a65fac218 2018-08-24 02:07:50,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0867710113525s 2018-08-24 02:07:50,270 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-bb657b41-9e0f-4901-b505-540a65fac218 2018-08-24 02:07:50,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-24 02:07:50,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=1b884093b7c04944b2601d161f0a96e6&role.id=295e8f29979b4ebd8f73861d38952d41&scope.project.id=b800b0a1f93d4469a22f91d5f7a0193f" -H "User-Agent: 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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:07:50,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee793f7-8a28-43ff-bea8-f77bc892902f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=1b884093b7c04944b2601d161f0a96e6&role.id=295e8f29979b4ebd8f73861d38952d41&scope.project.id=b800b0a1f93d4469a22f91d5f7a0193f", "previous": null, "next": null}} 2018-08-24 02:07:50,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=1b884093b7c04944b2601d161f0a96e6&role.id=295e8f29979b4ebd8f73861d38952d41&scope.project.id=b800b0a1f93d4469a22f91d5f7a0193f used request id req-8ee793f7-8a28-43ff-bea8-f77bc892902f 2018-08-24 02:07:50,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.157397985458s 2018-08-24 02:07:50,435 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=1b884093b7c04944b2601d161f0a96e6&role.id=295e8f29979b4ebd8f73861d38952d41&scope.project.id=b800b0a1f93d4469a22f91d5f7a0193f used request id req-8ee793f7-8a28-43ff-bea8-f77bc892902f 2018-08-24 02:07:50,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-24 02:07:50,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/b800b0a1f93d4469a22f91d5f7a0193f/users/1b884093b7c04944b2601d161f0a96e6/roles/295e8f29979b4ebd8f73861d38952d41 -H "User-Agent: 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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:07:50,619 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 02:07:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f0527f7a-7470-4958-9bb7-5fafe505ff4b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 02:07:50,619 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b800b0a1f93d4469a22f91d5f7a0193f/users/1b884093b7c04944b2601d161f0a96e6/roles/295e8f29979b4ebd8f73861d38952d41 used request id req-f0527f7a-7470-4958-9bb7-5fafe505ff4b 2018-08-24 02:07:50,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.180598020554s 2018-08-24 02:07:50,619 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b800b0a1f93d4469a22f91d5f7a0193f/users/1b884093b7c04944b2601d161f0a96e6/roles/295e8f29979b4ebd8f73861d38952d41 used request id req-f0527f7a-7470-4958-9bb7-5fafe505ff4b 2018-08-24 02:07:50,620 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_bfa226d5-a639-49fb-8b74-5eb3a2b6100c', 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'b800b0a1f93d4469a22f91d5f7a0193f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '170f9c5a-27cf-433a-871b-f093653a4fd7', 'username': u'tenantnetwork2-user_bfa226d5-a639-49fb-8b74-5eb3a2b6100c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-24 02:07:50,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 02:07:50,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 02:07:50,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 02:07:50,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 02:07:50,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 02:07:50,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 02:07:50,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 02:07:50,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 02:07:50,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 02:07:50,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 02:07:50,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 02:07:50,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 02:07:50,622 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 02:07:50,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 02:07:50,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 02:07:50,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 02:07:50,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 02:07:50,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 02:07:50,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 02:07:50,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 02:07:50,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 02:07:50,623 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 02:07:50,625 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_bfa226d5-a639-49fb-8b74-5eb3a2b6100c', 'password': '170f9c5a-27cf-433a-871b-f093653a4fd7', 'project_name': 'tenantnetwork2-project_bfa226d5-a639-49fb-8b74-5eb3a2b6100c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': 'b800b0a1f93d4469a22f91d5f7a0193f', 'project_domain_name': 'Default'} 2018-08-24 02:07:50,625 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-24 02:07:50,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 02:07:50,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:07:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a8a3244e-8009-4ddd-b64f-ae83e0a1e7c2 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.21:5000/v3/", "rel": "self"}]}} 2018-08-24 02:07:50,632 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-a8a3244e-8009-4ddd-b64f-ae83e0a1e7c2 2018-08-24 02:07:50,633 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-24 02:07:51,015 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "295e8f29979b4ebd8f73861d38952d41", "name": "Member"}], "expires_at": "2018-08-24T03:07:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b800b0a1f93d4469a22f91d5f7a0193f", "name": "tenantnetwork2-project_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "625566effee5441ea2360e35640ba3d7"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfd054d53f854ffb85ae4c44f17bad41"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84d2f6a82a24658a0b0ea822c6948c4"}], "type": "placement", "id": "1eeef5fd873047ca8d97cd01a397b78c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e79551445ffa4e79844ccfe483e06db4"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f741ab6136234cb88e770b926550c338"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb1b2ea9b059432da4b2a85741b1c715"}], "type": "alarming", "id": "1f88d9953cd441b6beb4adfcbec70577", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9456d509574e8db0e3986c15c705f7"}, {"url": "http://192.30.9.3:8776/v2/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "308b821941284ab79e979b449b445615"}, {"url": "http://172.30.9.21:8776/v2/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd6ed59a60144f5b93631fe1beaade7e"}], "type": "volumev2", "id": "31ca8f1e9f0d4df58d585e3be31b2d5e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9f3de46ed5467fb6e4a58f2daff2d6"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e04d7a3dc8e14f9da1027dc66053252c"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ea8077bb9a41708393953b25b4bff9"}], "type": "metric", "id": "51b0b091e38a4ed7b7fecaec13a343a7", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "5a281c7caa184f48bba0e284d8651994", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_b800b0a1f93d4469a22f91d5f7a0193f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "609d858bfc5544c5bcbe14a652216982"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea3009d4490945dd8026030f6958cca1"}, {"url": "http://12.0.0.21:8080/v1/AUTH_b800b0a1f93d4469a22f91d5f7a0193f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc3dd4e5118540d1a98fec67bfeb9319"}], "type": "object-store", "id": "668a9185ceff4163ab7fcbf230464c9e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3615ad59969c401d92d0be914306bd56"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "483df65eaf8a4afe921e98ab78a813b8"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98a88ced754b493eac441d993777751e"}], "type": "cloudformation", "id": "6a7e7a150e234a559a88cde4d791be53", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22cb42058c1e48039e2b0dbf31b92691"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "242f96c7db054f27acc4a4ff4b948e48"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44528d2575434d26a93a3e989d6b5494"}], "type": "compute", "id": "756e4b915edd4e99b94c7bca76d4ad9b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd993d88344648be8f6ea6acd4aa9036"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0c30f557dde4223bb9eadffe745a444"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f79847929fa54b08b6b729c82e2412dc"}], "type": "event", "id": "897205a8be9340538af26639b9267b60", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78b5fb9b87a240108259f137d587d504"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a5d4775f717a43fd807083ad39bcdc3f"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b39d6be4a5a44ee9917e02d8dda4d0c6"}], "type": "network", "id": "8d0fee898e8c43f2bd2d9f2f5bfc3b40", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1e15c7959ada4049b7242e1c4dfa1823"}, {"url": "http://192.30.9.3:8004/v1/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44bf7442ffeb4447b6469054975e85da"}, {"url": "http://192.30.9.3:8004/v1/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d197803adfa44ee8932772c1e80da1ed"}], "type": "orchestration", "id": "9872c9d9efe0401fb5abd0cacb2fdf02", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74d3077e91c648c9b7b7e0afd7715648"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e4435b675ad448dd889d0589252bdc1a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd3b4926103141ac823469012a307a81"}], "type": "image", "id": "9cfa4b204e864a1398ae4b36d8ed965c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "358f285e485947b4a4032c7a1a836df1"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418ea10eea2944f88157ee6dce00b017"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73e83d5c646b47d49116b97519cd9b76"}], "type": "identity", "id": "bef505c8100b4ba49ee127eb74e3e1fb", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "117491ac139247c78f5dcc83746e8f10"}, {"url": "http://172.30.9.21:8776/v3/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b2035518a1c44b9ad36e233fc341e6d"}, {"url": "http://192.30.9.3:8776/v3/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ead137ed2c4115988343d1f2b42b61"}], "type": "volumev3", "id": "de9a280eaada49928ca557b143e32208", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdc6388854e1492d8d7299f39f66dd12"}, {"url": "http://192.30.9.3:8776/v1/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d220cea5a8334327a13f54e1740191d2"}, {"url": "http://192.30.9.3:8776/v1/b800b0a1f93d4469a22f91d5f7a0193f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f5d53d1eacae4e5287f0a1aa7525a19f"}], "type": "volume", "id": "fbb0813a8b894e2182af59ce789f2279", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_bfa226d5-a639-49fb-8b74-5eb3a2b6100c", "id": "1b884093b7c04944b2601d161f0a96e6"}, "audit_ids": ["HkdBRNPTRxKaw95xbMnryg"], "issued_at": "2018-08-24T02:07:51.000000Z"}} 2018-08-24 02:07:51,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 02:07:51,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}621548c02a93c181385e5946db74d72ae02fd961" -d '{"network": {"name": "tenantnetwork2-net_bfa226d5-a639-49fb-8b74-5eb3a2b6100c", "admin_state_up": true}}' 2018-08-24 02:07:51,737 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-1c661722-58b0-4c33-b3f8-b9b596a6924c Date: Fri, 24 Aug 2018 02:07:51 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b800b0a1f93d4469a22f91d5f7a0193f","created_at":"2018-08-24T02:07:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-24T02:07:51Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b800b0a1f93d4469a22f91d5f7a0193f","id":"23d972a3-a2c7-4ece-80e2-c58d5a43a30c","name":"tenantnetwork2-net_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}} 2018-08-24 02:07:51,737 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1c661722-58b0-4c33-b3f8-b9b596a6924c 2018-08-24 02:07:51,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.719207048416s 2018-08-24 02:07:51,738 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1c661722-58b0-4c33-b3f8-b9b596a6924c 2018-08-24 02:07:51,738 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T02:07:51Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'23d972a3-a2c7-4ece-80e2-c58d5a43a30c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_bfa226d5-a639-49fb-8b74-5eb3a2b6100c', u'admin_state_up': True, u'tenant_id': u'b800b0a1f93d4469a22f91d5f7a0193f', u'created_at': u'2018-08-24T02:07:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b800b0a1f93d4469a22f91d5f7a0193f'}) 2018-08-24 02:07:51,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 02:07:51,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}621548c02a93c181385e5946db74d72ae02fd961" 2018-08-24 02:07:52,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-e1e6b738-852c-4d52-b76b-6f6665562a5a Date: Fri, 24 Aug 2018 02:07:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T02:07:51Z","tenant_id":"b800b0a1f93d4469a22f91d5f7a0193f","created_at":"2018-08-24T02:07:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b800b0a1f93d4469a22f91d5f7a0193f","id":"23d972a3-a2c7-4ece-80e2-c58d5a43a30c","name":"tenantnetwork2-net_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["742fb591-dfe8-4f53-9749-46fc1dc3f7c8"],"updated_at":"2018-08-24T02:05:11Z","tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"72e4cc73aee4420cac485a4fa50f457f","id":"82d5fffa-765e-411b-b09b-527b68da6737","name":"external"}]} 2018-08-24 02:07:52,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e1e6b738-852c-4d52-b76b-6f6665562a5a 2018-08-24 02:07:52,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.268123149872s 2018-08-24 02:07:52,008 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e1e6b738-852c-4d52-b76b-6f6665562a5a 2018-08-24 02:07:52,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 02:07:52,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}621548c02a93c181385e5946db74d72ae02fd961" -d '{"subnet": {"name": "tenantnetwork2-subnet_bfa226d5-a639-49fb-8b74-5eb3a2b6100c", "enable_dhcp": true, "network_id": "23d972a3-a2c7-4ece-80e2-c58d5a43a30c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 02:07:52,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-37809984-7b83-45d0-84e2-42c8ebf20b90 Date: Fri, 24 Aug 2018 02:07:52 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23d972a3-a2c7-4ece-80e2-c58d5a43a30c","tenant_id":"b800b0a1f93d4469a22f91d5f7a0193f","created_at":"2018-08-24T02:07:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T02:07:52Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b800b0a1f93d4469a22f91d5f7a0193f","id":"e4f13e37-ad86-4ce6-90b5-464f97f75074","subnetpool_id":null,"name":"tenantnetwork2-subnet_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}} 2018-08-24 02:07:52,636 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-37809984-7b83-45d0-84e2-42c8ebf20b90 2018-08-24 02:07:52,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.626935958862s 2018-08-24 02:07:52,637 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-37809984-7b83-45d0-84e2-42c8ebf20b90 2018-08-24 02:07:52,637 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T02:07:52Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'e4f13e37-ad86-4ce6-90b5-464f97f75074', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_bfa226d5-a639-49fb-8b74-5eb3a2b6100c', u'enable_dhcp': True, u'network_id': u'23d972a3-a2c7-4ece-80e2-c58d5a43a30c', u'tenant_id': u'b800b0a1f93d4469a22f91d5f7a0193f', u'created_at': u'2018-08-24T02:07:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b800b0a1f93d4469a22f91d5f7a0193f'}) 2018-08-24 02:07:52,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 02:07:52,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}621548c02a93c181385e5946db74d72ae02fd961" -d '{"router": {"external_gateway_info": {"network_id": "82d5fffa-765e-411b-b09b-527b68da6737"}, "name": "tenantnetwork2-router_bfa226d5-a639-49fb-8b74-5eb3a2b6100c", "admin_state_up": true}}' 2018-08-24 02:07:53,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-2258ae6b-56b3-4a1b-822e-7655949a81eb Date: Fri, 24 Aug 2018 02:07:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "82d5fffa-765e-411b-b09b-527b68da6737", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "742fb591-dfe8-4f53-9749-46fc1dc3f7c8", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "b800b0a1f93d4469a22f91d5f7a0193f", "created_at": "2018-08-24T02:07:52Z", "admin_state_up": true, "updated_at": "2018-08-24T02:07:53Z", "revision_number": 2, "routes": [], "project_id": "b800b0a1f93d4469a22f91d5f7a0193f", "id": "093c5dd7-4b0b-40c9-b622-1d9c52c30eb2", "name": "tenantnetwork2-router_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}} 2018-08-24 02:07:53,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2258ae6b-56b3-4a1b-822e-7655949a81eb 2018-08-24 02:07:53,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.19257307053s 2018-08-24 02:07:53,831 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2258ae6b-56b3-4a1b-822e-7655949a81eb 2018-08-24 02:07:53,831 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'82d5fffa-765e-411b-b09b-527b68da6737', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'742fb591-dfe8-4f53-9749-46fc1dc3f7c8', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b800b0a1f93d4469a22f91d5f7a0193f', u'created_at': u'2018-08-24T02:07:52Z', u'admin_state_up': True, u'updated_at': u'2018-08-24T02:07:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'b800b0a1f93d4469a22f91d5f7a0193f', u'id': u'093c5dd7-4b0b-40c9-b622-1d9c52c30eb2', u'name': u'tenantnetwork2-router_bfa226d5-a639-49fb-8b74-5eb3a2b6100c'}) 2018-08-24 02:07:53,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 02:07:53,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/093c5dd7-4b0b-40c9-b622-1d9c52c30eb2/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}621548c02a93c181385e5946db74d72ae02fd961" -d '{"subnet_id": "e4f13e37-ad86-4ce6-90b5-464f97f75074"}' 2018-08-24 02:07:55,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-38a17600-8650-452b-9727-31a740a6aefd Date: Fri, 24 Aug 2018 02:07:55 GMT RESP BODY: {"network_id": "23d972a3-a2c7-4ece-80e2-c58d5a43a30c", "tenant_id": "b800b0a1f93d4469a22f91d5f7a0193f", "subnet_id": "e4f13e37-ad86-4ce6-90b5-464f97f75074", "subnet_ids": ["e4f13e37-ad86-4ce6-90b5-464f97f75074"], "port_id": "5c14cada-b8ae-48a3-901f-33d79d453932", "id": "093c5dd7-4b0b-40c9-b622-1d9c52c30eb2"} 2018-08-24 02:07:55,708 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/093c5dd7-4b0b-40c9-b622-1d9c52c30eb2/add_router_interface.json used request id req-38a17600-8650-452b-9727-31a740a6aefd 2018-08-24 02:07:55,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.87666702271s 2018-08-24 02:07:55,709 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/093c5dd7-4b0b-40c9-b622-1d9c52c30eb2/add_router_interface.json used request id req-38a17600-8650-452b-9727-31a740a6aefd returning object 093c5dd7-4b0b-40c9-b622-1d9c52c30eb2 2018-08-24 02:07:55,831 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 02:07:55,831 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-24 02:07:55,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 02:07:55,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/093c5dd7-4b0b-40c9-b622-1d9c52c30eb2/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}621548c02a93c181385e5946db74d72ae02fd961" -d '{"subnet_id": "e4f13e37-ad86-4ce6-90b5-464f97f75074"}' 2018-08-24 02:07:57,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9d630d62-4bea-419b-80c0-e63cd38a2477 Date: Fri, 24 Aug 2018 02:07:57 GMT RESP BODY: {"network_id": "23d972a3-a2c7-4ece-80e2-c58d5a43a30c", "tenant_id": "b800b0a1f93d4469a22f91d5f7a0193f", "subnet_id": "e4f13e37-ad86-4ce6-90b5-464f97f75074", "subnet_ids": ["e4f13e37-ad86-4ce6-90b5-464f97f75074"], "port_id": "5c14cada-b8ae-48a3-901f-33d79d453932", "id": "093c5dd7-4b0b-40c9-b622-1d9c52c30eb2"} 2018-08-24 02:07:57,332 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/093c5dd7-4b0b-40c9-b622-1d9c52c30eb2/remove_router_interface.json used request id req-9d630d62-4bea-419b-80c0-e63cd38a2477 2018-08-24 02:07:57,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.49634099007s 2018-08-24 02:07:57,333 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/093c5dd7-4b0b-40c9-b622-1d9c52c30eb2/remove_router_interface.json used request id req-9d630d62-4bea-419b-80c0-e63cd38a2477 returning object 093c5dd7-4b0b-40c9-b622-1d9c52c30eb2 2018-08-24 02:07:57,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 02:07:57,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}621548c02a93c181385e5946db74d72ae02fd961" 2018-08-24 02:07:57,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8c5176b3-9476-44fd-ae09-cc90c4bc175e Date: Fri, 24 Aug 2018 02:07:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "82d5fffa-765e-411b-b09b-527b68da6737", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "742fb591-dfe8-4f53-9749-46fc1dc3f7c8", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "b800b0a1f93d4469a22f91d5f7a0193f", "created_at": "2018-08-24T02:07:52Z", "admin_state_up": true, "updated_at": "2018-08-24T02:07:56Z", "revision_number": 4, "routes": [], "project_id": "b800b0a1f93d4469a22f91d5f7a0193f", "id": "093c5dd7-4b0b-40c9-b622-1d9c52c30eb2", "name": "tenantnetwork2-router_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}]} 2018-08-24 02:07:57,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-8c5176b3-9476-44fd-ae09-cc90c4bc175e 2018-08-24 02:07:57,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.101834058762s 2018-08-24 02:07:57,435 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-8c5176b3-9476-44fd-ae09-cc90c4bc175e 2018-08-24 02:07:57,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 02:07:57,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/093c5dd7-4b0b-40c9-b622-1d9c52c30eb2.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}621548c02a93c181385e5946db74d72ae02fd961" 2018-08-24 02:07:58,577 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7450e0e3-4d13-4b49-8fb6-0790a37b8027 Content-Length: 0 Date: Fri, 24 Aug 2018 02:07:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 02:07:58,577 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/093c5dd7-4b0b-40c9-b622-1d9c52c30eb2.json used request id req-7450e0e3-4d13-4b49-8fb6-0790a37b8027 2018-08-24 02:07:58,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.14008903503s 2018-08-24 02:07:58,577 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/093c5dd7-4b0b-40c9-b622-1d9c52c30eb2.json used request id req-7450e0e3-4d13-4b49-8fb6-0790a37b8027 2018-08-24 02:07:58,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 02:07:58,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}621548c02a93c181385e5946db74d72ae02fd961" 2018-08-24 02:07:58,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1db0b95e-8d01-41f6-9cda-c4e97a0897dd Date: Fri, 24 Aug 2018 02:07:58 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"23d972a3-a2c7-4ece-80e2-c58d5a43a30c","tenant_id":"b800b0a1f93d4469a22f91d5f7a0193f","created_at":"2018-08-24T02:07:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T02:07:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b800b0a1f93d4469a22f91d5f7a0193f","id":"e4f13e37-ad86-4ce6-90b5-464f97f75074","subnetpool_id":null,"name":"tenantnetwork2-subnet_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}]} 2018-08-24 02:07:58,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1db0b95e-8d01-41f6-9cda-c4e97a0897dd 2018-08-24 02:07:58,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0783710479736s 2018-08-24 02:07:58,656 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1db0b95e-8d01-41f6-9cda-c4e97a0897dd 2018-08-24 02:07:58,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 02:07:58,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/e4f13e37-ad86-4ce6-90b5-464f97f75074.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}621548c02a93c181385e5946db74d72ae02fd961" 2018-08-24 02:07:59,763 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e4d6467e-743a-4f86-9f7e-50cebad5c1f3 Date: Fri, 24 Aug 2018 02:07:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 02:07:59,764 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e4f13e37-ad86-4ce6-90b5-464f97f75074.json used request id req-e4d6467e-743a-4f86-9f7e-50cebad5c1f3 2018-08-24 02:07:59,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.10597801208s 2018-08-24 02:07:59,764 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e4f13e37-ad86-4ce6-90b5-464f97f75074.json used request id req-e4d6467e-743a-4f86-9f7e-50cebad5c1f3 2018-08-24 02:07:59,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 02:07:59,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}621548c02a93c181385e5946db74d72ae02fd961" 2018-08-24 02:07:59,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-b9a606a9-a28b-418a-889a-4adb0327f9c6 Date: Fri, 24 Aug 2018 02:07:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-24T02:07:59Z","tenant_id":"b800b0a1f93d4469a22f91d5f7a0193f","created_at":"2018-08-24T02:07:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b800b0a1f93d4469a22f91d5f7a0193f","id":"23d972a3-a2c7-4ece-80e2-c58d5a43a30c","name":"tenantnetwork2-net_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["742fb591-dfe8-4f53-9749-46fc1dc3f7c8"],"updated_at":"2018-08-24T02:05:11Z","tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:06Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"72e4cc73aee4420cac485a4fa50f457f","id":"82d5fffa-765e-411b-b09b-527b68da6737","name":"external"}]} 2018-08-24 02:07:59,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b9a606a9-a28b-418a-889a-4adb0327f9c6 2018-08-24 02:07:59,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0946450233459s 2018-08-24 02:07:59,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b9a606a9-a28b-418a-889a-4adb0327f9c6 2018-08-24 02:07:59,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 02:07:59,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/23d972a3-a2c7-4ece-80e2-c58d5a43a30c.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}621548c02a93c181385e5946db74d72ae02fd961" 2018-08-24 02:08:01,046 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3c4330c0-5ac4-447e-adf1-e0cf6dd15898 Date: Fri, 24 Aug 2018 02:08:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 02:08:01,046 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/23d972a3-a2c7-4ece-80e2-c58d5a43a30c.json used request id req-3c4330c0-5ac4-447e-adf1-e0cf6dd15898 2018-08-24 02:08:01,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18544197083s 2018-08-24 02:08:01,046 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/23d972a3-a2c7-4ece-80e2-c58d5a43a30c.json used request id req-3c4330c0-5ac4-447e-adf1-e0cf6dd15898 2018-08-24 02:08:01,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 02:08:01,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:08:01,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4334df84-b43e-4ee6-a87d-ad9dcda43b57 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0c8f3f9dfe1a46be8ef92bb11e84fcf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0c8f3f9dfe1a46be8ef92bb11e84fcf2", "email": "glance@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/11d5d4f6e9e74f17b4bb95bfcf960e0b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "11d5d4f6e9e74f17b4bb95bfcf960e0b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/15ecd34ce830484c8dc6bacad99103ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ecd34ce830484c8dc6bacad99103ee", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_bfa226d5-a639-49fb-8b74-5eb3a2b6100c", "links": {"self": "http://172.30.9.21:5000/v3/users/1b884093b7c04944b2601d161f0a96e6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1b884093b7c04944b2601d161f0a96e6", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/2b2f10f3ee4b4933b1abb6f7003d7698"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2b2f10f3ee4b4933b1abb6f7003d7698", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/497a8258a0ab4578ba6c30bedcc30b72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "497a8258a0ab4578ba6c30bedcc30b72", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/501bad4e1cfc4414956bdab7cef823d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "501bad4e1cfc4414956bdab7cef823d1", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/57a036c9a11c4462b57262b5cb408a8c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "57a036c9a11c4462b57262b5cb408a8c", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/5a21e6c7a01248a3a637af7e6663ac01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a21e6c7a01248a3a637af7e6663ac01", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/87cdb5dc79c64646a8cbadde2d829545"}, "domain_id": "default", "enabled": true, "options": {}, "id": "87cdb5dc79c64646a8cbadde2d829545", "email": "heat@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/90046b14f58144099466c2bafa721a78"}, "domain_id": "default", "enabled": true, "options": {}, "id": "90046b14f58144099466c2bafa721a78", "email": "panko@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/a77999a3e1d54b8da07696ea338faa2a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a77999a3e1d54b8da07696ea338faa2a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/b75a3fb36a18479fbe39b06813c9f299"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b75a3fb36a18479fbe39b06813c9f299", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/e11f186646284ac6868ece7f39119bcc"}, "domain_id": "7dcadcd741d4490a983aaf3946252c6d", "enabled": true, "options": {}, "id": "e11f186646284ac6868ece7f39119bcc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/ed6b319a5d36499b99da7003d613ae56"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ed6b319a5d36499b99da7003d613ae56", "email": "nova@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-24 02:08:01,145 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4334df84-b43e-4ee6-a87d-ad9dcda43b57 2018-08-24 02:08:01,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0982730388641s 2018-08-24 02:08:01,146 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-4334df84-b43e-4ee6-a87d-ad9dcda43b57 2018-08-24 02:08:01,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-24 02:08:01,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/1b884093b7c04944b2601d161f0a96e6 -H "User-Agent: 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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:08:01,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f614e4f5-bfc9-41d0-9f67-70988c2ff5e6 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_bfa226d5-a639-49fb-8b74-5eb3a2b6100c", "links": {"self": "http://172.30.9.21:5000/v3/users/1b884093b7c04944b2601d161f0a96e6"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1b884093b7c04944b2601d161f0a96e6", "description": null}} 2018-08-24 02:08:01,251 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/1b884093b7c04944b2601d161f0a96e6 used request id req-f614e4f5-bfc9-41d0-9f67-70988c2ff5e6 2018-08-24 02:08:01,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.099319934845s 2018-08-24 02:08:01,251 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/1b884093b7c04944b2601d161f0a96e6 used request id req-f614e4f5-bfc9-41d0-9f67-70988c2ff5e6 2018-08-24 02:08:01,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-24 02:08:01,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/1b884093b7c04944b2601d161f0a96e6 -H "User-Agent: 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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:08:01,483 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 02:08:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c627585-7413-404b-be81-c0213fc98602 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 02:08:01,483 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1b884093b7c04944b2601d161f0a96e6 used request id req-3c627585-7413-404b-be81-c0213fc98602 2018-08-24 02:08:01,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.230847120285s 2018-08-24 02:08:01,483 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1b884093b7c04944b2601d161f0a96e6 used request id req-3c627585-7413-404b-be81-c0213fc98602 2018-08-24 02:08:01,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-24 02:08:01,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:08:01,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edcdbdde-6a22-4cbd-8776-f4fa1bdcef55 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/72e4cc73aee4420cac485a4fa50f457f"}, "tags": [], "enabled": true, "id": "72e4cc73aee4420cac485a4fa50f457f", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/b800b0a1f93d4469a22f91d5f7a0193f"}, "tags": [], "enabled": true, "id": "b800b0a1f93d4469a22f91d5f7a0193f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_bfa226d5-a639-49fb-8b74-5eb3a2b6100c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/e4fb708718684d26b590c19e1b8ec719"}, "tags": [], "enabled": true, "id": "e4fb708718684d26b590c19e1b8ec719", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-24 02:08:01,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-edcdbdde-6a22-4cbd-8776-f4fa1bdcef55 2018-08-24 02:08:01,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0854752063751s 2018-08-24 02:08:01,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-edcdbdde-6a22-4cbd-8776-f4fa1bdcef55 2018-08-24 02:08:01,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-24 02:08:01,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/b800b0a1f93d4469a22f91d5f7a0193f -H "User-Agent: 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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:08:01,772 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 02:08:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4839a3df-40df-40c5-8251-bcc9948468e4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 02:08:01,772 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b800b0a1f93d4469a22f91d5f7a0193f used request id req-4839a3df-40df-40c5-8251-bcc9948468e4 2018-08-24 02:08:01,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.193195104599s 2018-08-24 02:08:01,773 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b800b0a1f93d4469a22f91d5f7a0193f used request id req-4839a3df-40df-40c5-8251-bcc9948468e4 2018-08-24 02:08:01,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-24 02:08:01,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:08:01,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:08:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c529684c-37ce-4c2a-991d-c238539c84e6 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "080a013726fc49db8debfb34197b7763", "links": {"self": "http://172.30.9.21:5000/v3/roles/080a013726fc49db8debfb34197b7763"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "13f22c816551418ebe03a2a0e35e283b", "links": {"self": "http://172.30.9.21:5000/v3/roles/13f22c816551418ebe03a2a0e35e283b"}, "name": "swiftoperator"}, {"domain_id": null, "id": "295e8f29979b4ebd8f73861d38952d41", "links": {"self": "http://172.30.9.21:5000/v3/roles/295e8f29979b4ebd8f73861d38952d41"}, "name": "Member"}, {"domain_id": null, "id": "487c488ba34741ebbc202bf47f298a57", "links": {"self": "http://172.30.9.21:5000/v3/roles/487c488ba34741ebbc202bf47f298a57"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "70ad60914ac64326867a0bf86abe033f", "links": {"self": "http://172.30.9.21:5000/v3/roles/70ad60914ac64326867a0bf86abe033f"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-24 02:08:01,861 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c529684c-37ce-4c2a-991d-c238539c84e6 2018-08-24 02:08:01,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0844640731812s 2018-08-24 02:08:01,861 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c529684c-37ce-4c2a-991d-c238539c84e6 2018-08-24 02:08:01,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-24 02:08:01,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/295e8f29979b4ebd8f73861d38952d41 -H "User-Agent: 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}1b7884292546a5bbc1f5dd8aa8e32e2a543a08ac" 2018-08-24 02:08:02,090 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 24 Aug 2018 02:08:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcddf98e-55a5-4b4c-b222-29a72c760f11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-24 02:08:02,090 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/295e8f29979b4ebd8f73861d38952d41 used request id req-bcddf98e-55a5-4b4c-b222-29a72c760f11 2018-08-24 02:08:02,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.22364616394s 2018-08-24 02:08:02,090 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/295e8f29979b4ebd8f73861d38952d41 used request id req-bcddf98e-55a5-4b4c-b222-29a72c760f11 2018-08-24 02:08:02,143 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-24 02:08:02,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-24 02:08:02,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-24 02:08:02,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-24 02:08:02,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-24 02:08:02,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-24 02:08:02,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-24 02:08:02,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-24 02:08:02,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-24 02:08:02,273 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-24 02:08:02,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-24 02:08:02,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-24 02:08:02,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 02:08:02,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 24 Aug 2018 02:08:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f40780c-1b30-426d-a421-3441614e3f3f 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.21:5000/v3/", "rel": "self"}]}} 2018-08-24 02:08:02,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-5f40780c-1b30-426d-a421-3441614e3f3f 2018-08-24 02:08:02,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-24 02:08:02,745 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "70ad60914ac64326867a0bf86abe033f", "name": "admin"}], "expires_at": "2018-08-24T03:08:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e4fb708718684d26b590c19e1b8ec719", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "625566effee5441ea2360e35640ba3d7"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dfd054d53f854ffb85ae4c44f17bad41"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f84d2f6a82a24658a0b0ea822c6948c4"}], "type": "placement", "id": "1eeef5fd873047ca8d97cd01a397b78c", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e79551445ffa4e79844ccfe483e06db4"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f741ab6136234cb88e770b926550c338"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fb1b2ea9b059432da4b2a85741b1c715"}], "type": "alarming", "id": "1f88d9953cd441b6beb4adfcbec70577", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2a9456d509574e8db0e3986c15c705f7"}, {"url": "http://192.30.9.3:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "308b821941284ab79e979b449b445615"}, {"url": "http://172.30.9.21:8776/v2/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd6ed59a60144f5b93631fe1beaade7e"}], "type": "volumev2", "id": "31ca8f1e9f0d4df58d585e3be31b2d5e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b9f3de46ed5467fb6e4a58f2daff2d6"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e04d7a3dc8e14f9da1027dc66053252c"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ea8077bb9a41708393953b25b4bff9"}], "type": "metric", "id": "51b0b091e38a4ed7b7fecaec13a343a7", "name": "gnocchi"}, {"endpoints": [], "type": "metering", "id": "5a281c7caa184f48bba0e284d8651994", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.21:8080/v1/AUTH_e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "609d858bfc5544c5bcbe14a652216982"}, {"url": "http://12.0.0.21:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ea3009d4490945dd8026030f6958cca1"}, {"url": "http://12.0.0.21:8080/v1/AUTH_e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc3dd4e5118540d1a98fec67bfeb9319"}], "type": "object-store", "id": "668a9185ceff4163ab7fcbf230464c9e", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3615ad59969c401d92d0be914306bd56"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "483df65eaf8a4afe921e98ab78a813b8"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "98a88ced754b493eac441d993777751e"}], "type": "cloudformation", "id": "6a7e7a150e234a559a88cde4d791be53", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "22cb42058c1e48039e2b0dbf31b92691"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "242f96c7db054f27acc4a4ff4b948e48"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "44528d2575434d26a93a3e989d6b5494"}], "type": "compute", "id": "756e4b915edd4e99b94c7bca76d4ad9b", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd993d88344648be8f6ea6acd4aa9036"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e0c30f557dde4223bb9eadffe745a444"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f79847929fa54b08b6b729c82e2412dc"}], "type": "event", "id": "897205a8be9340538af26639b9267b60", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "78b5fb9b87a240108259f137d587d504"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a5d4775f717a43fd807083ad39bcdc3f"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b39d6be4a5a44ee9917e02d8dda4d0c6"}], "type": "network", "id": "8d0fee898e8c43f2bd2d9f2f5bfc3b40", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1e15c7959ada4049b7242e1c4dfa1823"}, {"url": "http://192.30.9.3:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44bf7442ffeb4447b6469054975e85da"}, {"url": "http://192.30.9.3:8004/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d197803adfa44ee8932772c1e80da1ed"}], "type": "orchestration", "id": "9872c9d9efe0401fb5abd0cacb2fdf02", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74d3077e91c648c9b7b7e0afd7715648"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e4435b675ad448dd889d0589252bdc1a"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd3b4926103141ac823469012a307a81"}], "type": "image", "id": "9cfa4b204e864a1398ae4b36d8ed965c", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "358f285e485947b4a4032c7a1a836df1"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "418ea10eea2944f88157ee6dce00b017"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73e83d5c646b47d49116b97519cd9b76"}], "type": "identity", "id": "bef505c8100b4ba49ee127eb74e3e1fb", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "117491ac139247c78f5dcc83746e8f10"}, {"url": "http://172.30.9.21:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b2035518a1c44b9ad36e233fc341e6d"}, {"url": "http://192.30.9.3:8776/v3/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2ead137ed2c4115988343d1f2b42b61"}], "type": "volumev3", "id": "de9a280eaada49928ca557b143e32208", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bdc6388854e1492d8d7299f39f66dd12"}, {"url": "http://192.30.9.3:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d220cea5a8334327a13f54e1740191d2"}, {"url": "http://192.30.9.3:8776/v1/e4fb708718684d26b590c19e1b8ec719", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f5d53d1eacae4e5287f0a1aa7525a19f"}], "type": "volume", "id": "fbb0813a8b894e2182af59ce789f2279", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "501bad4e1cfc4414956bdab7cef823d1"}, "audit_ids": ["TSIFhAHkSSCrmiWRI2XH1g"], "issued_at": "2018-08-24T02:08:02.000000Z"}} 2018-08-24 02:08:02,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 02:08:02,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}351a0c63da3af56c53cd7c74540038b681a4fbff" 2018-08-24 02:08:03,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-984df4f4-4449-49d8-a76e-de8379875508 Date: Fri, 24 Aug 2018 02:08:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"82d5fffa-765e-411b-b09b-527b68da6737","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72e4cc73aee4420cac485a4fa50f457f","status":"ACTIVE","subnets":["742fb591-dfe8-4f53-9749-46fc1dc3f7c8"],"description":"","tags":[],"updated_at":"2018-08-24T02:05:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:06Z","provider:network_type":"flat"}]} 2018-08-24 02:08:03,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-984df4f4-4449-49d8-a76e-de8379875508 2018-08-24 02:08:03,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.961541175842s 2018-08-24 02:08:03,709 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-984df4f4-4449-49d8-a76e-de8379875508 2018-08-24 02:08:03,710 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-24 02:08:03,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-24 02:08:03,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}351a0c63da3af56c53cd7c74540038b681a4fbff" -d '{"network": {"name": "vmready1-net_793140df-9976-4ee9-8cc7-fc017054e323", "admin_state_up": true}}' 2018-08-24 02:08:04,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-a6b0416d-7d13-4115-903f-8071f0739eb5 Date: Fri, 24 Aug 2018 02:08:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9dc791f9-84e8-4c0c-b4df-59611125fd93","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e4fb708718684d26b590c19e1b8ec719","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T02:08:03Z","is_default":false,"provider:segmentation_id":69,"name":"vmready1-net_793140df-9976-4ee9-8cc7-fc017054e323","admin_state_up":true,"tenant_id":"e4fb708718684d26b590c19e1b8ec719","created_at":"2018-08-24T02:08:03Z","mtu":1450}} 2018-08-24 02:08:04,093 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a6b0416d-7d13-4115-903f-8071f0739eb5 2018-08-24 02:08:04,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.382141828537s 2018-08-24 02:08:04,093 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a6b0416d-7d13-4115-903f-8071f0739eb5 2018-08-24 02:08:04,094 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-24T02:08:03Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9dc791f9-84e8-4c0c-b4df-59611125fd93', u'provider:segmentation_id': 69, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_793140df-9976-4ee9-8cc7-fc017054e323', u'admin_state_up': True, u'tenant_id': u'e4fb708718684d26b590c19e1b8ec719', u'created_at': u'2018-08-24T02:08:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e4fb708718684d26b590c19e1b8ec719'}) 2018-08-24 02:08:04,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 02:08:04,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}351a0c63da3af56c53cd7c74540038b681a4fbff" 2018-08-24 02:08:04,190 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-db176c7c-ce38-4ccd-a8b0-315d06c5ed6e Date: Fri, 24 Aug 2018 02:08:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"82d5fffa-765e-411b-b09b-527b68da6737","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72e4cc73aee4420cac485a4fa50f457f","status":"ACTIVE","subnets":["742fb591-dfe8-4f53-9749-46fc1dc3f7c8"],"description":"","tags":[],"updated_at":"2018-08-24T02:05:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:06Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"9dc791f9-84e8-4c0c-b4df-59611125fd93","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e4fb708718684d26b590c19e1b8ec719","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T02:08:03Z","provider:segmentation_id":69,"name":"vmready1-net_793140df-9976-4ee9-8cc7-fc017054e323","admin_state_up":true,"tenant_id":"e4fb708718684d26b590c19e1b8ec719","created_at":"2018-08-24T02:08:03Z","provider:network_type":"vxlan"}]} 2018-08-24 02:08:04,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-db176c7c-ce38-4ccd-a8b0-315d06c5ed6e 2018-08-24 02:08:04,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0962009429932s 2018-08-24 02:08:04,191 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-db176c7c-ce38-4ccd-a8b0-315d06c5ed6e 2018-08-24 02:08:04,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-24 02:08:04,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}351a0c63da3af56c53cd7c74540038b681a4fbff" -d '{"subnet": {"name": "vmready1-subnet_793140df-9976-4ee9-8cc7-fc017054e323", "enable_dhcp": true, "network_id": "9dc791f9-84e8-4c0c-b4df-59611125fd93", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-24 02:08:04,789 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2bbf9718-538a-4e36-aeae-0ec7022c7b14 Date: Fri, 24 Aug 2018 02:08:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9dc791f9-84e8-4c0c-b4df-59611125fd93","tenant_id":"e4fb708718684d26b590c19e1b8ec719","created_at":"2018-08-24T02:08:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T02:08:04Z","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":"e4fb708718684d26b590c19e1b8ec719","id":"5e4d90df-4eed-407d-8550-ab7cfe120a09","subnetpool_id":null,"name":"vmready1-subnet_793140df-9976-4ee9-8cc7-fc017054e323"}} 2018-08-24 02:08:04,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2bbf9718-538a-4e36-aeae-0ec7022c7b14 2018-08-24 02:08:04,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.596545934677s 2018-08-24 02:08:04,790 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2bbf9718-538a-4e36-aeae-0ec7022c7b14 2018-08-24 02:08:04,790 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-24T02:08:04Z', 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'5e4d90df-4eed-407d-8550-ab7cfe120a09', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_793140df-9976-4ee9-8cc7-fc017054e323', u'enable_dhcp': True, u'network_id': u'9dc791f9-84e8-4c0c-b4df-59611125fd93', u'tenant_id': u'e4fb708718684d26b590c19e1b8ec719', u'created_at': u'2018-08-24T02:08:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e4fb708718684d26b590c19e1b8ec719'}) 2018-08-24 02:08:04,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-24 02:08:04,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}351a0c63da3af56c53cd7c74540038b681a4fbff" -d '{"router": {"external_gateway_info": {"network_id": "82d5fffa-765e-411b-b09b-527b68da6737"}, "name": "vmready1-router_793140df-9976-4ee9-8cc7-fc017054e323", "admin_state_up": true}}' 2018-08-24 02:08:05,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-0e45e140-83d8-4701-ae25-a66af80379aa Date: Fri, 24 Aug 2018 02:08:05 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "82d5fffa-765e-411b-b09b-527b68da6737", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "742fb591-dfe8-4f53-9749-46fc1dc3f7c8", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "e4fb708718684d26b590c19e1b8ec719", "created_at": "2018-08-24T02:08:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T02:08:05Z", "revision_number": 2, "routes": [], "project_id": "e4fb708718684d26b590c19e1b8ec719", "id": "0b5bb413-a866-4d8d-8b8b-cdf4f805e413", "name": "vmready1-router_793140df-9976-4ee9-8cc7-fc017054e323"}} 2018-08-24 02:08:05,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0e45e140-83d8-4701-ae25-a66af80379aa 2018-08-24 02:08:05,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.01958417892s 2018-08-24 02:08:05,811 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0e45e140-83d8-4701-ae25-a66af80379aa 2018-08-24 02:08:05,811 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'82d5fffa-765e-411b-b09b-527b68da6737', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'742fb591-dfe8-4f53-9749-46fc1dc3f7c8', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'e4fb708718684d26b590c19e1b8ec719', u'created_at': u'2018-08-24T02:08:04Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-24T02:08:05Z', u'revision_number': 2, u'routes': [], u'project_id': u'e4fb708718684d26b590c19e1b8ec719', u'id': u'0b5bb413-a866-4d8d-8b8b-cdf4f805e413', u'name': u'vmready1-router_793140df-9976-4ee9-8cc7-fc017054e323'}) 2018-08-24 02:08:05,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-24 02:08:05,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/0b5bb413-a866-4d8d-8b8b-cdf4f805e413/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}351a0c63da3af56c53cd7c74540038b681a4fbff" -d '{"subnet_id": "5e4d90df-4eed-407d-8550-ab7cfe120a09"}' 2018-08-24 02:08:07,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-690e8ac2-c01d-4d0e-ae22-d04073a139d6 Date: Fri, 24 Aug 2018 02:08:07 GMT RESP BODY: {"network_id": "9dc791f9-84e8-4c0c-b4df-59611125fd93", "tenant_id": "e4fb708718684d26b590c19e1b8ec719", "subnet_id": "5e4d90df-4eed-407d-8550-ab7cfe120a09", "subnet_ids": ["5e4d90df-4eed-407d-8550-ab7cfe120a09"], "port_id": "2badb16e-17ca-466a-a573-bdde7b56e868", "id": "0b5bb413-a866-4d8d-8b8b-cdf4f805e413"} 2018-08-24 02:08:07,318 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0b5bb413-a866-4d8d-8b8b-cdf4f805e413/add_router_interface.json used request id req-690e8ac2-c01d-4d0e-ae22-d04073a139d6 2018-08-24 02:08:07,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.50604891777s 2018-08-24 02:08:07,318 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0b5bb413-a866-4d8d-8b8b-cdf4f805e413/add_router_interface.json used request id req-690e8ac2-c01d-4d0e-ae22-d04073a139d6 returning object 0b5bb413-a866-4d8d-8b8b-cdf4f805e413 2018-08-24 02:08:07,319 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-24 02:08:07,452 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-24 02:08:07,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-24 02:08:07,459 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Fri, 24 Aug 2018 02:08:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-24 02:08:07,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-24 02:08:07,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}351a0c63da3af56c53cd7c74540038b681a4fbff" 2018-08-24 02:08:08,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c48db6eb-2932-4e94-a050-ad1d498b7f70 Date: Fri, 24 Aug 2018 02:08:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-24 02:08:08,114 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c48db6eb-2932-4e94-a050-ad1d498b7f70 2018-08-24 02:08:08,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.650408029556s 2018-08-24 02:08:08,114 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c48db6eb-2932-4e94-a050-ad1d498b7f70 2018-08-24 02:08:08,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-24 02:08:08,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}351a0c63da3af56c53cd7c74540038b681a4fbff" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_793140df-9976-4ee9-8cc7-fc017054e323", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_793140df-9976-4ee9-8cc7-fc017054e323"}' 2018-08-24 02:08:08,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-79ddd547-a6cb-4368-89c5-5eb6eae7f9f9 Date: Fri, 24 Aug 2018 02:08:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59/file", "owner": "e4fb708718684d26b590c19e1b8ec719", "id": "f4be1744-002c-40ce-b66d-a9f467f31a59", "size": null, "self": "/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-24T02:08:08Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_793140df-9976-4ee9-8cc7-fc017054e323", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_793140df-9976-4ee9-8cc7-fc017054e323", "checksum": null, "created_at": "2018-08-24T02:08:08Z", "protected": false} 2018-08-24 02:08:08,206 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-79ddd547-a6cb-4368-89c5-5eb6eae7f9f9 2018-08-24 02:08:08,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0836398601532s 2018-08-24 02:08:08,206 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-79ddd547-a6cb-4368-89c5-5eb6eae7f9f9 returning object f4be1744-002c-40ce-b66d-a9f467f31a59 2018-08-24 02:08:08,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-24 02:08:08,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59/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}351a0c63da3af56c53cd7c74540038b681a4fbff" -d '' 2018-08-24 02:10:08,233 - shade - DEBUG - Unable to establish connection to http://172.30.9.21:9292/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-24 02:10:08,233 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.026052952 seconds, retrying 2018-08-24 02:10:08,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59/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}351a0c63da3af56c53cd7c74540038b681a4fbff" -d '' 2018-08-24 02:10:08,892 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-01638ed1-6eec-45fe-91ec-0de91c2f25f8 Date: Fri, 24 Aug 2018 02:10:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 02:10:08,893 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59/file used request id req-01638ed1-6eec-45fe-91ec-0de91c2f25f8 2018-08-24 02:10:08,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.685981035s 2018-08-24 02:10:08,893 - shade - DEBUG - Deleting failed upload of image vmready1-img_793140df-9976-4ee9-8cc7-fc017054e323 2018-08-24 02:10:08,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-24 02:10:08,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59 -H "User-Agent: 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}351a0c63da3af56c53cd7c74540038b681a4fbff" 2018-08-24 02:10:08,997 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e2dc4a74-290a-4339-bec1-fbd7d7c447a3 Date: Fri, 24 Aug 2018 02:10:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-24 02:10:08,997 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59 used request id req-e2dc4a74-290a-4339-bec1-fbd7d7c447a3 2018-08-24 02:10:08,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.103314876556s 2018-08-24 02:10:08,997 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59 used request id req-e2dc4a74-290a-4339-bec1-fbd7d7c447a3 2018-08-24 02:10:08,997 - 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.21:9292/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59/file Conflict 2018-08-24 02:10:09,004 - 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.21:9292/v2/images/f4be1744-002c-40ce-b66d-a9f467f31a59/file Conflict 2018-08-24 02:10:09,120 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-24 02:10:09,121 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:05 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-24 02:10:09,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-24 02:10:09,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/0b5bb413-a866-4d8d-8b8b-cdf4f805e413/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}351a0c63da3af56c53cd7c74540038b681a4fbff" -d '{"subnet_id": "5e4d90df-4eed-407d-8550-ab7cfe120a09"}' 2018-08-24 02:10:11,402 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-97ea0f1f-88ea-40cd-8ae3-c3db0b56cdc4 Date: Fri, 24 Aug 2018 02:10:11 GMT RESP BODY: {"network_id": "9dc791f9-84e8-4c0c-b4df-59611125fd93", "tenant_id": "e4fb708718684d26b590c19e1b8ec719", "subnet_id": "5e4d90df-4eed-407d-8550-ab7cfe120a09", "subnet_ids": ["5e4d90df-4eed-407d-8550-ab7cfe120a09"], "port_id": "2badb16e-17ca-466a-a573-bdde7b56e868", "id": "0b5bb413-a866-4d8d-8b8b-cdf4f805e413"} 2018-08-24 02:10:11,402 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0b5bb413-a866-4d8d-8b8b-cdf4f805e413/remove_router_interface.json used request id req-97ea0f1f-88ea-40cd-8ae3-c3db0b56cdc4 2018-08-24 02:10:11,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.2766931057s 2018-08-24 02:10:11,403 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0b5bb413-a866-4d8d-8b8b-cdf4f805e413/remove_router_interface.json used request id req-97ea0f1f-88ea-40cd-8ae3-c3db0b56cdc4 returning object 0b5bb413-a866-4d8d-8b8b-cdf4f805e413 2018-08-24 02:10:11,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-24 02:10:11,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}351a0c63da3af56c53cd7c74540038b681a4fbff" 2018-08-24 02:10:11,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-6258ea57-1c32-42c6-851e-40a568ad35fa Date: Fri, 24 Aug 2018 02:10:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "82d5fffa-765e-411b-b09b-527b68da6737", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "742fb591-dfe8-4f53-9749-46fc1dc3f7c8", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "e4fb708718684d26b590c19e1b8ec719", "created_at": "2018-08-24T02:08:04Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-24T02:10:10Z", "revision_number": 4, "routes": [], "project_id": "e4fb708718684d26b590c19e1b8ec719", "id": "0b5bb413-a866-4d8d-8b8b-cdf4f805e413", "name": "vmready1-router_793140df-9976-4ee9-8cc7-fc017054e323"}]} 2018-08-24 02:10:11,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6258ea57-1c32-42c6-851e-40a568ad35fa 2018-08-24 02:10:11,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0959150791168s 2018-08-24 02:10:11,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6258ea57-1c32-42c6-851e-40a568ad35fa 2018-08-24 02:10:11,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-24 02:10:11,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/0b5bb413-a866-4d8d-8b8b-cdf4f805e413.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}351a0c63da3af56c53cd7c74540038b681a4fbff" 2018-08-24 02:10:12,743 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-980f8f0f-8509-482a-a1c4-ed1bf9cdeaed Content-Length: 0 Date: Fri, 24 Aug 2018 02:10:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 02:10:12,743 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0b5bb413-a866-4d8d-8b8b-cdf4f805e413.json used request id req-980f8f0f-8509-482a-a1c4-ed1bf9cdeaed 2018-08-24 02:10:12,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.24251008034s 2018-08-24 02:10:12,744 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0b5bb413-a866-4d8d-8b8b-cdf4f805e413.json used request id req-980f8f0f-8509-482a-a1c4-ed1bf9cdeaed 2018-08-24 02:10:12,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-24 02:10:12,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}351a0c63da3af56c53cd7c74540038b681a4fbff" 2018-08-24 02:10:12,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-a008352b-14a7-4b67-9f0e-fa97532885da Date: Fri, 24 Aug 2018 02:10:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9dc791f9-84e8-4c0c-b4df-59611125fd93","tenant_id":"e4fb708718684d26b590c19e1b8ec719","created_at":"2018-08-24T02:08:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-24T02:08:04Z","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":"e4fb708718684d26b590c19e1b8ec719","id":"5e4d90df-4eed-407d-8550-ab7cfe120a09","subnetpool_id":null,"name":"vmready1-subnet_793140df-9976-4ee9-8cc7-fc017054e323"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"82d5fffa-765e-411b-b09b-527b68da6737","tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:11Z","dns_nameservers":[],"updated_at":"2018-08-24T02:05:11Z","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":"72e4cc73aee4420cac485a4fa50f457f","id":"742fb591-dfe8-4f53-9749-46fc1dc3f7c8","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-24 02:10:12,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a008352b-14a7-4b67-9f0e-fa97532885da 2018-08-24 02:10:12,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.043231010437s 2018-08-24 02:10:12,788 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a008352b-14a7-4b67-9f0e-fa97532885da 2018-08-24 02:10:12,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-24 02:10:12,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/5e4d90df-4eed-407d-8550-ab7cfe120a09.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}351a0c63da3af56c53cd7c74540038b681a4fbff" 2018-08-24 02:10:13,901 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c36f6a0-26bd-48fc-996f-faff37c39493 Date: Fri, 24 Aug 2018 02:10:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 02:10:13,901 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/5e4d90df-4eed-407d-8550-ab7cfe120a09.json used request id req-4c36f6a0-26bd-48fc-996f-faff37c39493 2018-08-24 02:10:13,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11202001572s 2018-08-24 02:10:13,902 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/5e4d90df-4eed-407d-8550-ab7cfe120a09.json used request id req-4c36f6a0-26bd-48fc-996f-faff37c39493 2018-08-24 02:10:13,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-24 02:10:13,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}351a0c63da3af56c53cd7c74540038b681a4fbff" 2018-08-24 02:10:14,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-e2490c06-c6c8-4b61-a736-87c22ae34900 Date: Fri, 24 Aug 2018 02:10:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"82d5fffa-765e-411b-b09b-527b68da6737","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"72e4cc73aee4420cac485a4fa50f457f","status":"ACTIVE","subnets":["742fb591-dfe8-4f53-9749-46fc1dc3f7c8"],"description":"","tags":[],"updated_at":"2018-08-24T02:05:11Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"72e4cc73aee4420cac485a4fa50f457f","created_at":"2018-08-24T02:05:06Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9dc791f9-84e8-4c0c-b4df-59611125fd93","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e4fb708718684d26b590c19e1b8ec719","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-24T02:10:13Z","provider:segmentation_id":69,"name":"vmready1-net_793140df-9976-4ee9-8cc7-fc017054e323","admin_state_up":true,"tenant_id":"e4fb708718684d26b590c19e1b8ec719","created_at":"2018-08-24T02:08:03Z","provider:network_type":"vxlan"}]} 2018-08-24 02:10:14,015 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e2490c06-c6c8-4b61-a736-87c22ae34900 2018-08-24 02:10:14,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113280057907s 2018-08-24 02:10:14,016 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e2490c06-c6c8-4b61-a736-87c22ae34900 2018-08-24 02:10:14,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-24 02:10:14,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/9dc791f9-84e8-4c0c-b4df-59611125fd93.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}351a0c63da3af56c53cd7c74540038b681a4fbff" 2018-08-24 02:10:15,166 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8df92f10-19fc-4814-96f8-ce4290a36276 Date: Fri, 24 Aug 2018 02:10:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-24 02:10:15,166 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/9dc791f9-84e8-4c0c-b4df-59611125fd93.json used request id req-8df92f10-19fc-4814-96f8-ce4290a36276 2018-08-24 02:10:15,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14958286285s 2018-08-24 02:10:15,167 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/9dc791f9-84e8-4c0c-b4df-59611125fd93.json used request id req-8df92f10-19fc-4814-96f8-ce4290a36276 2018-08-24 02:10:15,167 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-24 02:10:15,168 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:05 | PASS | | vmready1 | functest | healthcheck | 02:05 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-24 02:10:15,181 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR