2018-08-26 19:53:29,503 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-248 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-26 19:53:29,508 - 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.37,192.30.9.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.37:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=hwjH7VDUBckaNqYqqcK8qAPPR 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=fc9ee6aa3e8744b0a56c5e677d2b987a export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-26 19:53:29,508 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-26 19:53:29,509 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ 2018-08-26 19:53:29,547 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 19:53:29,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 19:53:29,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 19:53:29,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 19:53:29,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 19:53:29,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 19:53:29,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 19:53:29,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 19:53:29,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 19:53:29,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 19:53:29,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 19:53:29,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 19:53:29,848 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-26 19:53:29,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-26 19:53:29,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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-26 19:53:29,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d3d9ebe-ef0b-454d-a6b0-fe2d44c29a78 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.37:5000/v3/", "rel": "self"}]}} 2018-08-26 19:53:29,857 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.37:5000//v3 used request id req-9d3d9ebe-ef0b-454d-a6b0-fe2d44c29a78 2018-08-26 19:53:29,857 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.37:5000/v3/auth/tokens 2018-08-26 19:53:30,329 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "91fb9dcfad8b412ca0628e07312968af", "name": "admin"}], "expires_at": "2018-08-26T20:53:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6902d27c1b2a447f80b76ea1b96eb0eb"}, {"url": "http://172.30.9.37:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7c13c3ab82a9466bb71e2d7732b071c0"}, {"url": "http://192.30.9.8:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c80fc1dc6f4b97bf8ace0ad56c0521"}], "type": "volume", "id": "0301813141e5401c92c35be0abfadbd7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "47e6ef0e7af74cc8be72a8e3a5fdac2b"}, {"url": "http://192.30.9.8:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53fe36e753104f8f8bf3ee6e2d9f0038"}, {"url": "http://172.30.9.37:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4a1cefa10fa4577936f505172cfab5e"}], "type": "volumev3", "id": "05e6dfb7e319485ea805527995b21bee", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.37:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "510db92d56214607bcc68ea699cc31ef"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a28eb24e62d74f8b9642e47926f2222a"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a9b4f66ed1fa401c9eac53b32201ff87"}], "type": "network", "id": "21922edd55ea4cfdbd3ea48708286463", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.37:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "106bdc700cbd477f8f69caf9b84df350"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b6d59c0da984c1fa582b50700816555"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb509df4cee244f9b793bc02f0603929"}], "type": "placement", "id": "2a0cf09192e94a74bbc2b0ab723b8e3a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.37:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cb432c9fd2143ef86faaa8f91973337"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "561ad49b7685409089ee2e0ff8a62b87"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96b4c5d274fd4c2daf5dfd9e582d59f7"}], "type": "alarming", "id": "420e8dfcc88b4b1794ae854cb149f51b", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.37:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "112e9f0522d04ecd96b91a5ca7a3124a"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f85246c348b4119bd429ad21fac05cd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f94a6d07970b459d8703ddcaef35d03c"}], "type": "compute", "id": "46718e7301e44f85a29980a34cb64864", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.37:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "23e0acba9787417da580c3b813436f06"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7453d0c190b14e5989c6eb29510896df"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6e9d5ccb2814eee815db94f459d9e4d"}], "type": "event", "id": "5de785febe2d4093a50067f7e9c2e5f7", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67294470c5df4699bb58d36b007747d9"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89c5b699cf2e45d1b7718235ba9bd0f2"}, {"url": "http://172.30.9.37:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa14da8d110490482f99352e0c1d085"}], "type": "image", "id": "6f817ba260774998827c562d1c7634ab", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2cd4f8de6a2c4712a88f74eaa9750c64"}, {"url": "http://172.30.9.37:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ea76bf64a6045bc9ffa69d9afe55d9d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87045c906e7e4e4ca9be1772a6a45493"}], "type": "metric", "id": "8958a63c7e4c4e7ea422ef18814f3862", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "493c64fd08dd47f1a62e2f4984c483c1"}, {"url": "http://172.30.9.37:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c26f123716f466894bbcd395f02b55f"}, {"url": "http://192.30.9.8:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9087bf54afa04382adbfa7bef02ec28a"}], "type": "orchestration", "id": "968691db63f046b8805a656573c910ef", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7408043b11fb46d6ae10d0f681830bab"}, {"url": "http://172.30.9.37:8080/v1/AUTH_fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5a9bc96805462784ba2595d64c7652"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b053d897d1c04c74a73f2bf5c74c18aa"}], "type": "object-store", "id": "b6f7b00a5bb9448da6030812a7cd7015", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e8d95ccc67e4d90a0d7ea8069e77ca7"}, {"url": "http://172.30.9.37:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fa4b9905be54c5bb345249914cba555"}, {"url": "http://192.30.9.8:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1936389e4c542818504f1f550dad31e"}], "type": "volumev2", "id": "b9ce5acae9f245e2935448837e5284cf", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "c092cd9287f04a4aa76959670c5ba93e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1998026d70294c79bc303b9675399134"}, {"url": "http://172.30.9.37:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "48a6997467ae4090baad60babb25f44b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce3ad9525dbf40f79392c03e29104459"}], "type": "cloudformation", "id": "cd1ee74fde574cc9a10cc7daab2e6647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4eaef23ddb344b1eb2c6bffe40d0f5a9"}, {"url": "http://172.30.9.37:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b9a42e469e3439b81c3e8d062dbb4ce"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c40abc97559541cfadc986572b58f243"}], "type": "identity", "id": "e69367c501034dc9a3cc7a4b0cae0f10", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aa96fc10549d4277a0b05c475a6e0c4c"}, "audit_ids": ["MBq1dPiFQkyUoW_VTNLgNA"], "issued_at": "2018-08-26T19:53:30.000000Z"}} 2018-08-26 19:53:30,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:31,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-764c7099-c92c-4589-bf88-ff65b83510c5 x-compute-request-id: req-764c7099-c92c-4589-bf88-ff65b83510c5 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-26 19:53:31,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/os-aggregates used request id req-764c7099-c92c-4589-bf88-ff65b83510c5 2018-08-26 19:53:31,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.27062797546s 2018-08-26 19:53:31,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/os-aggregates used request id req-764c7099-c92c-4589-bf88-ff65b83510c5 2018-08-26 19:53:31,120 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-26 19:53:31,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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-26 19:53:31,128 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 19:53:31 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.37: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.37:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-26 19:53:31,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 19:53:31,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:31,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-668bd4ad-841e-482a-939d-728dd89b1ce1 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.37:5000/v3/domains/c859ddb88cfc4446a2890eb8aaa5fded"}, "tags": [], "enabled": true, "id": "c859ddb88cfc4446a2890eb8aaa5fded", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.37:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.37:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 19:53:31,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/domains used request id req-668bd4ad-841e-482a-939d-728dd89b1ce1 2018-08-26 19:53:31,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.170706033707s 2018-08-26 19:53:31,301 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/domains used request id req-668bd4ad-841e-482a-939d-728dd89b1ce1 2018-08-26 19:53:31,302 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'c859ddb88cfc4446a2890eb8aaa5fded', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-26 19:53:31,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-26 19:53:31,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:31,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fc32a4c-60a2-48f2-84f4-46ec7d07c6bb Content-Encoding: gzip Content-Length: 1964 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/0e8d95ccc67e4d90a0d7ea8069e77ca7"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b9ce5acae9f245e2935448837e5284cf", "id": "0e8d95ccc67e4d90a0d7ea8069e77ca7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/106bdc700cbd477f8f69caf9b84df350"}, "url": "http://172.30.9.37:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2a0cf09192e94a74bbc2b0ab723b8e3a", "id": "106bdc700cbd477f8f69caf9b84df350"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/112e9f0522d04ecd96b91a5ca7a3124a"}, "url": "http://172.30.9.37:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "46718e7301e44f85a29980a34cb64864", "id": "112e9f0522d04ecd96b91a5ca7a3124a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/1998026d70294c79bc303b9675399134"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cd1ee74fde574cc9a10cc7daab2e6647", "id": "1998026d70294c79bc303b9675399134"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/23e0acba9787417da580c3b813436f06"}, "url": "http://172.30.9.37:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5de785febe2d4093a50067f7e9c2e5f7", "id": "23e0acba9787417da580c3b813436f06"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/2cd4f8de6a2c4712a88f74eaa9750c64"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8958a63c7e4c4e7ea422ef18814f3862", "id": "2cd4f8de6a2c4712a88f74eaa9750c64"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/47e6ef0e7af74cc8be72a8e3a5fdac2b"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "05e6dfb7e319485ea805527995b21bee", "id": "47e6ef0e7af74cc8be72a8e3a5fdac2b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/48a6997467ae4090baad60babb25f44b"}, "url": "http://172.30.9.37:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cd1ee74fde574cc9a10cc7daab2e6647", "id": "48a6997467ae4090baad60babb25f44b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/493c64fd08dd47f1a62e2f4984c483c1"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "968691db63f046b8805a656573c910ef", "id": "493c64fd08dd47f1a62e2f4984c483c1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/4cb432c9fd2143ef86faaa8f91973337"}, "url": "http://172.30.9.37:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "420e8dfcc88b4b1794ae854cb149f51b", "id": "4cb432c9fd2143ef86faaa8f91973337"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/4ea76bf64a6045bc9ffa69d9afe55d9d"}, "url": "http://172.30.9.37:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8958a63c7e4c4e7ea422ef18814f3862", "id": "4ea76bf64a6045bc9ffa69d9afe55d9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/4eaef23ddb344b1eb2c6bffe40d0f5a9"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e69367c501034dc9a3cc7a4b0cae0f10", "id": "4eaef23ddb344b1eb2c6bffe40d0f5a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/4f85246c348b4119bd429ad21fac05cd"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "46718e7301e44f85a29980a34cb64864", "id": "4f85246c348b4119bd429ad21fac05cd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/4fa4b9905be54c5bb345249914cba555"}, "url": "http://172.30.9.37:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b9ce5acae9f245e2935448837e5284cf", "id": "4fa4b9905be54c5bb345249914cba555"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/510db92d56214607bcc68ea699cc31ef"}, "url": "http://172.30.9.37:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "21922edd55ea4cfdbd3ea48708286463", "id": "510db92d56214607bcc68ea699cc31ef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/53fe36e753104f8f8bf3ee6e2d9f0038"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "05e6dfb7e319485ea805527995b21bee", "id": "53fe36e753104f8f8bf3ee6e2d9f0038"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/561ad49b7685409089ee2e0ff8a62b87"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "420e8dfcc88b4b1794ae854cb149f51b", "id": "561ad49b7685409089ee2e0ff8a62b87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/5c26f123716f466894bbcd395f02b55f"}, "url": "http://172.30.9.37:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "968691db63f046b8805a656573c910ef", "id": "5c26f123716f466894bbcd395f02b55f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/67294470c5df4699bb58d36b007747d9"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6f817ba260774998827c562d1c7634ab", "id": "67294470c5df4699bb58d36b007747d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/6902d27c1b2a447f80b76ea1b96eb0eb"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0301813141e5401c92c35be0abfadbd7", "id": "6902d27c1b2a447f80b76ea1b96eb0eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/7408043b11fb46d6ae10d0f681830bab"}, "url": "http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b6f7b00a5bb9448da6030812a7cd7015", "id": "7408043b11fb46d6ae10d0f681830bab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/7453d0c190b14e5989c6eb29510896df"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5de785febe2d4093a50067f7e9c2e5f7", "id": "7453d0c190b14e5989c6eb29510896df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/7c13c3ab82a9466bb71e2d7732b071c0"}, "url": "http://172.30.9.37:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0301813141e5401c92c35be0abfadbd7", "id": "7c13c3ab82a9466bb71e2d7732b071c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/87045c906e7e4e4ca9be1772a6a45493"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8958a63c7e4c4e7ea422ef18814f3862", "id": "87045c906e7e4e4ca9be1772a6a45493"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/89c5b699cf2e45d1b7718235ba9bd0f2"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6f817ba260774998827c562d1c7634ab", "id": "89c5b699cf2e45d1b7718235ba9bd0f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/8b5a9bc96805462784ba2595d64c7652"}, "url": "http://172.30.9.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b6f7b00a5bb9448da6030812a7cd7015", "id": "8b5a9bc96805462784ba2595d64c7652"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/9087bf54afa04382adbfa7bef02ec28a"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "968691db63f046b8805a656573c910ef", "id": "9087bf54afa04382adbfa7bef02ec28a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/92c80fc1dc6f4b97bf8ace0ad56c0521"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0301813141e5401c92c35be0abfadbd7", "id": "92c80fc1dc6f4b97bf8ace0ad56c0521"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/96b4c5d274fd4c2daf5dfd9e582d59f7"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "420e8dfcc88b4b1794ae854cb149f51b", "id": "96b4c5d274fd4c2daf5dfd9e582d59f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/9b6d59c0da984c1fa582b50700816555"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2a0cf09192e94a74bbc2b0ab723b8e3a", "id": "9b6d59c0da984c1fa582b50700816555"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/9b9a42e469e3439b81c3e8d062dbb4ce"}, "url": "http://172.30.9.37:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e69367c501034dc9a3cc7a4b0cae0f10", "id": "9b9a42e469e3439b81c3e8d062dbb4ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/a28eb24e62d74f8b9642e47926f2222a"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "21922edd55ea4cfdbd3ea48708286463", "id": "a28eb24e62d74f8b9642e47926f2222a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/a4a1cefa10fa4577936f505172cfab5e"}, "url": "http://172.30.9.37:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "05e6dfb7e319485ea805527995b21bee", "id": "a4a1cefa10fa4577936f505172cfab5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/a6e9d5ccb2814eee815db94f459d9e4d"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5de785febe2d4093a50067f7e9c2e5f7", "id": "a6e9d5ccb2814eee815db94f459d9e4d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/a9b4f66ed1fa401c9eac53b32201ff87"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "21922edd55ea4cfdbd3ea48708286463", "id": "a9b4f66ed1fa401c9eac53b32201ff87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/b053d897d1c04c74a73f2bf5c74c18aa"}, "url": "http://12.0.0.23:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b6f7b00a5bb9448da6030812a7cd7015", "id": "b053d897d1c04c74a73f2bf5c74c18aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/bb509df4cee244f9b793bc02f0603929"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2a0cf09192e94a74bbc2b0ab723b8e3a", "id": "bb509df4cee244f9b793bc02f0603929"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/c40abc97559541cfadc986572b58f243"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e69367c501034dc9a3cc7a4b0cae0f10", "id": "c40abc97559541cfadc986572b58f243"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/ce3ad9525dbf40f79392c03e29104459"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cd1ee74fde574cc9a10cc7daab2e6647", "id": "ce3ad9525dbf40f79392c03e29104459"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/eaa14da8d110490482f99352e0c1d085"}, "url": "http://172.30.9.37:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6f817ba260774998827c562d1c7634ab", "id": "eaa14da8d110490482f99352e0c1d085"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/f1936389e4c542818504f1f550dad31e"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b9ce5acae9f245e2935448837e5284cf", "id": "f1936389e4c542818504f1f550dad31e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.37:5000/v3/endpoints/f94a6d07970b459d8703ddcaef35d03c"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "46718e7301e44f85a29980a34cb64864", "id": "f94a6d07970b459d8703ddcaef35d03c"}], "links": {"self": "http://172.30.9.37:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-26 19:53:31,411 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/endpoints used request id req-2fc32a4c-60a2-48f2-84f4-46ec7d07c6bb 2018-08-26 19:53:31,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.10625910759s 2018-08-26 19:53:31,412 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/endpoints used request id req-2fc32a4c-60a2-48f2-84f4-46ec7d07c6bb 2018-08-26 19:53:31,419 - 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.37:5000/v3/endpoints/0e8d95ccc67e4d90a0d7ea8069e77ca7'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b9ce5acae9f245e2935448837e5284cf', u'id': u'0e8d95ccc67e4d90a0d7ea8069e77ca7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/106bdc700cbd477f8f69caf9b84df350'}, u'url': u'http://172.30.9.37:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2a0cf09192e94a74bbc2b0ab723b8e3a', u'id': u'106bdc700cbd477f8f69caf9b84df350'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/112e9f0522d04ecd96b91a5ca7a3124a'}, u'url': u'http://172.30.9.37:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'46718e7301e44f85a29980a34cb64864', u'id': u'112e9f0522d04ecd96b91a5ca7a3124a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/1998026d70294c79bc303b9675399134'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cd1ee74fde574cc9a10cc7daab2e6647', u'id': u'1998026d70294c79bc303b9675399134'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/23e0acba9787417da580c3b813436f06'}, u'url': u'http://172.30.9.37:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5de785febe2d4093a50067f7e9c2e5f7', u'id': u'23e0acba9787417da580c3b813436f06'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/2cd4f8de6a2c4712a88f74eaa9750c64'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8958a63c7e4c4e7ea422ef18814f3862', u'id': u'2cd4f8de6a2c4712a88f74eaa9750c64'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/47e6ef0e7af74cc8be72a8e3a5fdac2b'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'05e6dfb7e319485ea805527995b21bee', u'id': u'47e6ef0e7af74cc8be72a8e3a5fdac2b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/48a6997467ae4090baad60babb25f44b'}, u'url': u'http://172.30.9.37:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cd1ee74fde574cc9a10cc7daab2e6647', u'id': u'48a6997467ae4090baad60babb25f44b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/493c64fd08dd47f1a62e2f4984c483c1'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'968691db63f046b8805a656573c910ef', u'id': u'493c64fd08dd47f1a62e2f4984c483c1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/4cb432c9fd2143ef86faaa8f91973337'}, u'url': u'http://172.30.9.37:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'420e8dfcc88b4b1794ae854cb149f51b', u'id': u'4cb432c9fd2143ef86faaa8f91973337'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/4ea76bf64a6045bc9ffa69d9afe55d9d'}, u'url': u'http://172.30.9.37:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8958a63c7e4c4e7ea422ef18814f3862', u'id': u'4ea76bf64a6045bc9ffa69d9afe55d9d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/4eaef23ddb344b1eb2c6bffe40d0f5a9'}, u'url': u'http://192.30.9.8:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e69367c501034dc9a3cc7a4b0cae0f10', u'id': u'4eaef23ddb344b1eb2c6bffe40d0f5a9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/4f85246c348b4119bd429ad21fac05cd'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'46718e7301e44f85a29980a34cb64864', u'id': u'4f85246c348b4119bd429ad21fac05cd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/4fa4b9905be54c5bb345249914cba555'}, u'url': u'http://172.30.9.37:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b9ce5acae9f245e2935448837e5284cf', u'id': u'4fa4b9905be54c5bb345249914cba555'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/510db92d56214607bcc68ea699cc31ef'}, u'url': u'http://172.30.9.37:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'21922edd55ea4cfdbd3ea48708286463', u'id': u'510db92d56214607bcc68ea699cc31ef'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/53fe36e753104f8f8bf3ee6e2d9f0038'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'05e6dfb7e319485ea805527995b21bee', u'id': u'53fe36e753104f8f8bf3ee6e2d9f0038'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/561ad49b7685409089ee2e0ff8a62b87'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'420e8dfcc88b4b1794ae854cb149f51b', u'id': u'561ad49b7685409089ee2e0ff8a62b87'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/5c26f123716f466894bbcd395f02b55f'}, u'url': u'http://172.30.9.37:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'968691db63f046b8805a656573c910ef', u'id': u'5c26f123716f466894bbcd395f02b55f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/67294470c5df4699bb58d36b007747d9'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6f817ba260774998827c562d1c7634ab', u'id': u'67294470c5df4699bb58d36b007747d9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/6902d27c1b2a447f80b76ea1b96eb0eb'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0301813141e5401c92c35be0abfadbd7', u'id': u'6902d27c1b2a447f80b76ea1b96eb0eb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/7408043b11fb46d6ae10d0f681830bab'}, u'url': u'http://12.0.0.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b6f7b00a5bb9448da6030812a7cd7015', u'id': u'7408043b11fb46d6ae10d0f681830bab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/7453d0c190b14e5989c6eb29510896df'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5de785febe2d4093a50067f7e9c2e5f7', u'id': u'7453d0c190b14e5989c6eb29510896df'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/7c13c3ab82a9466bb71e2d7732b071c0'}, u'url': u'http://172.30.9.37:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0301813141e5401c92c35be0abfadbd7', u'id': u'7c13c3ab82a9466bb71e2d7732b071c0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/87045c906e7e4e4ca9be1772a6a45493'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8958a63c7e4c4e7ea422ef18814f3862', u'id': u'87045c906e7e4e4ca9be1772a6a45493'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/89c5b699cf2e45d1b7718235ba9bd0f2'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6f817ba260774998827c562d1c7634ab', u'id': u'89c5b699cf2e45d1b7718235ba9bd0f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/8b5a9bc96805462784ba2595d64c7652'}, u'url': u'http://172.30.9.37:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b6f7b00a5bb9448da6030812a7cd7015', u'id': u'8b5a9bc96805462784ba2595d64c7652'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/9087bf54afa04382adbfa7bef02ec28a'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'968691db63f046b8805a656573c910ef', u'id': u'9087bf54afa04382adbfa7bef02ec28a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/92c80fc1dc6f4b97bf8ace0ad56c0521'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0301813141e5401c92c35be0abfadbd7', u'id': u'92c80fc1dc6f4b97bf8ace0ad56c0521'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/96b4c5d274fd4c2daf5dfd9e582d59f7'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'420e8dfcc88b4b1794ae854cb149f51b', u'id': u'96b4c5d274fd4c2daf5dfd9e582d59f7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/9b6d59c0da984c1fa582b50700816555'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2a0cf09192e94a74bbc2b0ab723b8e3a', u'id': u'9b6d59c0da984c1fa582b50700816555'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/9b9a42e469e3439b81c3e8d062dbb4ce'}, u'url': u'http://172.30.9.37:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e69367c501034dc9a3cc7a4b0cae0f10', u'id': u'9b9a42e469e3439b81c3e8d062dbb4ce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/a28eb24e62d74f8b9642e47926f2222a'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'21922edd55ea4cfdbd3ea48708286463', u'id': u'a28eb24e62d74f8b9642e47926f2222a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/a4a1cefa10fa4577936f505172cfab5e'}, u'url': u'http://172.30.9.37:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'05e6dfb7e319485ea805527995b21bee', u'id': u'a4a1cefa10fa4577936f505172cfab5e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/a6e9d5ccb2814eee815db94f459d9e4d'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5de785febe2d4093a50067f7e9c2e5f7', u'id': u'a6e9d5ccb2814eee815db94f459d9e4d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/a9b4f66ed1fa401c9eac53b32201ff87'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'21922edd55ea4cfdbd3ea48708286463', u'id': u'a9b4f66ed1fa401c9eac53b32201ff87'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/b053d897d1c04c74a73f2bf5c74c18aa'}, u'url': u'http://12.0.0.23:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b6f7b00a5bb9448da6030812a7cd7015', u'id': u'b053d897d1c04c74a73f2bf5c74c18aa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/bb509df4cee244f9b793bc02f0603929'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2a0cf09192e94a74bbc2b0ab723b8e3a', u'id': u'bb509df4cee244f9b793bc02f0603929'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/c40abc97559541cfadc986572b58f243'}, u'url': u'http://192.30.9.8:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e69367c501034dc9a3cc7a4b0cae0f10', u'id': u'c40abc97559541cfadc986572b58f243'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/ce3ad9525dbf40f79392c03e29104459'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cd1ee74fde574cc9a10cc7daab2e6647', u'id': u'ce3ad9525dbf40f79392c03e29104459'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/eaa14da8d110490482f99352e0c1d085'}, u'url': u'http://172.30.9.37:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6f817ba260774998827c562d1c7634ab', u'id': u'eaa14da8d110490482f99352e0c1d085'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/f1936389e4c542818504f1f550dad31e'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b9ce5acae9f245e2935448837e5284cf', u'id': u'f1936389e4c542818504f1f550dad31e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.37:5000/v3/endpoints/f94a6d07970b459d8703ddcaef35d03c'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'46718e7301e44f85a29980a34cb64864', u'id': u'f94a6d07970b459d8703ddcaef35d03c'})] 2018-08-26 19:53:31,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-26 19:53:31,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:31,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4a13830-a93b-4d50-8d0a-00302da3f87d x-compute-request-id: req-d4a13830-a93b-4d50-8d0a-00302da3f87d 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-26 19:53:31,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/extensions used request id req-d4a13830-a93b-4d50-8d0a-00302da3f87d 2018-08-26 19:53:31,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.108368873596s 2018-08-26 19:53:31,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/extensions used request id req-d4a13830-a93b-4d50-8d0a-00302da3f87d 2018-08-26 19:53:31,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-26 19:53:31,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:33,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-989cb16c-0208-4f0d-82b3-950460ff5b83 x-compute-request-id: req-989cb16c-0208-4f0d-82b3-950460ff5b83 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-26 19:53:33,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/os-floating-ip-pools used request id req-989cb16c-0208-4f0d-82b3-950460ff5b83 2018-08-26 19:53:33,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.74551582336s 2018-08-26 19:53:33,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/os-floating-ip-pools used request id req-989cb16c-0208-4f0d-82b3-950460ff5b83 2018-08-26 19:53:33,292 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-26 19:53:33,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-26 19:53:33,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:33,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-46c9ddea-279b-4537-95ba-013c320e4792 Date: Sun, 26 Aug 2018 19:53:33 GMT RESP BODY: {"floatingips": []} 2018-08-26 19:53:33,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/floatingips.json used request id req-46c9ddea-279b-4537-95ba-013c320e4792 2018-08-26 19:53:33,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0207068920135s 2018-08-26 19:53:33,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/floatingips.json used request id req-46c9ddea-279b-4537-95ba-013c320e4792 2018-08-26 19:53:33,318 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-26 19:53:33,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-26 19:53:33,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:33,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:33 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-482e4bd1-4580-4cb9-bd9e-7768203f782d x-compute-request-id: req-482e4bd1-4580-4cb9-bd9e-7768203f782d Content-Encoding: gzip Content-Length: 714 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 86}, "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.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-1.opnfvlf.org", "disabled_reason": null, "id": 143}, "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.6", "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-26 19:53:33,468 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/os-hypervisors/detail used request id req-482e4bd1-4580-4cb9-bd9e-7768203f782d 2018-08-26 19:53:33,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.149044036865s 2018-08-26 19:53:33,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/os-hypervisors/detail used request id req-482e4bd1-4580-4cb9-bd9e-7768203f782d 2018-08-26 19:53:33,469 - 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-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 86}, 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.6', 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': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 143}, 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-26 19:53:33,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-26 19:53:33,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:33,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:33 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-c4a552b1-870c-42e6-923d-9ba70c7efbfa x-compute-request-id: req-c4a552b1-870c-42e6-923d-9ba70c7efbfa Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-26 19:53:33,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/os-keypairs used request id req-c4a552b1-870c-42e6-923d-9ba70c7efbfa 2018-08-26 19:53:33,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0292580127716s 2018-08-26 19:53:33,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/os-keypairs used request id req-c4a552b1-870c-42e6-923d-9ba70c7efbfa 2018-08-26 19:53:33,499 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-26 19:53:33,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 19:53:33,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:34,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-de9883b2-e30c-45ee-9366-88615c8f2d97 Date: Sun, 26 Aug 2018 19:53:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"19a00f93-5231-48e1-961a-cc9a0029e976","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"1d754d9f85304685bdf65e00f8aa6d01","l2_adjacency":true,"status":"ACTIVE","subnets":["8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b"],"description":"","tags":[],"updated_at":"2018-08-26T19:50:32Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:26Z","provider:network_type":"flat"}]} 2018-08-26 19:53:34,605 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-de9883b2-e30c-45ee-9366-88615c8f2d97 2018-08-26 19:53:34,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.10500693321s 2018-08-26 19:53:34,605 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-de9883b2-e30c-45ee-9366-88615c8f2d97 2018-08-26 19:53:34,605 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-26T19:50:32Z', u'is_default': False, u'revision_number': 7, u'port_security_enabled': True, u'mtu': 1500, u'id': u'19a00f93-5231-48e1-961a-cc9a0029e976', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-08-26T19:50:26Z', u'provider:network_type': u'flat', u'tenant_id': u'1d754d9f85304685bdf65e00f8aa6d01', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1d754d9f85304685bdf65e00f8aa6d01', u'l2_adjacency': True})] 2018-08-26 19:53:34,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-26 19:53:34,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:35,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-d69f946a-cd8a-4884-a186-82a92554efb2 Date: Sun, 26 Aug 2018 19:53:35 GMT RESP BODY: {"ports":[]} 2018-08-26 19:53:35,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/ports.json used request id req-d69f946a-cd8a-4884-a186-82a92554efb2 2018-08-26 19:53:35,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.921139955521s 2018-08-26 19:53:35,528 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/ports.json used request id req-d69f946a-cd8a-4884-a186-82a92554efb2 2018-08-26 19:53:35,528 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-26 19:53:35,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 19:53:35,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:35,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9da56c9d-5e89-4a3c-85f0-83d3465cd8d9 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "030ede20f8804d47874925cfd7939fd1"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/030ede20f8804d47874925cfd7939fd1/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "03f7034e774a4155a00b84ac322c4eb1"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/03f7034e774a4155a00b84ac322c4eb1/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "04f9f45372d54296a1c69c90a13f1f48"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/04f9f45372d54296a1c69c90a13f1f48/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "455cc27f75ec4bdba1c7914b3afe05fa"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/455cc27f75ec4bdba1c7914b3afe05fa/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "552e227feaca4948a5fe6b429b0ca566"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/552e227feaca4948a5fe6b429b0ca566/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "5a6b406a24494224afcab434c16c5e6b"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/5a6b406a24494224afcab434c16c5e6b/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "6c7d2dc274484383a367a9857ec73639"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/6c7d2dc274484383a367a9857ec73639/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "8f1dc876ea204c9bbaee10428864f5c0"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/8f1dc876ea204c9bbaee10428864f5c0/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "9d3b8593b6c141c29a53ba6ec7ad8323"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/9d3b8593b6c141c29a53ba6ec7ad8323/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "fc9ee6aa3e8744b0a56c5e677d2b987a"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "aa96fc10549d4277a0b05c475a6e0c4c"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/fc9ee6aa3e8744b0a56c5e677d2b987a/users/aa96fc10549d4277a0b05c475a6e0c4c/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "ce1f659505414582b444493ef4248132"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/ce1f659505414582b444493ef4248132/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "fbbad88c81204028b24f338f7ccfccca"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/fbbad88c81204028b24f338f7ccfccca/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "8813934afb014ceab9c3aaf1b31a2455"}, "user": {"id": "fe82687996c64e538eb0ee44e6a78824"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/fe82687996c64e538eb0ee44e6a78824/roles/8813934afb014ceab9c3aaf1b31a2455"}}, {"scope": {"project": {"id": "1d754d9f85304685bdf65e00f8aa6d01"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "fe82687996c64e538eb0ee44e6a78824"}, "links": {"assignment": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01/users/fe82687996c64e538eb0ee44e6a78824/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"domain": {"id": "c859ddb88cfc4446a2890eb8aaa5fded"}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "084caf14e9c64b518d60fa4914308eb0"}, "links": {"assignment": "http://172.30.9.37:5000/v3/domains/c859ddb88cfc4446a2890eb8aaa5fded/users/084caf14e9c64b518d60fa4914308eb0/roles/91fb9dcfad8b412ca0628e07312968af"}}, {"scope": {"system": {"all": true}}, "role": {"id": "91fb9dcfad8b412ca0628e07312968af"}, "user": {"id": "aa96fc10549d4277a0b05c475a6e0c4c"}, "links": {"assignment": "http://172.30.9.37:5000/v3/system/users/aa96fc10549d4277a0b05c475a6e0c4c/roles/91fb9dcfad8b412ca0628e07312968af"}}], "links": {"self": "http://172.30.9.37:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-26 19:53:35,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/role_assignments used request id req-9da56c9d-5e89-4a3c-85f0-83d3465cd8d9 2018-08-26 19:53:35,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.165776014328s 2018-08-26 19:53:35,698 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/role_assignments used request id req-9da56c9d-5e89-4a3c-85f0-83d3465cd8d9 2018-08-26 19:53:35,701 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'030ede20f8804d47874925cfd7939fd1'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'03f7034e774a4155a00b84ac322c4eb1'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'04f9f45372d54296a1c69c90a13f1f48'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'455cc27f75ec4bdba1c7914b3afe05fa'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'552e227feaca4948a5fe6b429b0ca566'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'5a6b406a24494224afcab434c16c5e6b'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'6c7d2dc274484383a367a9857ec73639'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'8f1dc876ea204c9bbaee10428864f5c0'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'9d3b8593b6c141c29a53ba6ec7ad8323'}), Munch({'project': u'fc9ee6aa3e8744b0a56c5e677d2b987a', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'aa96fc10549d4277a0b05c475a6e0c4c'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'ce1f659505414582b444493ef4248132'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'fbbad88c81204028b24f338f7ccfccca'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'8813934afb014ceab9c3aaf1b31a2455', 'user': u'fe82687996c64e538eb0ee44e6a78824'}), Munch({'project': u'1d754d9f85304685bdf65e00f8aa6d01', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'fe82687996c64e538eb0ee44e6a78824'}), Munch({'domain': u'c859ddb88cfc4446a2890eb8aaa5fded', 'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'084caf14e9c64b518d60fa4914308eb0'}), Munch({'id': u'91fb9dcfad8b412ca0628e07312968af', 'user': u'aa96fc10549d4277a0b05c475a6e0c4c'})] 2018-08-26 19:53:35,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 19:53:35,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:35,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ddd585c-61e7-46f0-a627-ecff73e5f37b Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.37:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "85822fb710604c3bb02255fb60759877", "links": {"self": "http://172.30.9.37:5000/v3/roles/85822fb710604c3bb02255fb60759877"}, "name": "swiftoperator"}, {"domain_id": null, "id": "878cf966df164b63a15e20abd7dd62ab", "links": {"self": "http://172.30.9.37:5000/v3/roles/878cf966df164b63a15e20abd7dd62ab"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8813934afb014ceab9c3aaf1b31a2455", "links": {"self": "http://172.30.9.37:5000/v3/roles/8813934afb014ceab9c3aaf1b31a2455"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "91fb9dcfad8b412ca0628e07312968af", "links": {"self": "http://172.30.9.37:5000/v3/roles/91fb9dcfad8b412ca0628e07312968af"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.37:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-26 19:53:35,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/roles used request id req-6ddd585c-61e7-46f0-a627-ecff73e5f37b 2018-08-26 19:53:35,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.099937915802s 2018-08-26 19:53:35,805 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/roles used request id req-6ddd585c-61e7-46f0-a627-ecff73e5f37b 2018-08-26 19:53:35,806 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'85822fb710604c3bb02255fb60759877'}), 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'878cf966df164b63a15e20abd7dd62ab'}), 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'8813934afb014ceab9c3aaf1b31a2455'}), 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'91fb9dcfad8b412ca0628e07312968af'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'})] 2018-08-26 19:53:35,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 19:53:35,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:36,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-6984adea-fa85-4a45-bf46-4ed802c8b2c1 Date: Sun, 26 Aug 2018 19:53:36 GMT RESP BODY: {"routers": []} 2018-08-26 19:53:36,710 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-6984adea-fa85-4a45-bf46-4ed802c8b2c1 2018-08-26 19:53:36,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.903633117676s 2018-08-26 19:53:36,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-6984adea-fa85-4a45-bf46-4ed802c8b2c1 2018-08-26 19:53:36,711 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-26 19:53:36,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-26 19:53:36,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:36,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:36 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-51f358ba-0e62-4e63-88ae-bf89fbf7d93c x-compute-request-id: req-51f358ba-0e62-4e63-88ae-bf89fbf7d93c Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-26 19:53:36,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/servers/detail used request id req-51f358ba-0e62-4e63-88ae-bf89fbf7d93c 2018-08-26 19:53:36,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.122318029404s 2018-08-26 19:53:36,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.37:8774/v2.1/servers/detail used request id req-51f358ba-0e62-4e63-88ae-bf89fbf7d93c 2018-08-26 19:53:36,834 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-26 19:53:36,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-26 19:53:36,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8: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-26 19:53:36,847 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 19:53:36 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.8: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.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-26 19:53:36,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:36,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42d3a81c-f285-469f-b948-d960bc208944 Content-Encoding: gzip Content-Length: 855 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/0301813141e5401c92c35be0abfadbd7"}, "enabled": true, "type": "volume", "id": "0301813141e5401c92c35be0abfadbd7", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/05e6dfb7e319485ea805527995b21bee"}, "enabled": true, "type": "volumev3", "id": "05e6dfb7e319485ea805527995b21bee", "name": "cinderv3"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/21922edd55ea4cfdbd3ea48708286463"}, "enabled": true, "type": "network", "id": "21922edd55ea4cfdbd3ea48708286463", "name": "neutron"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/2a0cf09192e94a74bbc2b0ab723b8e3a"}, "enabled": true, "type": "placement", "id": "2a0cf09192e94a74bbc2b0ab723b8e3a", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/420e8dfcc88b4b1794ae854cb149f51b"}, "enabled": true, "type": "alarming", "id": "420e8dfcc88b4b1794ae854cb149f51b", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/46718e7301e44f85a29980a34cb64864"}, "enabled": true, "type": "compute", "id": "46718e7301e44f85a29980a34cb64864", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/5de785febe2d4093a50067f7e9c2e5f7"}, "enabled": true, "type": "event", "id": "5de785febe2d4093a50067f7e9c2e5f7", "name": "panko"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/6f817ba260774998827c562d1c7634ab"}, "enabled": true, "type": "image", "id": "6f817ba260774998827c562d1c7634ab", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/8958a63c7e4c4e7ea422ef18814f3862"}, "enabled": true, "type": "metric", "id": "8958a63c7e4c4e7ea422ef18814f3862", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/968691db63f046b8805a656573c910ef"}, "enabled": true, "type": "orchestration", "id": "968691db63f046b8805a656573c910ef", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/b6f7b00a5bb9448da6030812a7cd7015"}, "enabled": true, "type": "object-store", "id": "b6f7b00a5bb9448da6030812a7cd7015", "name": "swift"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/b9ce5acae9f245e2935448837e5284cf"}, "enabled": true, "type": "volumev2", "id": "b9ce5acae9f245e2935448837e5284cf", "name": "cinderv2"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/c092cd9287f04a4aa76959670c5ba93e"}, "enabled": true, "type": "metering", "id": "c092cd9287f04a4aa76959670c5ba93e", "name": "ceilometer"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/cd1ee74fde574cc9a10cc7daab2e6647"}, "enabled": true, "type": "cloudformation", "id": "cd1ee74fde574cc9a10cc7daab2e6647", "name": "heat-cfn"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/e69367c501034dc9a3cc7a4b0cae0f10"}, "enabled": true, "type": "identity", "id": "e69367c501034dc9a3cc7a4b0cae0f10", "name": "keystone"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-08-26 19:53:36,951 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-42d3a81c-f285-469f-b948-d960bc208944 2018-08-26 19:53:36,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.113224029541s 2018-08-26 19:53:36,951 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-42d3a81c-f285-469f-b948-d960bc208944 2018-08-26 19:53:36,956 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'0301813141e5401c92c35be0abfadbd7', 'name': u'cinder'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'05e6dfb7e319485ea805527995b21bee', 'name': u'cinderv3'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'21922edd55ea4cfdbd3ea48708286463', 'name': u'neutron'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'2a0cf09192e94a74bbc2b0ab723b8e3a', 'name': u'placement'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'420e8dfcc88b4b1794ae854cb149f51b', 'name': u'aodh'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'46718e7301e44f85a29980a34cb64864', 'name': u'nova'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'5de785febe2d4093a50067f7e9c2e5f7', 'name': u'panko'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'6f817ba260774998827c562d1c7634ab', 'name': u'glance'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'8958a63c7e4c4e7ea422ef18814f3862', 'name': u'gnocchi'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'968691db63f046b8805a656573c910ef', 'name': u'heat'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'b6f7b00a5bb9448da6030812a7cd7015', 'name': u'swift'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'b9ce5acae9f245e2935448837e5284cf', 'name': u'cinderv2'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'c092cd9287f04a4aa76959670c5ba93e', 'name': u'ceilometer'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'cd1ee74fde574cc9a10cc7daab2e6647', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'e69367c501034dc9a3cc7a4b0cae0f10', 'name': u'keystone'})] 2018-08-26 19:53:36,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 19:53:36,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}f1e1926eb874a65f01e336b2b8c33a8c8e1c1556" 2018-08-26 19:53:37,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b48aec42-c964-46cc-a3b6-6c7048aed20a Date: Sun, 26 Aug 2018 19:53:37 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-26T19:50:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"1d754d9f85304685bdf65e00f8aa6d01","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"19a00f93-5231-48e1-961a-cc9a0029e976","tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:32Z","ip_version":4}]} 2018-08-26 19:53:37,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-b48aec42-c964-46cc-a3b6-6c7048aed20a 2018-08-26 19:53:37,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.991598129272s 2018-08-26 19:53:37,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-b48aec42-c964-46cc-a3b6-6c7048aed20a 2018-08-26 19:53:37,950 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T19:50:32Z', 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'8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'19a00f93-5231-48e1-961a-cc9a0029e976', u'tenant_id': u'1d754d9f85304685bdf65e00f8aa6d01', u'created_at': u'2018-08-26T19:50:32Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'1d754d9f85304685bdf65e00f8aa6d01'})] 2018-08-26 19:53:38,075 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 19:53:38,076 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:08 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-26 19:53:38,132 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-26 19:53:38,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 19:53:38,268 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 19:53:38,269 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 19:53:38,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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-26 19:53:38,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cfa8ecb-fac1-485a-a9d3-bf412c3a420a 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.37:5000/v3/", "rel": "self"}]}} 2018-08-26 19:53:38,275 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.37:5000//v3 used request id req-9cfa8ecb-fac1-485a-a9d3-bf412c3a420a 2018-08-26 19:53:38,275 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.37:5000/v3/auth/tokens 2018-08-26 19:53:38,737 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "91fb9dcfad8b412ca0628e07312968af", "name": "admin"}], "expires_at": "2018-08-26T20:53:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6902d27c1b2a447f80b76ea1b96eb0eb"}, {"url": "http://172.30.9.37:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7c13c3ab82a9466bb71e2d7732b071c0"}, {"url": "http://192.30.9.8:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c80fc1dc6f4b97bf8ace0ad56c0521"}], "type": "volume", "id": "0301813141e5401c92c35be0abfadbd7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "47e6ef0e7af74cc8be72a8e3a5fdac2b"}, {"url": "http://192.30.9.8:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53fe36e753104f8f8bf3ee6e2d9f0038"}, {"url": "http://172.30.9.37:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4a1cefa10fa4577936f505172cfab5e"}], "type": "volumev3", "id": "05e6dfb7e319485ea805527995b21bee", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.37:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "510db92d56214607bcc68ea699cc31ef"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a28eb24e62d74f8b9642e47926f2222a"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a9b4f66ed1fa401c9eac53b32201ff87"}], "type": "network", "id": "21922edd55ea4cfdbd3ea48708286463", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.37:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "106bdc700cbd477f8f69caf9b84df350"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b6d59c0da984c1fa582b50700816555"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb509df4cee244f9b793bc02f0603929"}], "type": "placement", "id": "2a0cf09192e94a74bbc2b0ab723b8e3a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.37:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cb432c9fd2143ef86faaa8f91973337"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "561ad49b7685409089ee2e0ff8a62b87"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96b4c5d274fd4c2daf5dfd9e582d59f7"}], "type": "alarming", "id": "420e8dfcc88b4b1794ae854cb149f51b", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.37:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "112e9f0522d04ecd96b91a5ca7a3124a"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f85246c348b4119bd429ad21fac05cd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f94a6d07970b459d8703ddcaef35d03c"}], "type": "compute", "id": "46718e7301e44f85a29980a34cb64864", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.37:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "23e0acba9787417da580c3b813436f06"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7453d0c190b14e5989c6eb29510896df"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6e9d5ccb2814eee815db94f459d9e4d"}], "type": "event", "id": "5de785febe2d4093a50067f7e9c2e5f7", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67294470c5df4699bb58d36b007747d9"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89c5b699cf2e45d1b7718235ba9bd0f2"}, {"url": "http://172.30.9.37:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa14da8d110490482f99352e0c1d085"}], "type": "image", "id": "6f817ba260774998827c562d1c7634ab", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2cd4f8de6a2c4712a88f74eaa9750c64"}, {"url": "http://172.30.9.37:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ea76bf64a6045bc9ffa69d9afe55d9d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87045c906e7e4e4ca9be1772a6a45493"}], "type": "metric", "id": "8958a63c7e4c4e7ea422ef18814f3862", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "493c64fd08dd47f1a62e2f4984c483c1"}, {"url": "http://172.30.9.37:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c26f123716f466894bbcd395f02b55f"}, {"url": "http://192.30.9.8:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9087bf54afa04382adbfa7bef02ec28a"}], "type": "orchestration", "id": "968691db63f046b8805a656573c910ef", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7408043b11fb46d6ae10d0f681830bab"}, {"url": "http://172.30.9.37:8080/v1/AUTH_fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5a9bc96805462784ba2595d64c7652"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b053d897d1c04c74a73f2bf5c74c18aa"}], "type": "object-store", "id": "b6f7b00a5bb9448da6030812a7cd7015", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e8d95ccc67e4d90a0d7ea8069e77ca7"}, {"url": "http://172.30.9.37:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fa4b9905be54c5bb345249914cba555"}, {"url": "http://192.30.9.8:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1936389e4c542818504f1f550dad31e"}], "type": "volumev2", "id": "b9ce5acae9f245e2935448837e5284cf", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "c092cd9287f04a4aa76959670c5ba93e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1998026d70294c79bc303b9675399134"}, {"url": "http://172.30.9.37:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "48a6997467ae4090baad60babb25f44b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce3ad9525dbf40f79392c03e29104459"}], "type": "cloudformation", "id": "cd1ee74fde574cc9a10cc7daab2e6647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4eaef23ddb344b1eb2c6bffe40d0f5a9"}, {"url": "http://172.30.9.37:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b9a42e469e3439b81c3e8d062dbb4ce"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c40abc97559541cfadc986572b58f243"}], "type": "identity", "id": "e69367c501034dc9a3cc7a4b0cae0f10", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aa96fc10549d4277a0b05c475a6e0c4c"}, "audit_ids": ["YAGX8CgLSviLMze3_KO0YA"], "issued_at": "2018-08-26T19:53:38.000000Z"}} 2018-08-26 19:53:38,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 19:53:38,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.37: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}5c8669d5ed06521b9df081d10a770ef3853ce405" 2018-08-26 19:53:39,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-092360a5-7550-4f64-b728-c2cf5a0d8c69 Date: Sun, 26 Aug 2018 19:53:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"19a00f93-5231-48e1-961a-cc9a0029e976","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"1d754d9f85304685bdf65e00f8aa6d01","l2_adjacency":true,"status":"ACTIVE","subnets":["8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b"],"description":"","tags":[],"updated_at":"2018-08-26T19:50:32Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:26Z","provider:network_type":"flat"}]} 2018-08-26 19:53:39,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json?router%3Aexternal=True used request id req-092360a5-7550-4f64-b728-c2cf5a0d8c69 2018-08-26 19:53:39,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.05381298065s 2018-08-26 19:53:39,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json?router%3Aexternal=True used request id req-092360a5-7550-4f64-b728-c2cf5a0d8c69 2018-08-26 19:53:39,795 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-26 19:53:39,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 19:53:39,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}5c8669d5ed06521b9df081d10a770ef3853ce405" -d '{"network": {"name": "tenantnetwork1-net_4575e3fe-6998-481a-a1e7-85bd7070ecb0", "admin_state_up": true}}' 2018-08-26 19:53:41,242 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-2f33249f-3666-4483-a0ab-0b269511d2b9 Date: Sun, 26 Aug 2018 19:53:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a9818927-8e15-4b72-bf85-6b56e9af11e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T19:53:41Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_4575e3fe-6998-481a-a1e7-85bd7070ecb0","admin_state_up":true,"tenant_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","created_at":"2018-08-26T19:53:41Z","mtu":1450}} 2018-08-26 19:53:41,242 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-2f33249f-3666-4483-a0ab-0b269511d2b9 2018-08-26 19:53:41,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.44676494598s 2018-08-26 19:53:41,243 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-2f33249f-3666-4483-a0ab-0b269511d2b9 2018-08-26 19:53:41,243 - 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-26T19:53:41Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a9818927-8e15-4b72-bf85-6b56e9af11e4', u'provider:segmentation_id': 2, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_4575e3fe-6998-481a-a1e7-85bd7070ecb0', u'created_at': u'2018-08-26T19:53:41Z', u'mtu': 1450, u'tenant_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a', u'l2_adjacency': True}) 2018-08-26 19:53:41,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 19:53:41,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}5c8669d5ed06521b9df081d10a770ef3853ce405" 2018-08-26 19:53:42,321 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-81171af4-24c3-48ed-863f-d55221f338e6 Date: Sun, 26 Aug 2018 19:53:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"19a00f93-5231-48e1-961a-cc9a0029e976","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"1d754d9f85304685bdf65e00f8aa6d01","l2_adjacency":true,"status":"ACTIVE","subnets":["8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b"],"description":"","tags":[],"updated_at":"2018-08-26T19:50:32Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a9818927-8e15-4b72-bf85-6b56e9af11e4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T19:53:41Z","qos_policy_id":null,"name":"tenantnetwork1-net_4575e3fe-6998-481a-a1e7-85bd7070ecb0","admin_state_up":true,"tenant_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","created_at":"2018-08-26T19:53:41Z","provider:network_type":"vxlan"}]} 2018-08-26 19:53:42,321 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-81171af4-24c3-48ed-863f-d55221f338e6 2018-08-26 19:53:42,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.07695889473s 2018-08-26 19:53:42,322 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-81171af4-24c3-48ed-863f-d55221f338e6 2018-08-26 19:53:42,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 19:53:42,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}5c8669d5ed06521b9df081d10a770ef3853ce405" -d '{"subnet": {"name": "tenantnetwork1-subnet_4575e3fe-6998-481a-a1e7-85bd7070ecb0", "enable_dhcp": true, "network_id": "a9818927-8e15-4b72-bf85-6b56e9af11e4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 19:53:43,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-6716d755-e844-4c9d-998b-94beacc839e3 Date: Sun, 26 Aug 2018 19:53:43 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-26T19:53:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"c956d3f6-4d8c-49ee-a453-01a7f35c2449","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_4575e3fe-6998-481a-a1e7-85bd7070ecb0","enable_dhcp":true,"segment_id":null,"network_id":"a9818927-8e15-4b72-bf85-6b56e9af11e4","tenant_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","created_at":"2018-08-26T19:53:43Z","ip_version":4}} 2018-08-26 19:53:43,686 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-6716d755-e844-4c9d-998b-94beacc839e3 2018-08-26 19:53:43,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.36259198189s 2018-08-26 19:53:43,686 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-6716d755-e844-4c9d-998b-94beacc839e3 2018-08-26 19:53:43,687 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T19:53:43Z', 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'c956d3f6-4d8c-49ee-a453-01a7f35c2449', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_4575e3fe-6998-481a-a1e7-85bd7070ecb0', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'a9818927-8e15-4b72-bf85-6b56e9af11e4', u'tenant_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a', u'created_at': u'2018-08-26T19:53:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a'}) 2018-08-26 19:53:43,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 19:53:43,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}5c8669d5ed06521b9df081d10a770ef3853ce405" -d '{"router": {"external_gateway_info": {"network_id": "19a00f93-5231-48e1-961a-cc9a0029e976"}, "name": "tenantnetwork1-router_4575e3fe-6998-481a-a1e7-85bd7070ecb0", "admin_state_up": true}}' 2018-08-26 19:53:49,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-faf834fc-36f4-4a90-8653-4ddebc24a6c0 Date: Sun, 26 Aug 2018 19:53:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "19a00f93-5231-48e1-961a-cc9a0029e976", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "created_at": "2018-08-26T19:53:44Z", "admin_state_up": true, "updated_at": "2018-08-26T19:53:45Z", "project_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "723dccfb-4ecf-40d7-a8d4-1ed45315a6ed", "name": "tenantnetwork1-router_4575e3fe-6998-481a-a1e7-85bd7070ecb0"}} 2018-08-26 19:53:49,819 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-faf834fc-36f4-4a90-8653-4ddebc24a6c0 2018-08-26 19:53:49,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.13174080849s 2018-08-26 19:53:49,820 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-faf834fc-36f4-4a90-8653-4ddebc24a6c0 2018-08-26 19:53:49,820 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T19:53:45Z', u'revision_number': 3, u'ha': True, u'id': u'723dccfb-4ecf-40d7-a8d4-1ed45315a6ed', u'external_gateway_info': {u'network_id': u'19a00f93-5231-48e1-961a-cc9a0029e976', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_4575e3fe-6998-481a-a1e7-85bd7070ecb0', u'admin_state_up': True, u'tenant_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a', u'created_at': u'2018-08-26T19:53:44Z', u'flavor_id': None, u'routes': [], u'project_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a'}) 2018-08-26 19:53:49,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 19:53:49,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.37:9696/v2.0/routers/723dccfb-4ecf-40d7-a8d4-1ed45315a6ed/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}5c8669d5ed06521b9df081d10a770ef3853ce405" -d '{"subnet_id": "c956d3f6-4d8c-49ee-a453-01a7f35c2449"}' 2018-08-26 19:53:53,112 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3ce399f5-117a-44f3-96b3-34711cb6f5c8 Date: Sun, 26 Aug 2018 19:53:53 GMT RESP BODY: {"network_id": "a9818927-8e15-4b72-bf85-6b56e9af11e4", "tenant_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "subnet_id": "c956d3f6-4d8c-49ee-a453-01a7f35c2449", "subnet_ids": ["c956d3f6-4d8c-49ee-a453-01a7f35c2449"], "port_id": "0b668eff-5901-4527-8343-ad2b82df5d01", "id": "723dccfb-4ecf-40d7-a8d4-1ed45315a6ed"} 2018-08-26 19:53:53,113 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/723dccfb-4ecf-40d7-a8d4-1ed45315a6ed/add_router_interface.json used request id req-3ce399f5-117a-44f3-96b3-34711cb6f5c8 2018-08-26 19:53:53,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.29185891151s 2018-08-26 19:53:53,113 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/723dccfb-4ecf-40d7-a8d4-1ed45315a6ed/add_router_interface.json used request id req-3ce399f5-117a-44f3-96b3-34711cb6f5c8 returning object 723dccfb-4ecf-40d7-a8d4-1ed45315a6ed 2018-08-26 19:53:53,226 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 19:53:53,226 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:13 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-26 19:53:53,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 19:53:53,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.37:9696/v2.0/routers/723dccfb-4ecf-40d7-a8d4-1ed45315a6ed/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}5c8669d5ed06521b9df081d10a770ef3853ce405" -d '{"subnet_id": "c956d3f6-4d8c-49ee-a453-01a7f35c2449"}' 2018-08-26 19:53:56,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6dcbb0a6-f595-4327-9b24-2670cc48ec70 Date: Sun, 26 Aug 2018 19:53:56 GMT RESP BODY: {"network_id": "a9818927-8e15-4b72-bf85-6b56e9af11e4", "tenant_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "subnet_id": "c956d3f6-4d8c-49ee-a453-01a7f35c2449", "subnet_ids": ["c956d3f6-4d8c-49ee-a453-01a7f35c2449"], "port_id": "0b668eff-5901-4527-8343-ad2b82df5d01", "id": "723dccfb-4ecf-40d7-a8d4-1ed45315a6ed"} 2018-08-26 19:53:56,986 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/723dccfb-4ecf-40d7-a8d4-1ed45315a6ed/remove_router_interface.json used request id req-6dcbb0a6-f595-4327-9b24-2670cc48ec70 2018-08-26 19:53:56,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 3.75498199463s 2018-08-26 19:53:56,987 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/723dccfb-4ecf-40d7-a8d4-1ed45315a6ed/remove_router_interface.json used request id req-6dcbb0a6-f595-4327-9b24-2670cc48ec70 returning object 723dccfb-4ecf-40d7-a8d4-1ed45315a6ed 2018-08-26 19:53:56,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 19:53:56,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}5c8669d5ed06521b9df081d10a770ef3853ce405" 2018-08-26 19:53:58,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-4adeab68-9c33-4b42-9b66-ffb31f9890da Date: Sun, 26 Aug 2018 19:53:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "19a00f93-5231-48e1-961a-cc9a0029e976", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "created_at": "2018-08-26T19:53:44Z", "admin_state_up": true, "updated_at": "2018-08-26T19:53:55Z", "project_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "723dccfb-4ecf-40d7-a8d4-1ed45315a6ed", "name": "tenantnetwork1-router_4575e3fe-6998-481a-a1e7-85bd7070ecb0"}]} 2018-08-26 19:53:58,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-4adeab68-9c33-4b42-9b66-ffb31f9890da 2018-08-26 19:53:58,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.12644004822s 2018-08-26 19:53:58,114 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-4adeab68-9c33-4b42-9b66-ffb31f9890da 2018-08-26 19:53:58,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 19:53:58,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:9696/v2.0/routers/723dccfb-4ecf-40d7-a8d4-1ed45315a6ed.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}5c8669d5ed06521b9df081d10a770ef3853ce405" 2018-08-26 19:54:01,674 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8601989f-10a3-43d2-97ea-3bf26bc0f0ad Content-Length: 0 Date: Sun, 26 Aug 2018 19:54:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 19:54:01,674 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/routers/723dccfb-4ecf-40d7-a8d4-1ed45315a6ed.json used request id req-8601989f-10a3-43d2-97ea-3bf26bc0f0ad 2018-08-26 19:54:01,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.5587348938s 2018-08-26 19:54:01,675 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/routers/723dccfb-4ecf-40d7-a8d4-1ed45315a6ed.json used request id req-8601989f-10a3-43d2-97ea-3bf26bc0f0ad 2018-08-26 19:54:01,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 19:54:01,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}5c8669d5ed06521b9df081d10a770ef3853ce405" 2018-08-26 19:54:02,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-e5c8f14a-0c2c-4191-a5a7-6d8b4acf9538 Date: Sun, 26 Aug 2018 19:54:02 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-26T19:50:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"1d754d9f85304685bdf65e00f8aa6d01","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"19a00f93-5231-48e1-961a-cc9a0029e976","tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:32Z","ip_version":4},{"updated_at":"2018-08-26T19:53:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"c956d3f6-4d8c-49ee-a453-01a7f35c2449","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_4575e3fe-6998-481a-a1e7-85bd7070ecb0","enable_dhcp":true,"segment_id":null,"network_id":"a9818927-8e15-4b72-bf85-6b56e9af11e4","tenant_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","created_at":"2018-08-26T19:53:43Z","ip_version":4}]} 2018-08-26 19:54:02,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-e5c8f14a-0c2c-4191-a5a7-6d8b4acf9538 2018-08-26 19:54:02,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.977499961853s 2018-08-26 19:54:02,653 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-e5c8f14a-0c2c-4191-a5a7-6d8b4acf9538 2018-08-26 19:54:02,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 19:54:02,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:9696/v2.0/subnets/c956d3f6-4d8c-49ee-a453-01a7f35c2449.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}5c8669d5ed06521b9df081d10a770ef3853ce405" 2018-08-26 19:54:05,727 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd31de87-06b2-4738-af61-7ff423bf415e Date: Sun, 26 Aug 2018 19:54:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 19:54:05,728 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/subnets/c956d3f6-4d8c-49ee-a453-01a7f35c2449.json used request id req-bd31de87-06b2-4738-af61-7ff423bf415e 2018-08-26 19:54:05,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.07317495346s 2018-08-26 19:54:05,728 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/subnets/c956d3f6-4d8c-49ee-a453-01a7f35c2449.json used request id req-bd31de87-06b2-4738-af61-7ff423bf415e 2018-08-26 19:54:05,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 19:54:05,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}5c8669d5ed06521b9df081d10a770ef3853ce405" 2018-08-26 19:54:06,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1439 X-Openstack-Request-Id: req-15449f4b-19b5-4df9-8d50-76ccd225b70c Date: Sun, 26 Aug 2018 19:54:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"19a00f93-5231-48e1-961a-cc9a0029e976","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"1d754d9f85304685bdf65e00f8aa6d01","l2_adjacency":true,"status":"ACTIVE","subnets":["8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b"],"description":"","tags":[],"updated_at":"2018-08-26T19:50:32Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"a9818927-8e15-4b72-bf85-6b56e9af11e4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":2,"ipv4_address_scope":null,"shared":false,"project_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T19:54:05Z","qos_policy_id":null,"name":"tenantnetwork1-net_4575e3fe-6998-481a-a1e7-85bd7070ecb0","admin_state_up":true,"tenant_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","created_at":"2018-08-26T19:53:41Z","provider:network_type":"vxlan"}]} 2018-08-26 19:54:06,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-15449f4b-19b5-4df9-8d50-76ccd225b70c 2018-08-26 19:54:06,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09402990341s 2018-08-26 19:54:06,823 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-15449f4b-19b5-4df9-8d50-76ccd225b70c 2018-08-26 19:54:06,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 19:54:06,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:9696/v2.0/networks/a9818927-8e15-4b72-bf85-6b56e9af11e4.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}5c8669d5ed06521b9df081d10a770ef3853ce405" 2018-08-26 19:54:08,320 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1f466efa-2a70-4671-89f0-7ff0ef8a596c Date: Sun, 26 Aug 2018 19:54:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 19:54:08,320 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/networks/a9818927-8e15-4b72-bf85-6b56e9af11e4.json used request id req-1f466efa-2a70-4671-89f0-7ff0ef8a596c 2018-08-26 19:54:08,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.49652290344s 2018-08-26 19:54:08,321 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/networks/a9818927-8e15-4b72-bf85-6b56e9af11e4.json used request id req-1f466efa-2a70-4671-89f0-7ff0ef8a596c 2018-08-26 19:54:08,374 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-26 19:54:08,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 19:54:08,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 19:54:08,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 19:54:08,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 19:54:08,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 19:54:08,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 19:54:08,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 19:54:08,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 19:54:08,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 19:54:08,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 19:54:08,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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-26 19:54:08,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fdf0e8b-199b-40fb-89f2-13555ae7ad7b 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.37:5000/v3/", "rel": "self"}]}} 2018-08-26 19:54:08,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.37:5000//v3 used request id req-2fdf0e8b-199b-40fb-89f2-13555ae7ad7b 2018-08-26 19:54:08,424 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.37:5000/v3/auth/tokens 2018-08-26 19:54:08,813 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "91fb9dcfad8b412ca0628e07312968af", "name": "admin"}], "expires_at": "2018-08-26T20:54:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6902d27c1b2a447f80b76ea1b96eb0eb"}, {"url": "http://172.30.9.37:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7c13c3ab82a9466bb71e2d7732b071c0"}, {"url": "http://192.30.9.8:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c80fc1dc6f4b97bf8ace0ad56c0521"}], "type": "volume", "id": "0301813141e5401c92c35be0abfadbd7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "47e6ef0e7af74cc8be72a8e3a5fdac2b"}, {"url": "http://192.30.9.8:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53fe36e753104f8f8bf3ee6e2d9f0038"}, {"url": "http://172.30.9.37:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4a1cefa10fa4577936f505172cfab5e"}], "type": "volumev3", "id": "05e6dfb7e319485ea805527995b21bee", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.37:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "510db92d56214607bcc68ea699cc31ef"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a28eb24e62d74f8b9642e47926f2222a"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a9b4f66ed1fa401c9eac53b32201ff87"}], "type": "network", "id": "21922edd55ea4cfdbd3ea48708286463", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.37:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "106bdc700cbd477f8f69caf9b84df350"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b6d59c0da984c1fa582b50700816555"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb509df4cee244f9b793bc02f0603929"}], "type": "placement", "id": "2a0cf09192e94a74bbc2b0ab723b8e3a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.37:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cb432c9fd2143ef86faaa8f91973337"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "561ad49b7685409089ee2e0ff8a62b87"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96b4c5d274fd4c2daf5dfd9e582d59f7"}], "type": "alarming", "id": "420e8dfcc88b4b1794ae854cb149f51b", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.37:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "112e9f0522d04ecd96b91a5ca7a3124a"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f85246c348b4119bd429ad21fac05cd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f94a6d07970b459d8703ddcaef35d03c"}], "type": "compute", "id": "46718e7301e44f85a29980a34cb64864", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.37:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "23e0acba9787417da580c3b813436f06"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7453d0c190b14e5989c6eb29510896df"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6e9d5ccb2814eee815db94f459d9e4d"}], "type": "event", "id": "5de785febe2d4093a50067f7e9c2e5f7", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67294470c5df4699bb58d36b007747d9"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89c5b699cf2e45d1b7718235ba9bd0f2"}, {"url": "http://172.30.9.37:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa14da8d110490482f99352e0c1d085"}], "type": "image", "id": "6f817ba260774998827c562d1c7634ab", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2cd4f8de6a2c4712a88f74eaa9750c64"}, {"url": "http://172.30.9.37:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ea76bf64a6045bc9ffa69d9afe55d9d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87045c906e7e4e4ca9be1772a6a45493"}], "type": "metric", "id": "8958a63c7e4c4e7ea422ef18814f3862", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "493c64fd08dd47f1a62e2f4984c483c1"}, {"url": "http://172.30.9.37:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c26f123716f466894bbcd395f02b55f"}, {"url": "http://192.30.9.8:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9087bf54afa04382adbfa7bef02ec28a"}], "type": "orchestration", "id": "968691db63f046b8805a656573c910ef", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7408043b11fb46d6ae10d0f681830bab"}, {"url": "http://172.30.9.37:8080/v1/AUTH_fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5a9bc96805462784ba2595d64c7652"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b053d897d1c04c74a73f2bf5c74c18aa"}], "type": "object-store", "id": "b6f7b00a5bb9448da6030812a7cd7015", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e8d95ccc67e4d90a0d7ea8069e77ca7"}, {"url": "http://172.30.9.37:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fa4b9905be54c5bb345249914cba555"}, {"url": "http://192.30.9.8:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1936389e4c542818504f1f550dad31e"}], "type": "volumev2", "id": "b9ce5acae9f245e2935448837e5284cf", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "c092cd9287f04a4aa76959670c5ba93e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1998026d70294c79bc303b9675399134"}, {"url": "http://172.30.9.37:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "48a6997467ae4090baad60babb25f44b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce3ad9525dbf40f79392c03e29104459"}], "type": "cloudformation", "id": "cd1ee74fde574cc9a10cc7daab2e6647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4eaef23ddb344b1eb2c6bffe40d0f5a9"}, {"url": "http://172.30.9.37:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b9a42e469e3439b81c3e8d062dbb4ce"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c40abc97559541cfadc986572b58f243"}], "type": "identity", "id": "e69367c501034dc9a3cc7a4b0cae0f10", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aa96fc10549d4277a0b05c475a6e0c4c"}, "audit_ids": ["VBUwQK35TDWiN5JlK1hXkQ"], "issued_at": "2018-08-26T19:54:08.000000Z"}} 2018-08-26 19:54:08,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 19:54:08,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:09,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-5821f87c-e64c-4a39-b413-2609c66611b2 Date: Sun, 26 Aug 2018 19:54:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"19a00f93-5231-48e1-961a-cc9a0029e976","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"1d754d9f85304685bdf65e00f8aa6d01","l2_adjacency":true,"status":"ACTIVE","subnets":["8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b"],"description":"","tags":[],"updated_at":"2018-08-26T19:50:32Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:26Z","provider:network_type":"flat"}]} 2018-08-26 19:54:09,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5821f87c-e64c-4a39-b413-2609c66611b2 2018-08-26 19:54:09,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357107877731s 2018-08-26 19:54:09,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5821f87c-e64c-4a39-b413-2609c66611b2 2018-08-26 19:54:09,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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-26 19:54:09,183 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 26 Aug 2018 19:54:09 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.37: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.37:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-26 19:54:09,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 19:54:09,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:09,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb095c5c-d8b4-412d-8e4b-f0cd09b9e8d6 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.37:5000/v3/domains/c859ddb88cfc4446a2890eb8aaa5fded"}, "tags": [], "enabled": true, "id": "c859ddb88cfc4446a2890eb8aaa5fded", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.37:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.37:5000/v3/domains", "previous": null, "next": null}} 2018-08-26 19:54:09,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/domains used request id req-cb095c5c-d8b4-412d-8e4b-f0cd09b9e8d6 2018-08-26 19:54:09,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.160046815872s 2018-08-26 19:54:09,344 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/domains used request id req-cb095c5c-d8b4-412d-8e4b-f0cd09b9e8d6 2018-08-26 19:54:09,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-26 19:54:09,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1"}}' 2018-08-26 19:54:09,584 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 19:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8eaff482-3843-4380-a0fc-820cf2e07804 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.37:5000/v3/projects/d621c4016ef543558d68dd30c9aef285"}, "tags": [], "enabled": true, "id": "d621c4016ef543558d68dd30c9aef285", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1"}} 2018-08-26 19:54:09,584 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.37:5000/v3/projects used request id req-8eaff482-3843-4380-a0fc-820cf2e07804 2018-08-26 19:54:09,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.232567071915s 2018-08-26 19:54:09,585 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.37:5000/v3/projects used request id req-8eaff482-3843-4380-a0fc-820cf2e07804 2018-08-26 19:54:09,585 - 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'd621c4016ef543558d68dd30c9aef285', '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_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1'}) 2018-08-26 19:54:09,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-26 19:54:09,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "779ead9d-eb8c-4155-918a-89e2a033ead0", "email": null, "name": "tenantnetwork2-user_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1"}}' 2018-08-26 19:54:09,990 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 19:54:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a7d7db6-3446-4f1f-8d98-d8f9413744d4 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1", "links": {"self": "http://172.30.9.37:5000/v3/users/16b5c8995b0a4505997c775254a5fd4c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "16b5c8995b0a4505997c775254a5fd4c", "domain_id": "default", "password_expires_at": null}} 2018-08-26 19:54:09,991 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.37:5000/v3/users used request id req-9a7d7db6-3446-4f1f-8d98-d8f9413744d4 2018-08-26 19:54:09,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.39865398407s 2018-08-26 19:54:09,991 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.37:5000/v3/users used request id req-9a7d7db6-3446-4f1f-8d98-d8f9413744d4 2018-08-26 19:54:09,992 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'16b5c8995b0a4505997c775254a5fd4c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1'}) 2018-08-26 19:54:09,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 19:54:09,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:10,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19743bcc-e546-47bc-b39a-e7debfe5c737 Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.37:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "85822fb710604c3bb02255fb60759877", "links": {"self": "http://172.30.9.37:5000/v3/roles/85822fb710604c3bb02255fb60759877"}, "name": "swiftoperator"}, {"domain_id": null, "id": "878cf966df164b63a15e20abd7dd62ab", "links": {"self": "http://172.30.9.37:5000/v3/roles/878cf966df164b63a15e20abd7dd62ab"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8813934afb014ceab9c3aaf1b31a2455", "links": {"self": "http://172.30.9.37:5000/v3/roles/8813934afb014ceab9c3aaf1b31a2455"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "91fb9dcfad8b412ca0628e07312968af", "links": {"self": "http://172.30.9.37:5000/v3/roles/91fb9dcfad8b412ca0628e07312968af"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.37:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-26 19:54:10,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/roles used request id req-19743bcc-e546-47bc-b39a-e7debfe5c737 2018-08-26 19:54:10,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177387952805s 2018-08-26 19:54:10,173 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/roles used request id req-19743bcc-e546-47bc-b39a-e7debfe5c737 2018-08-26 19:54:10,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 19:54:10,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:10,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75bbbe7d-45e7-4745-bb0f-6c5711ef567a Content-Encoding: gzip Content-Length: 319 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.37:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "85822fb710604c3bb02255fb60759877", "links": {"self": "http://172.30.9.37:5000/v3/roles/85822fb710604c3bb02255fb60759877"}, "name": "swiftoperator"}, {"domain_id": null, "id": "878cf966df164b63a15e20abd7dd62ab", "links": {"self": "http://172.30.9.37:5000/v3/roles/878cf966df164b63a15e20abd7dd62ab"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8813934afb014ceab9c3aaf1b31a2455", "links": {"self": "http://172.30.9.37:5000/v3/roles/8813934afb014ceab9c3aaf1b31a2455"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "91fb9dcfad8b412ca0628e07312968af", "links": {"self": "http://172.30.9.37:5000/v3/roles/91fb9dcfad8b412ca0628e07312968af"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.37:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-26 19:54:10,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/roles used request id req-75bbbe7d-45e7-4745-bb0f-6c5711ef567a 2018-08-26 19:54:10,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178380966187s 2018-08-26 19:54:10,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/roles used request id req-75bbbe7d-45e7-4745-bb0f-6c5711ef567a 2018-08-26 19:54:10,358 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-26 19:54:10,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-26 19:54:10,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" -d '{"role": {"name": "Member"}}' 2018-08-26 19:54:10,507 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 26 Aug 2018 19:54:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04e6d0ec-3420-4598-9031-35feb1f4ef78 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "4a0fe44dd4d946368b5a21b593875078", "links": {"self": "http://172.30.9.37:5000/v3/roles/4a0fe44dd4d946368b5a21b593875078"}, "name": "Member"}} 2018-08-26 19:54:10,507 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.37:5000/v3/roles used request id req-04e6d0ec-3420-4598-9031-35feb1f4ef78 2018-08-26 19:54:10,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.145951986313s 2018-08-26 19:54:10,508 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.37:5000/v3/roles used request id req-04e6d0ec-3420-4598-9031-35feb1f4ef78 2018-08-26 19:54:10,508 - 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'4a0fe44dd4d946368b5a21b593875078'}) 2018-08-26 19:54:10,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 19:54:10,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:10,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30c4d35f-21e0-41d6-9401-7262d57c3024 Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.37:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4a0fe44dd4d946368b5a21b593875078", "links": {"self": "http://172.30.9.37:5000/v3/roles/4a0fe44dd4d946368b5a21b593875078"}, "name": "Member"}, {"domain_id": null, "id": "85822fb710604c3bb02255fb60759877", "links": {"self": "http://172.30.9.37:5000/v3/roles/85822fb710604c3bb02255fb60759877"}, "name": "swiftoperator"}, {"domain_id": null, "id": "878cf966df164b63a15e20abd7dd62ab", "links": {"self": "http://172.30.9.37:5000/v3/roles/878cf966df164b63a15e20abd7dd62ab"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8813934afb014ceab9c3aaf1b31a2455", "links": {"self": "http://172.30.9.37:5000/v3/roles/8813934afb014ceab9c3aaf1b31a2455"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "91fb9dcfad8b412ca0628e07312968af", "links": {"self": "http://172.30.9.37:5000/v3/roles/91fb9dcfad8b412ca0628e07312968af"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.37:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-26 19:54:10,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/roles used request id req-30c4d35f-21e0-41d6-9401-7262d57c3024 2018-08-26 19:54:10,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104115962982s 2018-08-26 19:54:10,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/roles used request id req-30c4d35f-21e0-41d6-9401-7262d57c3024 2018-08-26 19:54:10,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-26 19:54:10,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:10,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43745af5-5640-4193-abce-c351c8bc3f8f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.37:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-26 19:54:10,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/domains/default used request id req-43745af5-5640-4193-abce-c351c8bc3f8f 2018-08-26 19:54:10,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0988209247589s 2018-08-26 19:54:10,720 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/domains/default used request id req-43745af5-5640-4193-abce-c351c8bc3f8f 2018-08-26 19:54:10,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 19:54:10,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:10,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c62d86-ce01-414b-91dc-5f626faabf87 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.37:5000/v3/users/030ede20f8804d47874925cfd7939fd1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "030ede20f8804d47874925cfd7939fd1", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.37:5000/v3/users/03f7034e774a4155a00b84ac322c4eb1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03f7034e774a4155a00b84ac322c4eb1", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.37:5000/v3/users/04f9f45372d54296a1c69c90a13f1f48"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04f9f45372d54296a1c69c90a13f1f48", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.37:5000/v3/users/084caf14e9c64b518d60fa4914308eb0"}, "domain_id": "c859ddb88cfc4446a2890eb8aaa5fded", "enabled": true, "options": {}, "id": "084caf14e9c64b518d60fa4914308eb0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1", "links": {"self": "http://172.30.9.37:5000/v3/users/16b5c8995b0a4505997c775254a5fd4c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "16b5c8995b0a4505997c775254a5fd4c", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.37:5000/v3/users/455cc27f75ec4bdba1c7914b3afe05fa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455cc27f75ec4bdba1c7914b3afe05fa", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.37:5000/v3/users/552e227feaca4948a5fe6b429b0ca566"}, "domain_id": "default", "enabled": true, "options": {}, "id": "552e227feaca4948a5fe6b429b0ca566", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.37:5000/v3/users/5a6b406a24494224afcab434c16c5e6b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a6b406a24494224afcab434c16c5e6b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.37:5000/v3/users/6c7d2dc274484383a367a9857ec73639"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c7d2dc274484383a367a9857ec73639", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.37:5000/v3/users/8f1dc876ea204c9bbaee10428864f5c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f1dc876ea204c9bbaee10428864f5c0", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.37:5000/v3/users/9d3b8593b6c141c29a53ba6ec7ad8323"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d3b8593b6c141c29a53ba6ec7ad8323", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.37:5000/v3/users/aa96fc10549d4277a0b05c475a6e0c4c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa96fc10549d4277a0b05c475a6e0c4c", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.37:5000/v3/users/ce1f659505414582b444493ef4248132"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce1f659505414582b444493ef4248132", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.37:5000/v3/users/fbbad88c81204028b24f338f7ccfccca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbbad88c81204028b24f338f7ccfccca", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.37:5000/v3/users/fe82687996c64e538eb0ee44e6a78824"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe82687996c64e538eb0ee44e6a78824", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.37:5000/v3/users", "previous": null, "next": null}} 2018-08-26 19:54:10,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/users used request id req-e6c62d86-ce01-414b-91dc-5f626faabf87 2018-08-26 19:54:10,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105737924576s 2018-08-26 19:54:10,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/users used request id req-e6c62d86-ce01-414b-91dc-5f626faabf87 2018-08-26 19:54:10,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 19:54:10,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:10,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68a7acfe-728f-494d-93d9-8c5d38fde25b Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.37:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01"}, "tags": [], "enabled": true, "id": "1d754d9f85304685bdf65e00f8aa6d01", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.37:5000/v3/projects/d621c4016ef543558d68dd30c9aef285"}, "tags": [], "enabled": true, "id": "d621c4016ef543558d68dd30c9aef285", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.37:5000/v3/projects/fc9ee6aa3e8744b0a56c5e677d2b987a"}, "tags": [], "enabled": true, "id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-26 19:54:10,934 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/projects?domain_id=default used request id req-68a7acfe-728f-494d-93d9-8c5d38fde25b 2018-08-26 19:54:10,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0949079990387s 2018-08-26 19:54:10,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/projects?domain_id=default used request id req-68a7acfe-728f-494d-93d9-8c5d38fde25b 2018-08-26 19:54:10,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-26 19:54:10,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.37:5000/v3/role_assignments?user.id=16b5c8995b0a4505997c775254a5fd4c&role.id=4a0fe44dd4d946368b5a21b593875078&scope.project.id=d621c4016ef543558d68dd30c9aef285" -H "User-Agent: 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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:11,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77af6e72-bdc0-4a20-95b8-0bea0503803a Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.37:5000/v3/role_assignments?user.id=16b5c8995b0a4505997c775254a5fd4c&role.id=4a0fe44dd4d946368b5a21b593875078&scope.project.id=d621c4016ef543558d68dd30c9aef285", "previous": null, "next": null}} 2018-08-26 19:54:11,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/role_assignments?user.id=16b5c8995b0a4505997c775254a5fd4c&role.id=4a0fe44dd4d946368b5a21b593875078&scope.project.id=d621c4016ef543558d68dd30c9aef285 used request id req-77af6e72-bdc0-4a20-95b8-0bea0503803a 2018-08-26 19:54:11,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0933129787445s 2018-08-26 19:54:11,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/role_assignments?user.id=16b5c8995b0a4505997c775254a5fd4c&role.id=4a0fe44dd4d946368b5a21b593875078&scope.project.id=d621c4016ef543558d68dd30c9aef285 used request id req-77af6e72-bdc0-4a20-95b8-0bea0503803a 2018-08-26 19:54:11,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-26 19:54:11,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.37:5000/v3/projects/d621c4016ef543558d68dd30c9aef285/users/16b5c8995b0a4505997c775254a5fd4c/roles/4a0fe44dd4d946368b5a21b593875078 -H "User-Agent: 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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:11,175 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 19:54:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-956675ea-bfe5-4229-8ab7-4aa2e2648593 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 19:54:11,176 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.37:5000/v3/projects/d621c4016ef543558d68dd30c9aef285/users/16b5c8995b0a4505997c775254a5fd4c/roles/4a0fe44dd4d946368b5a21b593875078 used request id req-956675ea-bfe5-4229-8ab7-4aa2e2648593 2018-08-26 19:54:11,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.13685297966s 2018-08-26 19:54:11,176 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.37:5000/v3/projects/d621c4016ef543558d68dd30c9aef285/users/16b5c8995b0a4505997c775254a5fd4c/roles/4a0fe44dd4d946368b5a21b593875078 used request id req-956675ea-bfe5-4229-8ab7-4aa2e2648593 2018-08-26 19:54:11,177 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1', 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'd621c4016ef543558d68dd30c9aef285', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '779ead9d-eb8c-4155-918a-89e2a033ead0', 'username': u'tenantnetwork2-user_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.37: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-26 19:54:11,179 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 19:54:11,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 19:54:11,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 19:54:11,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 19:54:11,180 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 19:54:11,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 19:54:11,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 19:54:11,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 19:54:11,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 19:54:11,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 19:54:11,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 19:54:11,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 19:54:11,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 19:54:11,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 19:54:11,182 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 19:54:11,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 19:54:11,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 19:54:11,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 19:54:11,183 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 19:54:11,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 19:54:11,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 19:54:11,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 19:54:11,186 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1', 'password': '779ead9d-eb8c-4155-918a-89e2a033ead0', 'project_name': 'tenantnetwork2-project_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.37:5000//v3', 'project_id': 'd621c4016ef543558d68dd30c9aef285', 'project_domain_name': 'Default'} 2018-08-26 19:54:11,187 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-26 19:54:11,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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-26 19:54:11,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef5230a1-b5b8-4bab-8f5f-39c0be5f90cc 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.37:5000/v3/", "rel": "self"}]}} 2018-08-26 19:54:11,198 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.37:5000//v3 used request id req-ef5230a1-b5b8-4bab-8f5f-39c0be5f90cc 2018-08-26 19:54:11,198 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.37:5000/v3/auth/tokens 2018-08-26 19:54:11,598 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "4a0fe44dd4d946368b5a21b593875078", "name": "Member"}], "expires_at": "2018-08-26T20:54:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d621c4016ef543558d68dd30c9aef285", "name": "tenantnetwork2-project_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/d621c4016ef543558d68dd30c9aef285", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6902d27c1b2a447f80b76ea1b96eb0eb"}, {"url": "http://172.30.9.37:8776/v1/d621c4016ef543558d68dd30c9aef285", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7c13c3ab82a9466bb71e2d7732b071c0"}, {"url": "http://192.30.9.8:8776/v1/d621c4016ef543558d68dd30c9aef285", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c80fc1dc6f4b97bf8ace0ad56c0521"}], "type": "volume", "id": "0301813141e5401c92c35be0abfadbd7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/d621c4016ef543558d68dd30c9aef285", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "47e6ef0e7af74cc8be72a8e3a5fdac2b"}, {"url": "http://192.30.9.8:8776/v3/d621c4016ef543558d68dd30c9aef285", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53fe36e753104f8f8bf3ee6e2d9f0038"}, {"url": "http://172.30.9.37:8776/v3/d621c4016ef543558d68dd30c9aef285", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4a1cefa10fa4577936f505172cfab5e"}], "type": "volumev3", "id": "05e6dfb7e319485ea805527995b21bee", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.37:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "510db92d56214607bcc68ea699cc31ef"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a28eb24e62d74f8b9642e47926f2222a"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a9b4f66ed1fa401c9eac53b32201ff87"}], "type": "network", "id": "21922edd55ea4cfdbd3ea48708286463", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.37:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "106bdc700cbd477f8f69caf9b84df350"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b6d59c0da984c1fa582b50700816555"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb509df4cee244f9b793bc02f0603929"}], "type": "placement", "id": "2a0cf09192e94a74bbc2b0ab723b8e3a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.37:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cb432c9fd2143ef86faaa8f91973337"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "561ad49b7685409089ee2e0ff8a62b87"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96b4c5d274fd4c2daf5dfd9e582d59f7"}], "type": "alarming", "id": "420e8dfcc88b4b1794ae854cb149f51b", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.37:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "112e9f0522d04ecd96b91a5ca7a3124a"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f85246c348b4119bd429ad21fac05cd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f94a6d07970b459d8703ddcaef35d03c"}], "type": "compute", "id": "46718e7301e44f85a29980a34cb64864", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.37:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "23e0acba9787417da580c3b813436f06"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7453d0c190b14e5989c6eb29510896df"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6e9d5ccb2814eee815db94f459d9e4d"}], "type": "event", "id": "5de785febe2d4093a50067f7e9c2e5f7", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67294470c5df4699bb58d36b007747d9"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89c5b699cf2e45d1b7718235ba9bd0f2"}, {"url": "http://172.30.9.37:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa14da8d110490482f99352e0c1d085"}], "type": "image", "id": "6f817ba260774998827c562d1c7634ab", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2cd4f8de6a2c4712a88f74eaa9750c64"}, {"url": "http://172.30.9.37:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ea76bf64a6045bc9ffa69d9afe55d9d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87045c906e7e4e4ca9be1772a6a45493"}], "type": "metric", "id": "8958a63c7e4c4e7ea422ef18814f3862", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/d621c4016ef543558d68dd30c9aef285", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "493c64fd08dd47f1a62e2f4984c483c1"}, {"url": "http://172.30.9.37:8004/v1/d621c4016ef543558d68dd30c9aef285", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c26f123716f466894bbcd395f02b55f"}, {"url": "http://192.30.9.8:8004/v1/d621c4016ef543558d68dd30c9aef285", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9087bf54afa04382adbfa7bef02ec28a"}], "type": "orchestration", "id": "968691db63f046b8805a656573c910ef", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_d621c4016ef543558d68dd30c9aef285", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7408043b11fb46d6ae10d0f681830bab"}, {"url": "http://172.30.9.37:8080/v1/AUTH_d621c4016ef543558d68dd30c9aef285", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5a9bc96805462784ba2595d64c7652"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b053d897d1c04c74a73f2bf5c74c18aa"}], "type": "object-store", "id": "b6f7b00a5bb9448da6030812a7cd7015", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/d621c4016ef543558d68dd30c9aef285", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e8d95ccc67e4d90a0d7ea8069e77ca7"}, {"url": "http://172.30.9.37:8776/v2/d621c4016ef543558d68dd30c9aef285", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fa4b9905be54c5bb345249914cba555"}, {"url": "http://192.30.9.8:8776/v2/d621c4016ef543558d68dd30c9aef285", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1936389e4c542818504f1f550dad31e"}], "type": "volumev2", "id": "b9ce5acae9f245e2935448837e5284cf", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "c092cd9287f04a4aa76959670c5ba93e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1998026d70294c79bc303b9675399134"}, {"url": "http://172.30.9.37:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "48a6997467ae4090baad60babb25f44b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce3ad9525dbf40f79392c03e29104459"}], "type": "cloudformation", "id": "cd1ee74fde574cc9a10cc7daab2e6647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4eaef23ddb344b1eb2c6bffe40d0f5a9"}, {"url": "http://172.30.9.37:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b9a42e469e3439b81c3e8d062dbb4ce"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c40abc97559541cfadc986572b58f243"}], "type": "identity", "id": "e69367c501034dc9a3cc7a4b0cae0f10", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1", "id": "16b5c8995b0a4505997c775254a5fd4c"}, "audit_ids": ["YFgvlMZzQdu09jysuX_RMw"], "issued_at": "2018-08-26T19:54:11.000000Z"}} 2018-08-26 19:54:11,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 19:54:11,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" -d '{"network": {"name": "tenantnetwork2-net_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1", "admin_state_up": true}}' 2018-08-26 19:54:12,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-2530a104-c749-405e-9e97-1a723988c206 Date: Sun, 26 Aug 2018 19:54:12 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a2a1378e-0039-45cc-9a03-9a7c76a682c1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d621c4016ef543558d68dd30c9aef285","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T19:54:12Z","is_default":false,"name":"tenantnetwork2-net_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d621c4016ef543558d68dd30c9aef285","created_at":"2018-08-26T19:54:12Z","mtu":1450}} 2018-08-26 19:54:12,206 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-2530a104-c749-405e-9e97-1a723988c206 2018-08-26 19:54:12,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.604700088501s 2018-08-26 19:54:12,207 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-2530a104-c749-405e-9e97-1a723988c206 2018-08-26 19:54:12,207 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-26T19:54:12Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'id': u'a2a1378e-0039-45cc-9a03-9a7c76a682c1', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1', u'admin_state_up': True, u'tenant_id': u'd621c4016ef543558d68dd30c9aef285', u'created_at': u'2018-08-26T19:54:12Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd621c4016ef543558d68dd30c9aef285', u'l2_adjacency': True}) 2018-08-26 19:54:12,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 19:54:12,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" 2018-08-26 19:54:12,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-4885220a-a5cd-4c6e-9c16-7a7144315bd5 Date: Sun, 26 Aug 2018 19:54:12 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"id":"19a00f93-5231-48e1-961a-cc9a0029e976","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1d754d9f85304685bdf65e00f8aa6d01","l2_adjacency":true,"status":"ACTIVE","subnets":["8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b"],"description":"","tags":[],"updated_at":"2018-08-26T19:50:32Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:26Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a2a1378e-0039-45cc-9a03-9a7c76a682c1","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d621c4016ef543558d68dd30c9aef285","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T19:54:12Z","qos_policy_id":null,"name":"tenantnetwork2-net_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1","admin_state_up":true,"tenant_id":"d621c4016ef543558d68dd30c9aef285","created_at":"2018-08-26T19:54:12Z","mtu":1450}]} 2018-08-26 19:54:12,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-4885220a-a5cd-4c6e-9c16-7a7144315bd5 2018-08-26 19:54:12,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265837907791s 2018-08-26 19:54:12,474 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-4885220a-a5cd-4c6e-9c16-7a7144315bd5 2018-08-26 19:54:12,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 19:54:12,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" -d '{"subnet": {"name": "tenantnetwork2-subnet_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1", "enable_dhcp": true, "network_id": "a2a1378e-0039-45cc-9a03-9a7c76a682c1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 19:54:13,338 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0be17880-bd59-4a1a-bb15-19bc65a2d40d Date: Sun, 26 Aug 2018 19:54:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2a1378e-0039-45cc-9a03-9a7c76a682c1","tenant_id":"d621c4016ef543558d68dd30c9aef285","created_at":"2018-08-26T19:54:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T19:54:12Z","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":"d621c4016ef543558d68dd30c9aef285","id":"642caadf-e6bd-4cba-a55a-ef49e05ad1f9","subnetpool_id":null,"name":"tenantnetwork2-subnet_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1"}} 2018-08-26 19:54:13,338 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-0be17880-bd59-4a1a-bb15-19bc65a2d40d 2018-08-26 19:54:13,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.862538099289s 2018-08-26 19:54:13,338 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-0be17880-bd59-4a1a-bb15-19bc65a2d40d 2018-08-26 19:54:13,339 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T19:54:12Z', 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'642caadf-e6bd-4cba-a55a-ef49e05ad1f9', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1', u'enable_dhcp': True, u'network_id': u'a2a1378e-0039-45cc-9a03-9a7c76a682c1', u'tenant_id': u'd621c4016ef543558d68dd30c9aef285', u'created_at': u'2018-08-26T19:54:12Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd621c4016ef543558d68dd30c9aef285'}) 2018-08-26 19:54:13,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 19:54:13,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" -d '{"router": {"external_gateway_info": {"network_id": "19a00f93-5231-48e1-961a-cc9a0029e976"}, "name": "tenantnetwork2-router_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1", "admin_state_up": true}}' 2018-08-26 19:54:19,178 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-29f2a408-9566-49e0-a045-fe61edffbbce Date: Sun, 26 Aug 2018 19:54:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "19a00f93-5231-48e1-961a-cc9a0029e976", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d621c4016ef543558d68dd30c9aef285", "created_at": "2018-08-26T19:54:14Z", "admin_state_up": true, "updated_at": "2018-08-26T19:54:15Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "d621c4016ef543558d68dd30c9aef285", "id": "f17384fa-317c-4f65-b1ff-212aeb46fdb8", "name": "tenantnetwork2-router_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1"}} 2018-08-26 19:54:19,179 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-29f2a408-9566-49e0-a045-fe61edffbbce 2018-08-26 19:54:19,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 5.83931088448s 2018-08-26 19:54:19,179 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-29f2a408-9566-49e0-a045-fe61edffbbce 2018-08-26 19:54:19,179 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T19:54:15Z', u'revision_number': 3, u'id': u'f17384fa-317c-4f65-b1ff-212aeb46fdb8', u'external_gateway_info': {u'network_id': u'19a00f93-5231-48e1-961a-cc9a0029e976', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1', u'admin_state_up': True, u'tenant_id': u'd621c4016ef543558d68dd30c9aef285', u'created_at': u'2018-08-26T19:54:14Z', u'flavor_id': None, u'routes': [], u'project_id': u'd621c4016ef543558d68dd30c9aef285'}) 2018-08-26 19:54:19,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 19:54:19,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.37:9696/v2.0/routers/f17384fa-317c-4f65-b1ff-212aeb46fdb8/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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" -d '{"subnet_id": "642caadf-e6bd-4cba-a55a-ef49e05ad1f9"}' 2018-08-26 19:54:22,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1de516a7-d9b0-475c-b347-473630d1df55 Date: Sun, 26 Aug 2018 19:54:22 GMT RESP BODY: {"network_id": "a2a1378e-0039-45cc-9a03-9a7c76a682c1", "tenant_id": "d621c4016ef543558d68dd30c9aef285", "subnet_id": "642caadf-e6bd-4cba-a55a-ef49e05ad1f9", "subnet_ids": ["642caadf-e6bd-4cba-a55a-ef49e05ad1f9"], "port_id": "5639638e-fe53-4f08-92fe-fd9fc9b28809", "id": "f17384fa-317c-4f65-b1ff-212aeb46fdb8"} 2018-08-26 19:54:22,562 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/f17384fa-317c-4f65-b1ff-212aeb46fdb8/add_router_interface.json used request id req-1de516a7-d9b0-475c-b347-473630d1df55 2018-08-26 19:54:22,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.38210105896s 2018-08-26 19:54:22,563 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/f17384fa-317c-4f65-b1ff-212aeb46fdb8/add_router_interface.json used request id req-1de516a7-d9b0-475c-b347-473630d1df55 returning object f17384fa-317c-4f65-b1ff-212aeb46fdb8 2018-08-26 19:54:22,677 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 19:54:22,677 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:11 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-26 19:54:22,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 19:54:22,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.37:9696/v2.0/routers/f17384fa-317c-4f65-b1ff-212aeb46fdb8/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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" -d '{"subnet_id": "642caadf-e6bd-4cba-a55a-ef49e05ad1f9"}' 2018-08-26 19:54:24,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-617a774d-1a03-4c38-9839-1ff7c608b3a0 Date: Sun, 26 Aug 2018 19:54:24 GMT RESP BODY: {"network_id": "a2a1378e-0039-45cc-9a03-9a7c76a682c1", "tenant_id": "d621c4016ef543558d68dd30c9aef285", "subnet_id": "642caadf-e6bd-4cba-a55a-ef49e05ad1f9", "subnet_ids": ["642caadf-e6bd-4cba-a55a-ef49e05ad1f9"], "port_id": "5639638e-fe53-4f08-92fe-fd9fc9b28809", "id": "f17384fa-317c-4f65-b1ff-212aeb46fdb8"} 2018-08-26 19:54:24,642 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/f17384fa-317c-4f65-b1ff-212aeb46fdb8/remove_router_interface.json used request id req-617a774d-1a03-4c38-9839-1ff7c608b3a0 2018-08-26 19:54:24,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.96031999588s 2018-08-26 19:54:24,642 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/f17384fa-317c-4f65-b1ff-212aeb46fdb8/remove_router_interface.json used request id req-617a774d-1a03-4c38-9839-1ff7c608b3a0 returning object f17384fa-317c-4f65-b1ff-212aeb46fdb8 2018-08-26 19:54:24,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 19:54:24,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" 2018-08-26 19:54:25,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-72186dff-6578-4e21-906d-777296bab104 Date: Sun, 26 Aug 2018 19:54:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "19a00f93-5231-48e1-961a-cc9a0029e976", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d621c4016ef543558d68dd30c9aef285", "created_at": "2018-08-26T19:54:14Z", "admin_state_up": true, "updated_at": "2018-08-26T19:54:23Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "d621c4016ef543558d68dd30c9aef285", "id": "f17384fa-317c-4f65-b1ff-212aeb46fdb8", "name": "tenantnetwork2-router_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1"}]} 2018-08-26 19:54:25,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-72186dff-6578-4e21-906d-777296bab104 2018-08-26 19:54:25,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.991177082062s 2018-08-26 19:54:25,634 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-72186dff-6578-4e21-906d-777296bab104 2018-08-26 19:54:25,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 19:54:25,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:9696/v2.0/routers/f17384fa-317c-4f65-b1ff-212aeb46fdb8.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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" 2018-08-26 19:54:29,888 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8ee983ed-1c28-4b88-bf44-c2ecc296b0be Content-Length: 0 Date: Sun, 26 Aug 2018 19:54:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 19:54:29,888 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/routers/f17384fa-317c-4f65-b1ff-212aeb46fdb8.json used request id req-8ee983ed-1c28-4b88-bf44-c2ecc296b0be 2018-08-26 19:54:29,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.25253582001s 2018-08-26 19:54:29,889 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/routers/f17384fa-317c-4f65-b1ff-212aeb46fdb8.json used request id req-8ee983ed-1c28-4b88-bf44-c2ecc296b0be 2018-08-26 19:54:29,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 19:54:29,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" 2018-08-26 19:54:29,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-d2ef0004-17a6-4c6a-b274-5da0b510a620 Date: Sun, 26 Aug 2018 19:54:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2a1378e-0039-45cc-9a03-9a7c76a682c1","tenant_id":"d621c4016ef543558d68dd30c9aef285","created_at":"2018-08-26T19:54:12Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-26T19:54:12Z","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":"d621c4016ef543558d68dd30c9aef285","id":"642caadf-e6bd-4cba-a55a-ef49e05ad1f9","subnetpool_id":null,"name":"tenantnetwork2-subnet_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1"}]} 2018-08-26 19:54:29,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-d2ef0004-17a6-4c6a-b274-5da0b510a620 2018-08-26 19:54:29,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0654649734497s 2018-08-26 19:54:29,955 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-d2ef0004-17a6-4c6a-b274-5da0b510a620 2018-08-26 19:54:29,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 19:54:29,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:9696/v2.0/subnets/642caadf-e6bd-4cba-a55a-ef49e05ad1f9.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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" 2018-08-26 19:54:32,511 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-47e6735a-a960-4013-8c3e-a2986ed33bcc Date: Sun, 26 Aug 2018 19:54:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 19:54:32,511 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/subnets/642caadf-e6bd-4cba-a55a-ef49e05ad1f9.json used request id req-47e6735a-a960-4013-8c3e-a2986ed33bcc 2018-08-26 19:54:32,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.55509209633s 2018-08-26 19:54:32,512 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/subnets/642caadf-e6bd-4cba-a55a-ef49e05ad1f9.json used request id req-47e6735a-a960-4013-8c3e-a2986ed33bcc 2018-08-26 19:54:32,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 19:54:32,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" 2018-08-26 19:54:32,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-821e357d-a0ff-4686-af4e-1092f2e548e5 Date: Sun, 26 Aug 2018 19:54:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"id":"19a00f93-5231-48e1-961a-cc9a0029e976","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1d754d9f85304685bdf65e00f8aa6d01","l2_adjacency":true,"status":"ACTIVE","subnets":["8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b"],"description":"","tags":[],"updated_at":"2018-08-26T19:50:32Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:26Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"a2a1378e-0039-45cc-9a03-9a7c76a682c1","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d621c4016ef543558d68dd30c9aef285","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T19:54:32Z","qos_policy_id":null,"name":"tenantnetwork2-net_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1","admin_state_up":true,"tenant_id":"d621c4016ef543558d68dd30c9aef285","created_at":"2018-08-26T19:54:12Z","mtu":1450}]} 2018-08-26 19:54:32,743 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-821e357d-a0ff-4686-af4e-1092f2e548e5 2018-08-26 19:54:32,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.230465888977s 2018-08-26 19:54:32,743 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-821e357d-a0ff-4686-af4e-1092f2e548e5 2018-08-26 19:54:32,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 19:54:32,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:9696/v2.0/networks/a2a1378e-0039-45cc-9a03-9a7c76a682c1.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}8c0e952969f165a3a195cbfa0004aa4a7479a0a6" 2018-08-26 19:54:34,369 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d6af6319-a7e4-44f7-a92b-4d5fcf666a2c Date: Sun, 26 Aug 2018 19:54:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 19:54:34,369 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/networks/a2a1378e-0039-45cc-9a03-9a7c76a682c1.json used request id req-d6af6319-a7e4-44f7-a92b-4d5fcf666a2c 2018-08-26 19:54:34,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.62472891808s 2018-08-26 19:54:34,369 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/networks/a2a1378e-0039-45cc-9a03-9a7c76a682c1.json used request id req-d6af6319-a7e4-44f7-a92b-4d5fcf666a2c 2018-08-26 19:54:34,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 19:54:34,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:34,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a9adc6-5b83-463e-845f-35276b084651 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "aodh", "links": {"self": "http://172.30.9.37:5000/v3/users/030ede20f8804d47874925cfd7939fd1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "030ede20f8804d47874925cfd7939fd1", "email": "aodh@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.37:5000/v3/users/03f7034e774a4155a00b84ac322c4eb1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "03f7034e774a4155a00b84ac322c4eb1", "email": "placement@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.37:5000/v3/users/04f9f45372d54296a1c69c90a13f1f48"}, "domain_id": "default", "enabled": true, "options": {}, "id": "04f9f45372d54296a1c69c90a13f1f48", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.37:5000/v3/users/084caf14e9c64b518d60fa4914308eb0"}, "domain_id": "c859ddb88cfc4446a2890eb8aaa5fded", "enabled": true, "options": {}, "id": "084caf14e9c64b518d60fa4914308eb0", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1", "links": {"self": "http://172.30.9.37:5000/v3/users/16b5c8995b0a4505997c775254a5fd4c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "16b5c8995b0a4505997c775254a5fd4c", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.37:5000/v3/users/455cc27f75ec4bdba1c7914b3afe05fa"}, "domain_id": "default", "enabled": true, "options": {}, "id": "455cc27f75ec4bdba1c7914b3afe05fa", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.37:5000/v3/users/552e227feaca4948a5fe6b429b0ca566"}, "domain_id": "default", "enabled": true, "options": {}, "id": "552e227feaca4948a5fe6b429b0ca566", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.37:5000/v3/users/5a6b406a24494224afcab434c16c5e6b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5a6b406a24494224afcab434c16c5e6b", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.37:5000/v3/users/6c7d2dc274484383a367a9857ec73639"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6c7d2dc274484383a367a9857ec73639", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.37:5000/v3/users/8f1dc876ea204c9bbaee10428864f5c0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8f1dc876ea204c9bbaee10428864f5c0", "email": "swift@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.37:5000/v3/users/9d3b8593b6c141c29a53ba6ec7ad8323"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d3b8593b6c141c29a53ba6ec7ad8323", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.37:5000/v3/users/aa96fc10549d4277a0b05c475a6e0c4c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aa96fc10549d4277a0b05c475a6e0c4c", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.37:5000/v3/users/ce1f659505414582b444493ef4248132"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ce1f659505414582b444493ef4248132", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.37:5000/v3/users/fbbad88c81204028b24f338f7ccfccca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fbbad88c81204028b24f338f7ccfccca", "email": "glance@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.37:5000/v3/users/fe82687996c64e538eb0ee44e6a78824"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fe82687996c64e538eb0ee44e6a78824", "email": "ceilometer@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.37:5000/v3/users", "previous": null, "next": null}} 2018-08-26 19:54:34,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/users used request id req-d6a9adc6-5b83-463e-845f-35276b084651 2018-08-26 19:54:34,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.10772395134s 2018-08-26 19:54:34,478 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/users used request id req-d6a9adc6-5b83-463e-845f-35276b084651 2018-08-26 19:54:34,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-26 19:54:34,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37:5000/v3/users/16b5c8995b0a4505997c775254a5fd4c -H "User-Agent: 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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:34,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49aca7fc-3515-4281-9eed-5906e26e5d20 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1", "links": {"self": "http://172.30.9.37:5000/v3/users/16b5c8995b0a4505997c775254a5fd4c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "16b5c8995b0a4505997c775254a5fd4c", "description": null}} 2018-08-26 19:54:34,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/users/16b5c8995b0a4505997c775254a5fd4c used request id req-49aca7fc-3515-4281-9eed-5906e26e5d20 2018-08-26 19:54:34,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195437908173s 2018-08-26 19:54:34,680 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/users/16b5c8995b0a4505997c775254a5fd4c used request id req-49aca7fc-3515-4281-9eed-5906e26e5d20 2018-08-26 19:54:34,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-26 19:54:34,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:5000/v3/users/16b5c8995b0a4505997c775254a5fd4c -H "User-Agent: 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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:34,914 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 19:54:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-237ef117-75c4-4c16-8155-6c1746d4ee64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 19:54:34,914 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.37:5000/v3/users/16b5c8995b0a4505997c775254a5fd4c used request id req-237ef117-75c4-4c16-8155-6c1746d4ee64 2018-08-26 19:54:34,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.233587026596s 2018-08-26 19:54:34,915 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.37:5000/v3/users/16b5c8995b0a4505997c775254a5fd4c used request id req-237ef117-75c4-4c16-8155-6c1746d4ee64 2018-08-26 19:54:34,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-26 19:54:34,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:35,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20d48c8b-c758-4552-89e7-2727dca6a531 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.37:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.37:5000/v3/projects/1d754d9f85304685bdf65e00f8aa6d01"}, "tags": [], "enabled": true, "id": "1d754d9f85304685bdf65e00f8aa6d01", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.37:5000/v3/projects/d621c4016ef543558d68dd30c9aef285"}, "tags": [], "enabled": true, "id": "d621c4016ef543558d68dd30c9aef285", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_05434c8a-fd3a-4b19-b0e5-e30ec33e10f1"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.37:5000/v3/projects/fc9ee6aa3e8744b0a56c5e677d2b987a"}, "tags": [], "enabled": true, "id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-26 19:54:35,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/projects used request id req-20d48c8b-c758-4552-89e7-2727dca6a531 2018-08-26 19:54:35,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.173789978027s 2018-08-26 19:54:35,095 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/projects used request id req-20d48c8b-c758-4552-89e7-2727dca6a531 2018-08-26 19:54:35,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-26 19:54:35,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:5000/v3/projects/d621c4016ef543558d68dd30c9aef285 -H "User-Agent: 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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:35,426 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 19:54:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-298a0043-abd0-4d85-830c-ac39dbda6897 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 19:54:35,426 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.37:5000/v3/projects/d621c4016ef543558d68dd30c9aef285 used request id req-298a0043-abd0-4d85-830c-ac39dbda6897 2018-08-26 19:54:35,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.327425003052s 2018-08-26 19:54:35,427 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.37:5000/v3/projects/d621c4016ef543558d68dd30c9aef285 used request id req-298a0043-abd0-4d85-830c-ac39dbda6897 2018-08-26 19:54:35,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-26 19:54:35,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:35,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06811818-1822-4128-97d6-c3b7f595511e Content-Encoding: gzip Content-Length: 350 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.37:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "4a0fe44dd4d946368b5a21b593875078", "links": {"self": "http://172.30.9.37:5000/v3/roles/4a0fe44dd4d946368b5a21b593875078"}, "name": "Member"}, {"domain_id": null, "id": "85822fb710604c3bb02255fb60759877", "links": {"self": "http://172.30.9.37:5000/v3/roles/85822fb710604c3bb02255fb60759877"}, "name": "swiftoperator"}, {"domain_id": null, "id": "878cf966df164b63a15e20abd7dd62ab", "links": {"self": "http://172.30.9.37:5000/v3/roles/878cf966df164b63a15e20abd7dd62ab"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8813934afb014ceab9c3aaf1b31a2455", "links": {"self": "http://172.30.9.37:5000/v3/roles/8813934afb014ceab9c3aaf1b31a2455"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "91fb9dcfad8b412ca0628e07312968af", "links": {"self": "http://172.30.9.37:5000/v3/roles/91fb9dcfad8b412ca0628e07312968af"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.37:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}]} 2018-08-26 19:54:35,523 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/roles used request id req-06811818-1822-4128-97d6-c3b7f595511e 2018-08-26 19:54:35,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0926630496979s 2018-08-26 19:54:35,523 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.37:5000/v3/roles used request id req-06811818-1822-4128-97d6-c3b7f595511e 2018-08-26 19:54:35,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-26 19:54:35,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:5000/v3/roles/4a0fe44dd4d946368b5a21b593875078 -H "User-Agent: 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}85fe4f1e8e0d6bf36ade63b0f12993212cb620e0" 2018-08-26 19:54:35,716 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 26 Aug 2018 19:54:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6760b1a0-e118-439e-9141-4a6ccd873ca3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-26 19:54:35,716 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.37:5000/v3/roles/4a0fe44dd4d946368b5a21b593875078 used request id req-6760b1a0-e118-439e-9141-4a6ccd873ca3 2018-08-26 19:54:35,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.187506198883s 2018-08-26 19:54:35,716 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.37:5000/v3/roles/4a0fe44dd4d946368b5a21b593875078 used request id req-6760b1a0-e118-439e-9141-4a6ccd873ca3 2018-08-26 19:54:35,766 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-26 19:54:35,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-26 19:54:35,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-26 19:54:35,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-26 19:54:35,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-26 19:54:35,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-26 19:54:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-26 19:54:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-26 19:54:35,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-26 19:54:35,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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-26 19:54:35,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 26 Aug 2018 19:54:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4470c0e-ef91-4a12-bfde-8b94041c6667 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.37:5000/v3/", "rel": "self"}]}} 2018-08-26 19:54:35,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.37:5000//v3 used request id req-a4470c0e-ef91-4a12-bfde-8b94041c6667 2018-08-26 19:54:35,845 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.37:5000/v3/auth/tokens 2018-08-26 19:54:36,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "91fb9dcfad8b412ca0628e07312968af", "name": "admin"}], "expires_at": "2018-08-26T20:54:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.8:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6902d27c1b2a447f80b76ea1b96eb0eb"}, {"url": "http://172.30.9.37:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7c13c3ab82a9466bb71e2d7732b071c0"}, {"url": "http://192.30.9.8:8776/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "92c80fc1dc6f4b97bf8ace0ad56c0521"}], "type": "volume", "id": "0301813141e5401c92c35be0abfadbd7", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "47e6ef0e7af74cc8be72a8e3a5fdac2b"}, {"url": "http://192.30.9.8:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53fe36e753104f8f8bf3ee6e2d9f0038"}, {"url": "http://172.30.9.37:8776/v3/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a4a1cefa10fa4577936f505172cfab5e"}], "type": "volumev3", "id": "05e6dfb7e319485ea805527995b21bee", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.37:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "510db92d56214607bcc68ea699cc31ef"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a28eb24e62d74f8b9642e47926f2222a"}, {"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a9b4f66ed1fa401c9eac53b32201ff87"}], "type": "network", "id": "21922edd55ea4cfdbd3ea48708286463", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.37:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "106bdc700cbd477f8f69caf9b84df350"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9b6d59c0da984c1fa582b50700816555"}, {"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bb509df4cee244f9b793bc02f0603929"}], "type": "placement", "id": "2a0cf09192e94a74bbc2b0ab723b8e3a", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.37:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4cb432c9fd2143ef86faaa8f91973337"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "561ad49b7685409089ee2e0ff8a62b87"}, {"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "96b4c5d274fd4c2daf5dfd9e582d59f7"}], "type": "alarming", "id": "420e8dfcc88b4b1794ae854cb149f51b", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.37:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "112e9f0522d04ecd96b91a5ca7a3124a"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4f85246c348b4119bd429ad21fac05cd"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f94a6d07970b459d8703ddcaef35d03c"}], "type": "compute", "id": "46718e7301e44f85a29980a34cb64864", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.37:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "23e0acba9787417da580c3b813436f06"}, {"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7453d0c190b14e5989c6eb29510896df"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a6e9d5ccb2814eee815db94f459d9e4d"}], "type": "event", "id": "5de785febe2d4093a50067f7e9c2e5f7", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "67294470c5df4699bb58d36b007747d9"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "89c5b699cf2e45d1b7718235ba9bd0f2"}, {"url": "http://172.30.9.37:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eaa14da8d110490482f99352e0c1d085"}], "type": "image", "id": "6f817ba260774998827c562d1c7634ab", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2cd4f8de6a2c4712a88f74eaa9750c64"}, {"url": "http://172.30.9.37:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4ea76bf64a6045bc9ffa69d9afe55d9d"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "87045c906e7e4e4ca9be1772a6a45493"}], "type": "metric", "id": "8958a63c7e4c4e7ea422ef18814f3862", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "493c64fd08dd47f1a62e2f4984c483c1"}, {"url": "http://172.30.9.37:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5c26f123716f466894bbcd395f02b55f"}, {"url": "http://192.30.9.8:8004/v1/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9087bf54afa04382adbfa7bef02ec28a"}], "type": "orchestration", "id": "968691db63f046b8805a656573c910ef", "name": "heat"}, {"endpoints": [{"url": "http://12.0.0.23:8080/v1/AUTH_fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7408043b11fb46d6ae10d0f681830bab"}, {"url": "http://172.30.9.37:8080/v1/AUTH_fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5a9bc96805462784ba2595d64c7652"}, {"url": "http://12.0.0.23:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b053d897d1c04c74a73f2bf5c74c18aa"}], "type": "object-store", "id": "b6f7b00a5bb9448da6030812a7cd7015", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0e8d95ccc67e4d90a0d7ea8069e77ca7"}, {"url": "http://172.30.9.37:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4fa4b9905be54c5bb345249914cba555"}, {"url": "http://192.30.9.8:8776/v2/fc9ee6aa3e8744b0a56c5e677d2b987a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f1936389e4c542818504f1f550dad31e"}], "type": "volumev2", "id": "b9ce5acae9f245e2935448837e5284cf", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "c092cd9287f04a4aa76959670c5ba93e", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1998026d70294c79bc303b9675399134"}, {"url": "http://172.30.9.37:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "48a6997467ae4090baad60babb25f44b"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce3ad9525dbf40f79392c03e29104459"}], "type": "cloudformation", "id": "cd1ee74fde574cc9a10cc7daab2e6647", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4eaef23ddb344b1eb2c6bffe40d0f5a9"}, {"url": "http://172.30.9.37:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9b9a42e469e3439b81c3e8d062dbb4ce"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c40abc97559541cfadc986572b58f243"}], "type": "identity", "id": "e69367c501034dc9a3cc7a4b0cae0f10", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aa96fc10549d4277a0b05c475a6e0c4c"}, "audit_ids": ["0SzmCLp_R56nF3oxmMKq7w"], "issued_at": "2018-08-26T19:54:36.000000Z"}} 2018-08-26 19:54:36,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 19:54:36,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.37: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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" 2018-08-26 19:54:36,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-8ef8a399-f19b-45ad-bd87-c16eaeddf7c3 Date: Sun, 26 Aug 2018 19:54:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"19a00f93-5231-48e1-961a-cc9a0029e976","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"1d754d9f85304685bdf65e00f8aa6d01","l2_adjacency":true,"status":"ACTIVE","subnets":["8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b"],"description":"","tags":[],"updated_at":"2018-08-26T19:50:32Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:26Z","provider:network_type":"flat"}]} 2018-08-26 19:54:36,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8ef8a399-f19b-45ad-bd87-c16eaeddf7c3 2018-08-26 19:54:36,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.321349859238s 2018-08-26 19:54:36,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8ef8a399-f19b-45ad-bd87-c16eaeddf7c3 2018-08-26 19:54:36,624 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-26 19:54:36,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-26 19:54:36,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" -d '{"network": {"name": "vmready1-net_0a950421-cc65-416c-8c23-80468ec9259f", "admin_state_up": true}}' 2018-08-26 19:54:37,098 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-116b3440-3347-44b2-a295-af2f3f66585f Date: Sun, 26 Aug 2018 19:54:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e5e53dda-aae5-47a3-aad6-cc597fc670d8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T19:54:36Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_0a950421-cc65-416c-8c23-80468ec9259f","admin_state_up":true,"tenant_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","created_at":"2018-08-26T19:54:36Z","mtu":1450}} 2018-08-26 19:54:37,098 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-116b3440-3347-44b2-a295-af2f3f66585f 2018-08-26 19:54:37,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.473879098892s 2018-08-26 19:54:37,099 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-116b3440-3347-44b2-a295-af2f3f66585f 2018-08-26 19:54:37,099 - 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-26T19:54:36Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e5e53dda-aae5-47a3-aad6-cc597fc670d8', u'provider:segmentation_id': 82, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_0a950421-cc65-416c-8c23-80468ec9259f', u'created_at': u'2018-08-26T19:54:36Z', u'mtu': 1450, u'tenant_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a', u'l2_adjacency': True}) 2018-08-26 19:54:37,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 19:54:37,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" 2018-08-26 19:54:38,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-c52b95cf-e623-4dba-ada5-d52f3155faf9 Date: Sun, 26 Aug 2018 19:54:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"19a00f93-5231-48e1-961a-cc9a0029e976","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"1d754d9f85304685bdf65e00f8aa6d01","l2_adjacency":true,"status":"ACTIVE","subnets":["8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b"],"description":"","tags":[],"updated_at":"2018-08-26T19:50:32Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e5e53dda-aae5-47a3-aad6-cc597fc670d8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T19:54:36Z","qos_policy_id":null,"name":"vmready1-net_0a950421-cc65-416c-8c23-80468ec9259f","admin_state_up":true,"tenant_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","created_at":"2018-08-26T19:54:36Z","provider:network_type":"vxlan"}]} 2018-08-26 19:54:38,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-c52b95cf-e623-4dba-ada5-d52f3155faf9 2018-08-26 19:54:38,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.982137203217s 2018-08-26 19:54:38,082 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-c52b95cf-e623-4dba-ada5-d52f3155faf9 2018-08-26 19:54:38,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-26 19:54:38,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" -d '{"subnet": {"name": "vmready1-subnet_0a950421-cc65-416c-8c23-80468ec9259f", "enable_dhcp": true, "network_id": "e5e53dda-aae5-47a3-aad6-cc597fc670d8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-26 19:54:38,709 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-e7d02970-056c-4330-9130-1907ce14b678 Date: Sun, 26 Aug 2018 19:54:38 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-26T19:54:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"5e331761-f87f-440a-a779-234df8ea2139","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_0a950421-cc65-416c-8c23-80468ec9259f","enable_dhcp":true,"segment_id":null,"network_id":"e5e53dda-aae5-47a3-aad6-cc597fc670d8","tenant_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","created_at":"2018-08-26T19:54:38Z","ip_version":4}} 2018-08-26 19:54:38,709 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-e7d02970-056c-4330-9130-1907ce14b678 2018-08-26 19:54:38,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.624758958817s 2018-08-26 19:54:38,710 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-e7d02970-056c-4330-9130-1907ce14b678 2018-08-26 19:54:38,710 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T19:54:38Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'5e331761-f87f-440a-a779-234df8ea2139', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_0a950421-cc65-416c-8c23-80468ec9259f', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'e5e53dda-aae5-47a3-aad6-cc597fc670d8', u'tenant_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a', u'created_at': u'2018-08-26T19:54:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a'}) 2018-08-26 19:54:38,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-26 19:54:38,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" -d '{"router": {"external_gateway_info": {"network_id": "19a00f93-5231-48e1-961a-cc9a0029e976"}, "name": "vmready1-router_0a950421-cc65-416c-8c23-80468ec9259f", "admin_state_up": true}}' 2018-08-26 19:54:45,699 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-5d95198b-6962-4797-9470-b607a1f970d8 Date: Sun, 26 Aug 2018 19:54:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "19a00f93-5231-48e1-961a-cc9a0029e976", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "created_at": "2018-08-26T19:54:40Z", "admin_state_up": true, "updated_at": "2018-08-26T19:54:41Z", "project_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "flavor_id": null, "revision_number": 2, "routes": [], "ha": true, "id": "f020c380-45dd-41f7-b9c9-2436461e2941", "name": "vmready1-router_0a950421-cc65-416c-8c23-80468ec9259f"}} 2018-08-26 19:54:45,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-5d95198b-6962-4797-9470-b607a1f970d8 2018-08-26 19:54:45,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.98917198181s 2018-08-26 19:54:45,700 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-5d95198b-6962-4797-9470-b607a1f970d8 2018-08-26 19:54:45,701 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-26T19:54:41Z', u'revision_number': 2, u'ha': True, u'id': u'f020c380-45dd-41f7-b9c9-2436461e2941', u'external_gateway_info': {u'network_id': u'19a00f93-5231-48e1-961a-cc9a0029e976', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_0a950421-cc65-416c-8c23-80468ec9259f', u'admin_state_up': True, u'tenant_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a', u'created_at': u'2018-08-26T19:54:40Z', u'flavor_id': None, u'routes': [], u'project_id': u'fc9ee6aa3e8744b0a56c5e677d2b987a'}) 2018-08-26 19:54:45,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-26 19:54:45,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.37:9696/v2.0/routers/f020c380-45dd-41f7-b9c9-2436461e2941/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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" -d '{"subnet_id": "5e331761-f87f-440a-a779-234df8ea2139"}' 2018-08-26 19:54:48,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8d362fda-cf4c-47b3-aaef-a7236df99267 Date: Sun, 26 Aug 2018 19:54:48 GMT RESP BODY: {"network_id": "e5e53dda-aae5-47a3-aad6-cc597fc670d8", "tenant_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "subnet_id": "5e331761-f87f-440a-a779-234df8ea2139", "subnet_ids": ["5e331761-f87f-440a-a779-234df8ea2139"], "port_id": "0d070bc9-591d-42d8-ae2f-b267c6585a17", "id": "f020c380-45dd-41f7-b9c9-2436461e2941"} 2018-08-26 19:54:48,278 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/f020c380-45dd-41f7-b9c9-2436461e2941/add_router_interface.json used request id req-8d362fda-cf4c-47b3-aaef-a7236df99267 2018-08-26 19:54:48,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.57662391663s 2018-08-26 19:54:48,279 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/f020c380-45dd-41f7-b9c9-2436461e2941/add_router_interface.json used request id req-8d362fda-cf4c-47b3-aaef-a7236df99267 returning object f020c380-45dd-41f7-b9c9-2436461e2941 2018-08-26 19:54:48,279 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-26 19:54:48,427 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-26 19:54:48,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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-26 19:54:48,434 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 26 Aug 2018 19:54:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.37:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.37:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.37:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.37:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.37:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.37:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.37:9292/v2/", "rel": "self"}]}]} 2018-08-26 19:54:48,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-26 19:54:48,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" 2018-08-26 19:54:49,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-50401b03-1257-4517-b78a-d4475cc21b51 Date: Sun, 26 Aug 2018 19:54:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-26 19:54:49,163 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.37:9292/v2/images used request id req-50401b03-1257-4517-b78a-d4475cc21b51 2018-08-26 19:54:49,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.726032018661s 2018-08-26 19:54:49,164 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.37:9292/v2/images used request id req-50401b03-1257-4517-b78a-d4475cc21b51 2018-08-26 19:54:49,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-26 19:54:49,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.37: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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_0a950421-cc65-416c-8c23-80468ec9259f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_0a950421-cc65-416c-8c23-80468ec9259f"}' 2018-08-26 19:54:49,963 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.37:9292/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-42b80701-9973-4765-a259-dd42bb12f141 Date: Sun, 26 Aug 2018 19:54:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878/file", "owner": "fc9ee6aa3e8744b0a56c5e677d2b987a", "id": "f027c5ce-6185-4308-875d-e9b2b7532878", "size": null, "self": "/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-26T19:54:49Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_0a950421-cc65-416c-8c23-80468ec9259f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_0a950421-cc65-416c-8c23-80468ec9259f", "checksum": null, "created_at": "2018-08-26T19:54:49Z", "protected": false} 2018-08-26 19:54:49,963 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.37:9292/v2/images used request id req-42b80701-9973-4765-a259-dd42bb12f141 2018-08-26 19:54:49,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.79133605957s 2018-08-26 19:54:49,963 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.37:9292/v2/images used request id req-42b80701-9973-4765-a259-dd42bb12f141 returning object f027c5ce-6185-4308-875d-e9b2b7532878 2018-08-26 19:54:49,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-26 19:54:49,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.37:9292/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878/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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" -d '' 2018-08-26 19:56:50,013 - shade - DEBUG - Unable to establish connection to http://172.30.9.37:9292/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-26 19:56:50,013 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.048160076 seconds, retrying 2018-08-26 19:56:50,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.37:9292/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878/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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" -d '' 2018-08-26 19:56:50,759 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-5b54f3bf-78e3-4a95-8667-c6884dc2d6e1 Date: Sun, 26 Aug 2018 19:56:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 19:56:50,759 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.37:9292/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878/file used request id req-5b54f3bf-78e3-4a95-8667-c6884dc2d6e1 2018-08-26 19:56:50,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.794882059s 2018-08-26 19:56:50,760 - shade - DEBUG - Deleting failed upload of image vmready1-img_0a950421-cc65-416c-8c23-80468ec9259f 2018-08-26 19:56:50,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-26 19:56:50,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:9292/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878 -H "User-Agent: 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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" 2018-08-26 19:56:51,490 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1bb5ae4d-15fe-4f50-a192-d970251fc862 Date: Sun, 26 Aug 2018 19:56:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-26 19:56:51,490 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.37:9292/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878 used request id req-1bb5ae4d-15fe-4f50-a192-d970251fc862 2018-08-26 19:56:51,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.729959011078s 2018-08-26 19:56:51,490 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.37:9292/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878 used request id req-1bb5ae4d-15fe-4f50-a192-d970251fc862 2018-08-26 19:56:51,490 - 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.37:9292/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878/file Conflict 2018-08-26 19:56:51,497 - 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.37:9292/v2/images/f027c5ce-6185-4308-875d-e9b2b7532878/file Conflict 2018-08-26 19:56:51,605 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-26 19:56:51,605 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:15 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-26 19:56:51,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-26 19:56:51,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.37:9696/v2.0/routers/f020c380-45dd-41f7-b9c9-2436461e2941/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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" -d '{"subnet_id": "5e331761-f87f-440a-a779-234df8ea2139"}' 2018-08-26 19:56:53,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bf9d761a-a413-4215-b107-c46b98346465 Date: Sun, 26 Aug 2018 19:56:53 GMT RESP BODY: {"network_id": "e5e53dda-aae5-47a3-aad6-cc597fc670d8", "tenant_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "subnet_id": "5e331761-f87f-440a-a779-234df8ea2139", "subnet_ids": ["5e331761-f87f-440a-a779-234df8ea2139"], "port_id": "0d070bc9-591d-42d8-ae2f-b267c6585a17", "id": "f020c380-45dd-41f7-b9c9-2436461e2941"} 2018-08-26 19:56:53,810 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/f020c380-45dd-41f7-b9c9-2436461e2941/remove_router_interface.json used request id req-bf9d761a-a413-4215-b107-c46b98346465 2018-08-26 19:56:53,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.19956803322s 2018-08-26 19:56:53,810 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.37:9696/v2.0/routers/f020c380-45dd-41f7-b9c9-2436461e2941/remove_router_interface.json used request id req-bf9d761a-a413-4215-b107-c46b98346465 returning object f020c380-45dd-41f7-b9c9-2436461e2941 2018-08-26 19:56:53,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-26 19:56:53,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" 2018-08-26 19:56:54,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-d23e2927-d8c9-407a-aa5b-dde6dd3a7b9b Date: Sun, 26 Aug 2018 19:56:54 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "19a00f93-5231-48e1-961a-cc9a0029e976", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "created_at": "2018-08-26T19:54:40Z", "admin_state_up": true, "updated_at": "2018-08-26T19:56:52Z", "project_id": "fc9ee6aa3e8744b0a56c5e677d2b987a", "flavor_id": null, "revision_number": 8, "routes": [], "ha": true, "id": "f020c380-45dd-41f7-b9c9-2436461e2941", "name": "vmready1-router_0a950421-cc65-416c-8c23-80468ec9259f"}]} 2018-08-26 19:56:54,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-d23e2927-d8c9-407a-aa5b-dde6dd3a7b9b 2018-08-26 19:56:54,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.326864004135s 2018-08-26 19:56:54,138 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/routers.json used request id req-d23e2927-d8c9-407a-aa5b-dde6dd3a7b9b 2018-08-26 19:56:54,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-26 19:56:54,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:9696/v2.0/routers/f020c380-45dd-41f7-b9c9-2436461e2941.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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" 2018-08-26 19:56:57,652 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9f921298-acaa-4acd-99b1-8bc8da7a631f Content-Length: 0 Date: Sun, 26 Aug 2018 19:56:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 19:56:57,653 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/routers/f020c380-45dd-41f7-b9c9-2436461e2941.json used request id req-9f921298-acaa-4acd-99b1-8bc8da7a631f 2018-08-26 19:56:57,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.51327800751s 2018-08-26 19:56:57,653 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/routers/f020c380-45dd-41f7-b9c9-2436461e2941.json used request id req-9f921298-acaa-4acd-99b1-8bc8da7a631f 2018-08-26 19:56:57,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-26 19:56:57,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" 2018-08-26 19:56:58,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-f7298b96-5cab-451c-95a6-98fc249ee4e5 Date: Sun, 26 Aug 2018 19:56:58 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-26T19:54:38Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"5e331761-f87f-440a-a779-234df8ea2139","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_0a950421-cc65-416c-8c23-80468ec9259f","enable_dhcp":true,"segment_id":null,"network_id":"e5e53dda-aae5-47a3-aad6-cc597fc670d8","tenant_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","created_at":"2018-08-26T19:54:38Z","ip_version":4},{"updated_at":"2018-08-26T19:50:32Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"1d754d9f85304685bdf65e00f8aa6d01","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"19a00f93-5231-48e1-961a-cc9a0029e976","tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:32Z","ip_version":4}]} 2018-08-26 19:56:58,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-f7298b96-5cab-451c-95a6-98fc249ee4e5 2018-08-26 19:56:58,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.937815904617s 2018-08-26 19:56:58,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/subnets.json used request id req-f7298b96-5cab-451c-95a6-98fc249ee4e5 2018-08-26 19:56:58,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-26 19:56:58,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:9696/v2.0/subnets/5e331761-f87f-440a-a779-234df8ea2139.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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" 2018-08-26 19:57:01,772 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba78e8a8-d8d0-482b-8b45-1b1946774c6f Date: Sun, 26 Aug 2018 19:57:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 19:57:01,772 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/subnets/5e331761-f87f-440a-a779-234df8ea2139.json used request id req-ba78e8a8-d8d0-482b-8b45-1b1946774c6f 2018-08-26 19:57:01,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.17877101898s 2018-08-26 19:57:01,772 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/subnets/5e331761-f87f-440a-a779-234df8ea2139.json used request id req-ba78e8a8-d8d0-482b-8b45-1b1946774c6f 2018-08-26 19:57:01,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-26 19:57:01,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.37: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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" 2018-08-26 19:57:01,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-d5894d5b-1bde-40bc-b25c-8fb8872485f6 Date: Sun, 26 Aug 2018 19:57:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"19a00f93-5231-48e1-961a-cc9a0029e976","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"1d754d9f85304685bdf65e00f8aa6d01","l2_adjacency":true,"status":"ACTIVE","subnets":["8e3e3999-b8e3-4f3c-9dc7-c062fc8cc36b"],"description":"","tags":[],"updated_at":"2018-08-26T19:50:32Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"1d754d9f85304685bdf65e00f8aa6d01","created_at":"2018-08-26T19:50:26Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"e5e53dda-aae5-47a3-aad6-cc597fc670d8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":82,"ipv4_address_scope":null,"shared":false,"project_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-26T19:57:01Z","qos_policy_id":null,"name":"vmready1-net_0a950421-cc65-416c-8c23-80468ec9259f","admin_state_up":true,"tenant_id":"fc9ee6aa3e8744b0a56c5e677d2b987a","created_at":"2018-08-26T19:54:36Z","provider:network_type":"vxlan"}]} 2018-08-26 19:57:01,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-d5894d5b-1bde-40bc-b25c-8fb8872485f6 2018-08-26 19:57:01,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0814990997314s 2018-08-26 19:57:01,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.37:9696/v2.0/networks.json used request id req-d5894d5b-1bde-40bc-b25c-8fb8872485f6 2018-08-26 19:57:01,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-26 19:57:01,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.37:9696/v2.0/networks/e5e53dda-aae5-47a3-aad6-cc597fc670d8.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}d8c59b91e32d739048dac461cb6d8bc79cd5f2d2" 2018-08-26 19:57:02,765 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-52ab6a6c-e0bf-4cca-8589-c6b3209dfb38 Date: Sun, 26 Aug 2018 19:57:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-26 19:57:02,765 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/networks/e5e53dda-aae5-47a3-aad6-cc597fc670d8.json used request id req-52ab6a6c-e0bf-4cca-8589-c6b3209dfb38 2018-08-26 19:57:02,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.909137010574s 2018-08-26 19:57:02,765 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.37:9696/v2.0/networks/e5e53dda-aae5-47a3-aad6-cc597fc670d8.json used request id req-52ab6a6c-e0bf-4cca-8589-c6b3209dfb38 2018-08-26 19:57:02,765 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-26 19:57:02,766 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:08 | PASS | | tenantnetwork1 | functest | healthcheck | 00:13 | PASS | | tenantnetwork2 | functest | healthcheck | 00:11 | PASS | | vmready1 | functest | healthcheck | 02:15 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-26 19:57:02,778 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR