2018-08-31 21:29:38,926 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-265 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-31 21:29:38,929 - 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.26,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.26:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=R82pybuk2Wnxk4RZpehXAPzG2 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=90ef336b02ec41b69b7c9adf422d2c15 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=Trzk3dVdCpXtYpgPDm4APzNBk export OS_REGION_NAME=regionOne 2018-08-31 21:29:38,929 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-31 21:29:38,930 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-31 21:29:38,953 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-31 21:29:39,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-31 21:29:39,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-31 21:29:39,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-31 21:29:39,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-31 21:29:39,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-31 21:29:39,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-31 21:29:39,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-31 21:29:39,229 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-31 21:29:39,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-31 21:29:39,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-31 21:29:39,235 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-31 21:29:39,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-31 21:29:39,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-31 21:29:39,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-221e79c4-ad24-4041-b8b6-84b84fa38516 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.26:5000/v3/", "rel": "self"}]}} 2018-08-31 21:29:39,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000//v3 used request id req-221e79c4-ad24-4041-b8b6-84b84fa38516 2018-08-31 21:29:39,245 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-31 21:29:39,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3c2d4a727026487caf9427c732c11926", "name": "admin"}], "expires_at": "2018-08-31T22:29:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90ef336b02ec41b69b7c9adf422d2c15", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1209252dfcab453da6c93ebab1228022"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23e13d3e6b8246549c45ca89bc830bf7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27866c66193c4d2a85d31496b00bc56e"}], "type": "event", "id": "2411239c9e6d4534ac35e06ff4b57152", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "26779e6f8678463586d3e6b5a1d20d40"}, {"url": "http://192.30.9.4:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88514864deac4f0681e1f0986d960c91"}, {"url": "http://172.30.9.26:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd8e1185ee294bf8b7a11369e364f7b1"}], "type": "volumev3", "id": "29e2715f3abb42b993d88fc2cde41561", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fc32f057d6b4a33ae5715b18beee949"}, {"url": "http://172.30.9.26:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cca99ab05664cee80ea74f8a84b34dd"}, {"url": "http://192.30.9.4:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c74062eafe7145fd8b7c260f2a83be52"}], "type": "volume", "id": "399dabe56f704ed2b0e51a071ca04920", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72616daa75404c07b32167b2041ab319"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b5e6839debb146e8b7f4ce8f20d56de6"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da230288517c417e8b1c938ff58d8150"}], "type": "cloudformation", "id": "5f4f1b036f2d4918a2822b609220bc5f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b14c4e09b824d9a8bd830445a7f8dfe"}, {"url": "http://172.30.9.26:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "39071b431490435982b4d3ff2788277c"}, {"url": "http://192.30.9.4:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6165403b67bb4d30ab4fcf17a4badc6e"}], "type": "orchestration", "id": "5fc5303d632043cbb34f640c1cf67314", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "350856144427417a8ece6fdea5466289"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9a250da723ff4e4da7eddf29798019ae"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e9d7078e343c4d1fbbf142be89253b36"}], "type": "image", "id": "63a132a8c6a942229592d1b79f614017", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53feeb1973824d819b0341dc846a29e9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b2cf21f6ea44c1927f232ffa91eeb0"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3d1bcec57934521aa2b1f73288d50fc"}], "type": "identity", "id": "7955e8ead9c748f790f414fe54297c7a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19fbe3b3616e40f8928ea2625b579f08"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db959cdcd13471f8a59999e5ecc8531"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a4f36373d04a05b453337e1d5b690c"}], "type": "placement", "id": "7c049e6aaf5d4f5eb1e224ae59f6f47c", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "9304874f2e6f4ffdb0d91084b54f46c0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27cecb81b0044cdca86d05a17fca79b9"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab7df80c54674f0e803c2db2c88c1f22"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f848bc9e03c749f3b3bc4dfe9738ac55"}], "type": "metric", "id": "9796657c77fc4e5989a78d10919dd1bd", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c7c0605e3e349b98785730aec0d1bd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5f078b23132b4f11938f46f71011a99a"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1fc91a20e347d0badf16830b15adce"}], "type": "alarming", "id": "ae0b470a00ce4893932bf5c94447e2b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13b6758c3c6a4d7db822fffa76473986"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d7267d93604470b942e06fd1c0fe592"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e75b42ff273b48d4a6b2c87f8b1a6043"}], "type": "compute", "id": "b7d46673c466473789d5a3c945835d9d", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97115b1bcc3a4b1a839c09c0d09df6a7"}, {"url": "http://12.0.0.34:8080/v1/AUTH_90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8597c59e7fd4e60982336dc00507979"}, {"url": "http://172.30.9.26:8080/v1/AUTH_90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de25d525f076468f84878c74f5393442"}], "type": "object-store", "id": "cbef0810fb8e416a902783856ecc88f7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c1b3905247c4e448823fd0f8ef76f1a"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548223362eb947fd806bf8d9ac965c7e"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b14ff399a53840999432d1220619d44e"}], "type": "network", "id": "d1e53a90080d4cb68d2f5f185ffbd419", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46dce9826a7d4c80b6c141e631be189e"}, {"url": "http://192.30.9.4:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fab9687949a4282bb03506951fd3055"}, {"url": "http://172.30.9.26:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75cd5adfda8748728211d02b2cb5b9e6"}], "type": "volumev2", "id": "e995422bda924c2985a3f07345d93f2b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9a73a863986449f99eb18b2602dceb8d"}, "audit_ids": ["hYgJsVOTSl2_sPFKtg4OLg"], "issued_at": "2018-08-31T21:29:39.000000Z"}} 2018-08-31 21:29:39,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:40,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:39 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-d0cc8588-2fd0-4a7b-9e64-cdbe35bc94f1 x-compute-request-id: req-d0cc8588-2fd0-4a7b-9e64-cdbe35bc94f1 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-31 21:29:40,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-aggregates used request id req-d0cc8588-2fd0-4a7b-9e64-cdbe35bc94f1 2018-08-31 21:29:40,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.19242691994s 2018-08-31 21:29:40,429 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-aggregates used request id req-d0cc8588-2fd0-4a7b-9e64-cdbe35bc94f1 2018-08-31 21:29:40,429 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-31 21:29:40,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-31 21:29:40,437 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 31 Aug 2018 21:29:40 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.26: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.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-31 21:29:40,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-31 21:29:40,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:40,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d8a91cf-e4bf-4ebc-8d9d-3fee8a6f7d46 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/42b66a29bbf14fbcbd2e08260a9e52c7"}, "tags": [], "enabled": true, "id": "42b66a29bbf14fbcbd2e08260a9e52c7", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-31 21:29:40,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-8d8a91cf-e4bf-4ebc-8d9d-3fee8a6f7d46 2018-08-31 21:29:40,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.161676168442s 2018-08-31 21:29:40,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-8d8a91cf-e4bf-4ebc-8d9d-3fee8a6f7d46 2018-08-31 21:29:40,601 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'42b66a29bbf14fbcbd2e08260a9e52c7', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-31 21:29:40,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-31 21:29:40,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:40,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50780828-8aed-4e85-9c43-dc59795d6f34 Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1209252dfcab453da6c93ebab1228022"}, "url": "http://172.30.9.26:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2411239c9e6d4534ac35e06ff4b57152", "id": "1209252dfcab453da6c93ebab1228022"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/13b6758c3c6a4d7db822fffa76473986"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b7d46673c466473789d5a3c945835d9d", "id": "13b6758c3c6a4d7db822fffa76473986"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/19fbe3b3616e40f8928ea2625b579f08"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c049e6aaf5d4f5eb1e224ae59f6f47c", "id": "19fbe3b3616e40f8928ea2625b579f08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/1b14c4e09b824d9a8bd830445a7f8dfe"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5fc5303d632043cbb34f640c1cf67314", "id": "1b14c4e09b824d9a8bd830445a7f8dfe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/23e13d3e6b8246549c45ca89bc830bf7"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2411239c9e6d4534ac35e06ff4b57152", "id": "23e13d3e6b8246549c45ca89bc830bf7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/26779e6f8678463586d3e6b5a1d20d40"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "29e2715f3abb42b993d88fc2cde41561", "id": "26779e6f8678463586d3e6b5a1d20d40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/27866c66193c4d2a85d31496b00bc56e"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2411239c9e6d4534ac35e06ff4b57152", "id": "27866c66193c4d2a85d31496b00bc56e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/27cecb81b0044cdca86d05a17fca79b9"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9796657c77fc4e5989a78d10919dd1bd", "id": "27cecb81b0044cdca86d05a17fca79b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2c1b3905247c4e448823fd0f8ef76f1a"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d1e53a90080d4cb68d2f5f185ffbd419", "id": "2c1b3905247c4e448823fd0f8ef76f1a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/350856144427417a8ece6fdea5466289"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "63a132a8c6a942229592d1b79f614017", "id": "350856144427417a8ece6fdea5466289"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/39071b431490435982b4d3ff2788277c"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5fc5303d632043cbb34f640c1cf67314", "id": "39071b431490435982b4d3ff2788277c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/46dce9826a7d4c80b6c141e631be189e"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e995422bda924c2985a3f07345d93f2b", "id": "46dce9826a7d4c80b6c141e631be189e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4c7c0605e3e349b98785730aec0d1bd0"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ae0b470a00ce4893932bf5c94447e2b1", "id": "4c7c0605e3e349b98785730aec0d1bd0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4fab9687949a4282bb03506951fd3055"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e995422bda924c2985a3f07345d93f2b", "id": "4fab9687949a4282bb03506951fd3055"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/53feeb1973824d819b0341dc846a29e9"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7955e8ead9c748f790f414fe54297c7a", "id": "53feeb1973824d819b0341dc846a29e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/548223362eb947fd806bf8d9ac965c7e"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d1e53a90080d4cb68d2f5f185ffbd419", "id": "548223362eb947fd806bf8d9ac965c7e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5db959cdcd13471f8a59999e5ecc8531"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c049e6aaf5d4f5eb1e224ae59f6f47c", "id": "5db959cdcd13471f8a59999e5ecc8531"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5f078b23132b4f11938f46f71011a99a"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ae0b470a00ce4893932bf5c94447e2b1", "id": "5f078b23132b4f11938f46f71011a99a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6165403b67bb4d30ab4fcf17a4badc6e"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5fc5303d632043cbb34f640c1cf67314", "id": "6165403b67bb4d30ab4fcf17a4badc6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6d7267d93604470b942e06fd1c0fe592"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b7d46673c466473789d5a3c945835d9d", "id": "6d7267d93604470b942e06fd1c0fe592"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/72616daa75404c07b32167b2041ab319"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5f4f1b036f2d4918a2822b609220bc5f", "id": "72616daa75404c07b32167b2041ab319"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/75cd5adfda8748728211d02b2cb5b9e6"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e995422bda924c2985a3f07345d93f2b", "id": "75cd5adfda8748728211d02b2cb5b9e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/76b2cf21f6ea44c1927f232ffa91eeb0"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7955e8ead9c748f790f414fe54297c7a", "id": "76b2cf21f6ea44c1927f232ffa91eeb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7fc32f057d6b4a33ae5715b18beee949"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "399dabe56f704ed2b0e51a071ca04920", "id": "7fc32f057d6b4a33ae5715b18beee949"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/88514864deac4f0681e1f0986d960c91"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "29e2715f3abb42b993d88fc2cde41561", "id": "88514864deac4f0681e1f0986d960c91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8cca99ab05664cee80ea74f8a84b34dd"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "399dabe56f704ed2b0e51a071ca04920", "id": "8cca99ab05664cee80ea74f8a84b34dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/92a4f36373d04a05b453337e1d5b690c"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c049e6aaf5d4f5eb1e224ae59f6f47c", "id": "92a4f36373d04a05b453337e1d5b690c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/97115b1bcc3a4b1a839c09c0d09df6a7"}, "url": "http://12.0.0.34:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cbef0810fb8e416a902783856ecc88f7", "id": "97115b1bcc3a4b1a839c09c0d09df6a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/9a1fc91a20e347d0badf16830b15adce"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ae0b470a00ce4893932bf5c94447e2b1", "id": "9a1fc91a20e347d0badf16830b15adce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/9a250da723ff4e4da7eddf29798019ae"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "63a132a8c6a942229592d1b79f614017", "id": "9a250da723ff4e4da7eddf29798019ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ab7df80c54674f0e803c2db2c88c1f22"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9796657c77fc4e5989a78d10919dd1bd", "id": "ab7df80c54674f0e803c2db2c88c1f22"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b14ff399a53840999432d1220619d44e"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d1e53a90080d4cb68d2f5f185ffbd419", "id": "b14ff399a53840999432d1220619d44e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b5e6839debb146e8b7f4ce8f20d56de6"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5f4f1b036f2d4918a2822b609220bc5f", "id": "b5e6839debb146e8b7f4ce8f20d56de6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c74062eafe7145fd8b7c260f2a83be52"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "399dabe56f704ed2b0e51a071ca04920", "id": "c74062eafe7145fd8b7c260f2a83be52"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d3d1bcec57934521aa2b1f73288d50fc"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7955e8ead9c748f790f414fe54297c7a", "id": "d3d1bcec57934521aa2b1f73288d50fc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d8597c59e7fd4e60982336dc00507979"}, "url": "http://12.0.0.34:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cbef0810fb8e416a902783856ecc88f7", "id": "d8597c59e7fd4e60982336dc00507979"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/da230288517c417e8b1c938ff58d8150"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5f4f1b036f2d4918a2822b609220bc5f", "id": "da230288517c417e8b1c938ff58d8150"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/dd8e1185ee294bf8b7a11369e364f7b1"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "29e2715f3abb42b993d88fc2cde41561", "id": "dd8e1185ee294bf8b7a11369e364f7b1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/de25d525f076468f84878c74f5393442"}, "url": "http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cbef0810fb8e416a902783856ecc88f7", "id": "de25d525f076468f84878c74f5393442"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e75b42ff273b48d4a6b2c87f8b1a6043"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b7d46673c466473789d5a3c945835d9d", "id": "e75b42ff273b48d4a6b2c87f8b1a6043"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e9d7078e343c4d1fbbf142be89253b36"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "63a132a8c6a942229592d1b79f614017", "id": "e9d7078e343c4d1fbbf142be89253b36"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f848bc9e03c749f3b3bc4dfe9738ac55"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9796657c77fc4e5989a78d10919dd1bd", "id": "f848bc9e03c749f3b3bc4dfe9738ac55"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-31 21:29:40,761 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-50780828-8aed-4e85-9c43-dc59795d6f34 2018-08-31 21:29:40,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.156308889389s 2018-08-31 21:29:40,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-50780828-8aed-4e85-9c43-dc59795d6f34 2018-08-31 21:29:40,769 - 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.26:5000/v3/endpoints/1209252dfcab453da6c93ebab1228022'}, u'url': u'http://172.30.9.26:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2411239c9e6d4534ac35e06ff4b57152', u'id': u'1209252dfcab453da6c93ebab1228022'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/13b6758c3c6a4d7db822fffa76473986'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b7d46673c466473789d5a3c945835d9d', u'id': u'13b6758c3c6a4d7db822fffa76473986'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/19fbe3b3616e40f8928ea2625b579f08'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7c049e6aaf5d4f5eb1e224ae59f6f47c', u'id': u'19fbe3b3616e40f8928ea2625b579f08'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/1b14c4e09b824d9a8bd830445a7f8dfe'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5fc5303d632043cbb34f640c1cf67314', u'id': u'1b14c4e09b824d9a8bd830445a7f8dfe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/23e13d3e6b8246549c45ca89bc830bf7'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2411239c9e6d4534ac35e06ff4b57152', u'id': u'23e13d3e6b8246549c45ca89bc830bf7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/26779e6f8678463586d3e6b5a1d20d40'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'29e2715f3abb42b993d88fc2cde41561', u'id': u'26779e6f8678463586d3e6b5a1d20d40'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/27866c66193c4d2a85d31496b00bc56e'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2411239c9e6d4534ac35e06ff4b57152', u'id': u'27866c66193c4d2a85d31496b00bc56e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/27cecb81b0044cdca86d05a17fca79b9'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9796657c77fc4e5989a78d10919dd1bd', u'id': u'27cecb81b0044cdca86d05a17fca79b9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/2c1b3905247c4e448823fd0f8ef76f1a'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd1e53a90080d4cb68d2f5f185ffbd419', u'id': u'2c1b3905247c4e448823fd0f8ef76f1a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/350856144427417a8ece6fdea5466289'}, u'url': u'http://172.30.9.26:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'63a132a8c6a942229592d1b79f614017', u'id': u'350856144427417a8ece6fdea5466289'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/39071b431490435982b4d3ff2788277c'}, u'url': u'http://172.30.9.26:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5fc5303d632043cbb34f640c1cf67314', u'id': u'39071b431490435982b4d3ff2788277c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/46dce9826a7d4c80b6c141e631be189e'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e995422bda924c2985a3f07345d93f2b', u'id': u'46dce9826a7d4c80b6c141e631be189e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/4c7c0605e3e349b98785730aec0d1bd0'}, u'url': u'http://172.30.9.26:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ae0b470a00ce4893932bf5c94447e2b1', u'id': u'4c7c0605e3e349b98785730aec0d1bd0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/4fab9687949a4282bb03506951fd3055'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e995422bda924c2985a3f07345d93f2b', u'id': u'4fab9687949a4282bb03506951fd3055'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/53feeb1973824d819b0341dc846a29e9'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7955e8ead9c748f790f414fe54297c7a', u'id': u'53feeb1973824d819b0341dc846a29e9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/548223362eb947fd806bf8d9ac965c7e'}, u'url': u'http://172.30.9.26:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd1e53a90080d4cb68d2f5f185ffbd419', u'id': u'548223362eb947fd806bf8d9ac965c7e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/5db959cdcd13471f8a59999e5ecc8531'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7c049e6aaf5d4f5eb1e224ae59f6f47c', u'id': u'5db959cdcd13471f8a59999e5ecc8531'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/5f078b23132b4f11938f46f71011a99a'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ae0b470a00ce4893932bf5c94447e2b1', u'id': u'5f078b23132b4f11938f46f71011a99a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/6165403b67bb4d30ab4fcf17a4badc6e'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5fc5303d632043cbb34f640c1cf67314', u'id': u'6165403b67bb4d30ab4fcf17a4badc6e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/6d7267d93604470b942e06fd1c0fe592'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b7d46673c466473789d5a3c945835d9d', u'id': u'6d7267d93604470b942e06fd1c0fe592'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/72616daa75404c07b32167b2041ab319'}, u'url': u'http://172.30.9.26:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5f4f1b036f2d4918a2822b609220bc5f', u'id': u'72616daa75404c07b32167b2041ab319'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/75cd5adfda8748728211d02b2cb5b9e6'}, u'url': u'http://172.30.9.26:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e995422bda924c2985a3f07345d93f2b', u'id': u'75cd5adfda8748728211d02b2cb5b9e6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/76b2cf21f6ea44c1927f232ffa91eeb0'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7955e8ead9c748f790f414fe54297c7a', u'id': u'76b2cf21f6ea44c1927f232ffa91eeb0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/7fc32f057d6b4a33ae5715b18beee949'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'399dabe56f704ed2b0e51a071ca04920', u'id': u'7fc32f057d6b4a33ae5715b18beee949'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/88514864deac4f0681e1f0986d960c91'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'29e2715f3abb42b993d88fc2cde41561', u'id': u'88514864deac4f0681e1f0986d960c91'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/8cca99ab05664cee80ea74f8a84b34dd'}, u'url': u'http://172.30.9.26:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'399dabe56f704ed2b0e51a071ca04920', u'id': u'8cca99ab05664cee80ea74f8a84b34dd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/92a4f36373d04a05b453337e1d5b690c'}, u'url': u'http://172.30.9.26:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7c049e6aaf5d4f5eb1e224ae59f6f47c', u'id': u'92a4f36373d04a05b453337e1d5b690c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/97115b1bcc3a4b1a839c09c0d09df6a7'}, u'url': u'http://12.0.0.34:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cbef0810fb8e416a902783856ecc88f7', u'id': u'97115b1bcc3a4b1a839c09c0d09df6a7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/9a1fc91a20e347d0badf16830b15adce'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ae0b470a00ce4893932bf5c94447e2b1', u'id': u'9a1fc91a20e347d0badf16830b15adce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/9a250da723ff4e4da7eddf29798019ae'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'63a132a8c6a942229592d1b79f614017', u'id': u'9a250da723ff4e4da7eddf29798019ae'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/ab7df80c54674f0e803c2db2c88c1f22'}, u'url': u'http://172.30.9.26:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9796657c77fc4e5989a78d10919dd1bd', u'id': u'ab7df80c54674f0e803c2db2c88c1f22'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/b14ff399a53840999432d1220619d44e'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd1e53a90080d4cb68d2f5f185ffbd419', u'id': u'b14ff399a53840999432d1220619d44e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/b5e6839debb146e8b7f4ce8f20d56de6'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5f4f1b036f2d4918a2822b609220bc5f', u'id': u'b5e6839debb146e8b7f4ce8f20d56de6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/c74062eafe7145fd8b7c260f2a83be52'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'399dabe56f704ed2b0e51a071ca04920', u'id': u'c74062eafe7145fd8b7c260f2a83be52'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/d3d1bcec57934521aa2b1f73288d50fc'}, u'url': u'http://172.30.9.26:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7955e8ead9c748f790f414fe54297c7a', u'id': u'd3d1bcec57934521aa2b1f73288d50fc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/d8597c59e7fd4e60982336dc00507979'}, u'url': u'http://12.0.0.34:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cbef0810fb8e416a902783856ecc88f7', u'id': u'd8597c59e7fd4e60982336dc00507979'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/da230288517c417e8b1c938ff58d8150'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5f4f1b036f2d4918a2822b609220bc5f', u'id': u'da230288517c417e8b1c938ff58d8150'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/dd8e1185ee294bf8b7a11369e364f7b1'}, u'url': u'http://172.30.9.26:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'29e2715f3abb42b993d88fc2cde41561', u'id': u'dd8e1185ee294bf8b7a11369e364f7b1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/de25d525f076468f84878c74f5393442'}, u'url': u'http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cbef0810fb8e416a902783856ecc88f7', u'id': u'de25d525f076468f84878c74f5393442'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/e75b42ff273b48d4a6b2c87f8b1a6043'}, u'url': u'http://172.30.9.26:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b7d46673c466473789d5a3c945835d9d', u'id': u'e75b42ff273b48d4a6b2c87f8b1a6043'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/e9d7078e343c4d1fbbf142be89253b36'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'63a132a8c6a942229592d1b79f614017', u'id': u'e9d7078e343c4d1fbbf142be89253b36'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/f848bc9e03c749f3b3bc4dfe9738ac55'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9796657c77fc4e5989a78d10919dd1bd', u'id': u'f848bc9e03c749f3b3bc4dfe9738ac55'})] 2018-08-31 21:29:40,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-31 21:29:40,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:40,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:40 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-48318ead-94ec-4235-a2b7-4b94e4cf4d87 x-compute-request-id: req-48318ead-94ec-4235-a2b7-4b94e4cf4d87 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-31 21:29:40,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/extensions used request id req-48318ead-94ec-4235-a2b7-4b94e4cf4d87 2018-08-31 21:29:40,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.112237215042s 2018-08-31 21:29:40,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/extensions used request id req-48318ead-94ec-4235-a2b7-4b94e4cf4d87 2018-08-31 21:29:40,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-31 21:29:40,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:42,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:40 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-2e86ee3e-d145-4b06-aa17-98d624b92840 x-compute-request-id: req-2e86ee3e-d145-4b06-aa17-98d624b92840 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-31 21:29:42,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-floating-ip-pools used request id req-2e86ee3e-d145-4b06-aa17-98d624b92840 2018-08-31 21:29:42,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.81379199028s 2018-08-31 21:29:42,714 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-floating-ip-pools used request id req-2e86ee3e-d145-4b06-aa17-98d624b92840 2018-08-31 21:29:42,714 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-31 21:29:42,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-31 21:29:42,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:43,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9f23dd17-f486-4793-82dc-0bc15d6bdb1e Date: Fri, 31 Aug 2018 21:29:43 GMT RESP BODY: {"floatingips": []} 2018-08-31 21:29:43,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-9f23dd17-f486-4793-82dc-0bc15d6bdb1e 2018-08-31 21:29:43,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.985234022141s 2018-08-31 21:29:43,705 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-9f23dd17-f486-4793-82dc-0bc15d6bdb1e 2018-08-31 21:29:43,705 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-31 21:29:43,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-31 21:29:43,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:43,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-979748b5-6bdd-4070-b2ee-8b399689731f x-compute-request-id: req-979748b5-6bdd-4070-b2ee-8b399689731f Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 32}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 35}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 5}]} 2018-08-31 21:29:43,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-979748b5-6bdd-4070-b2ee-8b399689731f 2018-08-31 21:29:43,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.179837942123s 2018-08-31 21:29:43,886 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-979748b5-6bdd-4070-b2ee-8b399689731f 2018-08-31 21:29:43,886 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 32}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 35}, 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-31 21:29:43,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-31 21:29:43,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:44,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-289a837c-5ec7-4643-8895-39ef18626803 x-compute-request-id: req-289a837c-5ec7-4643-8895-39ef18626803 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-31 21:29:44,013 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-289a837c-5ec7-4643-8895-39ef18626803 2018-08-31 21:29:44,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.125987052917s 2018-08-31 21:29:44,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-289a837c-5ec7-4643-8895-39ef18626803 2018-08-31 21:29:44,014 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-31 21:29:44,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-31 21:29:44,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:44,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4ce6a068-bdde-45de-9941-9a8537144783 Date: Fri, 31 Aug 2018 21:29:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50ac8da4f2454f70b44b77cdb72eabfa","status":"ACTIVE","subnets":["f28f6f59-ecc2-4e3c-abf7-b17df59b12fe"],"description":"","tags":[],"updated_at":"2018-08-31T21:26:21Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:14Z","provider:network_type":"flat"}]} 2018-08-31 21:29:44,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4ce6a068-bdde-45de-9941-9a8537144783 2018-08-31 21:29:44,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.942569971085s 2018-08-31 21:29:44,957 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4ce6a068-bdde-45de-9941-9a8537144783 2018-08-31 21:29:44,957 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'f28f6f59-ecc2-4e3c-abf7-b17df59b12fe'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-31T21:26:21Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'8daa010e-628a-492c-a9bc-0181d8e73fb4', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'50ac8da4f2454f70b44b77cdb72eabfa', u'created_at': u'2018-08-31T21:26:14Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'50ac8da4f2454f70b44b77cdb72eabfa'})] 2018-08-31 21:29:44,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-31 21:29:44,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:45,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f5843673-7189-4f5d-87cc-6c76a5dde6a0 Date: Fri, 31 Aug 2018 21:29:45 GMT RESP BODY: {"ports":[]} 2018-08-31 21:29:45,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json used request id req-f5843673-7189-4f5d-87cc-6c76a5dde6a0 2018-08-31 21:29:45,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.886733055115s 2018-08-31 21:29:45,845 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json used request id req-f5843673-7189-4f5d-87cc-6c76a5dde6a0 2018-08-31 21:29:45,845 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-31 21:29:45,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-31 21:29:45,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:46,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dcc99c7e-342a-48a2-82c7-2a4d86ed29ed Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "029dde717cb74fdd94ee9fd26df5ae1d"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/029dde717cb74fdd94ee9fd26df5ae1d/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "26545a8e5c4c4ffa94a963c154e79dc5"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/26545a8e5c4c4ffa94a963c154e79dc5/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "319dfb40a69a464383f38120c2026b1e"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/319dfb40a69a464383f38120c2026b1e/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "41c4a164a780433cb8e18b7a5a151d91"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/41c4a164a780433cb8e18b7a5a151d91/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "90ef336b02ec41b69b7c9adf422d2c15"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "9a73a863986449f99eb18b2602dceb8d"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/90ef336b02ec41b69b7c9adf422d2c15/users/9a73a863986449f99eb18b2602dceb8d/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "a353e6c38aba453a9b85140a756c30d5"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/a353e6c38aba453a9b85140a756c30d5/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "a3c1f4d8e118404a929c83e8590e0b3b"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/a3c1f4d8e118404a929c83e8590e0b3b/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "b62c61d6053244dfbf1338e73f5cd70d"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/b62c61d6053244dfbf1338e73f5cd70d/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "940e74815bd84548bf797304c1653d9f"}, "user": {"id": "b62c61d6053244dfbf1338e73f5cd70d"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/b62c61d6053244dfbf1338e73f5cd70d/roles/940e74815bd84548bf797304c1653d9f"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "bfd0876e708d454ea32ea839f21d1853"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/bfd0876e708d454ea32ea839f21d1853/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "cff9e71937c9487cb49fcebcdd6e1491"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/cff9e71937c9487cb49fcebcdd6e1491/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "e0d28f893e54458b989e70d6f45e9ff3"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/e0d28f893e54458b989e70d6f45e9ff3/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "e925a356e8fc411092fc07c574db0b04"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/e925a356e8fc411092fc07c574db0b04/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"project": {"id": "50ac8da4f2454f70b44b77cdb72eabfa"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "f4059d5966f7443e9bca0fb16db16975"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa/users/f4059d5966f7443e9bca0fb16db16975/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"domain": {"id": "42b66a29bbf14fbcbd2e08260a9e52c7"}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "07568faa619e495fa625b66a3987f769"}, "links": {"assignment": "http://172.30.9.26:5000/v3/domains/42b66a29bbf14fbcbd2e08260a9e52c7/users/07568faa619e495fa625b66a3987f769/roles/3c2d4a727026487caf9427c732c11926"}}, {"scope": {"system": {"all": true}}, "role": {"id": "3c2d4a727026487caf9427c732c11926"}, "user": {"id": "9a73a863986449f99eb18b2602dceb8d"}, "links": {"assignment": "http://172.30.9.26:5000/v3/system/users/9a73a863986449f99eb18b2602dceb8d/roles/3c2d4a727026487caf9427c732c11926"}}], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-31 21:29:46,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments used request id req-dcc99c7e-342a-48a2-82c7-2a4d86ed29ed 2018-08-31 21:29:46,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.163457870483s 2018-08-31 21:29:46,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments used request id req-dcc99c7e-342a-48a2-82c7-2a4d86ed29ed 2018-08-31 21:29:46,015 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'029dde717cb74fdd94ee9fd26df5ae1d'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'26545a8e5c4c4ffa94a963c154e79dc5'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'319dfb40a69a464383f38120c2026b1e'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'41c4a164a780433cb8e18b7a5a151d91'}), Munch({'project': u'90ef336b02ec41b69b7c9adf422d2c15', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'9a73a863986449f99eb18b2602dceb8d'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'a353e6c38aba453a9b85140a756c30d5'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'a3c1f4d8e118404a929c83e8590e0b3b'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'b62c61d6053244dfbf1338e73f5cd70d'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'940e74815bd84548bf797304c1653d9f', 'user': u'b62c61d6053244dfbf1338e73f5cd70d'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'bfd0876e708d454ea32ea839f21d1853'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'cff9e71937c9487cb49fcebcdd6e1491'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'e0d28f893e54458b989e70d6f45e9ff3'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'e925a356e8fc411092fc07c574db0b04'}), Munch({'project': u'50ac8da4f2454f70b44b77cdb72eabfa', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'f4059d5966f7443e9bca0fb16db16975'}), Munch({'domain': u'42b66a29bbf14fbcbd2e08260a9e52c7', 'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'07568faa619e495fa625b66a3987f769'}), Munch({'id': u'3c2d4a727026487caf9427c732c11926', 'user': u'9a73a863986449f99eb18b2602dceb8d'})] 2018-08-31 21:29:46,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-31 21:29:46,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:46,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22d00709-714b-4e91-bd6b-3c7f26c55710 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3c2d4a727026487caf9427c732c11926", "links": {"self": "http://172.30.9.26:5000/v3/roles/3c2d4a727026487caf9427c732c11926"}, "name": "admin"}, {"domain_id": null, "id": "940e74815bd84548bf797304c1653d9f", "links": {"self": "http://172.30.9.26:5000/v3/roles/940e74815bd84548bf797304c1653d9f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c27619d0eda04fcc92a25ed63729336e", "links": {"self": "http://172.30.9.26:5000/v3/roles/c27619d0eda04fcc92a25ed63729336e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "dc5059763c8f4e489f3c42d15ba7beea", "links": {"self": "http://172.30.9.26:5000/v3/roles/dc5059763c8f4e489f3c42d15ba7beea"}, "name": "heat_stack_user"}]} 2018-08-31 21:29:46,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-22d00709-714b-4e91-bd6b-3c7f26c55710 2018-08-31 21:29:46,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1554210186s 2018-08-31 21:29:46,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-22d00709-714b-4e91-bd6b-3c7f26c55710 2018-08-31 21:29:46,176 - 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'admin', 'id': u'3c2d4a727026487caf9427c732c11926'}), 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'940e74815bd84548bf797304c1653d9f'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'c27619d0eda04fcc92a25ed63729336e'}), 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'dc5059763c8f4e489f3c42d15ba7beea'})] 2018-08-31 21:29:46,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-31 21:29:46,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:47,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-efbfa151-1dc4-49d1-a0ce-ba6fd0bdb57e Date: Fri, 31 Aug 2018 21:29:47 GMT RESP BODY: {"routers": []} 2018-08-31 21:29:47,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-efbfa151-1dc4-49d1-a0ce-ba6fd0bdb57e 2018-08-31 21:29:47,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.988584041595s 2018-08-31 21:29:47,166 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-efbfa151-1dc4-49d1-a0ce-ba6fd0bdb57e 2018-08-31 21:29:47,166 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-31 21:29:47,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-31 21:29:47,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:47,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:47 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-d200deff-a7a4-4c23-9d6e-bd256a4310f0 x-compute-request-id: req-d200deff-a7a4-4c23-9d6e-bd256a4310f0 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-31 21:29:47,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d200deff-a7a4-4c23-9d6e-bd256a4310f0 2018-08-31 21:29:47,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.11629319191s 2018-08-31 21:29:47,283 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-d200deff-a7a4-4c23-9d6e-bd256a4310f0 2018-08-31 21:29:47,284 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-31 21:29:47,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-31 21:29:47,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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-31 21:29:47,297 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 31 Aug 2018 21:29:47 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.4: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.4:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-31 21:29:47,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:47,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437e1674-77c7-43e1-ad62-c330b961ebd5 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2411239c9e6d4534ac35e06ff4b57152"}, "enabled": true, "type": "event", "id": "2411239c9e6d4534ac35e06ff4b57152", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/29e2715f3abb42b993d88fc2cde41561"}, "enabled": true, "type": "volumev3", "id": "29e2715f3abb42b993d88fc2cde41561", "name": "cinderv3"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/399dabe56f704ed2b0e51a071ca04920"}, "enabled": true, "type": "volume", "id": "399dabe56f704ed2b0e51a071ca04920", "name": "cinder"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5f4f1b036f2d4918a2822b609220bc5f"}, "enabled": true, "type": "cloudformation", "id": "5f4f1b036f2d4918a2822b609220bc5f", "name": "heat-cfn"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/5fc5303d632043cbb34f640c1cf67314"}, "enabled": true, "type": "orchestration", "id": "5fc5303d632043cbb34f640c1cf67314", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/63a132a8c6a942229592d1b79f614017"}, "enabled": true, "type": "image", "id": "63a132a8c6a942229592d1b79f614017", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7955e8ead9c748f790f414fe54297c7a"}, "enabled": true, "type": "identity", "id": "7955e8ead9c748f790f414fe54297c7a", "name": "keystone"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c049e6aaf5d4f5eb1e224ae59f6f47c"}, "enabled": true, "type": "placement", "id": "7c049e6aaf5d4f5eb1e224ae59f6f47c", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9304874f2e6f4ffdb0d91084b54f46c0"}, "enabled": true, "type": "metering", "id": "9304874f2e6f4ffdb0d91084b54f46c0", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9796657c77fc4e5989a78d10919dd1bd"}, "enabled": true, "type": "metric", "id": "9796657c77fc4e5989a78d10919dd1bd", "name": "gnocchi"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ae0b470a00ce4893932bf5c94447e2b1"}, "enabled": true, "type": "alarming", "id": "ae0b470a00ce4893932bf5c94447e2b1", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b7d46673c466473789d5a3c945835d9d"}, "enabled": true, "type": "compute", "id": "b7d46673c466473789d5a3c945835d9d", "name": "nova"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cbef0810fb8e416a902783856ecc88f7"}, "enabled": true, "type": "object-store", "id": "cbef0810fb8e416a902783856ecc88f7", "name": "swift"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d1e53a90080d4cb68d2f5f185ffbd419"}, "enabled": true, "type": "network", "id": "d1e53a90080d4cb68d2f5f185ffbd419", "name": "neutron"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/e995422bda924c2985a3f07345d93f2b"}, "enabled": true, "type": "volumev2", "id": "e995422bda924c2985a3f07345d93f2b", "name": "cinderv2"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-31 21:29:47,462 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-437e1674-77c7-43e1-ad62-c330b961ebd5 2018-08-31 21:29:47,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.175410032272s 2018-08-31 21:29:47,463 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-437e1674-77c7-43e1-ad62-c330b961ebd5 2018-08-31 21:29:47,467 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'2411239c9e6d4534ac35e06ff4b57152', 'name': u'panko'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'29e2715f3abb42b993d88fc2cde41561', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'399dabe56f704ed2b0e51a071ca04920', 'name': u'cinder'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'5f4f1b036f2d4918a2822b609220bc5f', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'5fc5303d632043cbb34f640c1cf67314', 'name': u'heat'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'63a132a8c6a942229592d1b79f614017', 'name': u'glance'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'7955e8ead9c748f790f414fe54297c7a', 'name': u'keystone'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'7c049e6aaf5d4f5eb1e224ae59f6f47c', 'name': u'placement'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'9304874f2e6f4ffdb0d91084b54f46c0', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'9796657c77fc4e5989a78d10919dd1bd', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'ae0b470a00ce4893932bf5c94447e2b1', 'name': u'aodh'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'b7d46673c466473789d5a3c945835d9d', 'name': u'nova'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'cbef0810fb8e416a902783856ecc88f7', 'name': u'swift'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'd1e53a90080d4cb68d2f5f185ffbd419', 'name': u'neutron'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'e995422bda924c2985a3f07345d93f2b', 'name': u'cinderv2'})] 2018-08-31 21:29:47,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-31 21:29:47,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}ae51109e64da96df19b82f2d59952bd1ff58c053" 2018-08-31 21:29:48,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-4a16da8c-236e-45f4-b278-e95e241cafc4 Date: Fri, 31 Aug 2018 21:29:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:21Z","dns_nameservers":[],"updated_at":"2018-08-31T21:26:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"50ac8da4f2454f70b44b77cdb72eabfa","id":"f28f6f59-ecc2-4e3c-abf7-b17df59b12fe","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-31 21:29:48,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4a16da8c-236e-45f4-b278-e95e241cafc4 2018-08-31 21:29:48,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.947515010834s 2018-08-31 21:29:48,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-4a16da8c-236e-45f4-b278-e95e241cafc4 2018-08-31 21:29:48,417 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-31T21:26:21Z', 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'f28f6f59-ecc2-4e3c-abf7-b17df59b12fe', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'8daa010e-628a-492c-a9bc-0181d8e73fb4', u'tenant_id': u'50ac8da4f2454f70b44b77cdb72eabfa', u'created_at': u'2018-08-31T21:26:21Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'50ac8da4f2454f70b44b77cdb72eabfa'})] 2018-08-31 21:29:48,524 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-31 21:29:48,524 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-31 21:29:48,577 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-31 21:29:48,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-31 21:29:48,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-31 21:29:48,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-31 21:29:48,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-31 21:29:48,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-31 21:29:48,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:29:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7652baf4-4be0-42cc-acae-bf7b516bde37 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.26:5000/v3/", "rel": "self"}]}} 2018-08-31 21:29:48,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000//v3 used request id req-7652baf4-4be0-42cc-acae-bf7b516bde37 2018-08-31 21:29:48,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-31 21:29:49,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3c2d4a727026487caf9427c732c11926", "name": "admin"}], "expires_at": "2018-08-31T22:29:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90ef336b02ec41b69b7c9adf422d2c15", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1209252dfcab453da6c93ebab1228022"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23e13d3e6b8246549c45ca89bc830bf7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27866c66193c4d2a85d31496b00bc56e"}], "type": "event", "id": "2411239c9e6d4534ac35e06ff4b57152", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "26779e6f8678463586d3e6b5a1d20d40"}, {"url": "http://192.30.9.4:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88514864deac4f0681e1f0986d960c91"}, {"url": "http://172.30.9.26:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd8e1185ee294bf8b7a11369e364f7b1"}], "type": "volumev3", "id": "29e2715f3abb42b993d88fc2cde41561", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fc32f057d6b4a33ae5715b18beee949"}, {"url": "http://172.30.9.26:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cca99ab05664cee80ea74f8a84b34dd"}, {"url": "http://192.30.9.4:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c74062eafe7145fd8b7c260f2a83be52"}], "type": "volume", "id": "399dabe56f704ed2b0e51a071ca04920", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72616daa75404c07b32167b2041ab319"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b5e6839debb146e8b7f4ce8f20d56de6"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da230288517c417e8b1c938ff58d8150"}], "type": "cloudformation", "id": "5f4f1b036f2d4918a2822b609220bc5f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b14c4e09b824d9a8bd830445a7f8dfe"}, {"url": "http://172.30.9.26:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "39071b431490435982b4d3ff2788277c"}, {"url": "http://192.30.9.4:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6165403b67bb4d30ab4fcf17a4badc6e"}], "type": "orchestration", "id": "5fc5303d632043cbb34f640c1cf67314", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "350856144427417a8ece6fdea5466289"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9a250da723ff4e4da7eddf29798019ae"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e9d7078e343c4d1fbbf142be89253b36"}], "type": "image", "id": "63a132a8c6a942229592d1b79f614017", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53feeb1973824d819b0341dc846a29e9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b2cf21f6ea44c1927f232ffa91eeb0"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3d1bcec57934521aa2b1f73288d50fc"}], "type": "identity", "id": "7955e8ead9c748f790f414fe54297c7a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19fbe3b3616e40f8928ea2625b579f08"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db959cdcd13471f8a59999e5ecc8531"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a4f36373d04a05b453337e1d5b690c"}], "type": "placement", "id": "7c049e6aaf5d4f5eb1e224ae59f6f47c", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "9304874f2e6f4ffdb0d91084b54f46c0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27cecb81b0044cdca86d05a17fca79b9"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab7df80c54674f0e803c2db2c88c1f22"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f848bc9e03c749f3b3bc4dfe9738ac55"}], "type": "metric", "id": "9796657c77fc4e5989a78d10919dd1bd", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c7c0605e3e349b98785730aec0d1bd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5f078b23132b4f11938f46f71011a99a"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1fc91a20e347d0badf16830b15adce"}], "type": "alarming", "id": "ae0b470a00ce4893932bf5c94447e2b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13b6758c3c6a4d7db822fffa76473986"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d7267d93604470b942e06fd1c0fe592"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e75b42ff273b48d4a6b2c87f8b1a6043"}], "type": "compute", "id": "b7d46673c466473789d5a3c945835d9d", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97115b1bcc3a4b1a839c09c0d09df6a7"}, {"url": "http://12.0.0.34:8080/v1/AUTH_90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8597c59e7fd4e60982336dc00507979"}, {"url": "http://172.30.9.26:8080/v1/AUTH_90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de25d525f076468f84878c74f5393442"}], "type": "object-store", "id": "cbef0810fb8e416a902783856ecc88f7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c1b3905247c4e448823fd0f8ef76f1a"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548223362eb947fd806bf8d9ac965c7e"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b14ff399a53840999432d1220619d44e"}], "type": "network", "id": "d1e53a90080d4cb68d2f5f185ffbd419", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46dce9826a7d4c80b6c141e631be189e"}, {"url": "http://192.30.9.4:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fab9687949a4282bb03506951fd3055"}, {"url": "http://172.30.9.26:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75cd5adfda8748728211d02b2cb5b9e6"}], "type": "volumev2", "id": "e995422bda924c2985a3f07345d93f2b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9a73a863986449f99eb18b2602dceb8d"}, "audit_ids": ["mPwv6_6NS9yMm6Qo0or1wg"], "issued_at": "2018-08-31T21:29:49.000000Z"}} 2018-08-31 21:29:49,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-31 21:29:49,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" 2018-08-31 21:29:50,147 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f6c04feb-ad7f-4bcd-b2ec-817798ea9d38 Date: Fri, 31 Aug 2018 21:29:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50ac8da4f2454f70b44b77cdb72eabfa","status":"ACTIVE","subnets":["f28f6f59-ecc2-4e3c-abf7-b17df59b12fe"],"description":"","tags":[],"updated_at":"2018-08-31T21:26:21Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:14Z","provider:network_type":"flat"}]} 2018-08-31 21:29:50,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f6c04feb-ad7f-4bcd-b2ec-817798ea9d38 2018-08-31 21:29:50,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.02255010605s 2018-08-31 21:29:50,148 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f6c04feb-ad7f-4bcd-b2ec-817798ea9d38 2018-08-31 21:29:50,149 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-31 21:29:50,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-31 21:29:50,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" -d '{"network": {"name": "tenantnetwork1-net_7a88b069-b622-4784-adcc-c176ad617c1c", "admin_state_up": true}}' 2018-08-31 21:29:50,953 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-db01ceed-f976-4441-929a-0c8e7e9312bc Date: Fri, 31 Aug 2018 21:29:50 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"757ca20c-81cb-40d7-95aa-a1dfd464e95c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90ef336b02ec41b69b7c9adf422d2c15","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-31T21:29:50Z","is_default":false,"provider:segmentation_id":88,"name":"tenantnetwork1-net_7a88b069-b622-4784-adcc-c176ad617c1c","admin_state_up":true,"tenant_id":"90ef336b02ec41b69b7c9adf422d2c15","created_at":"2018-08-31T21:29:50Z","mtu":1450}} 2018-08-31 21:29:50,953 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-db01ceed-f976-4441-929a-0c8e7e9312bc 2018-08-31 21:29:50,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.803982019424s 2018-08-31 21:29:50,954 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-db01ceed-f976-4441-929a-0c8e7e9312bc 2018-08-31 21:29:50,954 - 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-31T21:29:50Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'757ca20c-81cb-40d7-95aa-a1dfd464e95c', u'provider:segmentation_id': 88, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_7a88b069-b622-4784-adcc-c176ad617c1c', u'admin_state_up': True, u'tenant_id': u'90ef336b02ec41b69b7c9adf422d2c15', u'created_at': u'2018-08-31T21:29:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'90ef336b02ec41b69b7c9adf422d2c15'}) 2018-08-31 21:29:50,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-31 21:29:50,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" 2018-08-31 21:29:51,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-b68955cf-d5c7-49b9-8afc-5238c8ffc63f Date: Fri, 31 Aug 2018 21:29:51 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"757ca20c-81cb-40d7-95aa-a1dfd464e95c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90ef336b02ec41b69b7c9adf422d2c15","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-31T21:29:50Z","provider:segmentation_id":88,"name":"tenantnetwork1-net_7a88b069-b622-4784-adcc-c176ad617c1c","admin_state_up":true,"tenant_id":"90ef336b02ec41b69b7c9adf422d2c15","created_at":"2018-08-31T21:29:50Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50ac8da4f2454f70b44b77cdb72eabfa","status":"ACTIVE","subnets":["f28f6f59-ecc2-4e3c-abf7-b17df59b12fe"],"description":"","tags":[],"updated_at":"2018-08-31T21:26:21Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:14Z","provider:network_type":"flat"}]} 2018-08-31 21:29:51,860 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b68955cf-d5c7-49b9-8afc-5238c8ffc63f 2018-08-31 21:29:51,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.904937028885s 2018-08-31 21:29:51,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b68955cf-d5c7-49b9-8afc-5238c8ffc63f 2018-08-31 21:29:51,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-31 21:29:51,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" -d '{"subnet": {"name": "tenantnetwork1-subnet_7a88b069-b622-4784-adcc-c176ad617c1c", "enable_dhcp": true, "network_id": "757ca20c-81cb-40d7-95aa-a1dfd464e95c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-31 21:29:53,234 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c4e18509-99be-4da7-b522-e4fdce28b14c Date: Fri, 31 Aug 2018 21:29:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757ca20c-81cb-40d7-95aa-a1dfd464e95c","tenant_id":"90ef336b02ec41b69b7c9adf422d2c15","created_at":"2018-08-31T21:29:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-31T21:29:52Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"90ef336b02ec41b69b7c9adf422d2c15","id":"d92ca2e8-1d50-48a3-b996-223ab0861d9f","subnetpool_id":null,"name":"tenantnetwork1-subnet_7a88b069-b622-4784-adcc-c176ad617c1c"}} 2018-08-31 21:29:53,234 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-c4e18509-99be-4da7-b522-e4fdce28b14c 2018-08-31 21:29:53,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.37208986282s 2018-08-31 21:29:53,235 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-c4e18509-99be-4da7-b522-e4fdce28b14c 2018-08-31 21:29:53,235 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-31T21:29:52Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'd92ca2e8-1d50-48a3-b996-223ab0861d9f', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_7a88b069-b622-4784-adcc-c176ad617c1c', u'enable_dhcp': True, u'network_id': u'757ca20c-81cb-40d7-95aa-a1dfd464e95c', u'tenant_id': u'90ef336b02ec41b69b7c9adf422d2c15', u'created_at': u'2018-08-31T21:29:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'90ef336b02ec41b69b7c9adf422d2c15'}) 2018-08-31 21:29:53,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-31 21:29:53,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" -d '{"router": {"external_gateway_info": {"network_id": "8daa010e-628a-492c-a9bc-0181d8e73fb4"}, "name": "tenantnetwork1-router_7a88b069-b622-4784-adcc-c176ad617c1c", "admin_state_up": true}}' 2018-08-31 21:29:55,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-43aeb598-8568-4685-8448-a003473de16b Date: Fri, 31 Aug 2018 21:29:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8daa010e-628a-492c-a9bc-0181d8e73fb4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f28f6f59-ecc2-4e3c-abf7-b17df59b12fe", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "90ef336b02ec41b69b7c9adf422d2c15", "created_at": "2018-08-31T21:29:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-31T21:29:55Z", "revision_number": 2, "routes": [], "project_id": "90ef336b02ec41b69b7c9adf422d2c15", "id": "58a3cc28-79ba-46db-ac00-775cfc98bee8", "name": "tenantnetwork1-router_7a88b069-b622-4784-adcc-c176ad617c1c"}} 2018-08-31 21:29:55,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-43aeb598-8568-4685-8448-a003473de16b 2018-08-31 21:29:55,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.49249386787s 2018-08-31 21:29:55,729 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-43aeb598-8568-4685-8448-a003473de16b 2018-08-31 21:29:55,729 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8daa010e-628a-492c-a9bc-0181d8e73fb4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f28f6f59-ecc2-4e3c-abf7-b17df59b12fe', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'90ef336b02ec41b69b7c9adf422d2c15', u'created_at': u'2018-08-31T21:29:54Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-31T21:29:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'90ef336b02ec41b69b7c9adf422d2c15', u'id': u'58a3cc28-79ba-46db-ac00-775cfc98bee8', u'name': u'tenantnetwork1-router_7a88b069-b622-4784-adcc-c176ad617c1c'}) 2018-08-31 21:29:55,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-31 21:29:55,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/58a3cc28-79ba-46db-ac00-775cfc98bee8/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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" -d '{"subnet_id": "d92ca2e8-1d50-48a3-b996-223ab0861d9f"}' 2018-08-31 21:29:58,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a5923c21-2ada-44a6-827d-2d64afdaac66 Date: Fri, 31 Aug 2018 21:29:58 GMT RESP BODY: {"network_id": "757ca20c-81cb-40d7-95aa-a1dfd464e95c", "tenant_id": "90ef336b02ec41b69b7c9adf422d2c15", "subnet_id": "d92ca2e8-1d50-48a3-b996-223ab0861d9f", "subnet_ids": ["d92ca2e8-1d50-48a3-b996-223ab0861d9f"], "port_id": "0409f21d-9ba2-492c-aed3-f0fb0bfdeab2", "id": "58a3cc28-79ba-46db-ac00-775cfc98bee8"} 2018-08-31 21:29:58,302 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/58a3cc28-79ba-46db-ac00-775cfc98bee8/add_router_interface.json used request id req-a5923c21-2ada-44a6-827d-2d64afdaac66 2018-08-31 21:29:58,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.57248091698s 2018-08-31 21:29:58,303 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/58a3cc28-79ba-46db-ac00-775cfc98bee8/add_router_interface.json used request id req-a5923c21-2ada-44a6-827d-2d64afdaac66 returning object 58a3cc28-79ba-46db-ac00-775cfc98bee8 2018-08-31 21:29:58,419 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-31 21:29:58,419 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-31 21:29:58,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-31 21:29:58,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/58a3cc28-79ba-46db-ac00-775cfc98bee8/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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" -d '{"subnet_id": "d92ca2e8-1d50-48a3-b996-223ab0861d9f"}' 2018-08-31 21:29:59,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-43c16a71-2dbd-4095-bae8-98534c708c43 Date: Fri, 31 Aug 2018 21:29:59 GMT RESP BODY: {"network_id": "757ca20c-81cb-40d7-95aa-a1dfd464e95c", "tenant_id": "90ef336b02ec41b69b7c9adf422d2c15", "subnet_id": "d92ca2e8-1d50-48a3-b996-223ab0861d9f", "subnet_ids": ["d92ca2e8-1d50-48a3-b996-223ab0861d9f"], "port_id": "0409f21d-9ba2-492c-aed3-f0fb0bfdeab2", "id": "58a3cc28-79ba-46db-ac00-775cfc98bee8"} 2018-08-31 21:29:59,999 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/58a3cc28-79ba-46db-ac00-775cfc98bee8/remove_router_interface.json used request id req-43c16a71-2dbd-4095-bae8-98534c708c43 2018-08-31 21:29:59,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.5746281147s 2018-08-31 21:30:00,000 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/58a3cc28-79ba-46db-ac00-775cfc98bee8/remove_router_interface.json used request id req-43c16a71-2dbd-4095-bae8-98534c708c43 returning object 58a3cc28-79ba-46db-ac00-775cfc98bee8 2018-08-31 21:30:00,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-31 21:30:00,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" 2018-08-31 21:30:00,987 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-d946e0b8-ba9a-47ef-849a-514f37a9f2be Date: Fri, 31 Aug 2018 21:30:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8daa010e-628a-492c-a9bc-0181d8e73fb4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f28f6f59-ecc2-4e3c-abf7-b17df59b12fe", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "90ef336b02ec41b69b7c9adf422d2c15", "created_at": "2018-08-31T21:29:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-31T21:29:59Z", "revision_number": 4, "routes": [], "project_id": "90ef336b02ec41b69b7c9adf422d2c15", "id": "58a3cc28-79ba-46db-ac00-775cfc98bee8", "name": "tenantnetwork1-router_7a88b069-b622-4784-adcc-c176ad617c1c"}]} 2018-08-31 21:30:00,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-d946e0b8-ba9a-47ef-849a-514f37a9f2be 2018-08-31 21:30:00,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.986867904663s 2018-08-31 21:30:00,988 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-d946e0b8-ba9a-47ef-849a-514f37a9f2be 2018-08-31 21:30:00,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-31 21:30:00,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/58a3cc28-79ba-46db-ac00-775cfc98bee8.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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" 2018-08-31 21:30:03,328 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c52cd885-0e7e-4097-9407-17af1ca431fa Content-Length: 0 Date: Fri, 31 Aug 2018 21:30:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-31 21:30:03,328 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/58a3cc28-79ba-46db-ac00-775cfc98bee8.json used request id req-c52cd885-0e7e-4097-9407-17af1ca431fa 2018-08-31 21:30:03,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.33886504173s 2018-08-31 21:30:03,328 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/58a3cc28-79ba-46db-ac00-775cfc98bee8.json used request id req-c52cd885-0e7e-4097-9407-17af1ca431fa 2018-08-31 21:30:03,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-31 21:30:03,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" 2018-08-31 21:30:03,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-a981ce1e-a3a9-4bc2-a3e4-c1dde5f656ca Date: Fri, 31 Aug 2018 21:30:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"757ca20c-81cb-40d7-95aa-a1dfd464e95c","tenant_id":"90ef336b02ec41b69b7c9adf422d2c15","created_at":"2018-08-31T21:29:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-31T21:29:52Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"90ef336b02ec41b69b7c9adf422d2c15","id":"d92ca2e8-1d50-48a3-b996-223ab0861d9f","subnetpool_id":null,"name":"tenantnetwork1-subnet_7a88b069-b622-4784-adcc-c176ad617c1c"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:21Z","dns_nameservers":[],"updated_at":"2018-08-31T21:26:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"50ac8da4f2454f70b44b77cdb72eabfa","id":"f28f6f59-ecc2-4e3c-abf7-b17df59b12fe","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-31 21:30:03,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a981ce1e-a3a9-4bc2-a3e4-c1dde5f656ca 2018-08-31 21:30:03,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.29347205162s 2018-08-31 21:30:03,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-a981ce1e-a3a9-4bc2-a3e4-c1dde5f656ca 2018-08-31 21:30:03,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-31 21:30:03,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/d92ca2e8-1d50-48a3-b996-223ab0861d9f.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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" 2018-08-31 21:30:06,759 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-190e41fa-de33-4617-801a-09f5ffb77923 Date: Fri, 31 Aug 2018 21:30:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-31 21:30:06,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d92ca2e8-1d50-48a3-b996-223ab0861d9f.json used request id req-190e41fa-de33-4617-801a-09f5ffb77923 2018-08-31 21:30:06,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.13494110107s 2018-08-31 21:30:06,760 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d92ca2e8-1d50-48a3-b996-223ab0861d9f.json used request id req-190e41fa-de33-4617-801a-09f5ffb77923 2018-08-31 21:30:06,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-31 21:30:06,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" 2018-08-31 21:30:07,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-e61d1ac8-b79d-4b2c-a2cc-b9f617dd1a16 Date: Fri, 31 Aug 2018 21:30:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"757ca20c-81cb-40d7-95aa-a1dfd464e95c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90ef336b02ec41b69b7c9adf422d2c15","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-31T21:30:06Z","provider:segmentation_id":88,"name":"tenantnetwork1-net_7a88b069-b622-4784-adcc-c176ad617c1c","admin_state_up":true,"tenant_id":"90ef336b02ec41b69b7c9adf422d2c15","created_at":"2018-08-31T21:29:50Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50ac8da4f2454f70b44b77cdb72eabfa","status":"ACTIVE","subnets":["f28f6f59-ecc2-4e3c-abf7-b17df59b12fe"],"description":"","tags":[],"updated_at":"2018-08-31T21:26:21Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:14Z","provider:network_type":"flat"}]} 2018-08-31 21:30:07,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e61d1ac8-b79d-4b2c-a2cc-b9f617dd1a16 2018-08-31 21:30:07,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.10242605209s 2018-08-31 21:30:07,863 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e61d1ac8-b79d-4b2c-a2cc-b9f617dd1a16 2018-08-31 21:30:07,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-31 21:30:07,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/757ca20c-81cb-40d7-95aa-a1dfd464e95c.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}4212fe95a59d8f74506de3703cc333d6c8a41d7b" 2018-08-31 21:30:08,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0a460c4d-570a-4baa-b610-3e0af93c3ade Date: Fri, 31 Aug 2018 21:30:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-31 21:30:08,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/757ca20c-81cb-40d7-95aa-a1dfd464e95c.json used request id req-0a460c4d-570a-4baa-b610-3e0af93c3ade 2018-08-31 21:30:08,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.651474952698s 2018-08-31 21:30:08,516 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/757ca20c-81cb-40d7-95aa-a1dfd464e95c.json used request id req-0a460c4d-570a-4baa-b610-3e0af93c3ade 2018-08-31 21:30:08,569 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-31 21:30:08,611 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-31 21:30:08,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-31 21:30:08,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-31 21:30:08,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-31 21:30:08,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-31 21:30:08,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-31 21:30:08,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-31 21:30:08,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-31 21:30:08,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-31 21:30:08,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-31 21:30:08,612 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-31 21:30:08,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-31 21:30:08,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d4920d3-d6f6-4794-af68-2548e2766041 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.26:5000/v3/", "rel": "self"}]}} 2018-08-31 21:30:08,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000//v3 used request id req-0d4920d3-d6f6-4794-af68-2548e2766041 2018-08-31 21:30:08,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-31 21:30:09,088 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3c2d4a727026487caf9427c732c11926", "name": "admin"}], "expires_at": "2018-08-31T22:30:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90ef336b02ec41b69b7c9adf422d2c15", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1209252dfcab453da6c93ebab1228022"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23e13d3e6b8246549c45ca89bc830bf7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27866c66193c4d2a85d31496b00bc56e"}], "type": "event", "id": "2411239c9e6d4534ac35e06ff4b57152", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "26779e6f8678463586d3e6b5a1d20d40"}, {"url": "http://192.30.9.4:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88514864deac4f0681e1f0986d960c91"}, {"url": "http://172.30.9.26:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd8e1185ee294bf8b7a11369e364f7b1"}], "type": "volumev3", "id": "29e2715f3abb42b993d88fc2cde41561", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fc32f057d6b4a33ae5715b18beee949"}, {"url": "http://172.30.9.26:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cca99ab05664cee80ea74f8a84b34dd"}, {"url": "http://192.30.9.4:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c74062eafe7145fd8b7c260f2a83be52"}], "type": "volume", "id": "399dabe56f704ed2b0e51a071ca04920", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72616daa75404c07b32167b2041ab319"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b5e6839debb146e8b7f4ce8f20d56de6"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da230288517c417e8b1c938ff58d8150"}], "type": "cloudformation", "id": "5f4f1b036f2d4918a2822b609220bc5f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b14c4e09b824d9a8bd830445a7f8dfe"}, {"url": "http://172.30.9.26:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "39071b431490435982b4d3ff2788277c"}, {"url": "http://192.30.9.4:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6165403b67bb4d30ab4fcf17a4badc6e"}], "type": "orchestration", "id": "5fc5303d632043cbb34f640c1cf67314", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "350856144427417a8ece6fdea5466289"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9a250da723ff4e4da7eddf29798019ae"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e9d7078e343c4d1fbbf142be89253b36"}], "type": "image", "id": "63a132a8c6a942229592d1b79f614017", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53feeb1973824d819b0341dc846a29e9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b2cf21f6ea44c1927f232ffa91eeb0"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3d1bcec57934521aa2b1f73288d50fc"}], "type": "identity", "id": "7955e8ead9c748f790f414fe54297c7a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19fbe3b3616e40f8928ea2625b579f08"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db959cdcd13471f8a59999e5ecc8531"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a4f36373d04a05b453337e1d5b690c"}], "type": "placement", "id": "7c049e6aaf5d4f5eb1e224ae59f6f47c", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "9304874f2e6f4ffdb0d91084b54f46c0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27cecb81b0044cdca86d05a17fca79b9"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab7df80c54674f0e803c2db2c88c1f22"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f848bc9e03c749f3b3bc4dfe9738ac55"}], "type": "metric", "id": "9796657c77fc4e5989a78d10919dd1bd", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c7c0605e3e349b98785730aec0d1bd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5f078b23132b4f11938f46f71011a99a"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1fc91a20e347d0badf16830b15adce"}], "type": "alarming", "id": "ae0b470a00ce4893932bf5c94447e2b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13b6758c3c6a4d7db822fffa76473986"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d7267d93604470b942e06fd1c0fe592"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e75b42ff273b48d4a6b2c87f8b1a6043"}], "type": "compute", "id": "b7d46673c466473789d5a3c945835d9d", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97115b1bcc3a4b1a839c09c0d09df6a7"}, {"url": "http://12.0.0.34:8080/v1/AUTH_90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8597c59e7fd4e60982336dc00507979"}, {"url": "http://172.30.9.26:8080/v1/AUTH_90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de25d525f076468f84878c74f5393442"}], "type": "object-store", "id": "cbef0810fb8e416a902783856ecc88f7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c1b3905247c4e448823fd0f8ef76f1a"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548223362eb947fd806bf8d9ac965c7e"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b14ff399a53840999432d1220619d44e"}], "type": "network", "id": "d1e53a90080d4cb68d2f5f185ffbd419", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46dce9826a7d4c80b6c141e631be189e"}, {"url": "http://192.30.9.4:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fab9687949a4282bb03506951fd3055"}, {"url": "http://172.30.9.26:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75cd5adfda8748728211d02b2cb5b9e6"}], "type": "volumev2", "id": "e995422bda924c2985a3f07345d93f2b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9a73a863986449f99eb18b2602dceb8d"}, "audit_ids": ["oQ37-9KpTW-p6nnzl_gaVw"], "issued_at": "2018-08-31T21:30:09.000000Z"}} 2018-08-31 21:30:09,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-31 21:30:09,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:10,041 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-03946940-48d3-4bdd-96f8-8f5f072737b8 Date: Fri, 31 Aug 2018 21:30:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50ac8da4f2454f70b44b77cdb72eabfa","status":"ACTIVE","subnets":["f28f6f59-ecc2-4e3c-abf7-b17df59b12fe"],"description":"","tags":[],"updated_at":"2018-08-31T21:26:21Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:14Z","provider:network_type":"flat"}]} 2018-08-31 21:30:10,041 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-03946940-48d3-4bdd-96f8-8f5f072737b8 2018-08-31 21:30:10,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.949688911438s 2018-08-31 21:30:10,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-03946940-48d3-4bdd-96f8-8f5f072737b8 2018-08-31 21:30:10,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-31 21:30:10,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Fri, 31 Aug 2018 21:30:10 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26: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.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-31 21:30:10,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-31 21:30:10,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:10,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-308db152-4631-437e-8c39-2fc1f6d33b34 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/42b66a29bbf14fbcbd2e08260a9e52c7"}, "tags": [], "enabled": true, "id": "42b66a29bbf14fbcbd2e08260a9e52c7", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-08-31 21:30:10,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-308db152-4631-437e-8c39-2fc1f6d33b34 2018-08-31 21:30:10,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0996730327606s 2018-08-31 21:30:10,151 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-308db152-4631-437e-8c39-2fc1f6d33b34 2018-08-31 21:30:10,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-31 21:30:10,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}}' 2018-08-31 21:30:10,385 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 31 Aug 2018 21:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d201ad3-8db9-45d9-bf70-fd8ec1ab4f5a 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.26:5000/v3/projects/b630303768cc40059ea7e706a00ec84d"}, "tags": [], "enabled": true, "id": "b630303768cc40059ea7e706a00ec84d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}} 2018-08-31 21:30:10,385 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-9d201ad3-8db9-45d9-bf70-fd8ec1ab4f5a 2018-08-31 21:30:10,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.226509094238s 2018-08-31 21:30:10,386 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-9d201ad3-8db9-45d9-bf70-fd8ec1ab4f5a 2018-08-31 21:30:10,386 - 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'b630303768cc40059ea7e706a00ec84d', '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_3d89ef5f-ec30-4214-9d4f-446a7a71bb81'}) 2018-08-31 21:30:10,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-31 21:30:10,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "fdd6ab0e-e7e1-4afe-8a7e-9565a52a6f16", "email": null, "name": "tenantnetwork2-user_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}}' 2018-08-31 21:30:10,811 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 31 Aug 2018 21:30:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18dd8e26-c1b1-46eb-8b6d-486e32ae41b5 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_3d89ef5f-ec30-4214-9d4f-446a7a71bb81", "links": {"self": "http://172.30.9.26:5000/v3/users/3be89b0df5344e7bbb579a3da381de40"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3be89b0df5344e7bbb579a3da381de40", "domain_id": "default", "password_expires_at": null}} 2018-08-31 21:30:10,811 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-18dd8e26-c1b1-46eb-8b6d-486e32ae41b5 2018-08-31 21:30:10,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.419193029404s 2018-08-31 21:30:10,812 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-18dd8e26-c1b1-46eb-8b6d-486e32ae41b5 2018-08-31 21:30:10,812 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3be89b0df5344e7bbb579a3da381de40', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_3d89ef5f-ec30-4214-9d4f-446a7a71bb81'}) 2018-08-31 21:30:10,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-31 21:30:10,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:10,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b4502f6-7c80-4397-b648-b2ed333dda66 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3c2d4a727026487caf9427c732c11926", "links": {"self": "http://172.30.9.26:5000/v3/roles/3c2d4a727026487caf9427c732c11926"}, "name": "admin"}, {"domain_id": null, "id": "940e74815bd84548bf797304c1653d9f", "links": {"self": "http://172.30.9.26:5000/v3/roles/940e74815bd84548bf797304c1653d9f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c27619d0eda04fcc92a25ed63729336e", "links": {"self": "http://172.30.9.26:5000/v3/roles/c27619d0eda04fcc92a25ed63729336e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "dc5059763c8f4e489f3c42d15ba7beea", "links": {"self": "http://172.30.9.26:5000/v3/roles/dc5059763c8f4e489f3c42d15ba7beea"}, "name": "heat_stack_user"}]} 2018-08-31 21:30:10,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0b4502f6-7c80-4397-b648-b2ed333dda66 2018-08-31 21:30:10,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17686009407s 2018-08-31 21:30:10,993 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-0b4502f6-7c80-4397-b648-b2ed333dda66 2018-08-31 21:30:10,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-31 21:30:11,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:11,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17bf8928-d63e-4831-a6e7-b2fc493f1084 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3c2d4a727026487caf9427c732c11926", "links": {"self": "http://172.30.9.26:5000/v3/roles/3c2d4a727026487caf9427c732c11926"}, "name": "admin"}, {"domain_id": null, "id": "940e74815bd84548bf797304c1653d9f", "links": {"self": "http://172.30.9.26:5000/v3/roles/940e74815bd84548bf797304c1653d9f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c27619d0eda04fcc92a25ed63729336e", "links": {"self": "http://172.30.9.26:5000/v3/roles/c27619d0eda04fcc92a25ed63729336e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "dc5059763c8f4e489f3c42d15ba7beea", "links": {"self": "http://172.30.9.26:5000/v3/roles/dc5059763c8f4e489f3c42d15ba7beea"}, "name": "heat_stack_user"}]} 2018-08-31 21:30:11,023 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-17bf8928-d63e-4831-a6e7-b2fc493f1084 2018-08-31 21:30:11,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.025395154953s 2018-08-31 21:30:11,024 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-17bf8928-d63e-4831-a6e7-b2fc493f1084 2018-08-31 21:30:11,025 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-31 21:30:11,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-31 21:30:11,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" -d '{"role": {"name": "Member"}}' 2018-08-31 21:30:11,252 - keystoneauth.session - DEBUG - RESP: [201] Date: Fri, 31 Aug 2018 21:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-890745ca-fe13-4c34-ace7-0d5c2a5d5c8f Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ec6e92f6581141fcb63733ffc5c6fa9c", "links": {"self": "http://172.30.9.26:5000/v3/roles/ec6e92f6581141fcb63733ffc5c6fa9c"}, "name": "Member"}} 2018-08-31 21:30:11,252 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-890745ca-fe13-4c34-ace7-0d5c2a5d5c8f 2018-08-31 21:30:11,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.224358081818s 2018-08-31 21:30:11,253 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-890745ca-fe13-4c34-ace7-0d5c2a5d5c8f 2018-08-31 21:30:11,253 - 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'ec6e92f6581141fcb63733ffc5c6fa9c'}) 2018-08-31 21:30:11,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-31 21:30:11,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:11,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f25fe6e-ba60-4169-84f8-6b1857422fa6 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3c2d4a727026487caf9427c732c11926", "links": {"self": "http://172.30.9.26:5000/v3/roles/3c2d4a727026487caf9427c732c11926"}, "name": "admin"}, {"domain_id": null, "id": "940e74815bd84548bf797304c1653d9f", "links": {"self": "http://172.30.9.26:5000/v3/roles/940e74815bd84548bf797304c1653d9f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c27619d0eda04fcc92a25ed63729336e", "links": {"self": "http://172.30.9.26:5000/v3/roles/c27619d0eda04fcc92a25ed63729336e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "dc5059763c8f4e489f3c42d15ba7beea", "links": {"self": "http://172.30.9.26:5000/v3/roles/dc5059763c8f4e489f3c42d15ba7beea"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ec6e92f6581141fcb63733ffc5c6fa9c", "links": {"self": "http://172.30.9.26:5000/v3/roles/ec6e92f6581141fcb63733ffc5c6fa9c"}, "name": "Member"}]} 2018-08-31 21:30:11,342 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4f25fe6e-ba60-4169-84f8-6b1857422fa6 2018-08-31 21:30:11,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0847790241241s 2018-08-31 21:30:11,342 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-4f25fe6e-ba60-4169-84f8-6b1857422fa6 2018-08-31 21:30:11,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-31 21:30:11,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:11,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbf62240-f825-4ae9-a83f-7c87d09a11a6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-31 21:30:11,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-cbf62240-f825-4ae9-a83f-7c87d09a11a6 2018-08-31 21:30:11,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107481002808s 2018-08-31 21:30:11,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-cbf62240-f825-4ae9-a83f-7c87d09a11a6 2018-08-31 21:30:11,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-31 21:30:11,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:11,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497c29cb-c7d8-438a-8c94-73e59bb6277e Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/029dde717cb74fdd94ee9fd26df5ae1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "029dde717cb74fdd94ee9fd26df5ae1d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/07568faa619e495fa625b66a3987f769"}, "domain_id": "42b66a29bbf14fbcbd2e08260a9e52c7", "enabled": true, "options": {}, "id": "07568faa619e495fa625b66a3987f769", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/26545a8e5c4c4ffa94a963c154e79dc5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26545a8e5c4c4ffa94a963c154e79dc5", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/319dfb40a69a464383f38120c2026b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "319dfb40a69a464383f38120c2026b1e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_3d89ef5f-ec30-4214-9d4f-446a7a71bb81", "links": {"self": "http://172.30.9.26:5000/v3/users/3be89b0df5344e7bbb579a3da381de40"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3be89b0df5344e7bbb579a3da381de40", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/41c4a164a780433cb8e18b7a5a151d91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41c4a164a780433cb8e18b7a5a151d91", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/9a73a863986449f99eb18b2602dceb8d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a73a863986449f99eb18b2602dceb8d", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/a353e6c38aba453a9b85140a756c30d5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a353e6c38aba453a9b85140a756c30d5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/a3c1f4d8e118404a929c83e8590e0b3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3c1f4d8e118404a929c83e8590e0b3b", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/b62c61d6053244dfbf1338e73f5cd70d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b62c61d6053244dfbf1338e73f5cd70d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/bfd0876e708d454ea32ea839f21d1853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bfd0876e708d454ea32ea839f21d1853", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/cff9e71937c9487cb49fcebcdd6e1491"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cff9e71937c9487cb49fcebcdd6e1491", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/e0d28f893e54458b989e70d6f45e9ff3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0d28f893e54458b989e70d6f45e9ff3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/e925a356e8fc411092fc07c574db0b04"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e925a356e8fc411092fc07c574db0b04", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/f4059d5966f7443e9bca0fb16db16975"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4059d5966f7443e9bca0fb16db16975", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-31 21:30:11,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-497c29cb-c7d8-438a-8c94-73e59bb6277e 2018-08-31 21:30:11,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.17696595192s 2018-08-31 21:30:11,633 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-497c29cb-c7d8-438a-8c94-73e59bb6277e 2018-08-31 21:30:11,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-31 21:30:11,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:11,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2b0d87a-a3f6-49a1-9cf2-a913a21d03c9 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26: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.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa"}, "tags": [], "enabled": true, "id": "50ac8da4f2454f70b44b77cdb72eabfa", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/90ef336b02ec41b69b7c9adf422d2c15"}, "tags": [], "enabled": true, "id": "90ef336b02ec41b69b7c9adf422d2c15", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.26:5000/v3/projects/b630303768cc40059ea7e706a00ec84d"}, "tags": [], "enabled": true, "id": "b630303768cc40059ea7e706a00ec84d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}]} 2018-08-31 21:30:11,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-f2b0d87a-a3f6-49a1-9cf2-a913a21d03c9 2018-08-31 21:30:11,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104568004608s 2018-08-31 21:30:11,750 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-f2b0d87a-a3f6-49a1-9cf2-a913a21d03c9 2018-08-31 21:30:11,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-31 21:30:11,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=3be89b0df5344e7bbb579a3da381de40&role.id=ec6e92f6581141fcb63733ffc5c6fa9c&scope.project.id=b630303768cc40059ea7e706a00ec84d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:11,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e1162d17-3b63-4d48-99c0-3fa074b3e00e Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=3be89b0df5344e7bbb579a3da381de40&role.id=ec6e92f6581141fcb63733ffc5c6fa9c&scope.project.id=b630303768cc40059ea7e706a00ec84d", "previous": null, "next": null}} 2018-08-31 21:30:11,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=3be89b0df5344e7bbb579a3da381de40&role.id=ec6e92f6581141fcb63733ffc5c6fa9c&scope.project.id=b630303768cc40059ea7e706a00ec84d used request id req-e1162d17-3b63-4d48-99c0-3fa074b3e00e 2018-08-31 21:30:11,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.159230947495s 2018-08-31 21:30:11,917 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=3be89b0df5344e7bbb579a3da381de40&role.id=ec6e92f6581141fcb63733ffc5c6fa9c&scope.project.id=b630303768cc40059ea7e706a00ec84d used request id req-e1162d17-3b63-4d48-99c0-3fa074b3e00e 2018-08-31 21:30:11,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-31 21:30:11,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/b630303768cc40059ea7e706a00ec84d/users/3be89b0df5344e7bbb579a3da381de40/roles/ec6e92f6581141fcb63733ffc5c6fa9c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:12,060 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 31 Aug 2018 21:30:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e439a0f7-12bc-4913-b627-511e2f1854bd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-31 21:30:12,060 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/b630303768cc40059ea7e706a00ec84d/users/3be89b0df5344e7bbb579a3da381de40/roles/ec6e92f6581141fcb63733ffc5c6fa9c used request id req-e439a0f7-12bc-4913-b627-511e2f1854bd 2018-08-31 21:30:12,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.140110015869s 2018-08-31 21:30:12,061 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/b630303768cc40059ea7e706a00ec84d/users/3be89b0df5344e7bbb579a3da381de40/roles/ec6e92f6581141fcb63733ffc5c6fa9c used request id req-e439a0f7-12bc-4913-b627-511e2f1854bd 2018-08-31 21:30:12,061 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_3d89ef5f-ec30-4214-9d4f-446a7a71bb81', 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'b630303768cc40059ea7e706a00ec84d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'fdd6ab0e-e7e1-4afe-8a7e-9565a52a6f16', 'username': u'tenantnetwork2-user_3d89ef5f-ec30-4214-9d4f-446a7a71bb81', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26: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-31 21:30:12,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-31 21:30:12,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-31 21:30:12,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-31 21:30:12,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-31 21:30:12,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-31 21:30:12,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-31 21:30:12,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-31 21:30:12,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-31 21:30:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-31 21:30:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-31 21:30:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-31 21:30:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-31 21:30:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-31 21:30:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-31 21:30:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-31 21:30:12,064 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-31 21:30:12,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-31 21:30:12,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-31 21:30:12,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-31 21:30:12,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-31 21:30:12,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-31 21:30:12,065 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-31 21:30:12,066 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_3d89ef5f-ec30-4214-9d4f-446a7a71bb81', 'password': 'fdd6ab0e-e7e1-4afe-8a7e-9565a52a6f16', 'project_name': 'tenantnetwork2-project_3d89ef5f-ec30-4214-9d4f-446a7a71bb81', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000//v3', 'project_id': 'b630303768cc40059ea7e706a00ec84d', 'project_domain_name': 'Default'} 2018-08-31 21:30:12,067 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-31 21:30:12,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-31 21:30:12,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-364a6c94-ce86-4233-9e50-23d04cc0b0b3 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.26:5000/v3/", "rel": "self"}]}} 2018-08-31 21:30:12,075 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000//v3 used request id req-364a6c94-ce86-4233-9e50-23d04cc0b0b3 2018-08-31 21:30:12,076 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-31 21:30:12,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ec6e92f6581141fcb63733ffc5c6fa9c", "name": "Member"}], "expires_at": "2018-08-31T22:30:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b630303768cc40059ea7e706a00ec84d", "name": "tenantnetwork2-project_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1209252dfcab453da6c93ebab1228022"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23e13d3e6b8246549c45ca89bc830bf7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27866c66193c4d2a85d31496b00bc56e"}], "type": "event", "id": "2411239c9e6d4534ac35e06ff4b57152", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/b630303768cc40059ea7e706a00ec84d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "26779e6f8678463586d3e6b5a1d20d40"}, {"url": "http://192.30.9.4:8776/v3/b630303768cc40059ea7e706a00ec84d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88514864deac4f0681e1f0986d960c91"}, {"url": "http://172.30.9.26:8776/v3/b630303768cc40059ea7e706a00ec84d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd8e1185ee294bf8b7a11369e364f7b1"}], "type": "volumev3", "id": "29e2715f3abb42b993d88fc2cde41561", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/b630303768cc40059ea7e706a00ec84d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fc32f057d6b4a33ae5715b18beee949"}, {"url": "http://172.30.9.26:8776/v1/b630303768cc40059ea7e706a00ec84d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cca99ab05664cee80ea74f8a84b34dd"}, {"url": "http://192.30.9.4:8776/v1/b630303768cc40059ea7e706a00ec84d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c74062eafe7145fd8b7c260f2a83be52"}], "type": "volume", "id": "399dabe56f704ed2b0e51a071ca04920", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72616daa75404c07b32167b2041ab319"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b5e6839debb146e8b7f4ce8f20d56de6"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da230288517c417e8b1c938ff58d8150"}], "type": "cloudformation", "id": "5f4f1b036f2d4918a2822b609220bc5f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/b630303768cc40059ea7e706a00ec84d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b14c4e09b824d9a8bd830445a7f8dfe"}, {"url": "http://172.30.9.26:8004/v1/b630303768cc40059ea7e706a00ec84d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "39071b431490435982b4d3ff2788277c"}, {"url": "http://192.30.9.4:8004/v1/b630303768cc40059ea7e706a00ec84d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6165403b67bb4d30ab4fcf17a4badc6e"}], "type": "orchestration", "id": "5fc5303d632043cbb34f640c1cf67314", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "350856144427417a8ece6fdea5466289"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9a250da723ff4e4da7eddf29798019ae"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e9d7078e343c4d1fbbf142be89253b36"}], "type": "image", "id": "63a132a8c6a942229592d1b79f614017", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53feeb1973824d819b0341dc846a29e9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b2cf21f6ea44c1927f232ffa91eeb0"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3d1bcec57934521aa2b1f73288d50fc"}], "type": "identity", "id": "7955e8ead9c748f790f414fe54297c7a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19fbe3b3616e40f8928ea2625b579f08"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db959cdcd13471f8a59999e5ecc8531"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a4f36373d04a05b453337e1d5b690c"}], "type": "placement", "id": "7c049e6aaf5d4f5eb1e224ae59f6f47c", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "9304874f2e6f4ffdb0d91084b54f46c0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27cecb81b0044cdca86d05a17fca79b9"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab7df80c54674f0e803c2db2c88c1f22"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f848bc9e03c749f3b3bc4dfe9738ac55"}], "type": "metric", "id": "9796657c77fc4e5989a78d10919dd1bd", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c7c0605e3e349b98785730aec0d1bd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5f078b23132b4f11938f46f71011a99a"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1fc91a20e347d0badf16830b15adce"}], "type": "alarming", "id": "ae0b470a00ce4893932bf5c94447e2b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13b6758c3c6a4d7db822fffa76473986"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d7267d93604470b942e06fd1c0fe592"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e75b42ff273b48d4a6b2c87f8b1a6043"}], "type": "compute", "id": "b7d46673c466473789d5a3c945835d9d", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97115b1bcc3a4b1a839c09c0d09df6a7"}, {"url": "http://12.0.0.34:8080/v1/AUTH_b630303768cc40059ea7e706a00ec84d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8597c59e7fd4e60982336dc00507979"}, {"url": "http://172.30.9.26:8080/v1/AUTH_b630303768cc40059ea7e706a00ec84d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de25d525f076468f84878c74f5393442"}], "type": "object-store", "id": "cbef0810fb8e416a902783856ecc88f7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c1b3905247c4e448823fd0f8ef76f1a"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548223362eb947fd806bf8d9ac965c7e"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b14ff399a53840999432d1220619d44e"}], "type": "network", "id": "d1e53a90080d4cb68d2f5f185ffbd419", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/b630303768cc40059ea7e706a00ec84d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46dce9826a7d4c80b6c141e631be189e"}, {"url": "http://192.30.9.4:8776/v2/b630303768cc40059ea7e706a00ec84d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fab9687949a4282bb03506951fd3055"}, {"url": "http://172.30.9.26:8776/v2/b630303768cc40059ea7e706a00ec84d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75cd5adfda8748728211d02b2cb5b9e6"}], "type": "volumev2", "id": "e995422bda924c2985a3f07345d93f2b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_3d89ef5f-ec30-4214-9d4f-446a7a71bb81", "id": "3be89b0df5344e7bbb579a3da381de40"}, "audit_ids": ["5GYotl33TgCpbhCRCuxqxQ"], "issued_at": "2018-08-31T21:30:12.000000Z"}} 2018-08-31 21:30:12,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-31 21:30:12,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" -d '{"network": {"name": "tenantnetwork2-net_3d89ef5f-ec30-4214-9d4f-446a7a71bb81", "admin_state_up": true}}' 2018-08-31 21:30:13,336 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-7f760a64-1836-48bd-b2a8-561d469d7f02 Date: Fri, 31 Aug 2018 21:30:13 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b630303768cc40059ea7e706a00ec84d","created_at":"2018-08-31T21:30:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-31T21:30:13Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b630303768cc40059ea7e706a00ec84d","id":"3a2d8084-a157-422e-a48c-22bdbf375d29","name":"tenantnetwork2-net_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}} 2018-08-31 21:30:13,336 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-7f760a64-1836-48bd-b2a8-561d469d7f02 2018-08-31 21:30:13,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.863885164261s 2018-08-31 21:30:13,336 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-7f760a64-1836-48bd-b2a8-561d469d7f02 2018-08-31 21:30:13,337 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-31T21:30:13Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'3a2d8084-a157-422e-a48c-22bdbf375d29', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_3d89ef5f-ec30-4214-9d4f-446a7a71bb81', u'admin_state_up': True, u'tenant_id': u'b630303768cc40059ea7e706a00ec84d', u'created_at': u'2018-08-31T21:30:12Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b630303768cc40059ea7e706a00ec84d'}) 2018-08-31 21:30:13,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-31 21:30:13,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" 2018-08-31 21:30:14,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-b106b469-1cc8-4ec7-ba43-6e79b4362e8a Date: Fri, 31 Aug 2018 21:30:14 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-31T21:30:13Z","tenant_id":"b630303768cc40059ea7e706a00ec84d","created_at":"2018-08-31T21:30:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b630303768cc40059ea7e706a00ec84d","id":"3a2d8084-a157-422e-a48c-22bdbf375d29","name":"tenantnetwork2-net_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f28f6f59-ecc2-4e3c-abf7-b17df59b12fe"],"updated_at":"2018-08-31T21:26:21Z","tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"50ac8da4f2454f70b44b77cdb72eabfa","id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","name":"external"}]} 2018-08-31 21:30:14,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b106b469-1cc8-4ec7-ba43-6e79b4362e8a 2018-08-31 21:30:14,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.929844856262s 2018-08-31 21:30:14,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b106b469-1cc8-4ec7-ba43-6e79b4362e8a 2018-08-31 21:30:14,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-31 21:30:14,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" -d '{"subnet": {"name": "tenantnetwork2-subnet_3d89ef5f-ec30-4214-9d4f-446a7a71bb81", "enable_dhcp": true, "network_id": "3a2d8084-a157-422e-a48c-22bdbf375d29", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-31 21:30:15,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-b157a517-f5c3-4f02-961c-3a8671009640 Date: Fri, 31 Aug 2018 21:30:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2d8084-a157-422e-a48c-22bdbf375d29","tenant_id":"b630303768cc40059ea7e706a00ec84d","created_at":"2018-08-31T21:30:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-31T21:30:15Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b630303768cc40059ea7e706a00ec84d","id":"4619b5df-08eb-46db-b81c-a21bf6dbf64f","subnetpool_id":null,"name":"tenantnetwork2-subnet_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}} 2018-08-31 21:30:15,788 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b157a517-f5c3-4f02-961c-3a8671009640 2018-08-31 21:30:15,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.51863598824s 2018-08-31 21:30:15,788 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b157a517-f5c3-4f02-961c-3a8671009640 2018-08-31 21:30:15,789 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-31T21:30:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'4619b5df-08eb-46db-b81c-a21bf6dbf64f', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_3d89ef5f-ec30-4214-9d4f-446a7a71bb81', u'enable_dhcp': True, u'network_id': u'3a2d8084-a157-422e-a48c-22bdbf375d29', u'tenant_id': u'b630303768cc40059ea7e706a00ec84d', u'created_at': u'2018-08-31T21:30:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b630303768cc40059ea7e706a00ec84d'}) 2018-08-31 21:30:15,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-31 21:30:15,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" -d '{"router": {"external_gateway_info": {"network_id": "8daa010e-628a-492c-a9bc-0181d8e73fb4"}, "name": "tenantnetwork2-router_3d89ef5f-ec30-4214-9d4f-446a7a71bb81", "admin_state_up": true}}' 2018-08-31 21:30:17,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-7a267a4c-3f08-49fd-81dc-c0065d3f8d90 Date: Fri, 31 Aug 2018 21:30:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8daa010e-628a-492c-a9bc-0181d8e73fb4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f28f6f59-ecc2-4e3c-abf7-b17df59b12fe", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "b630303768cc40059ea7e706a00ec84d", "created_at": "2018-08-31T21:30:16Z", "admin_state_up": true, "updated_at": "2018-08-31T21:30:16Z", "revision_number": 2, "routes": [], "project_id": "b630303768cc40059ea7e706a00ec84d", "id": "2dad749f-f020-4ff5-891e-08774b0e6530", "name": "tenantnetwork2-router_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}} 2018-08-31 21:30:17,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-7a267a4c-3f08-49fd-81dc-c0065d3f8d90 2018-08-31 21:30:17,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.26754188538s 2018-08-31 21:30:17,057 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-7a267a4c-3f08-49fd-81dc-c0065d3f8d90 2018-08-31 21:30:17,058 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8daa010e-628a-492c-a9bc-0181d8e73fb4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f28f6f59-ecc2-4e3c-abf7-b17df59b12fe', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b630303768cc40059ea7e706a00ec84d', u'created_at': u'2018-08-31T21:30:16Z', u'admin_state_up': True, u'updated_at': u'2018-08-31T21:30:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'b630303768cc40059ea7e706a00ec84d', u'id': u'2dad749f-f020-4ff5-891e-08774b0e6530', u'name': u'tenantnetwork2-router_3d89ef5f-ec30-4214-9d4f-446a7a71bb81'}) 2018-08-31 21:30:17,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-31 21:30:17,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/2dad749f-f020-4ff5-891e-08774b0e6530/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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" -d '{"subnet_id": "4619b5df-08eb-46db-b81c-a21bf6dbf64f"}' 2018-08-31 21:30:19,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-00334ad3-a45d-46d7-825d-722abc26529a Date: Fri, 31 Aug 2018 21:30:19 GMT RESP BODY: {"network_id": "3a2d8084-a157-422e-a48c-22bdbf375d29", "tenant_id": "b630303768cc40059ea7e706a00ec84d", "subnet_id": "4619b5df-08eb-46db-b81c-a21bf6dbf64f", "subnet_ids": ["4619b5df-08eb-46db-b81c-a21bf6dbf64f"], "port_id": "e892f3c4-e2a7-4ca4-9a33-e2b5298c6e77", "id": "2dad749f-f020-4ff5-891e-08774b0e6530"} 2018-08-31 21:30:19,362 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2dad749f-f020-4ff5-891e-08774b0e6530/add_router_interface.json used request id req-00334ad3-a45d-46d7-825d-722abc26529a 2018-08-31 21:30:19,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.30408811569s 2018-08-31 21:30:19,363 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2dad749f-f020-4ff5-891e-08774b0e6530/add_router_interface.json used request id req-00334ad3-a45d-46d7-825d-722abc26529a returning object 2dad749f-f020-4ff5-891e-08774b0e6530 2018-08-31 21:30:19,472 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-31 21:30:19,473 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:07 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-31 21:30:19,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-31 21:30:19,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/2dad749f-f020-4ff5-891e-08774b0e6530/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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" -d '{"subnet_id": "4619b5df-08eb-46db-b81c-a21bf6dbf64f"}' 2018-08-31 21:30:21,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4ff6db72-5cef-4274-b675-4537c1878b71 Date: Fri, 31 Aug 2018 21:30:21 GMT RESP BODY: {"network_id": "3a2d8084-a157-422e-a48c-22bdbf375d29", "tenant_id": "b630303768cc40059ea7e706a00ec84d", "subnet_id": "4619b5df-08eb-46db-b81c-a21bf6dbf64f", "subnet_ids": ["4619b5df-08eb-46db-b81c-a21bf6dbf64f"], "port_id": "e892f3c4-e2a7-4ca4-9a33-e2b5298c6e77", "id": "2dad749f-f020-4ff5-891e-08774b0e6530"} 2018-08-31 21:30:21,273 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2dad749f-f020-4ff5-891e-08774b0e6530/remove_router_interface.json used request id req-4ff6db72-5cef-4274-b675-4537c1878b71 2018-08-31 21:30:21,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79493403435s 2018-08-31 21:30:21,273 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/2dad749f-f020-4ff5-891e-08774b0e6530/remove_router_interface.json used request id req-4ff6db72-5cef-4274-b675-4537c1878b71 returning object 2dad749f-f020-4ff5-891e-08774b0e6530 2018-08-31 21:30:21,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-31 21:30:21,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" 2018-08-31 21:30:21,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-c3131324-cb63-4041-b577-8577a9d23fc2 Date: Fri, 31 Aug 2018 21:30:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8daa010e-628a-492c-a9bc-0181d8e73fb4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f28f6f59-ecc2-4e3c-abf7-b17df59b12fe", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "b630303768cc40059ea7e706a00ec84d", "created_at": "2018-08-31T21:30:16Z", "admin_state_up": true, "updated_at": "2018-08-31T21:30:20Z", "revision_number": 4, "routes": [], "project_id": "b630303768cc40059ea7e706a00ec84d", "id": "2dad749f-f020-4ff5-891e-08774b0e6530", "name": "tenantnetwork2-router_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}]} 2018-08-31 21:30:21,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c3131324-cb63-4041-b577-8577a9d23fc2 2018-08-31 21:30:21,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.297068119049s 2018-08-31 21:30:21,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-c3131324-cb63-4041-b577-8577a9d23fc2 2018-08-31 21:30:21,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-31 21:30:21,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/2dad749f-f020-4ff5-891e-08774b0e6530.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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" 2018-08-31 21:30:23,929 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78952d88-8c64-434c-b482-9b235cc4163d Content-Length: 0 Date: Fri, 31 Aug 2018 21:30:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-31 21:30:23,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/2dad749f-f020-4ff5-891e-08774b0e6530.json used request id req-78952d88-8c64-434c-b482-9b235cc4163d 2018-08-31 21:30:23,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.35646986961s 2018-08-31 21:30:23,929 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/2dad749f-f020-4ff5-891e-08774b0e6530.json used request id req-78952d88-8c64-434c-b482-9b235cc4163d 2018-08-31 21:30:23,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-31 21:30:23,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" 2018-08-31 21:30:24,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-015ac36a-35cb-4b47-8acd-a09817ea00d4 Date: Fri, 31 Aug 2018 21:30:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3a2d8084-a157-422e-a48c-22bdbf375d29","tenant_id":"b630303768cc40059ea7e706a00ec84d","created_at":"2018-08-31T21:30:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-31T21:30:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b630303768cc40059ea7e706a00ec84d","id":"4619b5df-08eb-46db-b81c-a21bf6dbf64f","subnetpool_id":null,"name":"tenantnetwork2-subnet_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}]} 2018-08-31 21:30:24,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-015ac36a-35cb-4b47-8acd-a09817ea00d4 2018-08-31 21:30:24,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.230096817017s 2018-08-31 21:30:24,160 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-015ac36a-35cb-4b47-8acd-a09817ea00d4 2018-08-31 21:30:24,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-31 21:30:24,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/4619b5df-08eb-46db-b81c-a21bf6dbf64f.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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" 2018-08-31 21:30:27,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9272a42d-68d1-4747-b9f3-9f1e28d0c47e Date: Fri, 31 Aug 2018 21:30:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-31 21:30:27,459 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/4619b5df-08eb-46db-b81c-a21bf6dbf64f.json used request id req-9272a42d-68d1-4747-b9f3-9f1e28d0c47e 2018-08-31 21:30:27,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.29738998413s 2018-08-31 21:30:27,459 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/4619b5df-08eb-46db-b81c-a21bf6dbf64f.json used request id req-9272a42d-68d1-4747-b9f3-9f1e28d0c47e 2018-08-31 21:30:27,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-31 21:30:27,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" 2018-08-31 21:30:27,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-e5ef4b74-eab1-440c-8f57-ca177c96fd43 Date: Fri, 31 Aug 2018 21:30:27 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-31T21:30:27Z","tenant_id":"b630303768cc40059ea7e706a00ec84d","created_at":"2018-08-31T21:30:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"b630303768cc40059ea7e706a00ec84d","id":"3a2d8084-a157-422e-a48c-22bdbf375d29","name":"tenantnetwork2-net_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["f28f6f59-ecc2-4e3c-abf7-b17df59b12fe"],"updated_at":"2018-08-31T21:26:21Z","tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:14Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"50ac8da4f2454f70b44b77cdb72eabfa","id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","name":"external"}]} 2018-08-31 21:30:27,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e5ef4b74-eab1-440c-8f57-ca177c96fd43 2018-08-31 21:30:27,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.097100019455s 2018-08-31 21:30:27,557 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e5ef4b74-eab1-440c-8f57-ca177c96fd43 2018-08-31 21:30:27,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-31 21:30:27,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/3a2d8084-a157-422e-a48c-22bdbf375d29.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}45a01d5de91ccc82f949c1fe129099ba0c8e1649" 2018-08-31 21:30:29,391 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1c6f4a2-990d-45a6-bb00-d260599eee53 Date: Fri, 31 Aug 2018 21:30:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-31 21:30:29,392 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/3a2d8084-a157-422e-a48c-22bdbf375d29.json used request id req-f1c6f4a2-990d-45a6-bb00-d260599eee53 2018-08-31 21:30:29,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.8335340023s 2018-08-31 21:30:29,392 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/3a2d8084-a157-422e-a48c-22bdbf375d29.json used request id req-f1c6f4a2-990d-45a6-bb00-d260599eee53 2018-08-31 21:30:29,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-31 21:30:29,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:29,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69ec648e-a4ce-49bc-bb52-6b661ff04905 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/029dde717cb74fdd94ee9fd26df5ae1d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "029dde717cb74fdd94ee9fd26df5ae1d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/07568faa619e495fa625b66a3987f769"}, "domain_id": "42b66a29bbf14fbcbd2e08260a9e52c7", "enabled": true, "options": {}, "id": "07568faa619e495fa625b66a3987f769", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/26545a8e5c4c4ffa94a963c154e79dc5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "26545a8e5c4c4ffa94a963c154e79dc5", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/319dfb40a69a464383f38120c2026b1e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "319dfb40a69a464383f38120c2026b1e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_3d89ef5f-ec30-4214-9d4f-446a7a71bb81", "links": {"self": "http://172.30.9.26:5000/v3/users/3be89b0df5344e7bbb579a3da381de40"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3be89b0df5344e7bbb579a3da381de40", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/41c4a164a780433cb8e18b7a5a151d91"}, "domain_id": "default", "enabled": true, "options": {}, "id": "41c4a164a780433cb8e18b7a5a151d91", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/9a73a863986449f99eb18b2602dceb8d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9a73a863986449f99eb18b2602dceb8d", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/a353e6c38aba453a9b85140a756c30d5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a353e6c38aba453a9b85140a756c30d5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/a3c1f4d8e118404a929c83e8590e0b3b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3c1f4d8e118404a929c83e8590e0b3b", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/b62c61d6053244dfbf1338e73f5cd70d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b62c61d6053244dfbf1338e73f5cd70d", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/bfd0876e708d454ea32ea839f21d1853"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bfd0876e708d454ea32ea839f21d1853", "email": "swift@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/cff9e71937c9487cb49fcebcdd6e1491"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cff9e71937c9487cb49fcebcdd6e1491", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/e0d28f893e54458b989e70d6f45e9ff3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e0d28f893e54458b989e70d6f45e9ff3", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/e925a356e8fc411092fc07c574db0b04"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e925a356e8fc411092fc07c574db0b04", "email": "panko@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/f4059d5966f7443e9bca0fb16db16975"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f4059d5966f7443e9bca0fb16db16975", "email": "glance@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-08-31 21:30:29,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-69ec648e-a4ce-49bc-bb52-6b661ff04905 2018-08-31 21:30:29,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122376918793s 2018-08-31 21:30:29,516 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-69ec648e-a4ce-49bc-bb52-6b661ff04905 2018-08-31 21:30:29,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-31 21:30:29,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/3be89b0df5344e7bbb579a3da381de40 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:29,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4cfdd539-d6a6-4775-a163-334fd646f426 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_3d89ef5f-ec30-4214-9d4f-446a7a71bb81", "links": {"self": "http://172.30.9.26:5000/v3/users/3be89b0df5344e7bbb579a3da381de40"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "3be89b0df5344e7bbb579a3da381de40", "description": null}} 2018-08-31 21:30:29,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/3be89b0df5344e7bbb579a3da381de40 used request id req-4cfdd539-d6a6-4775-a163-334fd646f426 2018-08-31 21:30:29,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.177902936935s 2018-08-31 21:30:29,700 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/3be89b0df5344e7bbb579a3da381de40 used request id req-4cfdd539-d6a6-4775-a163-334fd646f426 2018-08-31 21:30:29,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-31 21:30:29,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/3be89b0df5344e7bbb579a3da381de40 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:30,078 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 31 Aug 2018 21:30:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13cbf44c-e5fa-49e1-b14e-614f50cb7b55 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-31 21:30:30,078 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/3be89b0df5344e7bbb579a3da381de40 used request id req-13cbf44c-e5fa-49e1-b14e-614f50cb7b55 2018-08-31 21:30:30,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.377633094788s 2018-08-31 21:30:30,078 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/3be89b0df5344e7bbb579a3da381de40 used request id req-13cbf44c-e5fa-49e1-b14e-614f50cb7b55 2018-08-31 21:30:30,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-31 21:30:30,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:30,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e602efe9-954a-4421-990d-3aa914c7808a Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/50ac8da4f2454f70b44b77cdb72eabfa"}, "tags": [], "enabled": true, "id": "50ac8da4f2454f70b44b77cdb72eabfa", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/90ef336b02ec41b69b7c9adf422d2c15"}, "tags": [], "enabled": true, "id": "90ef336b02ec41b69b7c9adf422d2c15", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.26:5000/v3/projects/b630303768cc40059ea7e706a00ec84d"}, "tags": [], "enabled": true, "id": "b630303768cc40059ea7e706a00ec84d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_3d89ef5f-ec30-4214-9d4f-446a7a71bb81"}]} 2018-08-31 21:30:30,181 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-e602efe9-954a-4421-990d-3aa914c7808a 2018-08-31 21:30:30,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0967950820923s 2018-08-31 21:30:30,182 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-e602efe9-954a-4421-990d-3aa914c7808a 2018-08-31 21:30:30,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-31 21:30:30,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/b630303768cc40059ea7e706a00ec84d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:30,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 31 Aug 2018 21:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8882d9e-0532-4430-b970-10dcd540e31c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-31 21:30:30,488 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b630303768cc40059ea7e706a00ec84d used request id req-a8882d9e-0532-4430-b970-10dcd540e31c 2018-08-31 21:30:30,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.30201792717s 2018-08-31 21:30:30,489 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/b630303768cc40059ea7e706a00ec84d used request id req-a8882d9e-0532-4430-b970-10dcd540e31c 2018-08-31 21:30:30,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-31 21:30:30,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:30,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d6d8989-60ae-4c04-a73b-1df08c9a76a0 Content-Encoding: gzip Content-Length: 354 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3c2d4a727026487caf9427c732c11926", "links": {"self": "http://172.30.9.26:5000/v3/roles/3c2d4a727026487caf9427c732c11926"}, "name": "admin"}, {"domain_id": null, "id": "940e74815bd84548bf797304c1653d9f", "links": {"self": "http://172.30.9.26:5000/v3/roles/940e74815bd84548bf797304c1653d9f"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c27619d0eda04fcc92a25ed63729336e", "links": {"self": "http://172.30.9.26:5000/v3/roles/c27619d0eda04fcc92a25ed63729336e"}, "name": "swiftoperator"}, {"domain_id": null, "id": "dc5059763c8f4e489f3c42d15ba7beea", "links": {"self": "http://172.30.9.26:5000/v3/roles/dc5059763c8f4e489f3c42d15ba7beea"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ec6e92f6581141fcb63733ffc5c6fa9c", "links": {"self": "http://172.30.9.26:5000/v3/roles/ec6e92f6581141fcb63733ffc5c6fa9c"}, "name": "Member"}]} 2018-08-31 21:30:30,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1d6d8989-60ae-4c04-a73b-1df08c9a76a0 2018-08-31 21:30:30,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101190805435s 2018-08-31 21:30:30,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-1d6d8989-60ae-4c04-a73b-1df08c9a76a0 2018-08-31 21:30:30,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-31 21:30:30,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/ec6e92f6581141fcb63733ffc5c6fa9c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8c964bd93323b5f7c2f6410ca29a20dda415ac71" 2018-08-31 21:30:30,739 - keystoneauth.session - DEBUG - RESP: [204] Date: Fri, 31 Aug 2018 21:30:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6768499-2744-483b-acf7-e63b7610ee65 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-31 21:30:30,739 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/ec6e92f6581141fcb63733ffc5c6fa9c used request id req-e6768499-2744-483b-acf7-e63b7610ee65 2018-08-31 21:30:30,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.140419960022s 2018-08-31 21:30:30,739 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/ec6e92f6581141fcb63733ffc5c6fa9c used request id req-e6768499-2744-483b-acf7-e63b7610ee65 2018-08-31 21:30:30,782 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-31 21:30:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-31 21:30:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-31 21:30:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-31 21:30:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-31 21:30:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-31 21:30:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-31 21:30:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-31 21:30:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-31 21:30:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-31 21:30:30,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-31 21:30:30,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Fri, 31 Aug 2018 21:30:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f280a09-44fc-4f1d-9a30-01df2ff7be9f 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.26:5000/v3/", "rel": "self"}]}} 2018-08-31 21:30:30,847 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000//v3 used request id req-8f280a09-44fc-4f1d-9a30-01df2ff7be9f 2018-08-31 21:30:30,847 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-08-31 21:30:31,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "3c2d4a727026487caf9427c732c11926", "name": "admin"}], "expires_at": "2018-08-31T22:30:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90ef336b02ec41b69b7c9adf422d2c15", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1209252dfcab453da6c93ebab1228022"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "23e13d3e6b8246549c45ca89bc830bf7"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "27866c66193c4d2a85d31496b00bc56e"}], "type": "event", "id": "2411239c9e6d4534ac35e06ff4b57152", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "26779e6f8678463586d3e6b5a1d20d40"}, {"url": "http://192.30.9.4:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88514864deac4f0681e1f0986d960c91"}, {"url": "http://172.30.9.26:8776/v3/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dd8e1185ee294bf8b7a11369e364f7b1"}], "type": "volumev3", "id": "29e2715f3abb42b993d88fc2cde41561", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7fc32f057d6b4a33ae5715b18beee949"}, {"url": "http://172.30.9.26:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8cca99ab05664cee80ea74f8a84b34dd"}, {"url": "http://192.30.9.4:8776/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c74062eafe7145fd8b7c260f2a83be52"}], "type": "volume", "id": "399dabe56f704ed2b0e51a071ca04920", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "72616daa75404c07b32167b2041ab319"}, {"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b5e6839debb146e8b7f4ce8f20d56de6"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "da230288517c417e8b1c938ff58d8150"}], "type": "cloudformation", "id": "5f4f1b036f2d4918a2822b609220bc5f", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b14c4e09b824d9a8bd830445a7f8dfe"}, {"url": "http://172.30.9.26:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "39071b431490435982b4d3ff2788277c"}, {"url": "http://192.30.9.4:8004/v1/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6165403b67bb4d30ab4fcf17a4badc6e"}], "type": "orchestration", "id": "5fc5303d632043cbb34f640c1cf67314", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "350856144427417a8ece6fdea5466289"}, {"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9a250da723ff4e4da7eddf29798019ae"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e9d7078e343c4d1fbbf142be89253b36"}], "type": "image", "id": "63a132a8c6a942229592d1b79f614017", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53feeb1973824d819b0341dc846a29e9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "76b2cf21f6ea44c1927f232ffa91eeb0"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d3d1bcec57934521aa2b1f73288d50fc"}], "type": "identity", "id": "7955e8ead9c748f790f414fe54297c7a", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "19fbe3b3616e40f8928ea2625b579f08"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5db959cdcd13471f8a59999e5ecc8531"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "92a4f36373d04a05b453337e1d5b690c"}], "type": "placement", "id": "7c049e6aaf5d4f5eb1e224ae59f6f47c", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "9304874f2e6f4ffdb0d91084b54f46c0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27cecb81b0044cdca86d05a17fca79b9"}, {"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ab7df80c54674f0e803c2db2c88c1f22"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f848bc9e03c749f3b3bc4dfe9738ac55"}], "type": "metric", "id": "9796657c77fc4e5989a78d10919dd1bd", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4c7c0605e3e349b98785730aec0d1bd0"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5f078b23132b4f11938f46f71011a99a"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a1fc91a20e347d0badf16830b15adce"}], "type": "alarming", "id": "ae0b470a00ce4893932bf5c94447e2b1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "13b6758c3c6a4d7db822fffa76473986"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6d7267d93604470b942e06fd1c0fe592"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e75b42ff273b48d4a6b2c87f8b1a6043"}], "type": "compute", "id": "b7d46673c466473789d5a3c945835d9d", "name": "nova"}, {"endpoints": [{"url": "http://12.0.0.34:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "97115b1bcc3a4b1a839c09c0d09df6a7"}, {"url": "http://12.0.0.34:8080/v1/AUTH_90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8597c59e7fd4e60982336dc00507979"}, {"url": "http://172.30.9.26:8080/v1/AUTH_90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "de25d525f076468f84878c74f5393442"}], "type": "object-store", "id": "cbef0810fb8e416a902783856ecc88f7", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2c1b3905247c4e448823fd0f8ef76f1a"}, {"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "548223362eb947fd806bf8d9ac965c7e"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b14ff399a53840999432d1220619d44e"}], "type": "network", "id": "d1e53a90080d4cb68d2f5f185ffbd419", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46dce9826a7d4c80b6c141e631be189e"}, {"url": "http://192.30.9.4:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4fab9687949a4282bb03506951fd3055"}, {"url": "http://172.30.9.26:8776/v2/90ef336b02ec41b69b7c9adf422d2c15", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75cd5adfda8748728211d02b2cb5b9e6"}], "type": "volumev2", "id": "e995422bda924c2985a3f07345d93f2b", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "9a73a863986449f99eb18b2602dceb8d"}, "audit_ids": ["qcsUdH19RG-lbBKFc3KdUA"], "issued_at": "2018-08-31T21:30:31.000000Z"}} 2018-08-31 21:30:31,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-31 21:30:31,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26: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}619834af81b26504910e252ea2cdf86efe6ac295" 2018-08-31 21:30:31,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-cb3bec50-c3a5-4485-aa0c-adfaa07e707c Date: Fri, 31 Aug 2018 21:30:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50ac8da4f2454f70b44b77cdb72eabfa","status":"ACTIVE","subnets":["f28f6f59-ecc2-4e3c-abf7-b17df59b12fe"],"description":"","tags":[],"updated_at":"2018-08-31T21:26:21Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:14Z","provider:network_type":"flat"}]} 2018-08-31 21:30:31,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cb3bec50-c3a5-4485-aa0c-adfaa07e707c 2018-08-31 21:30:31,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.336796998978s 2018-08-31 21:30:31,666 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cb3bec50-c3a5-4485-aa0c-adfaa07e707c 2018-08-31 21:30:31,667 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-31 21:30:31,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-31 21:30:31,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}619834af81b26504910e252ea2cdf86efe6ac295" -d '{"network": {"name": "vmready1-net_a30ad8a3-085a-4350-9ea7-5411bcddb9e8", "admin_state_up": true}}' 2018-08-31 21:30:32,122 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-4837655d-4737-477d-9bfc-29656623c32e Date: Fri, 31 Aug 2018 21:30:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"26f9aa40-4903-48ae-8222-56b0c0475b26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90ef336b02ec41b69b7c9adf422d2c15","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-31T21:30:31Z","is_default":false,"provider:segmentation_id":35,"name":"vmready1-net_a30ad8a3-085a-4350-9ea7-5411bcddb9e8","admin_state_up":true,"tenant_id":"90ef336b02ec41b69b7c9adf422d2c15","created_at":"2018-08-31T21:30:31Z","mtu":1450}} 2018-08-31 21:30:32,122 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4837655d-4737-477d-9bfc-29656623c32e 2018-08-31 21:30:32,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.454354047775s 2018-08-31 21:30:32,122 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-4837655d-4737-477d-9bfc-29656623c32e 2018-08-31 21:30:32,123 - 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-31T21:30:31Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'26f9aa40-4903-48ae-8222-56b0c0475b26', u'provider:segmentation_id': 35, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_a30ad8a3-085a-4350-9ea7-5411bcddb9e8', u'admin_state_up': True, u'tenant_id': u'90ef336b02ec41b69b7c9adf422d2c15', u'created_at': u'2018-08-31T21:30:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'90ef336b02ec41b69b7c9adf422d2c15'}) 2018-08-31 21:30:32,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-31 21:30:32,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}619834af81b26504910e252ea2cdf86efe6ac295" 2018-08-31 21:30:32,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-3c0f11e8-3ae3-443f-bcf8-11ce545f379e Date: Fri, 31 Aug 2018 21:30:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"26f9aa40-4903-48ae-8222-56b0c0475b26","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90ef336b02ec41b69b7c9adf422d2c15","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-31T21:30:31Z","provider:segmentation_id":35,"name":"vmready1-net_a30ad8a3-085a-4350-9ea7-5411bcddb9e8","admin_state_up":true,"tenant_id":"90ef336b02ec41b69b7c9adf422d2c15","created_at":"2018-08-31T21:30:31Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50ac8da4f2454f70b44b77cdb72eabfa","status":"ACTIVE","subnets":["f28f6f59-ecc2-4e3c-abf7-b17df59b12fe"],"description":"","tags":[],"updated_at":"2018-08-31T21:26:21Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:14Z","provider:network_type":"flat"}]} 2018-08-31 21:30:32,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-3c0f11e8-3ae3-443f-bcf8-11ce545f379e 2018-08-31 21:30:32,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.322099924088s 2018-08-31 21:30:32,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-3c0f11e8-3ae3-443f-bcf8-11ce545f379e 2018-08-31 21:30:32,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-31 21:30:32,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}619834af81b26504910e252ea2cdf86efe6ac295" -d '{"subnet": {"name": "vmready1-subnet_a30ad8a3-085a-4350-9ea7-5411bcddb9e8", "enable_dhcp": true, "network_id": "26f9aa40-4903-48ae-8222-56b0c0475b26", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-31 21:30:33,200 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-9fc49136-08e2-4a14-9c8b-3b80694c25bf Date: Fri, 31 Aug 2018 21:30:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26f9aa40-4903-48ae-8222-56b0c0475b26","tenant_id":"90ef336b02ec41b69b7c9adf422d2c15","created_at":"2018-08-31T21:30:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-31T21:30:32Z","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":"90ef336b02ec41b69b7c9adf422d2c15","id":"e659494f-1b56-4688-8957-f54e495900f6","subnetpool_id":null,"name":"vmready1-subnet_a30ad8a3-085a-4350-9ea7-5411bcddb9e8"}} 2018-08-31 21:30:33,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-9fc49136-08e2-4a14-9c8b-3b80694c25bf 2018-08-31 21:30:33,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.752519845963s 2018-08-31 21:30:33,201 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-9fc49136-08e2-4a14-9c8b-3b80694c25bf 2018-08-31 21:30:33,201 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-31T21:30:32Z', 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'e659494f-1b56-4688-8957-f54e495900f6', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_a30ad8a3-085a-4350-9ea7-5411bcddb9e8', u'enable_dhcp': True, u'network_id': u'26f9aa40-4903-48ae-8222-56b0c0475b26', u'tenant_id': u'90ef336b02ec41b69b7c9adf422d2c15', u'created_at': u'2018-08-31T21:30:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'90ef336b02ec41b69b7c9adf422d2c15'}) 2018-08-31 21:30:33,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-31 21:30:33,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}619834af81b26504910e252ea2cdf86efe6ac295" -d '{"router": {"external_gateway_info": {"network_id": "8daa010e-628a-492c-a9bc-0181d8e73fb4"}, "name": "vmready1-router_a30ad8a3-085a-4350-9ea7-5411bcddb9e8", "admin_state_up": true}}' 2018-08-31 21:30:34,721 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-78bbf8e6-35b3-425f-bde8-3bcf61f86301 Date: Fri, 31 Aug 2018 21:30:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8daa010e-628a-492c-a9bc-0181d8e73fb4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f28f6f59-ecc2-4e3c-abf7-b17df59b12fe", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "90ef336b02ec41b69b7c9adf422d2c15", "created_at": "2018-08-31T21:30:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-31T21:30:34Z", "revision_number": 2, "routes": [], "project_id": "90ef336b02ec41b69b7c9adf422d2c15", "id": "1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd", "name": "vmready1-router_a30ad8a3-085a-4350-9ea7-5411bcddb9e8"}} 2018-08-31 21:30:34,721 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-78bbf8e6-35b3-425f-bde8-3bcf61f86301 2018-08-31 21:30:34,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.51910996437s 2018-08-31 21:30:34,721 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-78bbf8e6-35b3-425f-bde8-3bcf61f86301 2018-08-31 21:30:34,722 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8daa010e-628a-492c-a9bc-0181d8e73fb4', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'f28f6f59-ecc2-4e3c-abf7-b17df59b12fe', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'90ef336b02ec41b69b7c9adf422d2c15', u'created_at': u'2018-08-31T21:30:33Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-31T21:30:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'90ef336b02ec41b69b7c9adf422d2c15', u'id': u'1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd', u'name': u'vmready1-router_a30ad8a3-085a-4350-9ea7-5411bcddb9e8'}) 2018-08-31 21:30:34,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-31 21:30:34,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd/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}619834af81b26504910e252ea2cdf86efe6ac295" -d '{"subnet_id": "e659494f-1b56-4688-8957-f54e495900f6"}' 2018-08-31 21:30:36,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-df40e37a-fc6d-41f2-b06a-7e24ca5a4cf6 Date: Fri, 31 Aug 2018 21:30:36 GMT RESP BODY: {"network_id": "26f9aa40-4903-48ae-8222-56b0c0475b26", "tenant_id": "90ef336b02ec41b69b7c9adf422d2c15", "subnet_id": "e659494f-1b56-4688-8957-f54e495900f6", "subnet_ids": ["e659494f-1b56-4688-8957-f54e495900f6"], "port_id": "61459be4-0abd-4adf-aa2b-e56d5fd894df", "id": "1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd"} 2018-08-31 21:30:36,588 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd/add_router_interface.json used request id req-df40e37a-fc6d-41f2-b06a-7e24ca5a4cf6 2018-08-31 21:30:36,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.86621713638s 2018-08-31 21:30:36,589 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd/add_router_interface.json used request id req-df40e37a-fc6d-41f2-b06a-7e24ca5a4cf6 returning object 1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd 2018-08-31 21:30:36,590 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-31 21:30:36,721 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-31 21:30:36,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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-31 21:30:36,728 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Fri, 31 Aug 2018 21:30:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-08-31 21:30:36,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-31 21:30:36,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}619834af81b26504910e252ea2cdf86efe6ac295" 2018-08-31 21:30:37,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1762bd5c-ded0-42c3-a318-f981e0801dc1 Date: Fri, 31 Aug 2018 21:30:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-31 21:30:37,401 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1762bd5c-ded0-42c3-a318-f981e0801dc1 2018-08-31 21:30:37,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.668304204941s 2018-08-31 21:30:37,401 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-1762bd5c-ded0-42c3-a318-f981e0801dc1 2018-08-31 21:30:37,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-31 21:30:37,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26: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}619834af81b26504910e252ea2cdf86efe6ac295" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_a30ad8a3-085a-4350-9ea7-5411bcddb9e8", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_a30ad8a3-085a-4350-9ea7-5411bcddb9e8"}' 2018-08-31 21:30:38,149 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e80eaf92-5b99-4f0d-a5b7-1c4a71f7e274 Date: Fri, 31 Aug 2018 21:30:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3/file", "owner": "90ef336b02ec41b69b7c9adf422d2c15", "id": "f90e92ca-25af-4a59-a1dc-eb4f07670fd3", "size": null, "self": "/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-31T21:30:38Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_a30ad8a3-085a-4350-9ea7-5411bcddb9e8", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_a30ad8a3-085a-4350-9ea7-5411bcddb9e8", "checksum": null, "created_at": "2018-08-31T21:30:38Z", "protected": false} 2018-08-31 21:30:38,149 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e80eaf92-5b99-4f0d-a5b7-1c4a71f7e274 2018-08-31 21:30:38,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.740198135376s 2018-08-31 21:30:38,150 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-e80eaf92-5b99-4f0d-a5b7-1c4a71f7e274 returning object f90e92ca-25af-4a59-a1dc-eb4f07670fd3 2018-08-31 21:30:38,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-31 21:30:38,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3/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}619834af81b26504910e252ea2cdf86efe6ac295" -d '' 2018-08-31 21:32:38,207 - shade - DEBUG - Unable to establish connection to http://172.30.9.26:9292/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-31 21:32:38,207 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.056606054 seconds, retrying 2018-08-31 21:32:38,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3/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}619834af81b26504910e252ea2cdf86efe6ac295" -d '' 2018-08-31 21:32:38,916 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-85941e5d-efec-48c3-a150-6a4345f31341 Date: Fri, 31 Aug 2018 21:32:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-31 21:32:38,916 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3/file used request id req-85941e5d-efec-48c3-a150-6a4345f31341 2018-08-31 21:32:38,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.766104937s 2018-08-31 21:32:38,917 - shade - DEBUG - Deleting failed upload of image vmready1-img_a30ad8a3-085a-4350-9ea7-5411bcddb9e8 2018-08-31 21:32:38,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-31 21:32:38,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}619834af81b26504910e252ea2cdf86efe6ac295" 2018-08-31 21:32:39,725 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-125258c4-1935-4cca-bfee-08870594f6d2 Date: Fri, 31 Aug 2018 21:32:39 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-31 21:32:39,725 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3 used request id req-125258c4-1935-4cca-bfee-08870594f6d2 2018-08-31 21:32:39,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.80758190155s 2018-08-31 21:32:39,725 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3 used request id req-125258c4-1935-4cca-bfee-08870594f6d2 2018-08-31 21:32:39,726 - 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.26:9292/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3/file Conflict 2018-08-31 21:32:39,732 - 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.26:9292/v2/images/f90e92ca-25af-4a59-a1dc-eb4f07670fd3/file Conflict 2018-08-31 21:32:39,852 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-31 21:32:39,853 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:08 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-31 21:32:39,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-31 21:32:39,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd/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}619834af81b26504910e252ea2cdf86efe6ac295" -d '{"subnet_id": "e659494f-1b56-4688-8957-f54e495900f6"}' 2018-08-31 21:32:41,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c5ba39f8-52ab-473b-bd76-5356efd3267f Date: Fri, 31 Aug 2018 21:32:41 GMT RESP BODY: {"network_id": "26f9aa40-4903-48ae-8222-56b0c0475b26", "tenant_id": "90ef336b02ec41b69b7c9adf422d2c15", "subnet_id": "e659494f-1b56-4688-8957-f54e495900f6", "subnet_ids": ["e659494f-1b56-4688-8957-f54e495900f6"], "port_id": "61459be4-0abd-4adf-aa2b-e56d5fd894df", "id": "1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd"} 2018-08-31 21:32:41,419 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd/remove_router_interface.json used request id req-c5ba39f8-52ab-473b-bd76-5356efd3267f 2018-08-31 21:32:41,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55779600143s 2018-08-31 21:32:41,419 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd/remove_router_interface.json used request id req-c5ba39f8-52ab-473b-bd76-5356efd3267f returning object 1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd 2018-08-31 21:32:41,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-31 21:32:41,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}619834af81b26504910e252ea2cdf86efe6ac295" 2018-08-31 21:32:42,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-bef1a25f-4042-422d-a4a3-4811a755629a Date: Fri, 31 Aug 2018 21:32:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8daa010e-628a-492c-a9bc-0181d8e73fb4", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "f28f6f59-ecc2-4e3c-abf7-b17df59b12fe", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "90ef336b02ec41b69b7c9adf422d2c15", "created_at": "2018-08-31T21:30:33Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-31T21:32:40Z", "revision_number": 4, "routes": [], "project_id": "90ef336b02ec41b69b7c9adf422d2c15", "id": "1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd", "name": "vmready1-router_a30ad8a3-085a-4350-9ea7-5411bcddb9e8"}]} 2018-08-31 21:32:42,398 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-bef1a25f-4042-422d-a4a3-4811a755629a 2018-08-31 21:32:42,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.978315114975s 2018-08-31 21:32:42,398 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-bef1a25f-4042-422d-a4a3-4811a755629a 2018-08-31 21:32:42,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-31 21:32:42,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd.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}619834af81b26504910e252ea2cdf86efe6ac295" 2018-08-31 21:32:43,838 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-35f9b770-49c3-4fb7-a436-0a22fcd10e27 Content-Length: 0 Date: Fri, 31 Aug 2018 21:32:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-31 21:32:43,838 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd.json used request id req-35f9b770-49c3-4fb7-a436-0a22fcd10e27 2018-08-31 21:32:43,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.43829393387s 2018-08-31 21:32:43,838 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/1a06c73b-0e1c-47fd-baf2-0d90ebfb81dd.json used request id req-35f9b770-49c3-4fb7-a436-0a22fcd10e27 2018-08-31 21:32:43,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-31 21:32:43,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}619834af81b26504910e252ea2cdf86efe6ac295" 2018-08-31 21:32:44,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-ad0c13e6-3123-4240-894b-623bab930ae8 Date: Fri, 31 Aug 2018 21:32:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26f9aa40-4903-48ae-8222-56b0c0475b26","tenant_id":"90ef336b02ec41b69b7c9adf422d2c15","created_at":"2018-08-31T21:30:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-31T21:30:32Z","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":"90ef336b02ec41b69b7c9adf422d2c15","id":"e659494f-1b56-4688-8957-f54e495900f6","subnetpool_id":null,"name":"vmready1-subnet_a30ad8a3-085a-4350-9ea7-5411bcddb9e8"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:21Z","dns_nameservers":[],"updated_at":"2018-08-31T21:26:21Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"50ac8da4f2454f70b44b77cdb72eabfa","id":"f28f6f59-ecc2-4e3c-abf7-b17df59b12fe","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-31 21:32:44,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-ad0c13e6-3123-4240-894b-623bab930ae8 2018-08-31 21:32:44,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.881152868271s 2018-08-31 21:32:44,721 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-ad0c13e6-3123-4240-894b-623bab930ae8 2018-08-31 21:32:44,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-31 21:32:44,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/e659494f-1b56-4688-8957-f54e495900f6.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}619834af81b26504910e252ea2cdf86efe6ac295" 2018-08-31 21:32:47,820 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af4b2b96-0888-4d5e-bae9-f436cef2a98d Date: Fri, 31 Aug 2018 21:32:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-31 21:32:47,820 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/e659494f-1b56-4688-8957-f54e495900f6.json used request id req-af4b2b96-0888-4d5e-bae9-f436cef2a98d 2018-08-31 21:32:47,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.09790086746s 2018-08-31 21:32:47,820 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/e659494f-1b56-4688-8957-f54e495900f6.json used request id req-af4b2b96-0888-4d5e-bae9-f436cef2a98d 2018-08-31 21:32:47,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-31 21:32:47,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26: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}619834af81b26504910e252ea2cdf86efe6ac295" 2018-08-31 21:32:48,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-65cdfc5c-efcb-41b7-b765-37dc85579707 Date: Fri, 31 Aug 2018 21:32:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"26f9aa40-4903-48ae-8222-56b0c0475b26","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90ef336b02ec41b69b7c9adf422d2c15","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-31T21:32:47Z","provider:segmentation_id":35,"name":"vmready1-net_a30ad8a3-085a-4350-9ea7-5411bcddb9e8","admin_state_up":true,"tenant_id":"90ef336b02ec41b69b7c9adf422d2c15","created_at":"2018-08-31T21:30:31Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"8daa010e-628a-492c-a9bc-0181d8e73fb4","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"50ac8da4f2454f70b44b77cdb72eabfa","status":"ACTIVE","subnets":["f28f6f59-ecc2-4e3c-abf7-b17df59b12fe"],"description":"","tags":[],"updated_at":"2018-08-31T21:26:21Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"50ac8da4f2454f70b44b77cdb72eabfa","created_at":"2018-08-31T21:26:14Z","provider:network_type":"flat"}]} 2018-08-31 21:32:48,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-65cdfc5c-efcb-41b7-b765-37dc85579707 2018-08-31 21:32:48,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.958853960037s 2018-08-31 21:32:48,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-65cdfc5c-efcb-41b7-b765-37dc85579707 2018-08-31 21:32:48,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-31 21:32:48,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/26f9aa40-4903-48ae-8222-56b0c0475b26.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}619834af81b26504910e252ea2cdf86efe6ac295" 2018-08-31 21:32:49,801 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d845bd33-5f9b-44e4-8ba3-5d2a4b812e9f Date: Fri, 31 Aug 2018 21:32:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-31 21:32:49,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/26f9aa40-4903-48ae-8222-56b0c0475b26.json used request id req-d845bd33-5f9b-44e4-8ba3-5d2a4b812e9f 2018-08-31 21:32:49,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.01977801323s 2018-08-31 21:32:49,801 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/26f9aa40-4903-48ae-8222-56b0c0475b26.json used request id req-d845bd33-5f9b-44e4-8ba3-5d2a4b812e9f 2018-08-31 21:32:49,802 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-31 21:32:49,802 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | tenantnetwork1 | functest | healthcheck | 00:08 | PASS | | tenantnetwork2 | functest | healthcheck | 00:07 | PASS | | vmready1 | functest | healthcheck | 02:08 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-31 21:32:49,816 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR