2018-08-27 10:15:02,723 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-251 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 10:15:02,727 - 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.9 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=C8dnzppKq33MMdKMszpQCvCKd 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=cbe236e2b219457395fa2a707593d13b export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.9 export SDN_CONTROLLER_PASSWORD=Q9z8nGBeWxEHR7cNUt2gYPzW6 export OS_REGION_NAME=regionOne 2018-08-27 10:15:02,727 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-27 10:15:02,728 - 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-27 10:15:02,761 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 10:15:03,048 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 10:15:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 10:15:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 10:15:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 10:15:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 10:15:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 10:15:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 10:15:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 10:15:03,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 10:15:03,053 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 10:15:03,054 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-27 10:15:03,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-27 10:15:03,055 - 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-27 10:15:03,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-294fc1d2-825b-4d87-bacf-4dcee26f5b15 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-27 10:15:03,063 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-294fc1d2-825b-4d87-bacf-4dcee26f5b15 2018-08-27 10:15:03,063 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-27 10:15:03,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b8b5c0308f74d94aac63a7d65d91de2", "name": "admin"}], "expires_at": "2018-08-27T11:15:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbe236e2b219457395fa2a707593d13b", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "2723d371c92c450389dc9e1f30cf88d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "09bfa2231450451fbd49bb0c62673f73"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aa94b94a9554bca832512ae74fca284"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac6bf3d5a5d04e0f8da1095c9046153b"}], "type": "network", "id": "3ae48cd2f4e942dfa184767798a33044", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66bc1f43099f4ad299e087595df32b82"}, {"url": "http://192.30.9.9:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca4a38ca978944e1ac2884b7e0aa25ad"}, {"url": "http://192.30.9.9:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a4fc212b4847779d5146f734cc2b68"}], "type": "volumev2", "id": "46a87ce38fd44a3b9bc5f8c8856d5fc8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bba20160734c400d9034877c8387b995"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4f7a681834c4825b47db425e4b0aa2d"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fdf57bf35b8a466c88d670439f03ac51"}], "type": "metric", "id": "528ff1f10e3f484a8f6816599b0573c1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3489c922033d4e09aa22ab50d6615bb8"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b080b43bbc4341308c6b50bc4a6a315a"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f685a5cd6c444676a7467c073708d12b"}], "type": "alarming", "id": "62b1da5179b846b898027675b17d098d", "name": "aodh"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0aee026d7d1b4c209f026d671ca6b33d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "730955fb0c604cf4a441b174c3606a45"}, {"url": "http://172.30.9.21:8080/v1/AUTH_cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9817fcde99ae4295a569f708817a9708"}], "type": "object-store", "id": "63327cfc5cc049c7b1d53ef35d9d8c67", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "099d2743fd8246109c2dbefc24bdf8af"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba439e8d6e34f4880b8fa69fa87e755"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f37ff7cb62847888dc258fda574ec21"}], "type": "compute", "id": "83ffaad6342542adb8f6fbbb573c231a", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e915aa7c4984850bc0b7253c04dfd8f"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1a44e724ba134040a3a31dbf93bd59df"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65e6c39cbdc34799885f4be196ca1e21"}], "type": "cloudformation", "id": "94f70e2b18e5438bbc4a2037816633d9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60872142c2784788aa628f072a9a7171"}, {"url": "http://192.30.9.9:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70a7f58c23cb438e9c41f504d15b27b9"}, {"url": "http://172.30.9.21:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad895f87b1f749bfb3be616a95e38585"}], "type": "volume", "id": "9798b62d16ea4242a3e53d855be2bb08", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e6394aa571848abbab27a5f471087d4"}, {"url": "http://172.30.9.21:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d20a6f52df84bafa0c1f3b587c744b2"}, {"url": "http://192.30.9.9:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f11eb042ad374c398de48bef6b6edffb"}], "type": "volumev3", "id": "aabfd3907a984855bdaf13f1aa454108", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1727477d017e4f21b4d39ff8b3366878"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24b37b760cb84babb474dea6638bbebe"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "67141d6090cb431fbe8a849afe880424"}], "type": "image", "id": "c13b7711e70042fba2101105174882b4", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a202bbae11a43b7a8779884c4a38a53"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72d93562aa8b4f3aa627e2931357b087"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61e14f6c7b741ac9d55e950875cc192"}], "type": "placement", "id": "cbf6aceb15cf4dab972012b618715246", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8caa297ae288481ea303906d0337140e"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "976f44c4f22b47ce84e464bba1ec96f8"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9ce5e28af1994798a21707fe8db8dbe4"}], "type": "identity", "id": "dd9deeb7cdae400b99b3bd889d31db4c", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dc2fb46c62248acb4c330806ffb2924"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58d7ea9a49704eb19f65d061d62b5820"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fa67c3fffa4669802ee7cd9ce2d470"}], "type": "event", "id": "e8977978c06e4e0e86325a163002eb88", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124a32b08a4148c88a4d98ceb2012515"}, {"url": "http://192.30.9.9:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f924eed0052488a9f02be4af610d18f"}, {"url": "http://192.30.9.9:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e73b175188c45fa98c91b2a0fbf1508"}], "type": "orchestration", "id": "f394460aa89a49d781bd677838b3f8d7", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a97642695e7742fabcf246b632e33c8b"}, "audit_ids": ["wk55oRguQCCXLu0SrHp11A"], "issued_at": "2018-08-27T10:15:03.000000Z"}} 2018-08-27 10:15:03,498 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:04,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3023bb19-f4d8-4a1c-a034-0061da8cb899 x-compute-request-id: req-3023bb19-f4d8-4a1c-a034-0061da8cb899 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-27 10:15:04,298 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-3023bb19-f4d8-4a1c-a034-0061da8cb899 2018-08-27 10:15:04,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.24351596832s 2018-08-27 10:15:04,298 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-3023bb19-f4d8-4a1c-a034-0061da8cb899 2018-08-27 10:15:04,298 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-27 10:15:04,301 - 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-27 10:15:04,306 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 10:15:04 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-27 10:15:04,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 10:15:04,311 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:04,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b9f172d-636f-4894-bed8-54ba4daba77e Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/e23c8738dfcb42148bcc3ee8af9adc70"}, "tags": [], "enabled": true, "id": "e23c8738dfcb42148bcc3ee8af9adc70", "name": "heat_stack"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 10:15:04,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-6b9f172d-636f-4894-bed8-54ba4daba77e 2018-08-27 10:15:04,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.168004989624s 2018-08-27 10:15:04,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-6b9f172d-636f-4894-bed8-54ba4daba77e 2018-08-27 10:15:04,476 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'}), Munch({'description': u'', 'enabled': True, 'id': u'e23c8738dfcb42148bcc3ee8af9adc70', 'name': u'heat_stack'})] 2018-08-27 10:15:04,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 10:15:04,481 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:04,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9526b0c0-7006-4d0f-ab0c-753821d2e45c Content-Encoding: gzip Content-Length: 1976 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/099d2743fd8246109c2dbefc24bdf8af"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "83ffaad6342542adb8f6fbbb573c231a", "id": "099d2743fd8246109c2dbefc24bdf8af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/09bfa2231450451fbd49bb0c62673f73"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3ae48cd2f4e942dfa184767798a33044", "id": "09bfa2231450451fbd49bb0c62673f73"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0aee026d7d1b4c209f026d671ca6b33d"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "63327cfc5cc049c7b1d53ef35d9d8c67", "id": "0aee026d7d1b4c209f026d671ca6b33d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dc2fb46c62248acb4c330806ffb2924"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e8977978c06e4e0e86325a163002eb88", "id": "0dc2fb46c62248acb4c330806ffb2924"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0e915aa7c4984850bc0b7253c04dfd8f"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "94f70e2b18e5438bbc4a2037816633d9", "id": "0e915aa7c4984850bc0b7253c04dfd8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/124a32b08a4148c88a4d98ceb2012515"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f394460aa89a49d781bd677838b3f8d7", "id": "124a32b08a4148c88a4d98ceb2012515"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1727477d017e4f21b4d39ff8b3366878"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c13b7711e70042fba2101105174882b4", "id": "1727477d017e4f21b4d39ff8b3366878"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1a44e724ba134040a3a31dbf93bd59df"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "94f70e2b18e5438bbc4a2037816633d9", "id": "1a44e724ba134040a3a31dbf93bd59df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1e6394aa571848abbab27a5f471087d4"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "aabfd3907a984855bdaf13f1aa454108", "id": "1e6394aa571848abbab27a5f471087d4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/24b37b760cb84babb474dea6638bbebe"}, "url": "http://192.30.9.9:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c13b7711e70042fba2101105174882b4", "id": "24b37b760cb84babb474dea6638bbebe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/3489c922033d4e09aa22ab50d6615bb8"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "62b1da5179b846b898027675b17d098d", "id": "3489c922033d4e09aa22ab50d6615bb8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4a202bbae11a43b7a8779884c4a38a53"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cbf6aceb15cf4dab972012b618715246", "id": "4a202bbae11a43b7a8779884c4a38a53"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4ba439e8d6e34f4880b8fa69fa87e755"}, "url": "http://192.30.9.9:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "83ffaad6342542adb8f6fbbb573c231a", "id": "4ba439e8d6e34f4880b8fa69fa87e755"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/58d7ea9a49704eb19f65d061d62b5820"}, "url": "http://192.30.9.9:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e8977978c06e4e0e86325a163002eb88", "id": "58d7ea9a49704eb19f65d061d62b5820"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5d20a6f52df84bafa0c1f3b587c744b2"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "aabfd3907a984855bdaf13f1aa454108", "id": "5d20a6f52df84bafa0c1f3b587c744b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/60872142c2784788aa628f072a9a7171"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9798b62d16ea4242a3e53d855be2bb08", "id": "60872142c2784788aa628f072a9a7171"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/65e6c39cbdc34799885f4be196ca1e21"}, "url": "http://192.30.9.9:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "94f70e2b18e5438bbc4a2037816633d9", "id": "65e6c39cbdc34799885f4be196ca1e21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/66bc1f43099f4ad299e087595df32b82"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "46a87ce38fd44a3b9bc5f8c8856d5fc8", "id": "66bc1f43099f4ad299e087595df32b82"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/67141d6090cb431fbe8a849afe880424"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c13b7711e70042fba2101105174882b4", "id": "67141d6090cb431fbe8a849afe880424"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/6aa94b94a9554bca832512ae74fca284"}, "url": "http://192.30.9.9:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3ae48cd2f4e942dfa184767798a33044", "id": "6aa94b94a9554bca832512ae74fca284"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/70a7f58c23cb438e9c41f504d15b27b9"}, "url": "http://192.30.9.9:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9798b62d16ea4242a3e53d855be2bb08", "id": "70a7f58c23cb438e9c41f504d15b27b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/72d93562aa8b4f3aa627e2931357b087"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cbf6aceb15cf4dab972012b618715246", "id": "72d93562aa8b4f3aa627e2931357b087"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/72fa67c3fffa4669802ee7cd9ce2d470"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e8977978c06e4e0e86325a163002eb88", "id": "72fa67c3fffa4669802ee7cd9ce2d470"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/730955fb0c604cf4a441b174c3606a45"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "63327cfc5cc049c7b1d53ef35d9d8c67", "id": "730955fb0c604cf4a441b174c3606a45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/7f924eed0052488a9f02be4af610d18f"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f394460aa89a49d781bd677838b3f8d7", "id": "7f924eed0052488a9f02be4af610d18f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8caa297ae288481ea303906d0337140e"}, "url": "http://192.30.9.9:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dd9deeb7cdae400b99b3bd889d31db4c", "id": "8caa297ae288481ea303906d0337140e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8e73b175188c45fa98c91b2a0fbf1508"}, "url": "http://192.30.9.9:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f394460aa89a49d781bd677838b3f8d7", "id": "8e73b175188c45fa98c91b2a0fbf1508"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/976f44c4f22b47ce84e464bba1ec96f8"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dd9deeb7cdae400b99b3bd889d31db4c", "id": "976f44c4f22b47ce84e464bba1ec96f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9817fcde99ae4295a569f708817a9708"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "63327cfc5cc049c7b1d53ef35d9d8c67", "id": "9817fcde99ae4295a569f708817a9708"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ce5e28af1994798a21707fe8db8dbe4"}, "url": "http://192.30.9.9:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dd9deeb7cdae400b99b3bd889d31db4c", "id": "9ce5e28af1994798a21707fe8db8dbe4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9f37ff7cb62847888dc258fda574ec21"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "83ffaad6342542adb8f6fbbb573c231a", "id": "9f37ff7cb62847888dc258fda574ec21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ac6bf3d5a5d04e0f8da1095c9046153b"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3ae48cd2f4e942dfa184767798a33044", "id": "ac6bf3d5a5d04e0f8da1095c9046153b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ad895f87b1f749bfb3be616a95e38585"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9798b62d16ea4242a3e53d855be2bb08", "id": "ad895f87b1f749bfb3be616a95e38585"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b080b43bbc4341308c6b50bc4a6a315a"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "62b1da5179b846b898027675b17d098d", "id": "b080b43bbc4341308c6b50bc4a6a315a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b61e14f6c7b741ac9d55e950875cc192"}, "url": "http://192.30.9.9:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cbf6aceb15cf4dab972012b618715246", "id": "b61e14f6c7b741ac9d55e950875cc192"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/bba20160734c400d9034877c8387b995"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "528ff1f10e3f484a8f6816599b0573c1", "id": "bba20160734c400d9034877c8387b995"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c4f7a681834c4825b47db425e4b0aa2d"}, "url": "http://192.30.9.9:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "528ff1f10e3f484a8f6816599b0573c1", "id": "c4f7a681834c4825b47db425e4b0aa2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/ca4a38ca978944e1ac2884b7e0aa25ad"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "46a87ce38fd44a3b9bc5f8c8856d5fc8", "id": "ca4a38ca978944e1ac2884b7e0aa25ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/e8a4fc212b4847779d5146f734cc2b68"}, "url": "http://192.30.9.9:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "46a87ce38fd44a3b9bc5f8c8856d5fc8", "id": "e8a4fc212b4847779d5146f734cc2b68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f11eb042ad374c398de48bef6b6edffb"}, "url": "http://192.30.9.9:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "aabfd3907a984855bdaf13f1aa454108", "id": "f11eb042ad374c398de48bef6b6edffb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f685a5cd6c444676a7467c073708d12b"}, "url": "http://192.30.9.9:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "62b1da5179b846b898027675b17d098d", "id": "f685a5cd6c444676a7467c073708d12b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fdf57bf35b8a466c88d670439f03ac51"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "528ff1f10e3f484a8f6816599b0573c1", "id": "fdf57bf35b8a466c88d670439f03ac51"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 10:15:04,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-9526b0c0-7006-4d0f-ab0c-753821d2e45c 2018-08-27 10:15:04,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.198745965958s 2018-08-27 10:15:04,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-9526b0c0-7006-4d0f-ab0c-753821d2e45c 2018-08-27 10:15:04,683 - 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/099d2743fd8246109c2dbefc24bdf8af'}, u'url': u'http://192.30.9.9:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'83ffaad6342542adb8f6fbbb573c231a', u'id': u'099d2743fd8246109c2dbefc24bdf8af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/09bfa2231450451fbd49bb0c62673f73'}, u'url': u'http://192.30.9.9:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3ae48cd2f4e942dfa184767798a33044', u'id': u'09bfa2231450451fbd49bb0c62673f73'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0aee026d7d1b4c209f026d671ca6b33d'}, u'url': u'http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'63327cfc5cc049c7b1d53ef35d9d8c67', u'id': u'0aee026d7d1b4c209f026d671ca6b33d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0dc2fb46c62248acb4c330806ffb2924'}, u'url': u'http://192.30.9.9:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e8977978c06e4e0e86325a163002eb88', u'id': u'0dc2fb46c62248acb4c330806ffb2924'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0e915aa7c4984850bc0b7253c04dfd8f'}, 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'94f70e2b18e5438bbc4a2037816633d9', u'id': u'0e915aa7c4984850bc0b7253c04dfd8f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/124a32b08a4148c88a4d98ceb2012515'}, 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'f394460aa89a49d781bd677838b3f8d7', u'id': u'124a32b08a4148c88a4d98ceb2012515'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1727477d017e4f21b4d39ff8b3366878'}, u'url': u'http://192.30.9.9:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c13b7711e70042fba2101105174882b4', u'id': u'1727477d017e4f21b4d39ff8b3366878'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1a44e724ba134040a3a31dbf93bd59df'}, u'url': u'http://192.30.9.9:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'94f70e2b18e5438bbc4a2037816633d9', u'id': u'1a44e724ba134040a3a31dbf93bd59df'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1e6394aa571848abbab27a5f471087d4'}, u'url': u'http://192.30.9.9:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'aabfd3907a984855bdaf13f1aa454108', u'id': u'1e6394aa571848abbab27a5f471087d4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/24b37b760cb84babb474dea6638bbebe'}, u'url': u'http://192.30.9.9:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c13b7711e70042fba2101105174882b4', u'id': u'24b37b760cb84babb474dea6638bbebe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/3489c922033d4e09aa22ab50d6615bb8'}, u'url': u'http://192.30.9.9:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'62b1da5179b846b898027675b17d098d', u'id': u'3489c922033d4e09aa22ab50d6615bb8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4a202bbae11a43b7a8779884c4a38a53'}, 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'cbf6aceb15cf4dab972012b618715246', u'id': u'4a202bbae11a43b7a8779884c4a38a53'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4ba439e8d6e34f4880b8fa69fa87e755'}, u'url': u'http://192.30.9.9:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'83ffaad6342542adb8f6fbbb573c231a', u'id': u'4ba439e8d6e34f4880b8fa69fa87e755'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/58d7ea9a49704eb19f65d061d62b5820'}, u'url': u'http://192.30.9.9:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e8977978c06e4e0e86325a163002eb88', u'id': u'58d7ea9a49704eb19f65d061d62b5820'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/5d20a6f52df84bafa0c1f3b587c744b2'}, 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'aabfd3907a984855bdaf13f1aa454108', u'id': u'5d20a6f52df84bafa0c1f3b587c744b2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/60872142c2784788aa628f072a9a7171'}, u'url': u'http://192.30.9.9:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9798b62d16ea4242a3e53d855be2bb08', u'id': u'60872142c2784788aa628f072a9a7171'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/65e6c39cbdc34799885f4be196ca1e21'}, u'url': u'http://192.30.9.9:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'94f70e2b18e5438bbc4a2037816633d9', u'id': u'65e6c39cbdc34799885f4be196ca1e21'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/66bc1f43099f4ad299e087595df32b82'}, 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'46a87ce38fd44a3b9bc5f8c8856d5fc8', u'id': u'66bc1f43099f4ad299e087595df32b82'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/67141d6090cb431fbe8a849afe880424'}, u'url': u'http://172.30.9.21:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c13b7711e70042fba2101105174882b4', u'id': u'67141d6090cb431fbe8a849afe880424'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/6aa94b94a9554bca832512ae74fca284'}, u'url': u'http://192.30.9.9:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3ae48cd2f4e942dfa184767798a33044', u'id': u'6aa94b94a9554bca832512ae74fca284'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/70a7f58c23cb438e9c41f504d15b27b9'}, u'url': u'http://192.30.9.9:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9798b62d16ea4242a3e53d855be2bb08', u'id': u'70a7f58c23cb438e9c41f504d15b27b9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/72d93562aa8b4f3aa627e2931357b087'}, u'url': u'http://192.30.9.9:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cbf6aceb15cf4dab972012b618715246', u'id': u'72d93562aa8b4f3aa627e2931357b087'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/72fa67c3fffa4669802ee7cd9ce2d470'}, u'url': u'http://172.30.9.21:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e8977978c06e4e0e86325a163002eb88', u'id': u'72fa67c3fffa4669802ee7cd9ce2d470'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/730955fb0c604cf4a441b174c3606a45'}, u'url': u'http://12.0.0.28:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'63327cfc5cc049c7b1d53ef35d9d8c67', u'id': u'730955fb0c604cf4a441b174c3606a45'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/7f924eed0052488a9f02be4af610d18f'}, u'url': u'http://192.30.9.9:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f394460aa89a49d781bd677838b3f8d7', u'id': u'7f924eed0052488a9f02be4af610d18f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8caa297ae288481ea303906d0337140e'}, u'url': u'http://192.30.9.9:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dd9deeb7cdae400b99b3bd889d31db4c', u'id': u'8caa297ae288481ea303906d0337140e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8e73b175188c45fa98c91b2a0fbf1508'}, u'url': u'http://192.30.9.9:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f394460aa89a49d781bd677838b3f8d7', u'id': u'8e73b175188c45fa98c91b2a0fbf1508'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/976f44c4f22b47ce84e464bba1ec96f8'}, u'url': u'http://172.30.9.21:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dd9deeb7cdae400b99b3bd889d31db4c', u'id': u'976f44c4f22b47ce84e464bba1ec96f8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9817fcde99ae4295a569f708817a9708'}, 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'63327cfc5cc049c7b1d53ef35d9d8c67', u'id': u'9817fcde99ae4295a569f708817a9708'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9ce5e28af1994798a21707fe8db8dbe4'}, u'url': u'http://192.30.9.9:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dd9deeb7cdae400b99b3bd889d31db4c', u'id': u'9ce5e28af1994798a21707fe8db8dbe4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9f37ff7cb62847888dc258fda574ec21'}, 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'83ffaad6342542adb8f6fbbb573c231a', u'id': u'9f37ff7cb62847888dc258fda574ec21'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ac6bf3d5a5d04e0f8da1095c9046153b'}, u'url': u'http://172.30.9.21:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3ae48cd2f4e942dfa184767798a33044', u'id': u'ac6bf3d5a5d04e0f8da1095c9046153b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ad895f87b1f749bfb3be616a95e38585'}, 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'9798b62d16ea4242a3e53d855be2bb08', u'id': u'ad895f87b1f749bfb3be616a95e38585'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/b080b43bbc4341308c6b50bc4a6a315a'}, u'url': u'http://172.30.9.21:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'62b1da5179b846b898027675b17d098d', u'id': u'b080b43bbc4341308c6b50bc4a6a315a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/b61e14f6c7b741ac9d55e950875cc192'}, u'url': u'http://192.30.9.9:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cbf6aceb15cf4dab972012b618715246', u'id': u'b61e14f6c7b741ac9d55e950875cc192'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/bba20160734c400d9034877c8387b995'}, u'url': u'http://192.30.9.9:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'528ff1f10e3f484a8f6816599b0573c1', u'id': u'bba20160734c400d9034877c8387b995'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c4f7a681834c4825b47db425e4b0aa2d'}, u'url': u'http://192.30.9.9:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'528ff1f10e3f484a8f6816599b0573c1', u'id': u'c4f7a681834c4825b47db425e4b0aa2d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/ca4a38ca978944e1ac2884b7e0aa25ad'}, u'url': u'http://192.30.9.9:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'46a87ce38fd44a3b9bc5f8c8856d5fc8', u'id': u'ca4a38ca978944e1ac2884b7e0aa25ad'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/e8a4fc212b4847779d5146f734cc2b68'}, u'url': u'http://192.30.9.9:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'46a87ce38fd44a3b9bc5f8c8856d5fc8', u'id': u'e8a4fc212b4847779d5146f734cc2b68'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f11eb042ad374c398de48bef6b6edffb'}, u'url': u'http://192.30.9.9:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'aabfd3907a984855bdaf13f1aa454108', u'id': u'f11eb042ad374c398de48bef6b6edffb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f685a5cd6c444676a7467c073708d12b'}, u'url': u'http://192.30.9.9:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'62b1da5179b846b898027675b17d098d', u'id': u'f685a5cd6c444676a7467c073708d12b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/fdf57bf35b8a466c88d670439f03ac51'}, u'url': u'http://172.30.9.21:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'528ff1f10e3f484a8f6816599b0573c1', u'id': u'fdf57bf35b8a466c88d670439f03ac51'})] 2018-08-27 10:15:04,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-27 10:15:04,687 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:04,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:04 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-d752d54c-edbc-4bb2-b9c3-661af58a97e6 x-compute-request-id: req-d752d54c-edbc-4bb2-b9c3-661af58a97e6 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-27 10:15:04,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-d752d54c-edbc-4bb2-b9c3-661af58a97e6 2018-08-27 10:15:04,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.111158132553s 2018-08-27 10:15:04,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-d752d54c-edbc-4bb2-b9c3-661af58a97e6 2018-08-27 10:15:04,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-27 10:15:04,815 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:06,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:04 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-a82b8fb3-e0c1-4ec7-a3cd-ee50fc4d8daa x-compute-request-id: req-a82b8fb3-e0c1-4ec7-a3cd-ee50fc4d8daa Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-27 10:15:06,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-a82b8fb3-e0c1-4ec7-a3cd-ee50fc4d8daa 2018-08-27 10:15:06,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.83558297157s 2018-08-27 10:15:06,649 - 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-a82b8fb3-e0c1-4ec7-a3cd-ee50fc4d8daa 2018-08-27 10:15:06,649 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-27 10:15:06,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 10:15:06,655 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:07,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-458079aa-7bae-4ba2-bcf1-992447c3dea8 Date: Mon, 27 Aug 2018 10:15:07 GMT RESP BODY: {"floatingips": []} 2018-08-27 10:15:07,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-458079aa-7bae-4ba2-bcf1-992447c3dea8 2018-08-27 10:15:07,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.992875099182s 2018-08-27 10:15:07,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-458079aa-7bae-4ba2-bcf1-992447c3dea8 2018-08-27 10:15:07,648 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-27 10:15:07,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 10:15:07,651 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:07,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0cc69c38-2c54-4066-afad-8aa5b964cdbe x-compute-request-id: req-0cc69c38-2c54-4066-afad-8aa5b964cdbe Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 17}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 20}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 5}]} 2018-08-27 10:15:07,793 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-0cc69c38-2c54-4066-afad-8aa5b964cdbe 2018-08-27 10:15:07,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.144175052643s 2018-08-27 10:15:07,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-0cc69c38-2c54-4066-afad-8aa5b964cdbe 2018-08-27 10:15:07,794 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 17}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 20}, 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-27 10:15:07,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-27 10:15:07,797 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:07,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-83761b57-94a7-4542-a428-7a2430c2c101 x-compute-request-id: req-83761b57-94a7-4542-a428-7a2430c2c101 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-27 10:15:07,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-83761b57-94a7-4542-a428-7a2430c2c101 2018-08-27 10:15:07,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.122328042984s 2018-08-27 10:15:07,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-83761b57-94a7-4542-a428-7a2430c2c101 2018-08-27 10:15:07,917 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-27 10:15:07,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 10:15:07,918 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:08,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d1260a36-47ed-4b0d-81ef-5b55b6752659 Date: Mon, 27 Aug 2018 10:15:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"e905f5f0-7152-4488-8eee-569700e32293","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","status":"ACTIVE","subnets":["815ac131-234a-4918-bb7c-e938e021f77d"],"description":"","tags":[],"updated_at":"2018-08-27T10:11:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:39Z","provider:network_type":"flat"}]} 2018-08-27 10:15:08,988 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d1260a36-47ed-4b0d-81ef-5b55b6752659 2018-08-27 10:15:08,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.07030296326s 2018-08-27 10:15:08,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d1260a36-47ed-4b0d-81ef-5b55b6752659 2018-08-27 10:15:08,989 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'815ac131-234a-4918-bb7c-e938e021f77d'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T10:11:46Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'e905f5f0-7152-4488-8eee-569700e32293', 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'5ee568e812b1411bb5a1c4f3ad1c04a9', u'created_at': u'2018-08-27T10:11:39Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5ee568e812b1411bb5a1c4f3ad1c04a9'})] 2018-08-27 10:15:08,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 10:15:08,990 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:10,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-116af9e0-48ec-442a-9e85-46a2523c1681 Date: Mon, 27 Aug 2018 10:15:10 GMT RESP BODY: {"ports":[]} 2018-08-27 10:15:10,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-116af9e0-48ec-442a-9e85-46a2523c1681 2018-08-27 10:15:10,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.0305249691s 2018-08-27 10:15:10,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-116af9e0-48ec-442a-9e85-46a2523c1681 2018-08-27 10:15:10,021 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-27 10:15:10,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 10:15:10,028 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:10,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebc17dd1-f923-45d6-a28e-f95d2f3b3115 Content-Encoding: gzip Content-Length: 721 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "01c66823091044d1adff78dd10a2a46c"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/01c66823091044d1adff78dd10a2a46c/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "21b788718c4846329ff7cc90fc6705ee"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/21b788718c4846329ff7cc90fc6705ee/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "340d7a51e21a4ccc9ea4b4dc5a4bc6d6"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/340d7a51e21a4ccc9ea4b4dc5a4bc6d6/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "3f89531e05324180938ea5bbcb86aaa2"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/3f89531e05324180938ea5bbcb86aaa2/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "e6b2fad5cbc1445c8c289ab692726ce1"}, "user": {"id": "3f89531e05324180938ea5bbcb86aaa2"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/3f89531e05324180938ea5bbcb86aaa2/roles/e6b2fad5cbc1445c8c289ab692726ce1"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "496141a21c3c4659ad3c524a0363e994"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/496141a21c3c4659ad3c524a0363e994/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "63edf40cb3ba434cab6db87a9811fa3e"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/63edf40cb3ba434cab6db87a9811fa3e/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "6c8934d0b95c481c90f482a3c6a2e7bd"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/6c8934d0b95c481c90f482a3c6a2e7bd/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "734fd50c115941e1bfe6b90e752ccbc6"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/734fd50c115941e1bfe6b90e752ccbc6/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "cbe236e2b219457395fa2a707593d13b"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "a97642695e7742fabcf246b632e33c8b"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/cbe236e2b219457395fa2a707593d13b/users/a97642695e7742fabcf246b632e33c8b/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "aefc79be9db94a07b1791c9a767c3b98"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/aefc79be9db94a07b1791c9a767c3b98/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "ba0853382bea41ac9dd7c154bb554f7f"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/ba0853382bea41ac9dd7c154bb554f7f/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "c66b4abf2d4241329e0237737eafcbcc"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/c66b4abf2d4241329e0237737eafcbcc/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"project": {"id": "5ee568e812b1411bb5a1c4f3ad1c04a9"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "efd7fe8c4f4a42c89ba18fe6e0c4f1e5"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9/users/efd7fe8c4f4a42c89ba18fe6e0c4f1e5/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"domain": {"id": "e23c8738dfcb42148bcc3ee8af9adc70"}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "649e64e0e53844ec896c4ffd694242fc"}, "links": {"assignment": "http://172.30.9.21:5000/v3/domains/e23c8738dfcb42148bcc3ee8af9adc70/users/649e64e0e53844ec896c4ffd694242fc/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}, {"scope": {"system": {"all": true}}, "role": {"id": "6b8b5c0308f74d94aac63a7d65d91de2"}, "user": {"id": "a97642695e7742fabcf246b632e33c8b"}, "links": {"assignment": "http://172.30.9.21:5000/v3/system/users/a97642695e7742fabcf246b632e33c8b/roles/6b8b5c0308f74d94aac63a7d65d91de2"}}], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-27 10:15:10,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-ebc17dd1-f923-45d6-a28e-f95d2f3b3115 2018-08-27 10:15:10,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.162612915039s 2018-08-27 10:15:10,187 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-ebc17dd1-f923-45d6-a28e-f95d2f3b3115 2018-08-27 10:15:10,190 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'01c66823091044d1adff78dd10a2a46c'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'21b788718c4846329ff7cc90fc6705ee'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'340d7a51e21a4ccc9ea4b4dc5a4bc6d6'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'3f89531e05324180938ea5bbcb86aaa2'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'e6b2fad5cbc1445c8c289ab692726ce1', 'user': u'3f89531e05324180938ea5bbcb86aaa2'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'496141a21c3c4659ad3c524a0363e994'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'63edf40cb3ba434cab6db87a9811fa3e'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'6c8934d0b95c481c90f482a3c6a2e7bd'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'734fd50c115941e1bfe6b90e752ccbc6'}), Munch({'project': u'cbe236e2b219457395fa2a707593d13b', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'a97642695e7742fabcf246b632e33c8b'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'aefc79be9db94a07b1791c9a767c3b98'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'ba0853382bea41ac9dd7c154bb554f7f'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'c66b4abf2d4241329e0237737eafcbcc'}), Munch({'project': u'5ee568e812b1411bb5a1c4f3ad1c04a9', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'efd7fe8c4f4a42c89ba18fe6e0c4f1e5'}), Munch({'domain': u'e23c8738dfcb42148bcc3ee8af9adc70', 'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'649e64e0e53844ec896c4ffd694242fc'}), Munch({'id': u'6b8b5c0308f74d94aac63a7d65d91de2', 'user': u'a97642695e7742fabcf246b632e33c8b'})] 2018-08-27 10:15:10,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 10:15:10,196 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:10,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64af4e5a-6228-4c0c-add2-e55deec3f4e5 Content-Encoding: gzip Content-Length: 321 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": "382de798d4974caca15f28c235d88e64", "links": {"self": "http://172.30.9.21:5000/v3/roles/382de798d4974caca15f28c235d88e64"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6b8b5c0308f74d94aac63a7d65d91de2", "links": {"self": "http://172.30.9.21:5000/v3/roles/6b8b5c0308f74d94aac63a7d65d91de2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d451e72a044346bb86257d388a8e00bd", "links": {"self": "http://172.30.9.21:5000/v3/roles/d451e72a044346bb86257d388a8e00bd"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e6b2fad5cbc1445c8c289ab692726ce1", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6b2fad5cbc1445c8c289ab692726ce1"}, "name": "ResellerAdmin"}]} 2018-08-27 10:15:10,294 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-64af4e5a-6228-4c0c-add2-e55deec3f4e5 2018-08-27 10:15:10,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100654125214s 2018-08-27 10:15:10,294 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-64af4e5a-6228-4c0c-add2-e55deec3f4e5 2018-08-27 10:15:10,296 - 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'382de798d4974caca15f28c235d88e64'}), 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'6b8b5c0308f74d94aac63a7d65d91de2'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'd451e72a044346bb86257d388a8e00bd'}), 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'e6b2fad5cbc1445c8c289ab692726ce1'})] 2018-08-27 10:15:10,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 10:15:10,297 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:10,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-bc1bd899-7d45-472f-91c2-b6374d5c9b45 Date: Mon, 27 Aug 2018 10:15:10 GMT RESP BODY: {"routers": []} 2018-08-27 10:15:10,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-bc1bd899-7d45-472f-91c2-b6374d5c9b45 2018-08-27 10:15:10,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0525848865509s 2018-08-27 10:15:10,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-bc1bd899-7d45-472f-91c2-b6374d5c9b45 2018-08-27 10:15:10,349 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-27 10:15:10,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 10:15:10,352 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:10,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:10 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-cc4ef000-4b3f-475a-a3be-83292d24e58d x-compute-request-id: req-cc4ef000-4b3f-475a-a3be-83292d24e58d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 10:15:10,554 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc4ef000-4b3f-475a-a3be-83292d24e58d 2018-08-27 10:15:10,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204033136368s 2018-08-27 10:15:10,554 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc4ef000-4b3f-475a-a3be-83292d24e58d 2018-08-27 10:15:10,555 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-27 10:15:10,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 10:15:10,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9: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-27 10:15:10,568 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 10:15:10 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.9: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.9:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-27 10:15:10,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.9: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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:10,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86097e47-530f-420c-b24b-2ad2de02bc08 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.9:35357/v3/services/2723d371c92c450389dc9e1f30cf88d1"}, "enabled": true, "type": "metering", "id": "2723d371c92c450389dc9e1f30cf88d1", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.9:35357/v3/services/3ae48cd2f4e942dfa184767798a33044"}, "enabled": true, "type": "network", "id": "3ae48cd2f4e942dfa184767798a33044", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.9:35357/v3/services/46a87ce38fd44a3b9bc5f8c8856d5fc8"}, "enabled": true, "type": "volumev2", "id": "46a87ce38fd44a3b9bc5f8c8856d5fc8", "name": "cinderv2"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.9:35357/v3/services/528ff1f10e3f484a8f6816599b0573c1"}, "enabled": true, "type": "metric", "id": "528ff1f10e3f484a8f6816599b0573c1", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.9:35357/v3/services/62b1da5179b846b898027675b17d098d"}, "enabled": true, "type": "alarming", "id": "62b1da5179b846b898027675b17d098d", "name": "aodh"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.9:35357/v3/services/63327cfc5cc049c7b1d53ef35d9d8c67"}, "enabled": true, "type": "object-store", "id": "63327cfc5cc049c7b1d53ef35d9d8c67", "name": "swift"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.9:35357/v3/services/83ffaad6342542adb8f6fbbb573c231a"}, "enabled": true, "type": "compute", "id": "83ffaad6342542adb8f6fbbb573c231a", "name": "nova"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.9:35357/v3/services/94f70e2b18e5438bbc4a2037816633d9"}, "enabled": true, "type": "cloudformation", "id": "94f70e2b18e5438bbc4a2037816633d9", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.9:35357/v3/services/9798b62d16ea4242a3e53d855be2bb08"}, "enabled": true, "type": "volume", "id": "9798b62d16ea4242a3e53d855be2bb08", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.9:35357/v3/services/aabfd3907a984855bdaf13f1aa454108"}, "enabled": true, "type": "volumev3", "id": "aabfd3907a984855bdaf13f1aa454108", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.9:35357/v3/services/c13b7711e70042fba2101105174882b4"}, "enabled": true, "type": "image", "id": "c13b7711e70042fba2101105174882b4", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.9:35357/v3/services/cbf6aceb15cf4dab972012b618715246"}, "enabled": true, "type": "placement", "id": "cbf6aceb15cf4dab972012b618715246", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.9:35357/v3/services/dd9deeb7cdae400b99b3bd889d31db4c"}, "enabled": true, "type": "identity", "id": "dd9deeb7cdae400b99b3bd889d31db4c", "name": "keystone"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.9:35357/v3/services/e8977978c06e4e0e86325a163002eb88"}, "enabled": true, "type": "event", "id": "e8977978c06e4e0e86325a163002eb88", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.9:35357/v3/services/f394460aa89a49d781bd677838b3f8d7"}, "enabled": true, "type": "orchestration", "id": "f394460aa89a49d781bd677838b3f8d7", "name": "heat"}], "links": {"self": "http://192.30.9.9:35357/v3/services", "previous": null, "next": null}} 2018-08-27 10:15:10,586 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-86097e47-530f-420c-b24b-2ad2de02bc08 2018-08-27 10:15:10,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0273408889771s 2018-08-27 10:15:10,586 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.9:35357/v3/services used request id req-86097e47-530f-420c-b24b-2ad2de02bc08 2018-08-27 10:15:10,591 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'2723d371c92c450389dc9e1f30cf88d1', 'name': u'ceilometer'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'3ae48cd2f4e942dfa184767798a33044', 'name': u'neutron'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'46a87ce38fd44a3b9bc5f8c8856d5fc8', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'528ff1f10e3f484a8f6816599b0573c1', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'62b1da5179b846b898027675b17d098d', 'name': u'aodh'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'63327cfc5cc049c7b1d53ef35d9d8c67', 'name': u'swift'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'83ffaad6342542adb8f6fbbb573c231a', 'name': u'nova'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'94f70e2b18e5438bbc4a2037816633d9', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'9798b62d16ea4242a3e53d855be2bb08', 'name': u'cinder'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'aabfd3907a984855bdaf13f1aa454108', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'c13b7711e70042fba2101105174882b4', 'name': u'glance'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'cbf6aceb15cf4dab972012b618715246', 'name': u'placement'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'dd9deeb7cdae400b99b3bd889d31db4c', 'name': u'keystone'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'e8977978c06e4e0e86325a163002eb88', 'name': u'panko'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'f394460aa89a49d781bd677838b3f8d7', 'name': u'heat'})] 2018-08-27 10:15:10,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 10:15:10,592 - 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}b6d2e1c13fb08c1e523e9daa39059c4dc7da7653" 2018-08-27 10:15:11,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-d4fe9bfa-33fa-40fa-9457-ae1dfd8ef2b2 Date: Mon, 27 Aug 2018 10:15:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e905f5f0-7152-4488-8eee-569700e32293","tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:46Z","dns_nameservers":[],"updated_at":"2018-08-27T10:11:46Z","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":"5ee568e812b1411bb5a1c4f3ad1c04a9","id":"815ac131-234a-4918-bb7c-e938e021f77d","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 10:15:11,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d4fe9bfa-33fa-40fa-9457-ae1dfd8ef2b2 2018-08-27 10:15:11,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.889318943024s 2018-08-27 10:15:11,482 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d4fe9bfa-33fa-40fa-9457-ae1dfd8ef2b2 2018-08-27 10:15:11,482 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T10:11:46Z', 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'815ac131-234a-4918-bb7c-e938e021f77d', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'e905f5f0-7152-4488-8eee-569700e32293', u'tenant_id': u'5ee568e812b1411bb5a1c4f3ad1c04a9', u'created_at': u'2018-08-27T10:11:46Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'5ee568e812b1411bb5a1c4f3ad1c04a9'})] 2018-08-27 10:15:11,606 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 10:15:11,607 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-27 10:15:11,664 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-27 10:15:11,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 10:15:11,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 10:15:11,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 10:15:11,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 10:15:11,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 10:15:11,816 - 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-27 10:15:11,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42147a09-ebf3-4cfa-9433-e75c657e5296 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-27 10:15:11,822 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-42147a09-ebf3-4cfa-9433-e75c657e5296 2018-08-27 10:15:11,822 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-27 10:15:12,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b8b5c0308f74d94aac63a7d65d91de2", "name": "admin"}], "expires_at": "2018-08-27T11:15:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbe236e2b219457395fa2a707593d13b", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "2723d371c92c450389dc9e1f30cf88d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "09bfa2231450451fbd49bb0c62673f73"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aa94b94a9554bca832512ae74fca284"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac6bf3d5a5d04e0f8da1095c9046153b"}], "type": "network", "id": "3ae48cd2f4e942dfa184767798a33044", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66bc1f43099f4ad299e087595df32b82"}, {"url": "http://192.30.9.9:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca4a38ca978944e1ac2884b7e0aa25ad"}, {"url": "http://192.30.9.9:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a4fc212b4847779d5146f734cc2b68"}], "type": "volumev2", "id": "46a87ce38fd44a3b9bc5f8c8856d5fc8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bba20160734c400d9034877c8387b995"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4f7a681834c4825b47db425e4b0aa2d"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fdf57bf35b8a466c88d670439f03ac51"}], "type": "metric", "id": "528ff1f10e3f484a8f6816599b0573c1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3489c922033d4e09aa22ab50d6615bb8"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b080b43bbc4341308c6b50bc4a6a315a"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f685a5cd6c444676a7467c073708d12b"}], "type": "alarming", "id": "62b1da5179b846b898027675b17d098d", "name": "aodh"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0aee026d7d1b4c209f026d671ca6b33d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "730955fb0c604cf4a441b174c3606a45"}, {"url": "http://172.30.9.21:8080/v1/AUTH_cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9817fcde99ae4295a569f708817a9708"}], "type": "object-store", "id": "63327cfc5cc049c7b1d53ef35d9d8c67", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "099d2743fd8246109c2dbefc24bdf8af"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba439e8d6e34f4880b8fa69fa87e755"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f37ff7cb62847888dc258fda574ec21"}], "type": "compute", "id": "83ffaad6342542adb8f6fbbb573c231a", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e915aa7c4984850bc0b7253c04dfd8f"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1a44e724ba134040a3a31dbf93bd59df"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65e6c39cbdc34799885f4be196ca1e21"}], "type": "cloudformation", "id": "94f70e2b18e5438bbc4a2037816633d9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60872142c2784788aa628f072a9a7171"}, {"url": "http://192.30.9.9:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70a7f58c23cb438e9c41f504d15b27b9"}, {"url": "http://172.30.9.21:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad895f87b1f749bfb3be616a95e38585"}], "type": "volume", "id": "9798b62d16ea4242a3e53d855be2bb08", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e6394aa571848abbab27a5f471087d4"}, {"url": "http://172.30.9.21:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d20a6f52df84bafa0c1f3b587c744b2"}, {"url": "http://192.30.9.9:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f11eb042ad374c398de48bef6b6edffb"}], "type": "volumev3", "id": "aabfd3907a984855bdaf13f1aa454108", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1727477d017e4f21b4d39ff8b3366878"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24b37b760cb84babb474dea6638bbebe"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "67141d6090cb431fbe8a849afe880424"}], "type": "image", "id": "c13b7711e70042fba2101105174882b4", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a202bbae11a43b7a8779884c4a38a53"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72d93562aa8b4f3aa627e2931357b087"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61e14f6c7b741ac9d55e950875cc192"}], "type": "placement", "id": "cbf6aceb15cf4dab972012b618715246", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8caa297ae288481ea303906d0337140e"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "976f44c4f22b47ce84e464bba1ec96f8"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9ce5e28af1994798a21707fe8db8dbe4"}], "type": "identity", "id": "dd9deeb7cdae400b99b3bd889d31db4c", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dc2fb46c62248acb4c330806ffb2924"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58d7ea9a49704eb19f65d061d62b5820"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fa67c3fffa4669802ee7cd9ce2d470"}], "type": "event", "id": "e8977978c06e4e0e86325a163002eb88", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124a32b08a4148c88a4d98ceb2012515"}, {"url": "http://192.30.9.9:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f924eed0052488a9f02be4af610d18f"}, {"url": "http://192.30.9.9:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e73b175188c45fa98c91b2a0fbf1508"}], "type": "orchestration", "id": "f394460aa89a49d781bd677838b3f8d7", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a97642695e7742fabcf246b632e33c8b"}, "audit_ids": ["eifqS8OZR5y0D1iSjDtUkQ"], "issued_at": "2018-08-27T10:15:12.000000Z"}} 2018-08-27 10:15:12,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 10:15:12,309 - 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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" 2018-08-27 10:15:12,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-23dde529-b9e4-474d-b711-33ccabcfeeac Date: Mon, 27 Aug 2018 10:15:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"e905f5f0-7152-4488-8eee-569700e32293","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","status":"ACTIVE","subnets":["815ac131-234a-4918-bb7c-e938e021f77d"],"description":"","tags":[],"updated_at":"2018-08-27T10:11:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:39Z","provider:network_type":"flat"}]} 2018-08-27 10:15:12,639 - 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-23dde529-b9e4-474d-b711-33ccabcfeeac 2018-08-27 10:15:12,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.330476045609s 2018-08-27 10:15:12,639 - 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-23dde529-b9e4-474d-b711-33ccabcfeeac 2018-08-27 10:15:12,640 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-27 10:15:12,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 10:15:12,641 - 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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" -d '{"network": {"name": "tenantnetwork1-net_db90f143-43e0-4960-ad84-111e8c68ec16", "admin_state_up": true}}' 2018-08-27 10:15:13,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-68ed9475-1bb2-46be-b267-5cbac6965637 Date: Mon, 27 Aug 2018 10:15:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"d1f8368a-3109-46af-9086-1f79fed5c2f3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cbe236e2b219457395fa2a707593d13b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T10:15:13Z","is_default":false,"provider:segmentation_id":28,"name":"tenantnetwork1-net_db90f143-43e0-4960-ad84-111e8c68ec16","admin_state_up":true,"tenant_id":"cbe236e2b219457395fa2a707593d13b","created_at":"2018-08-27T10:15:13Z","mtu":1450}} 2018-08-27 10:15:13,508 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-68ed9475-1bb2-46be-b267-5cbac6965637 2018-08-27 10:15:13,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.867420911789s 2018-08-27 10:15:13,509 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-68ed9475-1bb2-46be-b267-5cbac6965637 2018-08-27 10:15:13,509 - 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-27T10:15:13Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'd1f8368a-3109-46af-9086-1f79fed5c2f3', u'provider:segmentation_id': 28, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_db90f143-43e0-4960-ad84-111e8c68ec16', u'admin_state_up': True, u'tenant_id': u'cbe236e2b219457395fa2a707593d13b', u'created_at': u'2018-08-27T10:15:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cbe236e2b219457395fa2a707593d13b'}) 2018-08-27 10:15:13,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 10:15:13,510 - 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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" 2018-08-27 10:15:14,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-367a644c-cc1c-4faa-8e21-51e6837de9a2 Date: Mon, 27 Aug 2018 10:15:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"d1f8368a-3109-46af-9086-1f79fed5c2f3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cbe236e2b219457395fa2a707593d13b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T10:15:13Z","provider:segmentation_id":28,"name":"tenantnetwork1-net_db90f143-43e0-4960-ad84-111e8c68ec16","admin_state_up":true,"tenant_id":"cbe236e2b219457395fa2a707593d13b","created_at":"2018-08-27T10:15:13Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"e905f5f0-7152-4488-8eee-569700e32293","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","status":"ACTIVE","subnets":["815ac131-234a-4918-bb7c-e938e021f77d"],"description":"","tags":[],"updated_at":"2018-08-27T10:11:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:39Z","provider:network_type":"flat"}]} 2018-08-27 10:15:14,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-367a644c-cc1c-4faa-8e21-51e6837de9a2 2018-08-27 10:15:14,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.01741099358s 2018-08-27 10:15:14,528 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-367a644c-cc1c-4faa-8e21-51e6837de9a2 2018-08-27 10:15:14,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 10:15:14,530 - 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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" -d '{"subnet": {"name": "tenantnetwork1-subnet_db90f143-43e0-4960-ad84-111e8c68ec16", "enable_dhcp": true, "network_id": "d1f8368a-3109-46af-9086-1f79fed5c2f3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 10:15:16,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2049591c-3530-49e6-a31f-6f20f0e7ac71 Date: Mon, 27 Aug 2018 10:15:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1f8368a-3109-46af-9086-1f79fed5c2f3","tenant_id":"cbe236e2b219457395fa2a707593d13b","created_at":"2018-08-27T10:15:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T10:15:15Z","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":"cbe236e2b219457395fa2a707593d13b","id":"9d285840-0055-47c9-9701-b82c010a7b10","subnetpool_id":null,"name":"tenantnetwork1-subnet_db90f143-43e0-4960-ad84-111e8c68ec16"}} 2018-08-27 10:15:16,024 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2049591c-3530-49e6-a31f-6f20f0e7ac71 2018-08-27 10:15:16,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.49423384666s 2018-08-27 10:15:16,024 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2049591c-3530-49e6-a31f-6f20f0e7ac71 2018-08-27 10:15:16,024 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T10:15:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'9d285840-0055-47c9-9701-b82c010a7b10', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_db90f143-43e0-4960-ad84-111e8c68ec16', u'enable_dhcp': True, u'network_id': u'd1f8368a-3109-46af-9086-1f79fed5c2f3', u'tenant_id': u'cbe236e2b219457395fa2a707593d13b', u'created_at': u'2018-08-27T10:15:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cbe236e2b219457395fa2a707593d13b'}) 2018-08-27 10:15:16,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 10:15:16,026 - 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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" -d '{"router": {"external_gateway_info": {"network_id": "e905f5f0-7152-4488-8eee-569700e32293"}, "name": "tenantnetwork1-router_db90f143-43e0-4960-ad84-111e8c68ec16", "admin_state_up": true}}' 2018-08-27 10:15:18,312 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-0f380f6b-17da-455b-b73b-877e35f701de Date: Mon, 27 Aug 2018 10:15:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e905f5f0-7152-4488-8eee-569700e32293", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "815ac131-234a-4918-bb7c-e938e021f77d", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "cbe236e2b219457395fa2a707593d13b", "created_at": "2018-08-27T10:15:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T10:15:18Z", "revision_number": 2, "routes": [], "project_id": "cbe236e2b219457395fa2a707593d13b", "id": "2ad229df-3f69-4d68-9170-c025585fe255", "name": "tenantnetwork1-router_db90f143-43e0-4960-ad84-111e8c68ec16"}} 2018-08-27 10:15:18,312 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0f380f6b-17da-455b-b73b-877e35f701de 2018-08-27 10:15:18,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.28689813614s 2018-08-27 10:15:18,313 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0f380f6b-17da-455b-b73b-877e35f701de 2018-08-27 10:15:18,313 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e905f5f0-7152-4488-8eee-569700e32293', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'815ac131-234a-4918-bb7c-e938e021f77d', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cbe236e2b219457395fa2a707593d13b', u'created_at': u'2018-08-27T10:15:16Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T10:15:18Z', u'revision_number': 2, u'routes': [], u'project_id': u'cbe236e2b219457395fa2a707593d13b', u'id': u'2ad229df-3f69-4d68-9170-c025585fe255', u'name': u'tenantnetwork1-router_db90f143-43e0-4960-ad84-111e8c68ec16'}) 2018-08-27 10:15:18,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 10:15:18,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/2ad229df-3f69-4d68-9170-c025585fe255/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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" -d '{"subnet_id": "9d285840-0055-47c9-9701-b82c010a7b10"}' 2018-08-27 10:15:20,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b895ec37-967d-4fff-af03-a58a04a62adf Date: Mon, 27 Aug 2018 10:15:20 GMT RESP BODY: {"network_id": "d1f8368a-3109-46af-9086-1f79fed5c2f3", "tenant_id": "cbe236e2b219457395fa2a707593d13b", "subnet_id": "9d285840-0055-47c9-9701-b82c010a7b10", "subnet_ids": ["9d285840-0055-47c9-9701-b82c010a7b10"], "port_id": "b2f4f89d-357f-4c76-8e5c-b37a02cabe51", "id": "2ad229df-3f69-4d68-9170-c025585fe255"} 2018-08-27 10:15:20,268 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2ad229df-3f69-4d68-9170-c025585fe255/add_router_interface.json used request id req-b895ec37-967d-4fff-af03-a58a04a62adf 2018-08-27 10:15:20,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95494604111s 2018-08-27 10:15:20,269 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2ad229df-3f69-4d68-9170-c025585fe255/add_router_interface.json used request id req-b895ec37-967d-4fff-af03-a58a04a62adf returning object 2ad229df-3f69-4d68-9170-c025585fe255 2018-08-27 10:15:20,381 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 10:15:20,382 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-27 10:15:20,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 10:15:20,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/2ad229df-3f69-4d68-9170-c025585fe255/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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" -d '{"subnet_id": "9d285840-0055-47c9-9701-b82c010a7b10"}' 2018-08-27 10:15:22,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3fc68b02-5337-4d85-88b4-af56a21d2559 Date: Mon, 27 Aug 2018 10:15:22 GMT RESP BODY: {"network_id": "d1f8368a-3109-46af-9086-1f79fed5c2f3", "tenant_id": "cbe236e2b219457395fa2a707593d13b", "subnet_id": "9d285840-0055-47c9-9701-b82c010a7b10", "subnet_ids": ["9d285840-0055-47c9-9701-b82c010a7b10"], "port_id": "b2f4f89d-357f-4c76-8e5c-b37a02cabe51", "id": "2ad229df-3f69-4d68-9170-c025585fe255"} 2018-08-27 10:15:22,885 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2ad229df-3f69-4d68-9170-c025585fe255/remove_router_interface.json used request id req-3fc68b02-5337-4d85-88b4-af56a21d2559 2018-08-27 10:15:22,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.49823522568s 2018-08-27 10:15:22,885 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/2ad229df-3f69-4d68-9170-c025585fe255/remove_router_interface.json used request id req-3fc68b02-5337-4d85-88b4-af56a21d2559 returning object 2ad229df-3f69-4d68-9170-c025585fe255 2018-08-27 10:15:22,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 10:15:22,886 - 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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" 2018-08-27 10:15:23,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-55ef1d81-2939-4b1c-8f05-9a405cd3f3b7 Date: Mon, 27 Aug 2018 10:15:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e905f5f0-7152-4488-8eee-569700e32293", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "815ac131-234a-4918-bb7c-e938e021f77d", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "cbe236e2b219457395fa2a707593d13b", "created_at": "2018-08-27T10:15:16Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T10:15:22Z", "revision_number": 4, "routes": [], "project_id": "cbe236e2b219457395fa2a707593d13b", "id": "2ad229df-3f69-4d68-9170-c025585fe255", "name": "tenantnetwork1-router_db90f143-43e0-4960-ad84-111e8c68ec16"}]} 2018-08-27 10:15:23,906 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-55ef1d81-2939-4b1c-8f05-9a405cd3f3b7 2018-08-27 10:15:23,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.02029299736s 2018-08-27 10:15:23,907 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-55ef1d81-2939-4b1c-8f05-9a405cd3f3b7 2018-08-27 10:15:23,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 10:15:23,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/2ad229df-3f69-4d68-9170-c025585fe255.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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" 2018-08-27 10:15:26,004 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a90dc4e1-911e-4e94-96ca-14e7dff395a3 Content-Length: 0 Date: Mon, 27 Aug 2018 10:15:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 10:15:26,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/2ad229df-3f69-4d68-9170-c025585fe255.json used request id req-a90dc4e1-911e-4e94-96ca-14e7dff395a3 2018-08-27 10:15:26,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.09630584717s 2018-08-27 10:15:26,005 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/2ad229df-3f69-4d68-9170-c025585fe255.json used request id req-a90dc4e1-911e-4e94-96ca-14e7dff395a3 2018-08-27 10:15:26,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 10:15:26,006 - 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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" 2018-08-27 10:15:27,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-2762709f-777b-4ece-aa25-dde555cc06b4 Date: Mon, 27 Aug 2018 10:15:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e905f5f0-7152-4488-8eee-569700e32293","tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:46Z","dns_nameservers":[],"updated_at":"2018-08-27T10:11:46Z","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":"5ee568e812b1411bb5a1c4f3ad1c04a9","id":"815ac131-234a-4918-bb7c-e938e021f77d","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1f8368a-3109-46af-9086-1f79fed5c2f3","tenant_id":"cbe236e2b219457395fa2a707593d13b","created_at":"2018-08-27T10:15:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T10:15:15Z","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":"cbe236e2b219457395fa2a707593d13b","id":"9d285840-0055-47c9-9701-b82c010a7b10","subnetpool_id":null,"name":"tenantnetwork1-subnet_db90f143-43e0-4960-ad84-111e8c68ec16"}]} 2018-08-27 10:15:27,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2762709f-777b-4ece-aa25-dde555cc06b4 2018-08-27 10:15:27,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.07363700867s 2018-08-27 10:15:27,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2762709f-777b-4ece-aa25-dde555cc06b4 2018-08-27 10:15:27,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 10:15:27,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/9d285840-0055-47c9-9701-b82c010a7b10.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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" 2018-08-27 10:15:30,017 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec986e36-28bf-4237-9b39-e639065c5f18 Date: Mon, 27 Aug 2018 10:15:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 10:15:30,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/9d285840-0055-47c9-9701-b82c010a7b10.json used request id req-ec986e36-28bf-4237-9b39-e639065c5f18 2018-08-27 10:15:30,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.93678092957s 2018-08-27 10:15:30,018 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/9d285840-0055-47c9-9701-b82c010a7b10.json used request id req-ec986e36-28bf-4237-9b39-e639065c5f18 2018-08-27 10:15:30,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 10:15:30,019 - 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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" 2018-08-27 10:15:30,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-a1121dbd-e51f-41b7-8341-4566c542265a Date: Mon, 27 Aug 2018 10:15:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"d1f8368a-3109-46af-9086-1f79fed5c2f3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"cbe236e2b219457395fa2a707593d13b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T10:15:29Z","provider:segmentation_id":28,"name":"tenantnetwork1-net_db90f143-43e0-4960-ad84-111e8c68ec16","admin_state_up":true,"tenant_id":"cbe236e2b219457395fa2a707593d13b","created_at":"2018-08-27T10:15:13Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"e905f5f0-7152-4488-8eee-569700e32293","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","status":"ACTIVE","subnets":["815ac131-234a-4918-bb7c-e938e021f77d"],"description":"","tags":[],"updated_at":"2018-08-27T10:11:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:39Z","provider:network_type":"flat"}]} 2018-08-27 10:15:30,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a1121dbd-e51f-41b7-8341-4566c542265a 2018-08-27 10:15:30,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.270073890686s 2018-08-27 10:15:30,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a1121dbd-e51f-41b7-8341-4566c542265a 2018-08-27 10:15:30,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 10:15:30,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/d1f8368a-3109-46af-9086-1f79fed5c2f3.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}219fc7e074e6174d8b853ba4b72cbb1d823f5319" 2018-08-27 10:15:31,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8069f426-787f-4d73-9035-0c4e5aa03980 Date: Mon, 27 Aug 2018 10:15:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 10:15:31,992 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/d1f8368a-3109-46af-9086-1f79fed5c2f3.json used request id req-8069f426-787f-4d73-9035-0c4e5aa03980 2018-08-27 10:15:31,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.70175695419s 2018-08-27 10:15:31,992 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/d1f8368a-3109-46af-9086-1f79fed5c2f3.json used request id req-8069f426-787f-4d73-9035-0c4e5aa03980 2018-08-27 10:15:32,042 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-27 10:15:32,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 10:15:32,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 10:15:32,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 10:15:32,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 10:15:32,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 10:15:32,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 10:15:32,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 10:15:32,082 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 10:15:32,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 10:15:32,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 10:15:32,085 - 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-27 10:15:32,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95661f96-3635-4921-8ae9-7f53cca151cd 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-27 10:15:32,091 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-95661f96-3635-4921-8ae9-7f53cca151cd 2018-08-27 10:15:32,092 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-27 10:15:32,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b8b5c0308f74d94aac63a7d65d91de2", "name": "admin"}], "expires_at": "2018-08-27T11:15:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbe236e2b219457395fa2a707593d13b", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "2723d371c92c450389dc9e1f30cf88d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "09bfa2231450451fbd49bb0c62673f73"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aa94b94a9554bca832512ae74fca284"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac6bf3d5a5d04e0f8da1095c9046153b"}], "type": "network", "id": "3ae48cd2f4e942dfa184767798a33044", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66bc1f43099f4ad299e087595df32b82"}, {"url": "http://192.30.9.9:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca4a38ca978944e1ac2884b7e0aa25ad"}, {"url": "http://192.30.9.9:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a4fc212b4847779d5146f734cc2b68"}], "type": "volumev2", "id": "46a87ce38fd44a3b9bc5f8c8856d5fc8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bba20160734c400d9034877c8387b995"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4f7a681834c4825b47db425e4b0aa2d"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fdf57bf35b8a466c88d670439f03ac51"}], "type": "metric", "id": "528ff1f10e3f484a8f6816599b0573c1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3489c922033d4e09aa22ab50d6615bb8"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b080b43bbc4341308c6b50bc4a6a315a"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f685a5cd6c444676a7467c073708d12b"}], "type": "alarming", "id": "62b1da5179b846b898027675b17d098d", "name": "aodh"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0aee026d7d1b4c209f026d671ca6b33d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "730955fb0c604cf4a441b174c3606a45"}, {"url": "http://172.30.9.21:8080/v1/AUTH_cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9817fcde99ae4295a569f708817a9708"}], "type": "object-store", "id": "63327cfc5cc049c7b1d53ef35d9d8c67", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "099d2743fd8246109c2dbefc24bdf8af"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba439e8d6e34f4880b8fa69fa87e755"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f37ff7cb62847888dc258fda574ec21"}], "type": "compute", "id": "83ffaad6342542adb8f6fbbb573c231a", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e915aa7c4984850bc0b7253c04dfd8f"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1a44e724ba134040a3a31dbf93bd59df"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65e6c39cbdc34799885f4be196ca1e21"}], "type": "cloudformation", "id": "94f70e2b18e5438bbc4a2037816633d9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60872142c2784788aa628f072a9a7171"}, {"url": "http://192.30.9.9:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70a7f58c23cb438e9c41f504d15b27b9"}, {"url": "http://172.30.9.21:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad895f87b1f749bfb3be616a95e38585"}], "type": "volume", "id": "9798b62d16ea4242a3e53d855be2bb08", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e6394aa571848abbab27a5f471087d4"}, {"url": "http://172.30.9.21:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d20a6f52df84bafa0c1f3b587c744b2"}, {"url": "http://192.30.9.9:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f11eb042ad374c398de48bef6b6edffb"}], "type": "volumev3", "id": "aabfd3907a984855bdaf13f1aa454108", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1727477d017e4f21b4d39ff8b3366878"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24b37b760cb84babb474dea6638bbebe"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "67141d6090cb431fbe8a849afe880424"}], "type": "image", "id": "c13b7711e70042fba2101105174882b4", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a202bbae11a43b7a8779884c4a38a53"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72d93562aa8b4f3aa627e2931357b087"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61e14f6c7b741ac9d55e950875cc192"}], "type": "placement", "id": "cbf6aceb15cf4dab972012b618715246", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8caa297ae288481ea303906d0337140e"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "976f44c4f22b47ce84e464bba1ec96f8"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9ce5e28af1994798a21707fe8db8dbe4"}], "type": "identity", "id": "dd9deeb7cdae400b99b3bd889d31db4c", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dc2fb46c62248acb4c330806ffb2924"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58d7ea9a49704eb19f65d061d62b5820"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fa67c3fffa4669802ee7cd9ce2d470"}], "type": "event", "id": "e8977978c06e4e0e86325a163002eb88", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124a32b08a4148c88a4d98ceb2012515"}, {"url": "http://192.30.9.9:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f924eed0052488a9f02be4af610d18f"}, {"url": "http://192.30.9.9:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e73b175188c45fa98c91b2a0fbf1508"}], "type": "orchestration", "id": "f394460aa89a49d781bd677838b3f8d7", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a97642695e7742fabcf246b632e33c8b"}, "audit_ids": ["UeUiw9wNRLOWfXugEbcBEQ"], "issued_at": "2018-08-27T10:15:32.000000Z"}} 2018-08-27 10:15:32,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 10:15:32,573 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:33,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d2ce6690-5194-4107-863e-6fcec7036df4 Date: Mon, 27 Aug 2018 10:15:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"e905f5f0-7152-4488-8eee-569700e32293","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","status":"ACTIVE","subnets":["815ac131-234a-4918-bb7c-e938e021f77d"],"description":"","tags":[],"updated_at":"2018-08-27T10:11:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:39Z","provider:network_type":"flat"}]} 2018-08-27 10:15:33,605 - 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-d2ce6690-5194-4107-863e-6fcec7036df4 2018-08-27 10:15:33,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03322410583s 2018-08-27 10:15:33,606 - 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-d2ce6690-5194-4107-863e-6fcec7036df4 2018-08-27 10:15:33,609 - 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-27 10:15:33,615 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 10:15:33 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-27 10:15:33,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 10:15:33,619 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:33,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f409adab-e1fc-4e82-a0ba-8e41beb7d2db Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}, {"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/e23c8738dfcb42148bcc3ee8af9adc70"}, "tags": [], "enabled": true, "id": "e23c8738dfcb42148bcc3ee8af9adc70", "name": "heat_stack"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 10:15:33,720 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-f409adab-e1fc-4e82-a0ba-8e41beb7d2db 2018-08-27 10:15:33,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103823900223s 2018-08-27 10:15:33,721 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-f409adab-e1fc-4e82-a0ba-8e41beb7d2db 2018-08-27 10:15:33,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 10:15:33,732 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}}' 2018-08-27 10:15:33,898 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 10:15:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23d9e6c9-0e77-4ef0-b4a4-5d7ee1cd4cc6 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/41f64e0d4fd9411e992b6dbdb0574b55"}, "tags": [], "enabled": true, "id": "41f64e0d4fd9411e992b6dbdb0574b55", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}} 2018-08-27 10:15:33,898 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-23d9e6c9-0e77-4ef0-b4a4-5d7ee1cd4cc6 2018-08-27 10:15:33,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.169696092606s 2018-08-27 10:15:33,898 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-23d9e6c9-0e77-4ef0-b4a4-5d7ee1cd4cc6 2018-08-27 10:15:33,899 - 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'41f64e0d4fd9411e992b6dbdb0574b55', '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_ba80cef6-8419-475d-8cf2-39d5c40fd39a'}) 2018-08-27 10:15:33,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 10:15:33,909 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "5de42ae8-8fb1-44da-afcb-68fc2c9f3972", "email": null, "name": "tenantnetwork2-user_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}}' 2018-08-27 10:15:34,398 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 10:15:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39b5a977-e044-4fbc-8b72-aec05638b61c Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_ba80cef6-8419-475d-8cf2-39d5c40fd39a", "links": {"self": "http://172.30.9.21:5000/v3/users/adbc952db3bd470da200b8bd21fa0d12"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "adbc952db3bd470da200b8bd21fa0d12", "domain_id": "default", "password_expires_at": null}} 2018-08-27 10:15:34,398 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-39b5a977-e044-4fbc-8b72-aec05638b61c 2018-08-27 10:15:34,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.492960929871s 2018-08-27 10:15:34,399 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-39b5a977-e044-4fbc-8b72-aec05638b61c 2018-08-27 10:15:34,399 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'adbc952db3bd470da200b8bd21fa0d12', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_ba80cef6-8419-475d-8cf2-39d5c40fd39a'}) 2018-08-27 10:15:34,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 10:15:34,406 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:34,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8983b09-78d2-405d-adf2-dbab86acc700 Content-Encoding: gzip Content-Length: 321 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": "382de798d4974caca15f28c235d88e64", "links": {"self": "http://172.30.9.21:5000/v3/roles/382de798d4974caca15f28c235d88e64"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6b8b5c0308f74d94aac63a7d65d91de2", "links": {"self": "http://172.30.9.21:5000/v3/roles/6b8b5c0308f74d94aac63a7d65d91de2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d451e72a044346bb86257d388a8e00bd", "links": {"self": "http://172.30.9.21:5000/v3/roles/d451e72a044346bb86257d388a8e00bd"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e6b2fad5cbc1445c8c289ab692726ce1", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6b2fad5cbc1445c8c289ab692726ce1"}, "name": "ResellerAdmin"}]} 2018-08-27 10:15:34,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c8983b09-78d2-405d-adf2-dbab86acc700 2018-08-27 10:15:34,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.169439077377s 2018-08-27 10:15:34,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c8983b09-78d2-405d-adf2-dbab86acc700 2018-08-27 10:15:34,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 10:15:34,581 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:34,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21880c1f-18d2-48fb-82cc-03da0b0279a7 Content-Encoding: gzip Content-Length: 321 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": "382de798d4974caca15f28c235d88e64", "links": {"self": "http://172.30.9.21:5000/v3/roles/382de798d4974caca15f28c235d88e64"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6b8b5c0308f74d94aac63a7d65d91de2", "links": {"self": "http://172.30.9.21:5000/v3/roles/6b8b5c0308f74d94aac63a7d65d91de2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d451e72a044346bb86257d388a8e00bd", "links": {"self": "http://172.30.9.21:5000/v3/roles/d451e72a044346bb86257d388a8e00bd"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e6b2fad5cbc1445c8c289ab692726ce1", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6b2fad5cbc1445c8c289ab692726ce1"}, "name": "ResellerAdmin"}]} 2018-08-27 10:15:34,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-21880c1f-18d2-48fb-82cc-03da0b0279a7 2018-08-27 10:15:34,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0233829021454s 2018-08-27 10:15:34,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-21880c1f-18d2-48fb-82cc-03da0b0279a7 2018-08-27 10:15:34,603 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-27 10:15:34,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-27 10:15:34,609 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" -d '{"role": {"name": "Member"}}' 2018-08-27 10:15:34,852 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 10:15:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f9faa3a-036c-46fa-949e-4bb14d853a8e Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "7000162da36747f8b3e758914a3ad3c1", "links": {"self": "http://172.30.9.21:5000/v3/roles/7000162da36747f8b3e758914a3ad3c1"}, "name": "Member"}} 2018-08-27 10:15:34,852 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0f9faa3a-036c-46fa-949e-4bb14d853a8e 2018-08-27 10:15:34,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.246155023575s 2018-08-27 10:15:34,852 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-0f9faa3a-036c-46fa-949e-4bb14d853a8e 2018-08-27 10:15:34,853 - 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'7000162da36747f8b3e758914a3ad3c1'}) 2018-08-27 10:15:34,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 10:15:34,860 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:35,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c556287-55d5-4f61-9d68-f4b448082fc7 Content-Encoding: gzip Content-Length: 354 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": "382de798d4974caca15f28c235d88e64", "links": {"self": "http://172.30.9.21:5000/v3/roles/382de798d4974caca15f28c235d88e64"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6b8b5c0308f74d94aac63a7d65d91de2", "links": {"self": "http://172.30.9.21:5000/v3/roles/6b8b5c0308f74d94aac63a7d65d91de2"}, "name": "admin"}, {"domain_id": null, "id": "7000162da36747f8b3e758914a3ad3c1", "links": {"self": "http://172.30.9.21:5000/v3/roles/7000162da36747f8b3e758914a3ad3c1"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d451e72a044346bb86257d388a8e00bd", "links": {"self": "http://172.30.9.21:5000/v3/roles/d451e72a044346bb86257d388a8e00bd"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e6b2fad5cbc1445c8c289ab692726ce1", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6b2fad5cbc1445c8c289ab692726ce1"}, "name": "ResellerAdmin"}]} 2018-08-27 10:15:35,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c556287-55d5-4f61-9d68-f4b448082fc7 2018-08-27 10:15:35,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.162021160126s 2018-08-27 10:15:35,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c556287-55d5-4f61-9d68-f4b448082fc7 2018-08-27 10:15:35,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 10:15:35,027 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:35,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c656bc7d-add3-4aa7-a720-b69440c808ec 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-27 10:15:35,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c656bc7d-add3-4aa7-a720-b69440c808ec 2018-08-27 10:15:35,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.173135042191s 2018-08-27 10:15:35,197 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c656bc7d-add3-4aa7-a720-b69440c808ec 2018-08-27 10:15:35,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 10:15:35,201 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:35,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e393bd37-c2d5-4e9b-98a6-98121157cbb1 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/01c66823091044d1adff78dd10a2a46c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01c66823091044d1adff78dd10a2a46c", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/21b788718c4846329ff7cc90fc6705ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21b788718c4846329ff7cc90fc6705ee", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/340d7a51e21a4ccc9ea4b4dc5a4bc6d6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "340d7a51e21a4ccc9ea4b4dc5a4bc6d6", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/3f89531e05324180938ea5bbcb86aaa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f89531e05324180938ea5bbcb86aaa2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/496141a21c3c4659ad3c524a0363e994"}, "domain_id": "default", "enabled": true, "options": {}, "id": "496141a21c3c4659ad3c524a0363e994", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/63edf40cb3ba434cab6db87a9811fa3e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63edf40cb3ba434cab6db87a9811fa3e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/649e64e0e53844ec896c4ffd694242fc"}, "domain_id": "e23c8738dfcb42148bcc3ee8af9adc70", "enabled": true, "options": {}, "id": "649e64e0e53844ec896c4ffd694242fc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/6c8934d0b95c481c90f482a3c6a2e7bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c8934d0b95c481c90f482a3c6a2e7bd", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/734fd50c115941e1bfe6b90e752ccbc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734fd50c115941e1bfe6b90e752ccbc6", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/a97642695e7742fabcf246b632e33c8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97642695e7742fabcf246b632e33c8b", "email": "admin@example.com", "password_expires_at": null}, {"name": "tenantnetwork2-user_ba80cef6-8419-475d-8cf2-39d5c40fd39a", "links": {"self": "http://172.30.9.21:5000/v3/users/adbc952db3bd470da200b8bd21fa0d12"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "adbc952db3bd470da200b8bd21fa0d12", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/aefc79be9db94a07b1791c9a767c3b98"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aefc79be9db94a07b1791c9a767c3b98", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/ba0853382bea41ac9dd7c154bb554f7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba0853382bea41ac9dd7c154bb554f7f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/c66b4abf2d4241329e0237737eafcbcc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c66b4abf2d4241329e0237737eafcbcc", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/efd7fe8c4f4a42c89ba18fe6e0c4f1e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "efd7fe8c4f4a42c89ba18fe6e0c4f1e5", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-27 10:15:35,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e393bd37-c2d5-4e9b-98a6-98121157cbb1 2018-08-27 10:15:35,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.166298866272s 2018-08-27 10:15:35,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e393bd37-c2d5-4e9b-98a6-98121157cbb1 2018-08-27 10:15:35,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 10:15:35,380 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:35,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66dcc9c0-4037-4e46-bb52-419afd8aca9f Content-Encoding: gzip Content-Length: 399 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": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/41f64e0d4fd9411e992b6dbdb0574b55"}, "tags": [], "enabled": true, "id": "41f64e0d4fd9411e992b6dbdb0574b55", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9"}, "tags": [], "enabled": true, "id": "5ee568e812b1411bb5a1c4f3ad1c04a9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/cbe236e2b219457395fa2a707593d13b"}, "tags": [], "enabled": true, "id": "cbe236e2b219457395fa2a707593d13b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 10:15:35,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-66dcc9c0-4037-4e46-bb52-419afd8aca9f 2018-08-27 10:15:35,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.16624879837s 2018-08-27 10:15:35,543 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-66dcc9c0-4037-4e46-bb52-419afd8aca9f 2018-08-27 10:15:35,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 10:15:35,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=adbc952db3bd470da200b8bd21fa0d12&role.id=7000162da36747f8b3e758914a3ad3c1&scope.project.id=41f64e0d4fd9411e992b6dbdb0574b55" -H "User-Agent: 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:35,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-661fae80-cfaa-4d18-839c-57233fc8316c 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=adbc952db3bd470da200b8bd21fa0d12&role.id=7000162da36747f8b3e758914a3ad3c1&scope.project.id=41f64e0d4fd9411e992b6dbdb0574b55", "previous": null, "next": null}} 2018-08-27 10:15:35,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=adbc952db3bd470da200b8bd21fa0d12&role.id=7000162da36747f8b3e758914a3ad3c1&scope.project.id=41f64e0d4fd9411e992b6dbdb0574b55 used request id req-661fae80-cfaa-4d18-839c-57233fc8316c 2018-08-27 10:15:35,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.122036933899s 2018-08-27 10:15:35,673 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=adbc952db3bd470da200b8bd21fa0d12&role.id=7000162da36747f8b3e758914a3ad3c1&scope.project.id=41f64e0d4fd9411e992b6dbdb0574b55 used request id req-661fae80-cfaa-4d18-839c-57233fc8316c 2018-08-27 10:15:35,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 10:15:35,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/41f64e0d4fd9411e992b6dbdb0574b55/users/adbc952db3bd470da200b8bd21fa0d12/roles/7000162da36747f8b3e758914a3ad3c1 -H "User-Agent: 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:35,913 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 10:15:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-779ec4d8-a383-48db-b112-b965e793d8e2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 10:15:35,914 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/41f64e0d4fd9411e992b6dbdb0574b55/users/adbc952db3bd470da200b8bd21fa0d12/roles/7000162da36747f8b3e758914a3ad3c1 used request id req-779ec4d8-a383-48db-b112-b965e793d8e2 2018-08-27 10:15:35,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.23690199852s 2018-08-27 10:15:35,914 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/41f64e0d4fd9411e992b6dbdb0574b55/users/adbc952db3bd470da200b8bd21fa0d12/roles/7000162da36747f8b3e758914a3ad3c1 used request id req-779ec4d8-a383-48db-b112-b965e793d8e2 2018-08-27 10:15:35,915 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_ba80cef6-8419-475d-8cf2-39d5c40fd39a', 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'41f64e0d4fd9411e992b6dbdb0574b55', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '5de42ae8-8fb1-44da-afcb-68fc2c9f3972', 'username': u'tenantnetwork2-user_ba80cef6-8419-475d-8cf2-39d5c40fd39a', '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-27 10:15:35,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 10:15:35,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 10:15:35,916 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 10:15:35,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 10:15:35,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 10:15:35,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 10:15:35,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 10:15:35,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 10:15:35,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 10:15:35,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 10:15:35,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 10:15:35,917 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 10:15:35,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 10:15:35,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 10:15:35,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 10:15:35,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 10:15:35,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 10:15:35,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 10:15:35,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 10:15:35,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 10:15:35,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 10:15:35,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 10:15:35,920 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_ba80cef6-8419-475d-8cf2-39d5c40fd39a', 'password': '5de42ae8-8fb1-44da-afcb-68fc2c9f3972', 'project_name': 'tenantnetwork2-project_ba80cef6-8419-475d-8cf2-39d5c40fd39a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000//v3', 'project_id': '41f64e0d4fd9411e992b6dbdb0574b55', 'project_domain_name': 'Default'} 2018-08-27 10:15:35,920 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-27 10:15:35,922 - 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-27 10:15:35,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-597f3549-b34f-4e8b-bda1-af9367c7b6b5 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-27 10:15:35,929 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-597f3549-b34f-4e8b-bda1-af9367c7b6b5 2018-08-27 10:15:35,929 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-27 10:15:36,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7000162da36747f8b3e758914a3ad3c1", "name": "Member"}], "expires_at": "2018-08-27T11:15:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41f64e0d4fd9411e992b6dbdb0574b55", "name": "tenantnetwork2-project_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}, "catalog": [{"endpoints": [], "type": "metering", "id": "2723d371c92c450389dc9e1f30cf88d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "09bfa2231450451fbd49bb0c62673f73"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aa94b94a9554bca832512ae74fca284"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac6bf3d5a5d04e0f8da1095c9046153b"}], "type": "network", "id": "3ae48cd2f4e942dfa184767798a33044", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66bc1f43099f4ad299e087595df32b82"}, {"url": "http://192.30.9.9:8776/v2/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca4a38ca978944e1ac2884b7e0aa25ad"}, {"url": "http://192.30.9.9:8776/v2/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a4fc212b4847779d5146f734cc2b68"}], "type": "volumev2", "id": "46a87ce38fd44a3b9bc5f8c8856d5fc8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bba20160734c400d9034877c8387b995"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4f7a681834c4825b47db425e4b0aa2d"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fdf57bf35b8a466c88d670439f03ac51"}], "type": "metric", "id": "528ff1f10e3f484a8f6816599b0573c1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3489c922033d4e09aa22ab50d6615bb8"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b080b43bbc4341308c6b50bc4a6a315a"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f685a5cd6c444676a7467c073708d12b"}], "type": "alarming", "id": "62b1da5179b846b898027675b17d098d", "name": "aodh"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_41f64e0d4fd9411e992b6dbdb0574b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0aee026d7d1b4c209f026d671ca6b33d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "730955fb0c604cf4a441b174c3606a45"}, {"url": "http://172.30.9.21:8080/v1/AUTH_41f64e0d4fd9411e992b6dbdb0574b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9817fcde99ae4295a569f708817a9708"}], "type": "object-store", "id": "63327cfc5cc049c7b1d53ef35d9d8c67", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "099d2743fd8246109c2dbefc24bdf8af"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba439e8d6e34f4880b8fa69fa87e755"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f37ff7cb62847888dc258fda574ec21"}], "type": "compute", "id": "83ffaad6342542adb8f6fbbb573c231a", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e915aa7c4984850bc0b7253c04dfd8f"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1a44e724ba134040a3a31dbf93bd59df"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65e6c39cbdc34799885f4be196ca1e21"}], "type": "cloudformation", "id": "94f70e2b18e5438bbc4a2037816633d9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60872142c2784788aa628f072a9a7171"}, {"url": "http://192.30.9.9:8776/v1/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70a7f58c23cb438e9c41f504d15b27b9"}, {"url": "http://172.30.9.21:8776/v1/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad895f87b1f749bfb3be616a95e38585"}], "type": "volume", "id": "9798b62d16ea4242a3e53d855be2bb08", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e6394aa571848abbab27a5f471087d4"}, {"url": "http://172.30.9.21:8776/v3/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d20a6f52df84bafa0c1f3b587c744b2"}, {"url": "http://192.30.9.9:8776/v3/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f11eb042ad374c398de48bef6b6edffb"}], "type": "volumev3", "id": "aabfd3907a984855bdaf13f1aa454108", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1727477d017e4f21b4d39ff8b3366878"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24b37b760cb84babb474dea6638bbebe"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "67141d6090cb431fbe8a849afe880424"}], "type": "image", "id": "c13b7711e70042fba2101105174882b4", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a202bbae11a43b7a8779884c4a38a53"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72d93562aa8b4f3aa627e2931357b087"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61e14f6c7b741ac9d55e950875cc192"}], "type": "placement", "id": "cbf6aceb15cf4dab972012b618715246", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8caa297ae288481ea303906d0337140e"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "976f44c4f22b47ce84e464bba1ec96f8"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9ce5e28af1994798a21707fe8db8dbe4"}], "type": "identity", "id": "dd9deeb7cdae400b99b3bd889d31db4c", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dc2fb46c62248acb4c330806ffb2924"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58d7ea9a49704eb19f65d061d62b5820"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fa67c3fffa4669802ee7cd9ce2d470"}], "type": "event", "id": "e8977978c06e4e0e86325a163002eb88", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124a32b08a4148c88a4d98ceb2012515"}, {"url": "http://192.30.9.9:8004/v1/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f924eed0052488a9f02be4af610d18f"}, {"url": "http://192.30.9.9:8004/v1/41f64e0d4fd9411e992b6dbdb0574b55", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e73b175188c45fa98c91b2a0fbf1508"}], "type": "orchestration", "id": "f394460aa89a49d781bd677838b3f8d7", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_ba80cef6-8419-475d-8cf2-39d5c40fd39a", "id": "adbc952db3bd470da200b8bd21fa0d12"}, "audit_ids": ["71yoIH1iQaiWsNVckBS-AA"], "issued_at": "2018-08-27T10:15:36.000000Z"}} 2018-08-27 10:15:36,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 10:15:36,399 - 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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" -d '{"network": {"name": "tenantnetwork2-net_ba80cef6-8419-475d-8cf2-39d5c40fd39a", "admin_state_up": true}}' 2018-08-27 10:15:37,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-5385b9aa-39a4-4111-a98f-ecbcd69b3484 Date: Mon, 27 Aug 2018 10:15:37 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"41f64e0d4fd9411e992b6dbdb0574b55","created_at":"2018-08-27T10:15:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T10:15:37Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"41f64e0d4fd9411e992b6dbdb0574b55","id":"f7d03c85-f288-40c1-81de-3f825fe948fa","name":"tenantnetwork2-net_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}} 2018-08-27 10:15:37,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5385b9aa-39a4-4111-a98f-ecbcd69b3484 2018-08-27 10:15:37,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.37281513214s 2018-08-27 10:15:37,771 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5385b9aa-39a4-4111-a98f-ecbcd69b3484 2018-08-27 10:15:37,772 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T10:15:37Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'f7d03c85-f288-40c1-81de-3f825fe948fa', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_ba80cef6-8419-475d-8cf2-39d5c40fd39a', u'admin_state_up': True, u'tenant_id': u'41f64e0d4fd9411e992b6dbdb0574b55', u'created_at': u'2018-08-27T10:15:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'41f64e0d4fd9411e992b6dbdb0574b55'}) 2018-08-27 10:15:37,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 10:15:37,773 - 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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" 2018-08-27 10:15:38,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-e5af6879-d709-4827-b439-3c41e3c5869b Date: Mon, 27 Aug 2018 10:15:38 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["815ac131-234a-4918-bb7c-e938e021f77d"],"updated_at":"2018-08-27T10:11:46Z","tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","id":"e905f5f0-7152-4488-8eee-569700e32293","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T10:15:37Z","tenant_id":"41f64e0d4fd9411e992b6dbdb0574b55","created_at":"2018-08-27T10:15:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"41f64e0d4fd9411e992b6dbdb0574b55","id":"f7d03c85-f288-40c1-81de-3f825fe948fa","name":"tenantnetwork2-net_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}]} 2018-08-27 10:15:38,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e5af6879-d709-4827-b439-3c41e3c5869b 2018-08-27 10:15:38,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0784599781s 2018-08-27 10:15:38,851 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e5af6879-d709-4827-b439-3c41e3c5869b 2018-08-27 10:15:38,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 10:15:38,854 - 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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" -d '{"subnet": {"name": "tenantnetwork2-subnet_ba80cef6-8419-475d-8cf2-39d5c40fd39a", "enable_dhcp": true, "network_id": "f7d03c85-f288-40c1-81de-3f825fe948fa", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 10:15:39,765 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3bec962c-8eea-44f0-ad32-6383aa90b26d Date: Mon, 27 Aug 2018 10:15:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7d03c85-f288-40c1-81de-3f825fe948fa","tenant_id":"41f64e0d4fd9411e992b6dbdb0574b55","created_at":"2018-08-27T10:15:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T10:15:39Z","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":"41f64e0d4fd9411e992b6dbdb0574b55","id":"402ff045-946d-495e-8d6b-39cd2251362a","subnetpool_id":null,"name":"tenantnetwork2-subnet_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}} 2018-08-27 10:15:39,765 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-3bec962c-8eea-44f0-ad32-6383aa90b26d 2018-08-27 10:15:39,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.911906003952s 2018-08-27 10:15:39,765 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-3bec962c-8eea-44f0-ad32-6383aa90b26d 2018-08-27 10:15:39,766 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T10:15:39Z', 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'402ff045-946d-495e-8d6b-39cd2251362a', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_ba80cef6-8419-475d-8cf2-39d5c40fd39a', u'enable_dhcp': True, u'network_id': u'f7d03c85-f288-40c1-81de-3f825fe948fa', u'tenant_id': u'41f64e0d4fd9411e992b6dbdb0574b55', u'created_at': u'2018-08-27T10:15:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'41f64e0d4fd9411e992b6dbdb0574b55'}) 2018-08-27 10:15:39,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 10:15:39,767 - 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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" -d '{"router": {"external_gateway_info": {"network_id": "e905f5f0-7152-4488-8eee-569700e32293"}, "name": "tenantnetwork2-router_ba80cef6-8419-475d-8cf2-39d5c40fd39a", "admin_state_up": true}}' 2018-08-27 10:15:41,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-6cd854ea-d410-4a3b-be67-01b26b459322 Date: Mon, 27 Aug 2018 10:15:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e905f5f0-7152-4488-8eee-569700e32293", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "815ac131-234a-4918-bb7c-e938e021f77d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "41f64e0d4fd9411e992b6dbdb0574b55", "created_at": "2018-08-27T10:15:39Z", "admin_state_up": true, "updated_at": "2018-08-27T10:15:40Z", "revision_number": 2, "routes": [], "project_id": "41f64e0d4fd9411e992b6dbdb0574b55", "id": "94e65b8d-1acc-4d5e-a113-15e52d061cc7", "name": "tenantnetwork2-router_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}} 2018-08-27 10:15:41,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6cd854ea-d410-4a3b-be67-01b26b459322 2018-08-27 10:15:41,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.2655069828s 2018-08-27 10:15:41,032 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6cd854ea-d410-4a3b-be67-01b26b459322 2018-08-27 10:15:41,033 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e905f5f0-7152-4488-8eee-569700e32293', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'815ac131-234a-4918-bb7c-e938e021f77d', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'41f64e0d4fd9411e992b6dbdb0574b55', u'created_at': u'2018-08-27T10:15:39Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T10:15:40Z', u'revision_number': 2, u'routes': [], u'project_id': u'41f64e0d4fd9411e992b6dbdb0574b55', u'id': u'94e65b8d-1acc-4d5e-a113-15e52d061cc7', u'name': u'tenantnetwork2-router_ba80cef6-8419-475d-8cf2-39d5c40fd39a'}) 2018-08-27 10:15:41,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 10:15:41,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/94e65b8d-1acc-4d5e-a113-15e52d061cc7/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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" -d '{"subnet_id": "402ff045-946d-495e-8d6b-39cd2251362a"}' 2018-08-27 10:15:43,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-197feded-01fd-49fe-93c4-0b28c4b1f303 Date: Mon, 27 Aug 2018 10:15:43 GMT RESP BODY: {"network_id": "f7d03c85-f288-40c1-81de-3f825fe948fa", "tenant_id": "41f64e0d4fd9411e992b6dbdb0574b55", "subnet_id": "402ff045-946d-495e-8d6b-39cd2251362a", "subnet_ids": ["402ff045-946d-495e-8d6b-39cd2251362a"], "port_id": "2d8a607a-ca10-4745-ab69-d341bc799ba8", "id": "94e65b8d-1acc-4d5e-a113-15e52d061cc7"} 2018-08-27 10:15:43,261 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/94e65b8d-1acc-4d5e-a113-15e52d061cc7/add_router_interface.json used request id req-197feded-01fd-49fe-93c4-0b28c4b1f303 2018-08-27 10:15:43,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.22788000107s 2018-08-27 10:15:43,262 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/94e65b8d-1acc-4d5e-a113-15e52d061cc7/add_router_interface.json used request id req-197feded-01fd-49fe-93c4-0b28c4b1f303 returning object 94e65b8d-1acc-4d5e-a113-15e52d061cc7 2018-08-27 10:15:43,379 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 10:15:43,379 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:07 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-27 10:15:43,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 10:15:43,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/94e65b8d-1acc-4d5e-a113-15e52d061cc7/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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" -d '{"subnet_id": "402ff045-946d-495e-8d6b-39cd2251362a"}' 2018-08-27 10:15:45,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5782e918-877d-48cb-8393-bf4c7aae279f Date: Mon, 27 Aug 2018 10:15:45 GMT RESP BODY: {"network_id": "f7d03c85-f288-40c1-81de-3f825fe948fa", "tenant_id": "41f64e0d4fd9411e992b6dbdb0574b55", "subnet_id": "402ff045-946d-495e-8d6b-39cd2251362a", "subnet_ids": ["402ff045-946d-495e-8d6b-39cd2251362a"], "port_id": "2d8a607a-ca10-4745-ab69-d341bc799ba8", "id": "94e65b8d-1acc-4d5e-a113-15e52d061cc7"} 2018-08-27 10:15:45,159 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/94e65b8d-1acc-4d5e-a113-15e52d061cc7/remove_router_interface.json used request id req-5782e918-877d-48cb-8393-bf4c7aae279f 2018-08-27 10:15:45,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77437591553s 2018-08-27 10:15:45,159 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/94e65b8d-1acc-4d5e-a113-15e52d061cc7/remove_router_interface.json used request id req-5782e918-877d-48cb-8393-bf4c7aae279f returning object 94e65b8d-1acc-4d5e-a113-15e52d061cc7 2018-08-27 10:15:45,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 10:15:45,160 - 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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" 2018-08-27 10:15:46,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f8772e58-e58b-4b6b-819b-a450626b5604 Date: Mon, 27 Aug 2018 10:15:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e905f5f0-7152-4488-8eee-569700e32293", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "815ac131-234a-4918-bb7c-e938e021f77d", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "41f64e0d4fd9411e992b6dbdb0574b55", "created_at": "2018-08-27T10:15:39Z", "admin_state_up": true, "updated_at": "2018-08-27T10:15:44Z", "revision_number": 4, "routes": [], "project_id": "41f64e0d4fd9411e992b6dbdb0574b55", "id": "94e65b8d-1acc-4d5e-a113-15e52d061cc7", "name": "tenantnetwork2-router_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}]} 2018-08-27 10:15:46,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f8772e58-e58b-4b6b-819b-a450626b5604 2018-08-27 10:15:46,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.10580897331s 2018-08-27 10:15:46,266 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f8772e58-e58b-4b6b-819b-a450626b5604 2018-08-27 10:15:46,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 10:15:46,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/94e65b8d-1acc-4d5e-a113-15e52d061cc7.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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" 2018-08-27 10:15:47,933 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e045a0e8-bb22-41bd-9302-6c85d2b7be2f Content-Length: 0 Date: Mon, 27 Aug 2018 10:15:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 10:15:47,933 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/94e65b8d-1acc-4d5e-a113-15e52d061cc7.json used request id req-e045a0e8-bb22-41bd-9302-6c85d2b7be2f 2018-08-27 10:15:47,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.66556596756s 2018-08-27 10:15:47,933 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/94e65b8d-1acc-4d5e-a113-15e52d061cc7.json used request id req-e045a0e8-bb22-41bd-9302-6c85d2b7be2f 2018-08-27 10:15:47,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 10:15:47,934 - 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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" 2018-08-27 10:15:48,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-8dbac1c5-41f4-45fc-be52-ecdd86b19c78 Date: Mon, 27 Aug 2018 10:15:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f7d03c85-f288-40c1-81de-3f825fe948fa","tenant_id":"41f64e0d4fd9411e992b6dbdb0574b55","created_at":"2018-08-27T10:15:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T10:15:39Z","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":"41f64e0d4fd9411e992b6dbdb0574b55","id":"402ff045-946d-495e-8d6b-39cd2251362a","subnetpool_id":null,"name":"tenantnetwork2-subnet_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}]} 2018-08-27 10:15:48,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8dbac1c5-41f4-45fc-be52-ecdd86b19c78 2018-08-27 10:15:48,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.229063987732s 2018-08-27 10:15:48,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8dbac1c5-41f4-45fc-be52-ecdd86b19c78 2018-08-27 10:15:48,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 10:15:48,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/402ff045-946d-495e-8d6b-39cd2251362a.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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" 2018-08-27 10:15:51,421 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8722bdb-5777-4b93-b122-0c61985efbf1 Date: Mon, 27 Aug 2018 10:15:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 10:15:51,421 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/402ff045-946d-495e-8d6b-39cd2251362a.json used request id req-c8722bdb-5777-4b93-b122-0c61985efbf1 2018-08-27 10:15:51,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.25673508644s 2018-08-27 10:15:51,421 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/402ff045-946d-495e-8d6b-39cd2251362a.json used request id req-c8722bdb-5777-4b93-b122-0c61985efbf1 2018-08-27 10:15:51,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 10:15:51,422 - 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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" 2018-08-27 10:15:52,480 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-445124ef-9706-4174-ac03-802b7f986e48 Date: Mon, 27 Aug 2018 10:15:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["815ac131-234a-4918-bb7c-e938e021f77d"],"updated_at":"2018-08-27T10:11:46Z","tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:39Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","id":"e905f5f0-7152-4488-8eee-569700e32293","name":"external"},{"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-27T10:15:51Z","tenant_id":"41f64e0d4fd9411e992b6dbdb0574b55","created_at":"2018-08-27T10:15:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"41f64e0d4fd9411e992b6dbdb0574b55","id":"f7d03c85-f288-40c1-81de-3f825fe948fa","name":"tenantnetwork2-net_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}]} 2018-08-27 10:15:52,480 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-445124ef-9706-4174-ac03-802b7f986e48 2018-08-27 10:15:52,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.05843997002s 2018-08-27 10:15:52,481 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-445124ef-9706-4174-ac03-802b7f986e48 2018-08-27 10:15:52,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 10:15:52,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/f7d03c85-f288-40c1-81de-3f825fe948fa.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}2618ff849d90ce8ff8ec10cd5af239ee81c2589b" 2018-08-27 10:15:53,525 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d41974ba-7613-4e13-8f83-4d38ebc016be Date: Mon, 27 Aug 2018 10:15:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 10:15:53,525 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f7d03c85-f288-40c1-81de-3f825fe948fa.json used request id req-d41974ba-7613-4e13-8f83-4d38ebc016be 2018-08-27 10:15:53,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.04317712784s 2018-08-27 10:15:53,525 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f7d03c85-f288-40c1-81de-3f825fe948fa.json used request id req-d41974ba-7613-4e13-8f83-4d38ebc016be 2018-08-27 10:15:53,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 10:15:53,530 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:53,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8473f6f1-2b3d-43da-9178-6c9827207419 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/01c66823091044d1adff78dd10a2a46c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "01c66823091044d1adff78dd10a2a46c", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/21b788718c4846329ff7cc90fc6705ee"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21b788718c4846329ff7cc90fc6705ee", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/340d7a51e21a4ccc9ea4b4dc5a4bc6d6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "340d7a51e21a4ccc9ea4b4dc5a4bc6d6", "email": "placement@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/3f89531e05324180938ea5bbcb86aaa2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3f89531e05324180938ea5bbcb86aaa2", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/496141a21c3c4659ad3c524a0363e994"}, "domain_id": "default", "enabled": true, "options": {}, "id": "496141a21c3c4659ad3c524a0363e994", "email": "aodh@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/63edf40cb3ba434cab6db87a9811fa3e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "63edf40cb3ba434cab6db87a9811fa3e", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/649e64e0e53844ec896c4ffd694242fc"}, "domain_id": "e23c8738dfcb42148bcc3ee8af9adc70", "enabled": true, "options": {}, "id": "649e64e0e53844ec896c4ffd694242fc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/6c8934d0b95c481c90f482a3c6a2e7bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c8934d0b95c481c90f482a3c6a2e7bd", "email": "nova@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/734fd50c115941e1bfe6b90e752ccbc6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "734fd50c115941e1bfe6b90e752ccbc6", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/a97642695e7742fabcf246b632e33c8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a97642695e7742fabcf246b632e33c8b", "email": "admin@example.com", "password_expires_at": null}, {"name": "tenantnetwork2-user_ba80cef6-8419-475d-8cf2-39d5c40fd39a", "links": {"self": "http://172.30.9.21:5000/v3/users/adbc952db3bd470da200b8bd21fa0d12"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "adbc952db3bd470da200b8bd21fa0d12", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/aefc79be9db94a07b1791c9a767c3b98"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aefc79be9db94a07b1791c9a767c3b98", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/ba0853382bea41ac9dd7c154bb554f7f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba0853382bea41ac9dd7c154bb554f7f", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/c66b4abf2d4241329e0237737eafcbcc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c66b4abf2d4241329e0237737eafcbcc", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/efd7fe8c4f4a42c89ba18fe6e0c4f1e5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "efd7fe8c4f4a42c89ba18fe6e0c4f1e5", "email": "gnocchi@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-27 10:15:53,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8473f6f1-2b3d-43da-9178-6c9827207419 2018-08-27 10:15:53,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110054969788s 2018-08-27 10:15:53,637 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8473f6f1-2b3d-43da-9178-6c9827207419 2018-08-27 10:15:53,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 10:15:53,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/adbc952db3bd470da200b8bd21fa0d12 -H "User-Agent: 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:53,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aafd220c-8caf-4482-afcc-b81428e537eb Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_ba80cef6-8419-475d-8cf2-39d5c40fd39a", "links": {"self": "http://172.30.9.21:5000/v3/users/adbc952db3bd470da200b8bd21fa0d12"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "adbc952db3bd470da200b8bd21fa0d12", "description": null}} 2018-08-27 10:15:53,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/adbc952db3bd470da200b8bd21fa0d12 used request id req-aafd220c-8caf-4482-afcc-b81428e537eb 2018-08-27 10:15:53,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.177414178848s 2018-08-27 10:15:53,820 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/adbc952db3bd470da200b8bd21fa0d12 used request id req-aafd220c-8caf-4482-afcc-b81428e537eb 2018-08-27 10:15:53,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 10:15:53,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/adbc952db3bd470da200b8bd21fa0d12 -H "User-Agent: 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:54,101 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 10:15:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba05adb3-f936-43bc-a338-2d068603e520 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 10:15:54,102 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/adbc952db3bd470da200b8bd21fa0d12 used request id req-ba05adb3-f936-43bc-a338-2d068603e520 2018-08-27 10:15:54,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.280851840973s 2018-08-27 10:15:54,102 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/adbc952db3bd470da200b8bd21fa0d12 used request id req-ba05adb3-f936-43bc-a338-2d068603e520 2018-08-27 10:15:54,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 10:15:54,112 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:54,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bbee007-e697-41a6-8104-1ae5028c465d Content-Encoding: gzip Content-Length: 388 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": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/41f64e0d4fd9411e992b6dbdb0574b55"}, "tags": [], "enabled": true, "id": "41f64e0d4fd9411e992b6dbdb0574b55", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ba80cef6-8419-475d-8cf2-39d5c40fd39a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/5ee568e812b1411bb5a1c4f3ad1c04a9"}, "tags": [], "enabled": true, "id": "5ee568e812b1411bb5a1c4f3ad1c04a9", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/cbe236e2b219457395fa2a707593d13b"}, "tags": [], "enabled": true, "id": "cbe236e2b219457395fa2a707593d13b", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-27 10:15:54,256 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-9bbee007-e697-41a6-8104-1ae5028c465d 2018-08-27 10:15:54,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.148320198059s 2018-08-27 10:15:54,257 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-9bbee007-e697-41a6-8104-1ae5028c465d 2018-08-27 10:15:54,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 10:15:54,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/41f64e0d4fd9411e992b6dbdb0574b55 -H "User-Agent: 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:54,580 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 10:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6985e860-f4c4-4067-8925-e31b5a9e9a1f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 10:15:54,580 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/41f64e0d4fd9411e992b6dbdb0574b55 used request id req-6985e860-f4c4-4067-8925-e31b5a9e9a1f 2018-08-27 10:15:54,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.318821907043s 2018-08-27 10:15:54,581 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/41f64e0d4fd9411e992b6dbdb0574b55 used request id req-6985e860-f4c4-4067-8925-e31b5a9e9a1f 2018-08-27 10:15:54,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 10:15:54,587 - 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:54,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-937d4227-1b28-4743-baa6-7aac4c8544bf Content-Encoding: gzip Content-Length: 354 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": "382de798d4974caca15f28c235d88e64", "links": {"self": "http://172.30.9.21:5000/v3/roles/382de798d4974caca15f28c235d88e64"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6b8b5c0308f74d94aac63a7d65d91de2", "links": {"self": "http://172.30.9.21:5000/v3/roles/6b8b5c0308f74d94aac63a7d65d91de2"}, "name": "admin"}, {"domain_id": null, "id": "7000162da36747f8b3e758914a3ad3c1", "links": {"self": "http://172.30.9.21:5000/v3/roles/7000162da36747f8b3e758914a3ad3c1"}, "name": "Member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "d451e72a044346bb86257d388a8e00bd", "links": {"self": "http://172.30.9.21:5000/v3/roles/d451e72a044346bb86257d388a8e00bd"}, "name": "swiftoperator"}, {"domain_id": null, "id": "e6b2fad5cbc1445c8c289ab692726ce1", "links": {"self": "http://172.30.9.21:5000/v3/roles/e6b2fad5cbc1445c8c289ab692726ce1"}, "name": "ResellerAdmin"}]} 2018-08-27 10:15:54,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-937d4227-1b28-4743-baa6-7aac4c8544bf 2018-08-27 10:15:54,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.157594919205s 2018-08-27 10:15:54,742 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-937d4227-1b28-4743-baa6-7aac4c8544bf 2018-08-27 10:15:54,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-27 10:15:54,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/7000162da36747f8b3e758914a3ad3c1 -H "User-Agent: 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}870a49de523977c4f6423dbcf3688b874b20d60a" 2018-08-27 10:15:54,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 10:15:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6a5d655c-fed8-4f23-8e0d-e99d17cf1f72 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 10:15:54,919 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7000162da36747f8b3e758914a3ad3c1 used request id req-6a5d655c-fed8-4f23-8e0d-e99d17cf1f72 2018-08-27 10:15:54,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.172092914581s 2018-08-27 10:15:54,920 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/7000162da36747f8b3e758914a3ad3c1 used request id req-6a5d655c-fed8-4f23-8e0d-e99d17cf1f72 2018-08-27 10:15:54,972 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-27 10:15:55,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 10:15:55,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 10:15:55,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 10:15:55,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 10:15:55,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 10:15:55,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 10:15:55,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 10:15:55,046 - 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-27 10:15:55,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 10:15:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69b02b26-8b46-4817-bc47-b9001cccd3b7 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-27 10:15:55,051 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000//v3 used request id req-69b02b26-8b46-4817-bc47-b9001cccd3b7 2018-08-27 10:15:55,052 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-27 10:15:55,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6b8b5c0308f74d94aac63a7d65d91de2", "name": "admin"}], "expires_at": "2018-08-27T11:15:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cbe236e2b219457395fa2a707593d13b", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "2723d371c92c450389dc9e1f30cf88d1", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.9:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "09bfa2231450451fbd49bb0c62673f73"}, {"url": "http://192.30.9.9:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6aa94b94a9554bca832512ae74fca284"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ac6bf3d5a5d04e0f8da1095c9046153b"}], "type": "network", "id": "3ae48cd2f4e942dfa184767798a33044", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66bc1f43099f4ad299e087595df32b82"}, {"url": "http://192.30.9.9:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ca4a38ca978944e1ac2884b7e0aa25ad"}, {"url": "http://192.30.9.9:8776/v2/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a4fc212b4847779d5146f734cc2b68"}], "type": "volumev2", "id": "46a87ce38fd44a3b9bc5f8c8856d5fc8", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.9:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bba20160734c400d9034877c8387b995"}, {"url": "http://192.30.9.9:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c4f7a681834c4825b47db425e4b0aa2d"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fdf57bf35b8a466c88d670439f03ac51"}], "type": "metric", "id": "528ff1f10e3f484a8f6816599b0573c1", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.9:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3489c922033d4e09aa22ab50d6615bb8"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b080b43bbc4341308c6b50bc4a6a315a"}, {"url": "http://192.30.9.9:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f685a5cd6c444676a7467c073708d12b"}], "type": "alarming", "id": "62b1da5179b846b898027675b17d098d", "name": "aodh"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0aee026d7d1b4c209f026d671ca6b33d"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "730955fb0c604cf4a441b174c3606a45"}, {"url": "http://172.30.9.21:8080/v1/AUTH_cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9817fcde99ae4295a569f708817a9708"}], "type": "object-store", "id": "63327cfc5cc049c7b1d53ef35d9d8c67", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.9:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "099d2743fd8246109c2dbefc24bdf8af"}, {"url": "http://192.30.9.9:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4ba439e8d6e34f4880b8fa69fa87e755"}, {"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9f37ff7cb62847888dc258fda574ec21"}], "type": "compute", "id": "83ffaad6342542adb8f6fbbb573c231a", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0e915aa7c4984850bc0b7253c04dfd8f"}, {"url": "http://192.30.9.9:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1a44e724ba134040a3a31dbf93bd59df"}, {"url": "http://192.30.9.9:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "65e6c39cbdc34799885f4be196ca1e21"}], "type": "cloudformation", "id": "94f70e2b18e5438bbc4a2037816633d9", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "60872142c2784788aa628f072a9a7171"}, {"url": "http://192.30.9.9:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "70a7f58c23cb438e9c41f504d15b27b9"}, {"url": "http://172.30.9.21:8776/v1/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad895f87b1f749bfb3be616a95e38585"}], "type": "volume", "id": "9798b62d16ea4242a3e53d855be2bb08", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.9:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1e6394aa571848abbab27a5f471087d4"}, {"url": "http://172.30.9.21:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5d20a6f52df84bafa0c1f3b587c744b2"}, {"url": "http://192.30.9.9:8776/v3/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f11eb042ad374c398de48bef6b6edffb"}], "type": "volumev3", "id": "aabfd3907a984855bdaf13f1aa454108", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.9:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1727477d017e4f21b4d39ff8b3366878"}, {"url": "http://192.30.9.9:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "24b37b760cb84babb474dea6638bbebe"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "67141d6090cb431fbe8a849afe880424"}], "type": "image", "id": "c13b7711e70042fba2101105174882b4", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4a202bbae11a43b7a8779884c4a38a53"}, {"url": "http://192.30.9.9:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72d93562aa8b4f3aa627e2931357b087"}, {"url": "http://192.30.9.9:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b61e14f6c7b741ac9d55e950875cc192"}], "type": "placement", "id": "cbf6aceb15cf4dab972012b618715246", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.9:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8caa297ae288481ea303906d0337140e"}, {"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "976f44c4f22b47ce84e464bba1ec96f8"}, {"url": "http://192.30.9.9:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9ce5e28af1994798a21707fe8db8dbe4"}], "type": "identity", "id": "dd9deeb7cdae400b99b3bd889d31db4c", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.9:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0dc2fb46c62248acb4c330806ffb2924"}, {"url": "http://192.30.9.9:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58d7ea9a49704eb19f65d061d62b5820"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72fa67c3fffa4669802ee7cd9ce2d470"}], "type": "event", "id": "e8977978c06e4e0e86325a163002eb88", "name": "panko"}, {"endpoints": [{"url": "http://172.30.9.21:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "124a32b08a4148c88a4d98ceb2012515"}, {"url": "http://192.30.9.9:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7f924eed0052488a9f02be4af610d18f"}, {"url": "http://192.30.9.9:8004/v1/cbe236e2b219457395fa2a707593d13b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8e73b175188c45fa98c91b2a0fbf1508"}], "type": "orchestration", "id": "f394460aa89a49d781bd677838b3f8d7", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "a97642695e7742fabcf246b632e33c8b"}, "audit_ids": ["cgA8rcD5RhS8Sb0NSVf5ZA"], "issued_at": "2018-08-27T10:15:55.000000Z"}} 2018-08-27 10:15:55,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 10:15:55,519 - 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" 2018-08-27 10:15:56,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-180a89a3-7c04-463d-80aa-43126887ae5e Date: Mon, 27 Aug 2018 10:15:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"e905f5f0-7152-4488-8eee-569700e32293","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","status":"ACTIVE","subnets":["815ac131-234a-4918-bb7c-e938e021f77d"],"description":"","tags":[],"updated_at":"2018-08-27T10:11:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:39Z","provider:network_type":"flat"}]} 2018-08-27 10:15:56,632 - 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-180a89a3-7c04-463d-80aa-43126887ae5e 2018-08-27 10:15:56,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.11342597008s 2018-08-27 10:15:56,633 - 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-180a89a3-7c04-463d-80aa-43126887ae5e 2018-08-27 10:15:56,633 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-27 10:15:56,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 10:15:56,635 - 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" -d '{"network": {"name": "vmready1-net_37319735-8e64-43fd-91fe-47649ba484ac", "admin_state_up": true}}' 2018-08-27 10:15:57,117 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-5bc03db2-6cec-4a4d-80a1-9f93d880c11b Date: Mon, 27 Aug 2018 10:15:57 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"92a6ae5a-d677-44ca-9608-eceba7473a7a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cbe236e2b219457395fa2a707593d13b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T10:15:56Z","is_default":false,"provider:segmentation_id":28,"name":"vmready1-net_37319735-8e64-43fd-91fe-47649ba484ac","admin_state_up":true,"tenant_id":"cbe236e2b219457395fa2a707593d13b","created_at":"2018-08-27T10:15:56Z","mtu":1450}} 2018-08-27 10:15:57,117 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5bc03db2-6cec-4a4d-80a1-9f93d880c11b 2018-08-27 10:15:57,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.482851982117s 2018-08-27 10:15:57,117 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5bc03db2-6cec-4a4d-80a1-9f93d880c11b 2018-08-27 10:15:57,118 - 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-27T10:15:56Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'92a6ae5a-d677-44ca-9608-eceba7473a7a', u'provider:segmentation_id': 28, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_37319735-8e64-43fd-91fe-47649ba484ac', u'admin_state_up': True, u'tenant_id': u'cbe236e2b219457395fa2a707593d13b', u'created_at': u'2018-08-27T10:15:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cbe236e2b219457395fa2a707593d13b'}) 2018-08-27 10:15:57,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 10:15:57,119 - 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" 2018-08-27 10:15:58,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-a09cae46-deaf-48cc-b48f-50209859ff11 Date: Mon, 27 Aug 2018 10:15:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"92a6ae5a-d677-44ca-9608-eceba7473a7a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cbe236e2b219457395fa2a707593d13b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T10:15:56Z","provider:segmentation_id":28,"name":"vmready1-net_37319735-8e64-43fd-91fe-47649ba484ac","admin_state_up":true,"tenant_id":"cbe236e2b219457395fa2a707593d13b","created_at":"2018-08-27T10:15:56Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"e905f5f0-7152-4488-8eee-569700e32293","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","status":"ACTIVE","subnets":["815ac131-234a-4918-bb7c-e938e021f77d"],"description":"","tags":[],"updated_at":"2018-08-27T10:11:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:39Z","provider:network_type":"flat"}]} 2018-08-27 10:15:58,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a09cae46-deaf-48cc-b48f-50209859ff11 2018-08-27 10:15:58,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.909402132034s 2018-08-27 10:15:58,028 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a09cae46-deaf-48cc-b48f-50209859ff11 2018-08-27 10:15:58,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 10:15:58,031 - 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" -d '{"subnet": {"name": "vmready1-subnet_37319735-8e64-43fd-91fe-47649ba484ac", "enable_dhcp": true, "network_id": "92a6ae5a-d677-44ca-9608-eceba7473a7a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 10:15:58,795 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bf83dbdf-2f30-4849-b408-23aac6b3988e Date: Mon, 27 Aug 2018 10:15:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92a6ae5a-d677-44ca-9608-eceba7473a7a","tenant_id":"cbe236e2b219457395fa2a707593d13b","created_at":"2018-08-27T10:15:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T10:15:58Z","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":"cbe236e2b219457395fa2a707593d13b","id":"59092a25-5940-4f8a-bbda-f08aea5e4aba","subnetpool_id":null,"name":"vmready1-subnet_37319735-8e64-43fd-91fe-47649ba484ac"}} 2018-08-27 10:15:58,796 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-bf83dbdf-2f30-4849-b408-23aac6b3988e 2018-08-27 10:15:58,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.76557803154s 2018-08-27 10:15:58,796 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-bf83dbdf-2f30-4849-b408-23aac6b3988e 2018-08-27 10:15:58,797 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T10:15:58Z', 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'59092a25-5940-4f8a-bbda-f08aea5e4aba', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_37319735-8e64-43fd-91fe-47649ba484ac', u'enable_dhcp': True, u'network_id': u'92a6ae5a-d677-44ca-9608-eceba7473a7a', u'tenant_id': u'cbe236e2b219457395fa2a707593d13b', u'created_at': u'2018-08-27T10:15:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cbe236e2b219457395fa2a707593d13b'}) 2018-08-27 10:15:58,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 10:15:58,798 - 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" -d '{"router": {"external_gateway_info": {"network_id": "e905f5f0-7152-4488-8eee-569700e32293"}, "name": "vmready1-router_37319735-8e64-43fd-91fe-47649ba484ac", "admin_state_up": true}}' 2018-08-27 10:16:00,269 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-33c9648a-153b-4b9a-97cb-58c90ba4ce96 Date: Mon, 27 Aug 2018 10:16:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "e905f5f0-7152-4488-8eee-569700e32293", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "815ac131-234a-4918-bb7c-e938e021f77d", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "cbe236e2b219457395fa2a707593d13b", "created_at": "2018-08-27T10:15:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T10:16:00Z", "revision_number": 2, "routes": [], "project_id": "cbe236e2b219457395fa2a707593d13b", "id": "0c703e6a-29f6-457e-8491-7a9bc4941da5", "name": "vmready1-router_37319735-8e64-43fd-91fe-47649ba484ac"}} 2018-08-27 10:16:00,269 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-33c9648a-153b-4b9a-97cb-58c90ba4ce96 2018-08-27 10:16:00,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.47233605385s 2018-08-27 10:16:00,270 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-33c9648a-153b-4b9a-97cb-58c90ba4ce96 2018-08-27 10:16:00,270 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'e905f5f0-7152-4488-8eee-569700e32293', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'815ac131-234a-4918-bb7c-e938e021f77d', u'ip_address': u'172.30.9.218'}]}, u'description': u'', u'tags': [], u'tenant_id': u'cbe236e2b219457395fa2a707593d13b', u'created_at': u'2018-08-27T10:15:59Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T10:16:00Z', u'revision_number': 2, u'routes': [], u'project_id': u'cbe236e2b219457395fa2a707593d13b', u'id': u'0c703e6a-29f6-457e-8491-7a9bc4941da5', u'name': u'vmready1-router_37319735-8e64-43fd-91fe-47649ba484ac'}) 2018-08-27 10:16:00,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 10:16:00,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/0c703e6a-29f6-457e-8491-7a9bc4941da5/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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" -d '{"subnet_id": "59092a25-5940-4f8a-bbda-f08aea5e4aba"}' 2018-08-27 10:16:02,018 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-33fc7456-789b-4d71-89f3-f1bd4d215b03 Date: Mon, 27 Aug 2018 10:16:02 GMT RESP BODY: {"network_id": "92a6ae5a-d677-44ca-9608-eceba7473a7a", "tenant_id": "cbe236e2b219457395fa2a707593d13b", "subnet_id": "59092a25-5940-4f8a-bbda-f08aea5e4aba", "subnet_ids": ["59092a25-5940-4f8a-bbda-f08aea5e4aba"], "port_id": "9f543fe6-f22b-4a24-8f88-7eeeb5918597", "id": "0c703e6a-29f6-457e-8491-7a9bc4941da5"} 2018-08-27 10:16:02,018 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0c703e6a-29f6-457e-8491-7a9bc4941da5/add_router_interface.json used request id req-33fc7456-789b-4d71-89f3-f1bd4d215b03 2018-08-27 10:16:02,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.74726200104s 2018-08-27 10:16:02,019 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0c703e6a-29f6-457e-8491-7a9bc4941da5/add_router_interface.json used request id req-33fc7456-789b-4d71-89f3-f1bd4d215b03 returning object 0c703e6a-29f6-457e-8491-7a9bc4941da5 2018-08-27 10:16:02,019 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 10:16:02,151 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 10:16:02,153 - 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-27 10:16:02,158 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 27 Aug 2018 10:16:02 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-27 10:16:02,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 10:16:02,166 - 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" 2018-08-27 10:16:02,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-615d6e68-1ca5-4ce7-8403-1435723650bb Date: Mon, 27 Aug 2018 10:16:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 10:16:02,987 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-615d6e68-1ca5-4ce7-8403-1435723650bb 2018-08-27 10:16:02,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.824784040451s 2018-08-27 10:16:02,988 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-615d6e68-1ca5-4ce7-8403-1435723650bb 2018-08-27 10:16:02,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 10:16:02,995 - 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_37319735-8e64-43fd-91fe-47649ba484ac", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_37319735-8e64-43fd-91fe-47649ba484ac"}' 2018-08-27 10:16:03,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/599f30c5-3325-49ba-bc3d-5b806877444c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-843a5341-8763-425f-8ddc-46b8ba385041 Date: Mon, 27 Aug 2018 10:16:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/599f30c5-3325-49ba-bc3d-5b806877444c/file", "owner": "cbe236e2b219457395fa2a707593d13b", "id": "599f30c5-3325-49ba-bc3d-5b806877444c", "size": null, "self": "/v2/images/599f30c5-3325-49ba-bc3d-5b806877444c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-27T10:16:03Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_37319735-8e64-43fd-91fe-47649ba484ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_37319735-8e64-43fd-91fe-47649ba484ac", "checksum": null, "created_at": "2018-08-27T10:16:03Z", "protected": false} 2018-08-27 10:16:03,744 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-843a5341-8763-425f-8ddc-46b8ba385041 2018-08-27 10:16:03,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.751706123352s 2018-08-27 10:16:03,745 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-843a5341-8763-425f-8ddc-46b8ba385041 returning object 599f30c5-3325-49ba-bc3d-5b806877444c 2018-08-27 10:16:03,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 10:16:03,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/599f30c5-3325-49ba-bc3d-5b806877444c/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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" -d '' 2018-08-27 10:18:03,837 - shade - DEBUG - Unable to establish connection to http://172.30.9.21:9292/v2/images/599f30c5-3325-49ba-bc3d-5b806877444c/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-27 10:18:03,838 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.09108901 seconds, retrying 2018-08-27 10:18:03,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/599f30c5-3325-49ba-bc3d-5b806877444c/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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" -d '' 2018-08-27 10:18:04,646 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-4f4e20b3-a9ff-4d58-a9ec-87b2ae12fbee Date: Mon, 27 Aug 2018 10:18:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 10:18:04,646 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/599f30c5-3325-49ba-bc3d-5b806877444c/file used request id req-4f4e20b3-a9ff-4d58-a9ec-87b2ae12fbee 2018-08-27 10:18:04,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.89982605s 2018-08-27 10:18:04,646 - shade - DEBUG - Deleting failed upload of image vmready1-img_37319735-8e64-43fd-91fe-47649ba484ac 2018-08-27 10:18:04,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 10:18:04,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/599f30c5-3325-49ba-bc3d-5b806877444c -H "User-Agent: 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" 2018-08-27 10:18:05,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fd775764-15f2-46c7-aace-3b724f4e3d26 Date: Mon, 27 Aug 2018 10:18:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 10:18:05,467 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/599f30c5-3325-49ba-bc3d-5b806877444c used request id req-fd775764-15f2-46c7-aace-3b724f4e3d26 2018-08-27 10:18:05,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.819957017899s 2018-08-27 10:18:05,467 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/599f30c5-3325-49ba-bc3d-5b806877444c used request id req-fd775764-15f2-46c7-aace-3b724f4e3d26 2018-08-27 10:18:05,467 - 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/599f30c5-3325-49ba-bc3d-5b806877444c/file Conflict 2018-08-27 10:18:05,474 - 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/599f30c5-3325-49ba-bc3d-5b806877444c/file Conflict 2018-08-27 10:18:05,596 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 10:18:05,596 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:09 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-27 10:18:05,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 10:18:05,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/0c703e6a-29f6-457e-8491-7a9bc4941da5/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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" -d '{"subnet_id": "59092a25-5940-4f8a-bbda-f08aea5e4aba"}' 2018-08-27 10:18:07,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-248b4acf-7dd3-4b18-8021-e27eca546f88 Date: Mon, 27 Aug 2018 10:18:07 GMT RESP BODY: {"network_id": "92a6ae5a-d677-44ca-9608-eceba7473a7a", "tenant_id": "cbe236e2b219457395fa2a707593d13b", "subnet_id": "59092a25-5940-4f8a-bbda-f08aea5e4aba", "subnet_ids": ["59092a25-5940-4f8a-bbda-f08aea5e4aba"], "port_id": "9f543fe6-f22b-4a24-8f88-7eeeb5918597", "id": "0c703e6a-29f6-457e-8491-7a9bc4941da5"} 2018-08-27 10:18:07,257 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0c703e6a-29f6-457e-8491-7a9bc4941da5/remove_router_interface.json used request id req-248b4acf-7dd3-4b18-8021-e27eca546f88 2018-08-27 10:18:07,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65620303154s 2018-08-27 10:18:07,258 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/0c703e6a-29f6-457e-8491-7a9bc4941da5/remove_router_interface.json used request id req-248b4acf-7dd3-4b18-8021-e27eca546f88 returning object 0c703e6a-29f6-457e-8491-7a9bc4941da5 2018-08-27 10:18:07,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 10:18:07,259 - 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" 2018-08-27 10:18:08,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-f8e7b149-3309-4713-b044-605a3655724c Date: Mon, 27 Aug 2018 10:18:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "e905f5f0-7152-4488-8eee-569700e32293", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "815ac131-234a-4918-bb7c-e938e021f77d", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "cbe236e2b219457395fa2a707593d13b", "created_at": "2018-08-27T10:15:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T10:18:06Z", "revision_number": 4, "routes": [], "project_id": "cbe236e2b219457395fa2a707593d13b", "id": "0c703e6a-29f6-457e-8491-7a9bc4941da5", "name": "vmready1-router_37319735-8e64-43fd-91fe-47649ba484ac"}]} 2018-08-27 10:18:08,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f8e7b149-3309-4713-b044-605a3655724c 2018-08-27 10:18:08,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.01916694641s 2018-08-27 10:18:08,278 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f8e7b149-3309-4713-b044-605a3655724c 2018-08-27 10:18:08,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 10:18:08,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/0c703e6a-29f6-457e-8491-7a9bc4941da5.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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" 2018-08-27 10:18:09,777 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-939e5ecf-be08-47b7-a73e-b8fcc2c6b77e Content-Length: 0 Date: Mon, 27 Aug 2018 10:18:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 10:18:09,778 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0c703e6a-29f6-457e-8491-7a9bc4941da5.json used request id req-939e5ecf-be08-47b7-a73e-b8fcc2c6b77e 2018-08-27 10:18:09,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.49846482277s 2018-08-27 10:18:09,778 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/0c703e6a-29f6-457e-8491-7a9bc4941da5.json used request id req-939e5ecf-be08-47b7-a73e-b8fcc2c6b77e 2018-08-27 10:18:09,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 10:18:09,779 - 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" 2018-08-27 10:18:10,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-40540417-e35e-43c7-a7e3-52989d68f713 Date: Mon, 27 Aug 2018 10:18:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"92a6ae5a-d677-44ca-9608-eceba7473a7a","tenant_id":"cbe236e2b219457395fa2a707593d13b","created_at":"2018-08-27T10:15:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T10:15:58Z","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":"cbe236e2b219457395fa2a707593d13b","id":"59092a25-5940-4f8a-bbda-f08aea5e4aba","subnetpool_id":null,"name":"vmready1-subnet_37319735-8e64-43fd-91fe-47649ba484ac"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"e905f5f0-7152-4488-8eee-569700e32293","tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:46Z","dns_nameservers":[],"updated_at":"2018-08-27T10:11:46Z","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":"5ee568e812b1411bb5a1c4f3ad1c04a9","id":"815ac131-234a-4918-bb7c-e938e021f77d","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 10:18:10,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-40540417-e35e-43c7-a7e3-52989d68f713 2018-08-27 10:18:10,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.876954078674s 2018-08-27 10:18:10,656 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-40540417-e35e-43c7-a7e3-52989d68f713 2018-08-27 10:18:10,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 10:18:10,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/59092a25-5940-4f8a-bbda-f08aea5e4aba.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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" 2018-08-27 10:18:13,012 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ccbad2d7-c54e-4dec-bb3d-9a19cad4c1fa Date: Mon, 27 Aug 2018 10:18:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 10:18:13,012 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/59092a25-5940-4f8a-bbda-f08aea5e4aba.json used request id req-ccbad2d7-c54e-4dec-bb3d-9a19cad4c1fa 2018-08-27 10:18:13,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.35470604897s 2018-08-27 10:18:13,012 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/59092a25-5940-4f8a-bbda-f08aea5e4aba.json used request id req-ccbad2d7-c54e-4dec-bb3d-9a19cad4c1fa 2018-08-27 10:18:13,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 10:18:13,013 - 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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" 2018-08-27 10:18:13,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-c4387e9c-533d-4352-8b52-0fc750c1547a Date: Mon, 27 Aug 2018 10:18:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"92a6ae5a-d677-44ca-9608-eceba7473a7a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"cbe236e2b219457395fa2a707593d13b","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T10:18:12Z","provider:segmentation_id":28,"name":"vmready1-net_37319735-8e64-43fd-91fe-47649ba484ac","admin_state_up":true,"tenant_id":"cbe236e2b219457395fa2a707593d13b","created_at":"2018-08-27T10:15:56Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"e905f5f0-7152-4488-8eee-569700e32293","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","status":"ACTIVE","subnets":["815ac131-234a-4918-bb7c-e938e021f77d"],"description":"","tags":[],"updated_at":"2018-08-27T10:11:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"5ee568e812b1411bb5a1c4f3ad1c04a9","created_at":"2018-08-27T10:11:39Z","provider:network_type":"flat"}]} 2018-08-27 10:18:13,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c4387e9c-533d-4352-8b52-0fc750c1547a 2018-08-27 10:18:13,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.244382858276s 2018-08-27 10:18:13,258 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c4387e9c-533d-4352-8b52-0fc750c1547a 2018-08-27 10:18:13,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 10:18:13,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/92a6ae5a-d677-44ca-9608-eceba7473a7a.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}3cfc9af6b9e5586c55df6dba80cbf3f1d1c646e8" 2018-08-27 10:18:14,722 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85ee0600-cc81-4ad5-9b7f-dd63d18a8ef8 Date: Mon, 27 Aug 2018 10:18:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 10:18:14,722 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/92a6ae5a-d677-44ca-9608-eceba7473a7a.json used request id req-85ee0600-cc81-4ad5-9b7f-dd63d18a8ef8 2018-08-27 10:18:14,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.46333599091s 2018-08-27 10:18:14,722 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/92a6ae5a-d677-44ca-9608-eceba7473a7a.json used request id req-85ee0600-cc81-4ad5-9b7f-dd63d18a8ef8 2018-08-27 10:18:14,723 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-27 10:18:14,723 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | tenantnetwork1 | functest | healthcheck | 00:08 | PASS | | tenantnetwork2 | functest | healthcheck | 00:07 | PASS | | vmready1 | functest | healthcheck | 02:09 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-27 10:18:14,736 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR