2018-08-27 08:08:11,089 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-250 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-27 08:08:11,092 - 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.25,192.30.9.3 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.25:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=rqhavVfc4XPEGKZaDaam7wTMN 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=31e0e7b4b6d446e091516057557a4387 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=8e2msVETK6dCBhhrKMnXVRHjj export OS_REGION_NAME=regionOne 2018-08-27 08:08:11,092 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-27 08:08:11,093 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-27 08:08:11,116 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-27 08:08:11,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 08:08:11,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 08:08:11,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 08:08:11,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 08:08:11,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 08:08:11,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 08:08:11,397 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 08:08:11,398 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 08:08:11,403 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 08:08:11,404 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-27 08:08:11,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-27 08:08:11,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 08:08:11,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8fbe2b1-1735-49de-bd55-b9a46d45cc3f 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.25:5000/v3/", "rel": "self"}]}} 2018-08-27 08:08:11,414 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000//v3 used request id req-d8fbe2b1-1735-49de-bd55-b9a46d45cc3f 2018-08-27 08:08:11,415 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-27 08:08:11,808 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b58b2eaf606b4415ae907836988a3f3b", "name": "admin"}], "expires_at": "2018-08-27T09:08:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31e0e7b4b6d446e091516057557a4387", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d6a27342c6b434fa1b4b12d0ff49620"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2220dc0b3dc74e38b1bffe9d07aeb96d"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "922299da184b479bbffe8c14bc373b51"}], "type": "network", "id": "0fafa0c310fc44e2833765fd83be7f4c", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6e7d604d99f5441594399cf3334b3724"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "755ef9968e704309876061a726b6182b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb21d332eee144518694875bd490620a"}], "type": "identity", "id": "1478c63705fd4b53a075c4bf28485c4f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0c45e19da7754d3792f66d91aa4ff304"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29678cff702e4186b2962c121397af88"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ab7c141dd504f47bef0da44870715ef"}], "type": "metric", "id": "154692fd5808498b9621dcd87122a7c5", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2567d8516c4247c38f8f792094afe123"}, {"url": "http://172.30.9.25:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9871964a60e479f851a62ca0b9e7930"}, {"url": "http://192.30.9.3:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc875435d3534f1aa72294651812967f"}], "type": "orchestration", "id": "201513a2375847189a830313e7bdbb62", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2af2d5f4ad944d578832690c54a87ffd"}, {"url": "http://192.30.9.3:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab07971bf2154271854122de6a16e2ba"}, {"url": "http://172.30.9.25:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f49381f842ef495e92a556f6101bf02d"}], "type": "volumev2", "id": "2889a72e0060445ca8edd6020f84cbf1", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44cc1ed8cd19479d9325be430bb15a5c"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66883cb34406415882fd7981731b2cda"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4a14e12f3e046f0b921c6f4ef6c8739"}], "type": "image", "id": "44739156d674411386bbe818fcdf24f6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "190b85bdafc74115ae3a75b08e6ac670"}, {"url": "http://192.30.9.3:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e48cf1611a34b04be57ac23194fcc8d"}, {"url": "http://172.30.9.25:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d6651a3eb94fd0a0605c27d774c47a"}], "type": "volume", "id": "4c250bcc77494b1fa283988db684489f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29db1ebfc9d14d888bcc90ce4c6d84ec"}, {"url": "http://192.30.9.3:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71b98161efc34c1d9081931b10ad25ba"}, {"url": "http://192.30.9.3:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "823376e062514120a28a058988cfb4c0"}], "type": "volumev3", "id": "5194e6d1008e4f309c46c0dc45e240fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1414c4d8531b407cbbcfa08d03eb30b2"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0407ef5d08341c681161a0d898ae014"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6603067ed8845e49d54383a1d002760"}], "type": "placement", "id": "5d92336a66b14e9e877861b72983949d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9efb718b334170b4101de07ca9f6f8"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2af8afe5c5ce41818d01248a2585ad4c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabd218d2da44ad9a1d75f75a829e666"}], "type": "compute", "id": "7e3d9f01ad9c452d97f87483198bec40", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "827a2e8f4919441db311020e5a5c9d28", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.32:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1f3db5f3add84a66b8254cb17a2c8c1b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d502e00a86b440fea7374de886abc287"}, {"url": "http://12.0.0.32:8080/v1/AUTH_31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da5fbc2b8381471ca8873fbc39970715"}], "type": "object-store", "id": "8b72bc83410b4393aadcfe23b56a4ce2", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a75cd8dec7c41458e2562f49424508c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8f4f83016b3248a58d3bb08c213a692b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e77398194a94814855580d1252e0142"}], "type": "cloudformation", "id": "bd3ee69ba3fb46d885326804cccd0fc3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03ca8d2f71e742ca87fb9d76c586cbea"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ad6df14ea4d42d3a4908ae066a793bc"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "933b499adb97435591b866b3706b0191"}], "type": "event", "id": "c4873f982c564b21bccb6ac74a076583", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d401f798d7241519c6d214708e73e25"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94ba64742fb744069ea72958a5b93a5e"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9bc761d826a9458faefa19944f982f40"}], "type": "alarming", "id": "d0db9c7e87e6435195594a945fa969ac", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "14d7b67125ea43bd9165273f621c7a57"}, "audit_ids": ["0vkU1-nSRuGNVH5XrjCjqQ"], "issued_at": "2018-08-27T08:08:11.000000Z"}} 2018-08-27 08:08:11,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:12,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:11 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-8b83f1d3-cb2e-47f8-8c57-9faacb1f0b57 x-compute-request-id: req-8b83f1d3-cb2e-47f8-8c57-9faacb1f0b57 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-27 08:08:12,586 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-8b83f1d3-cb2e-47f8-8c57-9faacb1f0b57 2018-08-27 08:08:12,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.1821000576s 2018-08-27 08:08:12,587 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-8b83f1d3-cb2e-47f8-8c57-9faacb1f0b57 2018-08-27 08:08:12,587 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-27 08:08:12,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 08:08:12,595 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 08:08:12 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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-27 08:08:12,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 08:08:12,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:12,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78bf1fdd-0247-4f20-9a0e-2444f55ea7d8 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/c57afe2ecd764fa58e7421bdc6cc2c23"}, "tags": [], "enabled": true, "id": "c57afe2ecd764fa58e7421bdc6cc2c23", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 08:08:12,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-78bf1fdd-0247-4f20-9a0e-2444f55ea7d8 2018-08-27 08:08:12,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.092248916626s 2018-08-27 08:08:12,689 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-78bf1fdd-0247-4f20-9a0e-2444f55ea7d8 2018-08-27 08:08:12,690 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'c57afe2ecd764fa58e7421bdc6cc2c23', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-27 08:08:12,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-27 08:08:12,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:12,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39319d57-64c5-43a9-9ef7-ea599d884ad0 Content-Encoding: gzip Content-Length: 1968 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/03ca8d2f71e742ca87fb9d76c586cbea"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c4873f982c564b21bccb6ac74a076583", "id": "03ca8d2f71e742ca87fb9d76c586cbea"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0c45e19da7754d3792f66d91aa4ff304"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "154692fd5808498b9621dcd87122a7c5", "id": "0c45e19da7754d3792f66d91aa4ff304"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1414c4d8531b407cbbcfa08d03eb30b2"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5d92336a66b14e9e877861b72983949d", "id": "1414c4d8531b407cbbcfa08d03eb30b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/190b85bdafc74115ae3a75b08e6ac670"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4c250bcc77494b1fa283988db684489f", "id": "190b85bdafc74115ae3a75b08e6ac670"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1d6a27342c6b434fa1b4b12d0ff49620"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0fafa0c310fc44e2833765fd83be7f4c", "id": "1d6a27342c6b434fa1b4b12d0ff49620"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1f3db5f3add84a66b8254cb17a2c8c1b"}, "url": "http://12.0.0.32:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8b72bc83410b4393aadcfe23b56a4ce2", "id": "1f3db5f3add84a66b8254cb17a2c8c1b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/2220dc0b3dc74e38b1bffe9d07aeb96d"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0fafa0c310fc44e2833765fd83be7f4c", "id": "2220dc0b3dc74e38b1bffe9d07aeb96d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/2567d8516c4247c38f8f792094afe123"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "201513a2375847189a830313e7bdbb62", "id": "2567d8516c4247c38f8f792094afe123"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/29678cff702e4186b2962c121397af88"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "154692fd5808498b9621dcd87122a7c5", "id": "29678cff702e4186b2962c121397af88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/29db1ebfc9d14d888bcc90ce4c6d84ec"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5194e6d1008e4f309c46c0dc45e240fa", "id": "29db1ebfc9d14d888bcc90ce4c6d84ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/2a9efb718b334170b4101de07ca9f6f8"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7e3d9f01ad9c452d97f87483198bec40", "id": "2a9efb718b334170b4101de07ca9f6f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/2af2d5f4ad944d578832690c54a87ffd"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2889a72e0060445ca8edd6020f84cbf1", "id": "2af2d5f4ad944d578832690c54a87ffd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/2af8afe5c5ce41818d01248a2585ad4c"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7e3d9f01ad9c452d97f87483198bec40", "id": "2af8afe5c5ce41818d01248a2585ad4c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/44cc1ed8cd19479d9325be430bb15a5c"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "44739156d674411386bbe818fcdf24f6", "id": "44cc1ed8cd19479d9325be430bb15a5c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4d401f798d7241519c6d214708e73e25"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d0db9c7e87e6435195594a945fa969ac", "id": "4d401f798d7241519c6d214708e73e25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/66883cb34406415882fd7981731b2cda"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "44739156d674411386bbe818fcdf24f6", "id": "66883cb34406415882fd7981731b2cda"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/6ab7c141dd504f47bef0da44870715ef"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "154692fd5808498b9621dcd87122a7c5", "id": "6ab7c141dd504f47bef0da44870715ef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/6ad6df14ea4d42d3a4908ae066a793bc"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c4873f982c564b21bccb6ac74a076583", "id": "6ad6df14ea4d42d3a4908ae066a793bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/6e7d604d99f5441594399cf3334b3724"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1478c63705fd4b53a075c4bf28485c4f", "id": "6e7d604d99f5441594399cf3334b3724"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71b98161efc34c1d9081931b10ad25ba"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5194e6d1008e4f309c46c0dc45e240fa", "id": "71b98161efc34c1d9081931b10ad25ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/755ef9968e704309876061a726b6182b"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1478c63705fd4b53a075c4bf28485c4f", "id": "755ef9968e704309876061a726b6182b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7a75cd8dec7c41458e2562f49424508c"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bd3ee69ba3fb46d885326804cccd0fc3", "id": "7a75cd8dec7c41458e2562f49424508c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/7e48cf1611a34b04be57ac23194fcc8d"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4c250bcc77494b1fa283988db684489f", "id": "7e48cf1611a34b04be57ac23194fcc8d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/823376e062514120a28a058988cfb4c0"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5194e6d1008e4f309c46c0dc45e240fa", "id": "823376e062514120a28a058988cfb4c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/8f4f83016b3248a58d3bb08c213a692b"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bd3ee69ba3fb46d885326804cccd0fc3", "id": "8f4f83016b3248a58d3bb08c213a692b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/922299da184b479bbffe8c14bc373b51"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0fafa0c310fc44e2833765fd83be7f4c", "id": "922299da184b479bbffe8c14bc373b51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/933b499adb97435591b866b3706b0191"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c4873f982c564b21bccb6ac74a076583", "id": "933b499adb97435591b866b3706b0191"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/94ba64742fb744069ea72958a5b93a5e"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d0db9c7e87e6435195594a945fa969ac", "id": "94ba64742fb744069ea72958a5b93a5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9bc761d826a9458faefa19944f982f40"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d0db9c7e87e6435195594a945fa969ac", "id": "9bc761d826a9458faefa19944f982f40"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9e77398194a94814855580d1252e0142"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bd3ee69ba3fb46d885326804cccd0fc3", "id": "9e77398194a94814855580d1252e0142"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/a0407ef5d08341c681161a0d898ae014"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5d92336a66b14e9e877861b72983949d", "id": "a0407ef5d08341c681161a0d898ae014"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ab07971bf2154271854122de6a16e2ba"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2889a72e0060445ca8edd6020f84cbf1", "id": "ab07971bf2154271854122de6a16e2ba"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/bb21d332eee144518694875bd490620a"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1478c63705fd4b53a075c4bf28485c4f", "id": "bb21d332eee144518694875bd490620a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c6603067ed8845e49d54383a1d002760"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5d92336a66b14e9e877861b72983949d", "id": "c6603067ed8845e49d54383a1d002760"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c9871964a60e479f851a62ca0b9e7930"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "201513a2375847189a830313e7bdbb62", "id": "c9871964a60e479f851a62ca0b9e7930"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cabd218d2da44ad9a1d75f75a829e666"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7e3d9f01ad9c452d97f87483198bec40", "id": "cabd218d2da44ad9a1d75f75a829e666"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/d4a14e12f3e046f0b921c6f4ef6c8739"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "44739156d674411386bbe818fcdf24f6", "id": "d4a14e12f3e046f0b921c6f4ef6c8739"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/d502e00a86b440fea7374de886abc287"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8b72bc83410b4393aadcfe23b56a4ce2", "id": "d502e00a86b440fea7374de886abc287"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/da5fbc2b8381471ca8873fbc39970715"}, "url": "http://12.0.0.32:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8b72bc83410b4393aadcfe23b56a4ce2", "id": "da5fbc2b8381471ca8873fbc39970715"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/dc875435d3534f1aa72294651812967f"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "201513a2375847189a830313e7bdbb62", "id": "dc875435d3534f1aa72294651812967f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f3d6651a3eb94fd0a0605c27d774c47a"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4c250bcc77494b1fa283988db684489f", "id": "f3d6651a3eb94fd0a0605c27d774c47a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f49381f842ef495e92a556f6101bf02d"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2889a72e0060445ca8edd6020f84cbf1", "id": "f49381f842ef495e92a556f6101bf02d"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-27 08:08:12,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-39319d57-64c5-43a9-9ef7-ea599d884ad0 2018-08-27 08:08:12,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0256481170654s 2018-08-27 08:08:12,719 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-39319d57-64c5-43a9-9ef7-ea599d884ad0 2018-08-27 08:08:12,724 - 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.25:5000/v3/endpoints/03ca8d2f71e742ca87fb9d76c586cbea'}, u'url': u'http://172.30.9.25:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c4873f982c564b21bccb6ac74a076583', u'id': u'03ca8d2f71e742ca87fb9d76c586cbea'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/0c45e19da7754d3792f66d91aa4ff304'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'154692fd5808498b9621dcd87122a7c5', u'id': u'0c45e19da7754d3792f66d91aa4ff304'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/1414c4d8531b407cbbcfa08d03eb30b2'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5d92336a66b14e9e877861b72983949d', u'id': u'1414c4d8531b407cbbcfa08d03eb30b2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/190b85bdafc74115ae3a75b08e6ac670'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4c250bcc77494b1fa283988db684489f', u'id': u'190b85bdafc74115ae3a75b08e6ac670'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/1d6a27342c6b434fa1b4b12d0ff49620'}, u'url': u'http://172.30.9.25:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0fafa0c310fc44e2833765fd83be7f4c', u'id': u'1d6a27342c6b434fa1b4b12d0ff49620'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/1f3db5f3add84a66b8254cb17a2c8c1b'}, u'url': u'http://12.0.0.32:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8b72bc83410b4393aadcfe23b56a4ce2', u'id': u'1f3db5f3add84a66b8254cb17a2c8c1b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/2220dc0b3dc74e38b1bffe9d07aeb96d'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0fafa0c310fc44e2833765fd83be7f4c', u'id': u'2220dc0b3dc74e38b1bffe9d07aeb96d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/2567d8516c4247c38f8f792094afe123'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'201513a2375847189a830313e7bdbb62', u'id': u'2567d8516c4247c38f8f792094afe123'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/29678cff702e4186b2962c121397af88'}, u'url': u'http://172.30.9.25:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'154692fd5808498b9621dcd87122a7c5', u'id': u'29678cff702e4186b2962c121397af88'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/29db1ebfc9d14d888bcc90ce4c6d84ec'}, u'url': u'http://172.30.9.25:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5194e6d1008e4f309c46c0dc45e240fa', u'id': u'29db1ebfc9d14d888bcc90ce4c6d84ec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/2a9efb718b334170b4101de07ca9f6f8'}, u'url': u'http://172.30.9.25:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7e3d9f01ad9c452d97f87483198bec40', u'id': u'2a9efb718b334170b4101de07ca9f6f8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/2af2d5f4ad944d578832690c54a87ffd'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2889a72e0060445ca8edd6020f84cbf1', u'id': u'2af2d5f4ad944d578832690c54a87ffd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/2af8afe5c5ce41818d01248a2585ad4c'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7e3d9f01ad9c452d97f87483198bec40', u'id': u'2af8afe5c5ce41818d01248a2585ad4c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/44cc1ed8cd19479d9325be430bb15a5c'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'44739156d674411386bbe818fcdf24f6', u'id': u'44cc1ed8cd19479d9325be430bb15a5c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/4d401f798d7241519c6d214708e73e25'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd0db9c7e87e6435195594a945fa969ac', u'id': u'4d401f798d7241519c6d214708e73e25'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/66883cb34406415882fd7981731b2cda'}, u'url': u'http://172.30.9.25:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'44739156d674411386bbe818fcdf24f6', u'id': u'66883cb34406415882fd7981731b2cda'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/6ab7c141dd504f47bef0da44870715ef'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'154692fd5808498b9621dcd87122a7c5', u'id': u'6ab7c141dd504f47bef0da44870715ef'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/6ad6df14ea4d42d3a4908ae066a793bc'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c4873f982c564b21bccb6ac74a076583', u'id': u'6ad6df14ea4d42d3a4908ae066a793bc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/6e7d604d99f5441594399cf3334b3724'}, u'url': u'http://172.30.9.25:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1478c63705fd4b53a075c4bf28485c4f', u'id': u'6e7d604d99f5441594399cf3334b3724'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/71b98161efc34c1d9081931b10ad25ba'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5194e6d1008e4f309c46c0dc45e240fa', u'id': u'71b98161efc34c1d9081931b10ad25ba'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/755ef9968e704309876061a726b6182b'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1478c63705fd4b53a075c4bf28485c4f', u'id': u'755ef9968e704309876061a726b6182b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/7a75cd8dec7c41458e2562f49424508c'}, u'url': u'http://172.30.9.25:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bd3ee69ba3fb46d885326804cccd0fc3', u'id': u'7a75cd8dec7c41458e2562f49424508c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/7e48cf1611a34b04be57ac23194fcc8d'}, u'url': u'http://192.30.9.3:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4c250bcc77494b1fa283988db684489f', u'id': u'7e48cf1611a34b04be57ac23194fcc8d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/823376e062514120a28a058988cfb4c0'}, u'url': u'http://192.30.9.3:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5194e6d1008e4f309c46c0dc45e240fa', u'id': u'823376e062514120a28a058988cfb4c0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/8f4f83016b3248a58d3bb08c213a692b'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bd3ee69ba3fb46d885326804cccd0fc3', u'id': u'8f4f83016b3248a58d3bb08c213a692b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/922299da184b479bbffe8c14bc373b51'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0fafa0c310fc44e2833765fd83be7f4c', u'id': u'922299da184b479bbffe8c14bc373b51'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/933b499adb97435591b866b3706b0191'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c4873f982c564b21bccb6ac74a076583', u'id': u'933b499adb97435591b866b3706b0191'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/94ba64742fb744069ea72958a5b93a5e'}, u'url': u'http://172.30.9.25:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd0db9c7e87e6435195594a945fa969ac', u'id': u'94ba64742fb744069ea72958a5b93a5e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/9bc761d826a9458faefa19944f982f40'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd0db9c7e87e6435195594a945fa969ac', u'id': u'9bc761d826a9458faefa19944f982f40'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/9e77398194a94814855580d1252e0142'}, u'url': u'http://192.30.9.3:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bd3ee69ba3fb46d885326804cccd0fc3', u'id': u'9e77398194a94814855580d1252e0142'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/a0407ef5d08341c681161a0d898ae014'}, u'url': u'http://172.30.9.25:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5d92336a66b14e9e877861b72983949d', u'id': u'a0407ef5d08341c681161a0d898ae014'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ab07971bf2154271854122de6a16e2ba'}, u'url': u'http://192.30.9.3:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2889a72e0060445ca8edd6020f84cbf1', u'id': u'ab07971bf2154271854122de6a16e2ba'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/bb21d332eee144518694875bd490620a'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1478c63705fd4b53a075c4bf28485c4f', u'id': u'bb21d332eee144518694875bd490620a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c6603067ed8845e49d54383a1d002760'}, u'url': u'http://192.30.9.3:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5d92336a66b14e9e877861b72983949d', u'id': u'c6603067ed8845e49d54383a1d002760'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c9871964a60e479f851a62ca0b9e7930'}, u'url': u'http://172.30.9.25:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'201513a2375847189a830313e7bdbb62', u'id': u'c9871964a60e479f851a62ca0b9e7930'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/cabd218d2da44ad9a1d75f75a829e666'}, u'url': u'http://192.30.9.3:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7e3d9f01ad9c452d97f87483198bec40', u'id': u'cabd218d2da44ad9a1d75f75a829e666'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/d4a14e12f3e046f0b921c6f4ef6c8739'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'44739156d674411386bbe818fcdf24f6', u'id': u'd4a14e12f3e046f0b921c6f4ef6c8739'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/d502e00a86b440fea7374de886abc287'}, u'url': u'http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8b72bc83410b4393aadcfe23b56a4ce2', u'id': u'd502e00a86b440fea7374de886abc287'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/da5fbc2b8381471ca8873fbc39970715'}, u'url': u'http://12.0.0.32:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8b72bc83410b4393aadcfe23b56a4ce2', u'id': u'da5fbc2b8381471ca8873fbc39970715'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/dc875435d3534f1aa72294651812967f'}, u'url': u'http://192.30.9.3:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'201513a2375847189a830313e7bdbb62', u'id': u'dc875435d3534f1aa72294651812967f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/f3d6651a3eb94fd0a0605c27d774c47a'}, u'url': u'http://172.30.9.25:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4c250bcc77494b1fa283988db684489f', u'id': u'f3d6651a3eb94fd0a0605c27d774c47a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/f49381f842ef495e92a556f6101bf02d'}, u'url': u'http://172.30.9.25:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2889a72e0060445ca8edd6020f84cbf1', u'id': u'f49381f842ef495e92a556f6101bf02d'})] 2018-08-27 08:08:12,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-27 08:08:12,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:12,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:12 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-726edf51-d74c-4d22-9cc7-5943313fca07 x-compute-request-id: req-726edf51-d74c-4d22-9cc7-5943313fca07 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-27 08:08:12,832 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-726edf51-d74c-4d22-9cc7-5943313fca07 2018-08-27 08:08:12,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.106534957886s 2018-08-27 08:08:12,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-726edf51-d74c-4d22-9cc7-5943313fca07 2018-08-27 08:08:12,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-27 08:08:12,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:14,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:12 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-97b566cc-1ec8-4fbe-bb19-32505389401f x-compute-request-id: req-97b566cc-1ec8-4fbe-bb19-32505389401f Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-27 08:08:14,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-97b566cc-1ec8-4fbe-bb19-32505389401f 2018-08-27 08:08:14,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.7908449173s 2018-08-27 08:08:14,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-97b566cc-1ec8-4fbe-bb19-32505389401f 2018-08-27 08:08:14,641 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-27 08:08:14,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-27 08:08:14,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:14,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-31c80931-9a1a-4cdb-8f55-5b026e708eca Date: Mon, 27 Aug 2018 08:08:14 GMT RESP BODY: {"floatingips": []} 2018-08-27 08:08:14,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-31c80931-9a1a-4cdb-8f55-5b026e708eca 2018-08-27 08:08:14,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0193729400635s 2018-08-27 08:08:14,666 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-31c80931-9a1a-4cdb-8f55-5b026e708eca 2018-08-27 08:08:14,666 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-27 08:08:14,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-27 08:08:14,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:14,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:14 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-c068508d-b0ef-41e0-b330-0cdf92b29983 x-compute-request-id: req-c068508d-b0ef-41e0-b330-0cdf92b29983 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-27 08:08:14,815 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-c068508d-b0ef-41e0-b330-0cdf92b29983 2018-08-27 08:08:14,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.149145126343s 2018-08-27 08:08:14,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-c068508d-b0ef-41e0-b330-0cdf92b29983 2018-08-27 08:08:14,816 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 4}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 5}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-27 08:08:14,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-27 08:08:14,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:14,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:14 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-df20b74f-4479-416c-a066-e19678d9b243 x-compute-request-id: req-df20b74f-4479-416c-a066-e19678d9b243 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-27 08:08:14,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-df20b74f-4479-416c-a066-e19678d9b243 2018-08-27 08:08:14,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.133980035782s 2018-08-27 08:08:14,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-df20b74f-4479-416c-a066-e19678d9b243 2018-08-27 08:08:14,952 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-27 08:08:14,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 08:08:14,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:15,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3ebe4b6b-ec63-43c1-8923-8071dea46ba7 Date: Mon, 27 Aug 2018 08:08:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"4545ec48-bbb0-4e02-a056-62612d1d739b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"24f13f85cde84224ae126ad51a32bbb2","status":"ACTIVE","subnets":["1ab9d89b-8f2a-44df-abb3-cbfdd18528fd"],"description":"","tags":[],"updated_at":"2018-08-27T08:05:28Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:22Z","provider:network_type":"flat"}]} 2018-08-27 08:08:15,027 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3ebe4b6b-ec63-43c1-8923-8071dea46ba7 2018-08-27 08:08:15,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0750889778137s 2018-08-27 08:08:15,028 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3ebe4b6b-ec63-43c1-8923-8071dea46ba7 2018-08-27 08:08:15,028 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'1ab9d89b-8f2a-44df-abb3-cbfdd18528fd'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-27T08:05:28Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'4545ec48-bbb0-4e02-a056-62612d1d739b', 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'24f13f85cde84224ae126ad51a32bbb2', u'created_at': u'2018-08-27T08:05:22Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'24f13f85cde84224ae126ad51a32bbb2'})] 2018-08-27 08:08:15,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-27 08:08:15,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:15,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-5a719c90-f9b5-4d22-9107-158003bc0428 Date: Mon, 27 Aug 2018 08:08:15 GMT RESP BODY: {"ports":[]} 2018-08-27 08:08:15,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-5a719c90-f9b5-4d22-9107-158003bc0428 2018-08-27 08:08:15,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0334091186523s 2018-08-27 08:08:15,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-5a719c90-f9b5-4d22-9107-158003bc0428 2018-08-27 08:08:15,062 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-27 08:08:15,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 08:08:15,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:15,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56a8c6b5-0b33-43a0-a18b-66076d765edc Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "31e0e7b4b6d446e091516057557a4387"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "14d7b67125ea43bd9165273f621c7a57"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/31e0e7b4b6d446e091516057557a4387/users/14d7b67125ea43bd9165273f621c7a57/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "340d54014506497a8f8d40d7fdeb9c51"}, "user": {"id": "1d664510316e4b24a98dcfba4f0e2b33"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/1d664510316e4b24a98dcfba4f0e2b33/roles/340d54014506497a8f8d40d7fdeb9c51"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "1d664510316e4b24a98dcfba4f0e2b33"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/1d664510316e4b24a98dcfba4f0e2b33/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "2a67a3eee3d04344b99124fe3fb0d752"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/2a67a3eee3d04344b99124fe3fb0d752/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "3104deebb5a945b38de5405ac8c42de4"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/3104deebb5a945b38de5405ac8c42de4/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "46e2b2112bf34f1fbe4446c9714b2990"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/46e2b2112bf34f1fbe4446c9714b2990/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "73959f7b5bbb47a48efbf1f0a6a59ff1"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/73959f7b5bbb47a48efbf1f0a6a59ff1/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "8b8af49b17d04aef95ea0c5fdbdc5e77"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/8b8af49b17d04aef95ea0c5fdbdc5e77/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "8fa305a843ed4dd798304dac191717ad"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/8fa305a843ed4dd798304dac191717ad/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "c4b93b2dc4374961908e49fe7ce7d255"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/c4b93b2dc4374961908e49fe7ce7d255/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "c6d7485a89a845d2a056cfe1797bf146"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/c6d7485a89a845d2a056cfe1797bf146/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "dbe6b9f523c345a5a0cff28f03b17047"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/dbe6b9f523c345a5a0cff28f03b17047/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "e012150d595d41c3906e42f8ad6265d6"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/e012150d595d41c3906e42f8ad6265d6/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"project": {"id": "24f13f85cde84224ae126ad51a32bbb2"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "e334d51adb304662a941a1ad60353bb2"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2/users/e334d51adb304662a941a1ad60353bb2/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"domain": {"id": "c57afe2ecd764fa58e7421bdc6cc2c23"}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "5f0860a33a254ea690b051240e3a8815"}, "links": {"assignment": "http://172.30.9.25:5000/v3/domains/c57afe2ecd764fa58e7421bdc6cc2c23/users/5f0860a33a254ea690b051240e3a8815/roles/b58b2eaf606b4415ae907836988a3f3b"}}, {"scope": {"system": {"all": true}}, "role": {"id": "b58b2eaf606b4415ae907836988a3f3b"}, "user": {"id": "14d7b67125ea43bd9165273f621c7a57"}, "links": {"assignment": "http://172.30.9.25:5000/v3/system/users/14d7b67125ea43bd9165273f621c7a57/roles/b58b2eaf606b4415ae907836988a3f3b"}}], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-27 08:08:15,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-56a8c6b5-0b33-43a0-a18b-66076d765edc 2018-08-27 08:08:15,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0894529819489s 2018-08-27 08:08:15,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-56a8c6b5-0b33-43a0-a18b-66076d765edc 2018-08-27 08:08:15,158 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'31e0e7b4b6d446e091516057557a4387', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'14d7b67125ea43bd9165273f621c7a57'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'340d54014506497a8f8d40d7fdeb9c51', 'user': u'1d664510316e4b24a98dcfba4f0e2b33'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'1d664510316e4b24a98dcfba4f0e2b33'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'2a67a3eee3d04344b99124fe3fb0d752'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'3104deebb5a945b38de5405ac8c42de4'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'46e2b2112bf34f1fbe4446c9714b2990'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'73959f7b5bbb47a48efbf1f0a6a59ff1'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'8b8af49b17d04aef95ea0c5fdbdc5e77'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'8fa305a843ed4dd798304dac191717ad'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'c4b93b2dc4374961908e49fe7ce7d255'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'c6d7485a89a845d2a056cfe1797bf146'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'dbe6b9f523c345a5a0cff28f03b17047'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'e012150d595d41c3906e42f8ad6265d6'}), Munch({'project': u'24f13f85cde84224ae126ad51a32bbb2', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'e334d51adb304662a941a1ad60353bb2'}), Munch({'domain': u'c57afe2ecd764fa58e7421bdc6cc2c23', 'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'5f0860a33a254ea690b051240e3a8815'}), Munch({'id': u'b58b2eaf606b4415ae907836988a3f3b', 'user': u'14d7b67125ea43bd9165273f621c7a57'})] 2018-08-27 08:08:15,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 08:08:15,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:15,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc5275b0-2bd5-498b-b562-55a1cfc18f04 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "03377a8dcb0348159cc8d599b61e7f17", "links": {"self": "http://172.30.9.25:5000/v3/roles/03377a8dcb0348159cc8d599b61e7f17"}, "name": "swiftoperator"}, {"domain_id": null, "id": "340d54014506497a8f8d40d7fdeb9c51", "links": {"self": "http://172.30.9.25:5000/v3/roles/340d54014506497a8f8d40d7fdeb9c51"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "833f40211a5048b59294f91c1f6e179d", "links": {"self": "http://172.30.9.25:5000/v3/roles/833f40211a5048b59294f91c1f6e179d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b58b2eaf606b4415ae907836988a3f3b", "links": {"self": "http://172.30.9.25:5000/v3/roles/b58b2eaf606b4415ae907836988a3f3b"}, "name": "admin"}]} 2018-08-27 08:08:15,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-bc5275b0-2bd5-498b-b562-55a1cfc18f04 2018-08-27 08:08:15,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0923058986664s 2018-08-27 08:08:15,255 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-bc5275b0-2bd5-498b-b562-55a1cfc18f04 2018-08-27 08:08:15,256 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'03377a8dcb0348159cc8d599b61e7f17'}), 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'340d54014506497a8f8d40d7fdeb9c51'}), 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'833f40211a5048b59294f91c1f6e179d'}), 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'admin', 'id': u'b58b2eaf606b4415ae907836988a3f3b'})] 2018-08-27 08:08:15,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 08:08:15,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:15,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-50efcf81-66c1-4d28-9e0c-edc6721cefc5 Date: Mon, 27 Aug 2018 08:08:15 GMT RESP BODY: {"routers": []} 2018-08-27 08:08:15,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-50efcf81-66c1-4d28-9e0c-edc6721cefc5 2018-08-27 08:08:15,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0464899539948s 2018-08-27 08:08:15,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-50efcf81-66c1-4d28-9e0c-edc6721cefc5 2018-08-27 08:08:15,304 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-27 08:08:15,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-27 08:08:15,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:15,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:15 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-e996fb53-60d0-4997-a7ac-35f2edf5917d x-compute-request-id: req-e996fb53-60d0-4997-a7ac-35f2edf5917d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-27 08:08:15,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e996fb53-60d0-4997-a7ac-35f2edf5917d 2018-08-27 08:08:15,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19447183609s 2018-08-27 08:08:15,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e996fb53-60d0-4997-a7ac-35f2edf5917d 2018-08-27 08:08:15,499 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-27 08:08:15,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-27 08:08:15,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 08:08:15,510 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 08:08:15 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.3:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-27 08:08:15,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:15,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6371396-2c06-4c45-bf8d-c50b60cfb595 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0fafa0c310fc44e2833765fd83be7f4c"}, "enabled": true, "type": "network", "id": "0fafa0c310fc44e2833765fd83be7f4c", "name": "neutron"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1478c63705fd4b53a075c4bf28485c4f"}, "enabled": true, "type": "identity", "id": "1478c63705fd4b53a075c4bf28485c4f", "name": "keystone"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/154692fd5808498b9621dcd87122a7c5"}, "enabled": true, "type": "metric", "id": "154692fd5808498b9621dcd87122a7c5", "name": "gnocchi"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/201513a2375847189a830313e7bdbb62"}, "enabled": true, "type": "orchestration", "id": "201513a2375847189a830313e7bdbb62", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/2889a72e0060445ca8edd6020f84cbf1"}, "enabled": true, "type": "volumev2", "id": "2889a72e0060445ca8edd6020f84cbf1", "name": "cinderv2"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/44739156d674411386bbe818fcdf24f6"}, "enabled": true, "type": "image", "id": "44739156d674411386bbe818fcdf24f6", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4c250bcc77494b1fa283988db684489f"}, "enabled": true, "type": "volume", "id": "4c250bcc77494b1fa283988db684489f", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/5194e6d1008e4f309c46c0dc45e240fa"}, "enabled": true, "type": "volumev3", "id": "5194e6d1008e4f309c46c0dc45e240fa", "name": "cinderv3"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5d92336a66b14e9e877861b72983949d"}, "enabled": true, "type": "placement", "id": "5d92336a66b14e9e877861b72983949d", "name": "placement"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/7e3d9f01ad9c452d97f87483198bec40"}, "enabled": true, "type": "compute", "id": "7e3d9f01ad9c452d97f87483198bec40", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/827a2e8f4919441db311020e5a5c9d28"}, "enabled": true, "type": "metering", "id": "827a2e8f4919441db311020e5a5c9d28", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8b72bc83410b4393aadcfe23b56a4ce2"}, "enabled": true, "type": "object-store", "id": "8b72bc83410b4393aadcfe23b56a4ce2", "name": "swift"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/bd3ee69ba3fb46d885326804cccd0fc3"}, "enabled": true, "type": "cloudformation", "id": "bd3ee69ba3fb46d885326804cccd0fc3", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/c4873f982c564b21bccb6ac74a076583"}, "enabled": true, "type": "event", "id": "c4873f982c564b21bccb6ac74a076583", "name": "panko"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d0db9c7e87e6435195594a945fa969ac"}, "enabled": true, "type": "alarming", "id": "d0db9c7e87e6435195594a945fa969ac", "name": "aodh"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-27 08:08:15,597 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-d6371396-2c06-4c45-bf8d-c50b60cfb595 2018-08-27 08:08:15,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0953159332275s 2018-08-27 08:08:15,598 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-d6371396-2c06-4c45-bf8d-c50b60cfb595 2018-08-27 08:08:15,603 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'0fafa0c310fc44e2833765fd83be7f4c', 'name': u'neutron'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'1478c63705fd4b53a075c4bf28485c4f', 'name': u'keystone'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'154692fd5808498b9621dcd87122a7c5', 'name': u'gnocchi'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'201513a2375847189a830313e7bdbb62', 'name': u'heat'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'2889a72e0060445ca8edd6020f84cbf1', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'44739156d674411386bbe818fcdf24f6', 'name': u'glance'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'4c250bcc77494b1fa283988db684489f', 'name': u'cinder'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'5194e6d1008e4f309c46c0dc45e240fa', 'name': u'cinderv3'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'5d92336a66b14e9e877861b72983949d', 'name': u'placement'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'7e3d9f01ad9c452d97f87483198bec40', 'name': u'nova'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'827a2e8f4919441db311020e5a5c9d28', 'name': u'ceilometer'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'8b72bc83410b4393aadcfe23b56a4ce2', 'name': u'swift'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'bd3ee69ba3fb46d885326804cccd0fc3', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'c4873f982c564b21bccb6ac74a076583', 'name': u'panko'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'd0db9c7e87e6435195594a945fa969ac', 'name': u'aodh'})] 2018-08-27 08:08:15,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 08:08:15,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a93d86aae25afabb8e96f9f0c00a99c7d143bc33" 2018-08-27 08:08:15,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-613bc980-4eb2-41f4-9b82-9aa26942ee5e Date: Mon, 27 Aug 2018 08:08:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4545ec48-bbb0-4e02-a056-62612d1d739b","tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:28Z","dns_nameservers":[],"updated_at":"2018-08-27T08:05:28Z","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":"24f13f85cde84224ae126ad51a32bbb2","id":"1ab9d89b-8f2a-44df-abb3-cbfdd18528fd","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 08:08:15,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-613bc980-4eb2-41f4-9b82-9aa26942ee5e 2018-08-27 08:08:15,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.038782119751s 2018-08-27 08:08:15,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-613bc980-4eb2-41f4-9b82-9aa26942ee5e 2018-08-27 08:08:15,643 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T08:05:28Z', 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'1ab9d89b-8f2a-44df-abb3-cbfdd18528fd', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'4545ec48-bbb0-4e02-a056-62612d1d739b', u'tenant_id': u'24f13f85cde84224ae126ad51a32bbb2', u'created_at': u'2018-08-27T08:05:28Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'24f13f85cde84224ae126ad51a32bbb2'})] 2018-08-27 08:08:15,767 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 08:08:15,768 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-27 08:08:15,829 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-27 08:08:15,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 08:08:15,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 08:08:15,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 08:08:15,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 08:08:15,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 08:08:15,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 08:08:15,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 08:08:15,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 08:08:15,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 08:08:15,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c914a77-aa0f-44ac-8246-99c37e1d4ced 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.25:5000/v3/", "rel": "self"}]}} 2018-08-27 08:08:15,995 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000//v3 used request id req-0c914a77-aa0f-44ac-8246-99c37e1d4ced 2018-08-27 08:08:15,995 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-27 08:08:16,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b58b2eaf606b4415ae907836988a3f3b", "name": "admin"}], "expires_at": "2018-08-27T09:08:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31e0e7b4b6d446e091516057557a4387", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d6a27342c6b434fa1b4b12d0ff49620"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2220dc0b3dc74e38b1bffe9d07aeb96d"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "922299da184b479bbffe8c14bc373b51"}], "type": "network", "id": "0fafa0c310fc44e2833765fd83be7f4c", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6e7d604d99f5441594399cf3334b3724"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "755ef9968e704309876061a726b6182b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb21d332eee144518694875bd490620a"}], "type": "identity", "id": "1478c63705fd4b53a075c4bf28485c4f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0c45e19da7754d3792f66d91aa4ff304"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29678cff702e4186b2962c121397af88"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ab7c141dd504f47bef0da44870715ef"}], "type": "metric", "id": "154692fd5808498b9621dcd87122a7c5", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2567d8516c4247c38f8f792094afe123"}, {"url": "http://172.30.9.25:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9871964a60e479f851a62ca0b9e7930"}, {"url": "http://192.30.9.3:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc875435d3534f1aa72294651812967f"}], "type": "orchestration", "id": "201513a2375847189a830313e7bdbb62", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2af2d5f4ad944d578832690c54a87ffd"}, {"url": "http://192.30.9.3:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab07971bf2154271854122de6a16e2ba"}, {"url": "http://172.30.9.25:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f49381f842ef495e92a556f6101bf02d"}], "type": "volumev2", "id": "2889a72e0060445ca8edd6020f84cbf1", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44cc1ed8cd19479d9325be430bb15a5c"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66883cb34406415882fd7981731b2cda"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4a14e12f3e046f0b921c6f4ef6c8739"}], "type": "image", "id": "44739156d674411386bbe818fcdf24f6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "190b85bdafc74115ae3a75b08e6ac670"}, {"url": "http://192.30.9.3:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e48cf1611a34b04be57ac23194fcc8d"}, {"url": "http://172.30.9.25:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d6651a3eb94fd0a0605c27d774c47a"}], "type": "volume", "id": "4c250bcc77494b1fa283988db684489f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29db1ebfc9d14d888bcc90ce4c6d84ec"}, {"url": "http://192.30.9.3:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71b98161efc34c1d9081931b10ad25ba"}, {"url": "http://192.30.9.3:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "823376e062514120a28a058988cfb4c0"}], "type": "volumev3", "id": "5194e6d1008e4f309c46c0dc45e240fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1414c4d8531b407cbbcfa08d03eb30b2"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0407ef5d08341c681161a0d898ae014"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6603067ed8845e49d54383a1d002760"}], "type": "placement", "id": "5d92336a66b14e9e877861b72983949d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9efb718b334170b4101de07ca9f6f8"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2af8afe5c5ce41818d01248a2585ad4c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabd218d2da44ad9a1d75f75a829e666"}], "type": "compute", "id": "7e3d9f01ad9c452d97f87483198bec40", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "827a2e8f4919441db311020e5a5c9d28", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.32:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1f3db5f3add84a66b8254cb17a2c8c1b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d502e00a86b440fea7374de886abc287"}, {"url": "http://12.0.0.32:8080/v1/AUTH_31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da5fbc2b8381471ca8873fbc39970715"}], "type": "object-store", "id": "8b72bc83410b4393aadcfe23b56a4ce2", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a75cd8dec7c41458e2562f49424508c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8f4f83016b3248a58d3bb08c213a692b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e77398194a94814855580d1252e0142"}], "type": "cloudformation", "id": "bd3ee69ba3fb46d885326804cccd0fc3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03ca8d2f71e742ca87fb9d76c586cbea"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ad6df14ea4d42d3a4908ae066a793bc"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "933b499adb97435591b866b3706b0191"}], "type": "event", "id": "c4873f982c564b21bccb6ac74a076583", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d401f798d7241519c6d214708e73e25"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94ba64742fb744069ea72958a5b93a5e"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9bc761d826a9458faefa19944f982f40"}], "type": "alarming", "id": "d0db9c7e87e6435195594a945fa969ac", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "14d7b67125ea43bd9165273f621c7a57"}, "audit_ids": ["6VAA-IvsSgOvxOYZxokslg"], "issued_at": "2018-08-27T08:08:16.000000Z"}} 2018-08-27 08:08:16,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 08:08:16,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1754a110a3bfe699064bfb5111b961b258784500" 2018-08-27 08:08:17,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4a1206fa-30a9-432c-809b-79b80eec4175 Date: Mon, 27 Aug 2018 08:08:17 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"4545ec48-bbb0-4e02-a056-62612d1d739b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"24f13f85cde84224ae126ad51a32bbb2","status":"ACTIVE","subnets":["1ab9d89b-8f2a-44df-abb3-cbfdd18528fd"],"description":"","tags":[],"updated_at":"2018-08-27T08:05:28Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:22Z","provider:network_type":"flat"}]} 2018-08-27 08:08:17,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a1206fa-30a9-432c-809b-79b80eec4175 2018-08-27 08:08:17,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.950541973114s 2018-08-27 08:08:17,395 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a1206fa-30a9-432c-809b-79b80eec4175 2018-08-27 08:08:17,396 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-27 08:08:17,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 08:08:17,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1754a110a3bfe699064bfb5111b961b258784500" -d '{"network": {"name": "tenantnetwork1-net_b3240ddb-aa65-47da-b674-e1a4c77e6572", "admin_state_up": true}}' 2018-08-27 08:08:18,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-662673a5-b2d7-4bcb-97f7-b16cceae2ade Date: Mon, 27 Aug 2018 08:08:18 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"118cf95b-1cea-4934-b434-c5547c3bd38b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"31e0e7b4b6d446e091516057557a4387","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T08:08:17Z","is_default":false,"provider:segmentation_id":99,"name":"tenantnetwork1-net_b3240ddb-aa65-47da-b674-e1a4c77e6572","admin_state_up":true,"tenant_id":"31e0e7b4b6d446e091516057557a4387","created_at":"2018-08-27T08:08:17Z","mtu":1450}} 2018-08-27 08:08:18,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-662673a5-b2d7-4bcb-97f7-b16cceae2ade 2018-08-27 08:08:18,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.745675086975s 2018-08-27 08:08:18,143 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-662673a5-b2d7-4bcb-97f7-b16cceae2ade 2018-08-27 08:08:18,144 - 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-27T08:08:17Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'118cf95b-1cea-4934-b434-c5547c3bd38b', u'provider:segmentation_id': 99, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_b3240ddb-aa65-47da-b674-e1a4c77e6572', u'admin_state_up': True, u'tenant_id': u'31e0e7b4b6d446e091516057557a4387', u'created_at': u'2018-08-27T08:08:17Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'31e0e7b4b6d446e091516057557a4387'}) 2018-08-27 08:08:18,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 08:08:18,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1754a110a3bfe699064bfb5111b961b258784500" 2018-08-27 08:08:18,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-37371b52-58d9-4660-9493-7cb10635c116 Date: Mon, 27 Aug 2018 08:08:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"118cf95b-1cea-4934-b434-c5547c3bd38b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"31e0e7b4b6d446e091516057557a4387","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T08:08:17Z","provider:segmentation_id":99,"name":"tenantnetwork1-net_b3240ddb-aa65-47da-b674-e1a4c77e6572","admin_state_up":true,"tenant_id":"31e0e7b4b6d446e091516057557a4387","created_at":"2018-08-27T08:08:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"4545ec48-bbb0-4e02-a056-62612d1d739b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"24f13f85cde84224ae126ad51a32bbb2","status":"ACTIVE","subnets":["1ab9d89b-8f2a-44df-abb3-cbfdd18528fd"],"description":"","tags":[],"updated_at":"2018-08-27T08:05:28Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:22Z","provider:network_type":"flat"}]} 2018-08-27 08:08:18,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-37371b52-58d9-4660-9493-7cb10635c116 2018-08-27 08:08:18,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110900163651s 2018-08-27 08:08:18,256 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-37371b52-58d9-4660-9493-7cb10635c116 2018-08-27 08:08:18,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 08:08:18,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1754a110a3bfe699064bfb5111b961b258784500" -d '{"subnet": {"name": "tenantnetwork1-subnet_b3240ddb-aa65-47da-b674-e1a4c77e6572", "enable_dhcp": true, "network_id": "118cf95b-1cea-4934-b434-c5547c3bd38b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 08:08:19,018 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0f6bcf85-34f9-4830-9c99-214bd452430e Date: Mon, 27 Aug 2018 08:08:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"118cf95b-1cea-4934-b434-c5547c3bd38b","tenant_id":"31e0e7b4b6d446e091516057557a4387","created_at":"2018-08-27T08:08:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T08:08:18Z","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":"31e0e7b4b6d446e091516057557a4387","id":"9bb74162-2f23-4eb9-aa2a-84a4983f9148","subnetpool_id":null,"name":"tenantnetwork1-subnet_b3240ddb-aa65-47da-b674-e1a4c77e6572"}} 2018-08-27 08:08:19,018 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-0f6bcf85-34f9-4830-9c99-214bd452430e 2018-08-27 08:08:19,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.760759115219s 2018-08-27 08:08:19,019 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-0f6bcf85-34f9-4830-9c99-214bd452430e 2018-08-27 08:08:19,019 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T08:08:18Z', 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'9bb74162-2f23-4eb9-aa2a-84a4983f9148', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_b3240ddb-aa65-47da-b674-e1a4c77e6572', u'enable_dhcp': True, u'network_id': u'118cf95b-1cea-4934-b434-c5547c3bd38b', u'tenant_id': u'31e0e7b4b6d446e091516057557a4387', u'created_at': u'2018-08-27T08:08:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'31e0e7b4b6d446e091516057557a4387'}) 2018-08-27 08:08:19,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 08:08:19,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1754a110a3bfe699064bfb5111b961b258784500" -d '{"router": {"external_gateway_info": {"network_id": "4545ec48-bbb0-4e02-a056-62612d1d739b"}, "name": "tenantnetwork1-router_b3240ddb-aa65-47da-b674-e1a4c77e6572", "admin_state_up": true}}' 2018-08-27 08:08:20,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-f6b685bf-ddb6-44cc-beb7-5d4fcadad57d Date: Mon, 27 Aug 2018 08:08:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4545ec48-bbb0-4e02-a056-62612d1d739b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1ab9d89b-8f2a-44df-abb3-cbfdd18528fd", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "31e0e7b4b6d446e091516057557a4387", "created_at": "2018-08-27T08:08:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T08:08:20Z", "revision_number": 2, "routes": [], "project_id": "31e0e7b4b6d446e091516057557a4387", "id": "03afce74-5e18-4858-bf7a-79cfe636ce48", "name": "tenantnetwork1-router_b3240ddb-aa65-47da-b674-e1a4c77e6572"}} 2018-08-27 08:08:20,349 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f6b685bf-ddb6-44cc-beb7-5d4fcadad57d 2018-08-27 08:08:20,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.32893800735s 2018-08-27 08:08:20,349 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f6b685bf-ddb6-44cc-beb7-5d4fcadad57d 2018-08-27 08:08:20,350 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4545ec48-bbb0-4e02-a056-62612d1d739b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1ab9d89b-8f2a-44df-abb3-cbfdd18528fd', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'31e0e7b4b6d446e091516057557a4387', u'created_at': u'2018-08-27T08:08:19Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T08:08:20Z', u'revision_number': 2, u'routes': [], u'project_id': u'31e0e7b4b6d446e091516057557a4387', u'id': u'03afce74-5e18-4858-bf7a-79cfe636ce48', u'name': u'tenantnetwork1-router_b3240ddb-aa65-47da-b674-e1a4c77e6572'}) 2018-08-27 08:08:20,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 08:08:20,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/03afce74-5e18-4858-bf7a-79cfe636ce48/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}1754a110a3bfe699064bfb5111b961b258784500" -d '{"subnet_id": "9bb74162-2f23-4eb9-aa2a-84a4983f9148"}' 2018-08-27 08:08:21,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-86f456e2-fbdb-44e2-9011-ef7f43cc177a Date: Mon, 27 Aug 2018 08:08:21 GMT RESP BODY: {"network_id": "118cf95b-1cea-4934-b434-c5547c3bd38b", "tenant_id": "31e0e7b4b6d446e091516057557a4387", "subnet_id": "9bb74162-2f23-4eb9-aa2a-84a4983f9148", "subnet_ids": ["9bb74162-2f23-4eb9-aa2a-84a4983f9148"], "port_id": "e5bb6285-e818-4e19-9ec2-a71fba043252", "id": "03afce74-5e18-4858-bf7a-79cfe636ce48"} 2018-08-27 08:08:21,748 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/03afce74-5e18-4858-bf7a-79cfe636ce48/add_router_interface.json used request id req-86f456e2-fbdb-44e2-9011-ef7f43cc177a 2018-08-27 08:08:21,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.39715695381s 2018-08-27 08:08:21,748 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/03afce74-5e18-4858-bf7a-79cfe636ce48/add_router_interface.json used request id req-86f456e2-fbdb-44e2-9011-ef7f43cc177a returning object 03afce74-5e18-4858-bf7a-79cfe636ce48 2018-08-27 08:08:21,864 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 08:08:21,864 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-27 08:08:21,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 08:08:21,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/03afce74-5e18-4858-bf7a-79cfe636ce48/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}1754a110a3bfe699064bfb5111b961b258784500" -d '{"subnet_id": "9bb74162-2f23-4eb9-aa2a-84a4983f9148"}' 2018-08-27 08:08:23,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-23a3e89a-4272-426a-8ccb-a4dc74b3e343 Date: Mon, 27 Aug 2018 08:08:23 GMT RESP BODY: {"network_id": "118cf95b-1cea-4934-b434-c5547c3bd38b", "tenant_id": "31e0e7b4b6d446e091516057557a4387", "subnet_id": "9bb74162-2f23-4eb9-aa2a-84a4983f9148", "subnet_ids": ["9bb74162-2f23-4eb9-aa2a-84a4983f9148"], "port_id": "e5bb6285-e818-4e19-9ec2-a71fba043252", "id": "03afce74-5e18-4858-bf7a-79cfe636ce48"} 2018-08-27 08:08:23,338 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/03afce74-5e18-4858-bf7a-79cfe636ce48/remove_router_interface.json used request id req-23a3e89a-4272-426a-8ccb-a4dc74b3e343 2018-08-27 08:08:23,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.4684741497s 2018-08-27 08:08:23,339 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/03afce74-5e18-4858-bf7a-79cfe636ce48/remove_router_interface.json used request id req-23a3e89a-4272-426a-8ccb-a4dc74b3e343 returning object 03afce74-5e18-4858-bf7a-79cfe636ce48 2018-08-27 08:08:23,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 08:08:23,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1754a110a3bfe699064bfb5111b961b258784500" 2018-08-27 08:08:23,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-590bf339-6ad7-49f8-ac3b-4b139d7011fc Date: Mon, 27 Aug 2018 08:08:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4545ec48-bbb0-4e02-a056-62612d1d739b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1ab9d89b-8f2a-44df-abb3-cbfdd18528fd", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "31e0e7b4b6d446e091516057557a4387", "created_at": "2018-08-27T08:08:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T08:08:22Z", "revision_number": 4, "routes": [], "project_id": "31e0e7b4b6d446e091516057557a4387", "id": "03afce74-5e18-4858-bf7a-79cfe636ce48", "name": "tenantnetwork1-router_b3240ddb-aa65-47da-b674-e1a4c77e6572"}]} 2018-08-27 08:08:23,438 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-590bf339-6ad7-49f8-ac3b-4b139d7011fc 2018-08-27 08:08:23,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0990929603577s 2018-08-27 08:08:23,439 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-590bf339-6ad7-49f8-ac3b-4b139d7011fc 2018-08-27 08:08:23,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 08:08:23,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/03afce74-5e18-4858-bf7a-79cfe636ce48.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}1754a110a3bfe699064bfb5111b961b258784500" 2018-08-27 08:08:24,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-32deb083-c95a-4f4e-a03e-cd4d69b6e8bd Content-Length: 0 Date: Mon, 27 Aug 2018 08:08:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 08:08:24,491 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/03afce74-5e18-4858-bf7a-79cfe636ce48.json used request id req-32deb083-c95a-4f4e-a03e-cd4d69b6e8bd 2018-08-27 08:08:24,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.05087709427s 2018-08-27 08:08:24,492 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/03afce74-5e18-4858-bf7a-79cfe636ce48.json used request id req-32deb083-c95a-4f4e-a03e-cd4d69b6e8bd 2018-08-27 08:08:24,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 08:08:24,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1754a110a3bfe699064bfb5111b961b258784500" 2018-08-27 08:08:24,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-4ef372ab-21ca-4c0f-a589-9c965cf3482a Date: Mon, 27 Aug 2018 08:08:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4545ec48-bbb0-4e02-a056-62612d1d739b","tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:28Z","dns_nameservers":[],"updated_at":"2018-08-27T08:05:28Z","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":"24f13f85cde84224ae126ad51a32bbb2","id":"1ab9d89b-8f2a-44df-abb3-cbfdd18528fd","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"118cf95b-1cea-4934-b434-c5547c3bd38b","tenant_id":"31e0e7b4b6d446e091516057557a4387","created_at":"2018-08-27T08:08:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T08:08:18Z","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":"31e0e7b4b6d446e091516057557a4387","id":"9bb74162-2f23-4eb9-aa2a-84a4983f9148","subnetpool_id":null,"name":"tenantnetwork1-subnet_b3240ddb-aa65-47da-b674-e1a4c77e6572"}]} 2018-08-27 08:08:24,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-4ef372ab-21ca-4c0f-a589-9c965cf3482a 2018-08-27 08:08:24,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.121005058289s 2018-08-27 08:08:24,613 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-4ef372ab-21ca-4c0f-a589-9c965cf3482a 2018-08-27 08:08:24,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 08:08:24,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/9bb74162-2f23-4eb9-aa2a-84a4983f9148.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}1754a110a3bfe699064bfb5111b961b258784500" 2018-08-27 08:08:25,569 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8738c551-62cc-4c89-ba68-90b64e983520 Date: Mon, 27 Aug 2018 08:08:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 08:08:25,570 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/9bb74162-2f23-4eb9-aa2a-84a4983f9148.json used request id req-8738c551-62cc-4c89-ba68-90b64e983520 2018-08-27 08:08:25,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.954555034637s 2018-08-27 08:08:25,570 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/9bb74162-2f23-4eb9-aa2a-84a4983f9148.json used request id req-8738c551-62cc-4c89-ba68-90b64e983520 2018-08-27 08:08:25,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 08:08:25,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1754a110a3bfe699064bfb5111b961b258784500" 2018-08-27 08:08:25,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-ea16da7f-424d-4065-80c1-795b72cb99c4 Date: Mon, 27 Aug 2018 08:08:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"118cf95b-1cea-4934-b434-c5547c3bd38b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"31e0e7b4b6d446e091516057557a4387","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T08:08:25Z","provider:segmentation_id":99,"name":"tenantnetwork1-net_b3240ddb-aa65-47da-b674-e1a4c77e6572","admin_state_up":true,"tenant_id":"31e0e7b4b6d446e091516057557a4387","created_at":"2018-08-27T08:08:17Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"4545ec48-bbb0-4e02-a056-62612d1d739b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"24f13f85cde84224ae126ad51a32bbb2","status":"ACTIVE","subnets":["1ab9d89b-8f2a-44df-abb3-cbfdd18528fd"],"description":"","tags":[],"updated_at":"2018-08-27T08:05:28Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:22Z","provider:network_type":"flat"}]} 2018-08-27 08:08:25,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ea16da7f-424d-4065-80c1-795b72cb99c4 2018-08-27 08:08:25,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.091166973114s 2018-08-27 08:08:25,662 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ea16da7f-424d-4065-80c1-795b72cb99c4 2018-08-27 08:08:25,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 08:08:25,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/118cf95b-1cea-4934-b434-c5547c3bd38b.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}1754a110a3bfe699064bfb5111b961b258784500" 2018-08-27 08:08:27,440 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-625e48cf-7ff5-4e8e-9ebb-228281cd8afc Date: Mon, 27 Aug 2018 08:08:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 08:08:27,440 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/118cf95b-1cea-4934-b434-c5547c3bd38b.json used request id req-625e48cf-7ff5-4e8e-9ebb-228281cd8afc 2018-08-27 08:08:27,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.77675700188s 2018-08-27 08:08:27,440 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/118cf95b-1cea-4934-b434-c5547c3bd38b.json used request id req-625e48cf-7ff5-4e8e-9ebb-228281cd8afc 2018-08-27 08:08:27,485 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 08:08:27,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 08:08:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 08:08:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 08:08:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 08:08:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 08:08:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 08:08:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 08:08:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 08:08:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 08:08:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 08:08:27,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 08:08:27,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 08:08:27,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-953c3ded-7724-4a99-bfac-14b097ff4faa 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.25:5000/v3/", "rel": "self"}]}} 2018-08-27 08:08:27,531 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000//v3 used request id req-953c3ded-7724-4a99-bfac-14b097ff4faa 2018-08-27 08:08:27,532 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-27 08:08:27,957 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b58b2eaf606b4415ae907836988a3f3b", "name": "admin"}], "expires_at": "2018-08-27T09:08:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31e0e7b4b6d446e091516057557a4387", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d6a27342c6b434fa1b4b12d0ff49620"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2220dc0b3dc74e38b1bffe9d07aeb96d"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "922299da184b479bbffe8c14bc373b51"}], "type": "network", "id": "0fafa0c310fc44e2833765fd83be7f4c", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6e7d604d99f5441594399cf3334b3724"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "755ef9968e704309876061a726b6182b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb21d332eee144518694875bd490620a"}], "type": "identity", "id": "1478c63705fd4b53a075c4bf28485c4f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0c45e19da7754d3792f66d91aa4ff304"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29678cff702e4186b2962c121397af88"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ab7c141dd504f47bef0da44870715ef"}], "type": "metric", "id": "154692fd5808498b9621dcd87122a7c5", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2567d8516c4247c38f8f792094afe123"}, {"url": "http://172.30.9.25:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9871964a60e479f851a62ca0b9e7930"}, {"url": "http://192.30.9.3:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc875435d3534f1aa72294651812967f"}], "type": "orchestration", "id": "201513a2375847189a830313e7bdbb62", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2af2d5f4ad944d578832690c54a87ffd"}, {"url": "http://192.30.9.3:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab07971bf2154271854122de6a16e2ba"}, {"url": "http://172.30.9.25:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f49381f842ef495e92a556f6101bf02d"}], "type": "volumev2", "id": "2889a72e0060445ca8edd6020f84cbf1", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44cc1ed8cd19479d9325be430bb15a5c"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66883cb34406415882fd7981731b2cda"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4a14e12f3e046f0b921c6f4ef6c8739"}], "type": "image", "id": "44739156d674411386bbe818fcdf24f6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "190b85bdafc74115ae3a75b08e6ac670"}, {"url": "http://192.30.9.3:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e48cf1611a34b04be57ac23194fcc8d"}, {"url": "http://172.30.9.25:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d6651a3eb94fd0a0605c27d774c47a"}], "type": "volume", "id": "4c250bcc77494b1fa283988db684489f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29db1ebfc9d14d888bcc90ce4c6d84ec"}, {"url": "http://192.30.9.3:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71b98161efc34c1d9081931b10ad25ba"}, {"url": "http://192.30.9.3:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "823376e062514120a28a058988cfb4c0"}], "type": "volumev3", "id": "5194e6d1008e4f309c46c0dc45e240fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1414c4d8531b407cbbcfa08d03eb30b2"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0407ef5d08341c681161a0d898ae014"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6603067ed8845e49d54383a1d002760"}], "type": "placement", "id": "5d92336a66b14e9e877861b72983949d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9efb718b334170b4101de07ca9f6f8"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2af8afe5c5ce41818d01248a2585ad4c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabd218d2da44ad9a1d75f75a829e666"}], "type": "compute", "id": "7e3d9f01ad9c452d97f87483198bec40", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "827a2e8f4919441db311020e5a5c9d28", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.32:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1f3db5f3add84a66b8254cb17a2c8c1b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d502e00a86b440fea7374de886abc287"}, {"url": "http://12.0.0.32:8080/v1/AUTH_31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da5fbc2b8381471ca8873fbc39970715"}], "type": "object-store", "id": "8b72bc83410b4393aadcfe23b56a4ce2", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a75cd8dec7c41458e2562f49424508c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8f4f83016b3248a58d3bb08c213a692b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e77398194a94814855580d1252e0142"}], "type": "cloudformation", "id": "bd3ee69ba3fb46d885326804cccd0fc3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03ca8d2f71e742ca87fb9d76c586cbea"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ad6df14ea4d42d3a4908ae066a793bc"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "933b499adb97435591b866b3706b0191"}], "type": "event", "id": "c4873f982c564b21bccb6ac74a076583", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d401f798d7241519c6d214708e73e25"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94ba64742fb744069ea72958a5b93a5e"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9bc761d826a9458faefa19944f982f40"}], "type": "alarming", "id": "d0db9c7e87e6435195594a945fa969ac", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "14d7b67125ea43bd9165273f621c7a57"}, "audit_ids": ["eTB_G7LkTY6hU6gkoi1a7A"], "issued_at": "2018-08-27T08:08:27.000000Z"}} 2018-08-27 08:08:27,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 08:08:27,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:28,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7b7ae749-2a5a-46d7-bac3-8ead75e86bbd Date: Mon, 27 Aug 2018 08:08:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"4545ec48-bbb0-4e02-a056-62612d1d739b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"24f13f85cde84224ae126ad51a32bbb2","status":"ACTIVE","subnets":["1ab9d89b-8f2a-44df-abb3-cbfdd18528fd"],"description":"","tags":[],"updated_at":"2018-08-27T08:05:28Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:22Z","provider:network_type":"flat"}]} 2018-08-27 08:08:28,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7b7ae749-2a5a-46d7-bac3-8ead75e86bbd 2018-08-27 08:08:28,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.894063949585s 2018-08-27 08:08:28,854 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7b7ae749-2a5a-46d7-bac3-8ead75e86bbd 2018-08-27 08:08:28,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 08:08:28,863 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 27 Aug 2018 08:08:28 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.25: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.25:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-27 08:08:28,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 08:08:28,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:28,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa906485-9146-4651-ac9e-45b84cb1ee6e Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/c57afe2ecd764fa58e7421bdc6cc2c23"}, "tags": [], "enabled": true, "id": "c57afe2ecd764fa58e7421bdc6cc2c23", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-08-27 08:08:28,959 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-fa906485-9146-4651-ac9e-45b84cb1ee6e 2018-08-27 08:08:28,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0946760177612s 2018-08-27 08:08:28,959 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-fa906485-9146-4651-ac9e-45b84cb1ee6e 2018-08-27 08:08:28,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-27 08:08:28,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_e4ff0fad-8951-42e5-b19d-c19354c829bc"}}' 2018-08-27 08:08:29,202 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 08:08:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86a7dd80-a9e3-4ed2-8811-bc1c8bd666e2 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.25:5000/v3/projects/fa56d7033ddd407196a5cde61a24fc69"}, "tags": [], "enabled": true, "id": "fa56d7033ddd407196a5cde61a24fc69", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_e4ff0fad-8951-42e5-b19d-c19354c829bc"}} 2018-08-27 08:08:29,202 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-86a7dd80-a9e3-4ed2-8811-bc1c8bd666e2 2018-08-27 08:08:29,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.23566198349s 2018-08-27 08:08:29,202 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-86a7dd80-a9e3-4ed2-8811-bc1c8bd666e2 2018-08-27 08:08:29,203 - 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'fa56d7033ddd407196a5cde61a24fc69', '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_e4ff0fad-8951-42e5-b19d-c19354c829bc'}) 2018-08-27 08:08:29,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-27 08:08:29,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "84ff36b5-1654-4168-b581-ef8a5acdf1e8", "email": null, "name": "tenantnetwork2-user_e4ff0fad-8951-42e5-b19d-c19354c829bc"}}' 2018-08-27 08:08:29,620 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 08:08:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0953c5dd-9db8-443d-b5ec-aad97b04b7cb Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_e4ff0fad-8951-42e5-b19d-c19354c829bc", "links": {"self": "http://172.30.9.25:5000/v3/users/f8c6b34520a34f33b33c93932163367c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f8c6b34520a34f33b33c93932163367c", "domain_id": "default", "password_expires_at": null}} 2018-08-27 08:08:29,620 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-0953c5dd-9db8-443d-b5ec-aad97b04b7cb 2018-08-27 08:08:29,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.411319971085s 2018-08-27 08:08:29,621 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-0953c5dd-9db8-443d-b5ec-aad97b04b7cb 2018-08-27 08:08:29,622 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f8c6b34520a34f33b33c93932163367c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_e4ff0fad-8951-42e5-b19d-c19354c829bc'}) 2018-08-27 08:08:29,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 08:08:29,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:29,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2033760f-9e5e-40fb-af75-d1a4cae50770 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "03377a8dcb0348159cc8d599b61e7f17", "links": {"self": "http://172.30.9.25:5000/v3/roles/03377a8dcb0348159cc8d599b61e7f17"}, "name": "swiftoperator"}, {"domain_id": null, "id": "340d54014506497a8f8d40d7fdeb9c51", "links": {"self": "http://172.30.9.25:5000/v3/roles/340d54014506497a8f8d40d7fdeb9c51"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "833f40211a5048b59294f91c1f6e179d", "links": {"self": "http://172.30.9.25:5000/v3/roles/833f40211a5048b59294f91c1f6e179d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b58b2eaf606b4415ae907836988a3f3b", "links": {"self": "http://172.30.9.25:5000/v3/roles/b58b2eaf606b4415ae907836988a3f3b"}, "name": "admin"}]} 2018-08-27 08:08:29,723 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2033760f-9e5e-40fb-af75-d1a4cae50770 2018-08-27 08:08:29,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0976691246033s 2018-08-27 08:08:29,724 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2033760f-9e5e-40fb-af75-d1a4cae50770 2018-08-27 08:08:29,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 08:08:29,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:29,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5add8a6-9135-4065-9cb2-c4327fcc23a6 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "03377a8dcb0348159cc8d599b61e7f17", "links": {"self": "http://172.30.9.25:5000/v3/roles/03377a8dcb0348159cc8d599b61e7f17"}, "name": "swiftoperator"}, {"domain_id": null, "id": "340d54014506497a8f8d40d7fdeb9c51", "links": {"self": "http://172.30.9.25:5000/v3/roles/340d54014506497a8f8d40d7fdeb9c51"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "833f40211a5048b59294f91c1f6e179d", "links": {"self": "http://172.30.9.25:5000/v3/roles/833f40211a5048b59294f91c1f6e179d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b58b2eaf606b4415ae907836988a3f3b", "links": {"self": "http://172.30.9.25:5000/v3/roles/b58b2eaf606b4415ae907836988a3f3b"}, "name": "admin"}]} 2018-08-27 08:08:29,748 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c5add8a6-9135-4065-9cb2-c4327fcc23a6 2018-08-27 08:08:29,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0197582244873s 2018-08-27 08:08:29,749 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c5add8a6-9135-4065-9cb2-c4327fcc23a6 2018-08-27 08:08:29,750 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-27 08:08:29,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-27 08:08:29,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" -d '{"role": {"name": "Member"}}' 2018-08-27 08:08:29,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 27 Aug 2018 08:08:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fcc99680-c07c-4c07-a093-ce1e4a9947c0 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "49af2f0f6f1644cea5f4a4777fb0e66b", "links": {"self": "http://172.30.9.25:5000/v3/roles/49af2f0f6f1644cea5f4a4777fb0e66b"}, "name": "Member"}} 2018-08-27 08:08:29,891 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-fcc99680-c07c-4c07-a093-ce1e4a9947c0 2018-08-27 08:08:29,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.136907815933s 2018-08-27 08:08:29,891 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-fcc99680-c07c-4c07-a093-ce1e4a9947c0 2018-08-27 08:08:29,892 - 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'49af2f0f6f1644cea5f4a4777fb0e66b'}) 2018-08-27 08:08:29,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 08:08:29,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:29,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd5f433a-7442-4b85-99cb-a9d2b5664a94 Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "03377a8dcb0348159cc8d599b61e7f17", "links": {"self": "http://172.30.9.25:5000/v3/roles/03377a8dcb0348159cc8d599b61e7f17"}, "name": "swiftoperator"}, {"domain_id": null, "id": "340d54014506497a8f8d40d7fdeb9c51", "links": {"self": "http://172.30.9.25:5000/v3/roles/340d54014506497a8f8d40d7fdeb9c51"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "49af2f0f6f1644cea5f4a4777fb0e66b", "links": {"self": "http://172.30.9.25:5000/v3/roles/49af2f0f6f1644cea5f4a4777fb0e66b"}, "name": "Member"}, {"domain_id": null, "id": "833f40211a5048b59294f91c1f6e179d", "links": {"self": "http://172.30.9.25:5000/v3/roles/833f40211a5048b59294f91c1f6e179d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b58b2eaf606b4415ae907836988a3f3b", "links": {"self": "http://172.30.9.25:5000/v3/roles/b58b2eaf606b4415ae907836988a3f3b"}, "name": "admin"}]} 2018-08-27 08:08:29,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fd5f433a-7442-4b85-99cb-a9d2b5664a94 2018-08-27 08:08:29,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0918440818787s 2018-08-27 08:08:29,988 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fd5f433a-7442-4b85-99cb-a9d2b5664a94 2018-08-27 08:08:29,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-27 08:08:29,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:30,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-912f24cf-56d9-4f93-882e-274f20aee96c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-27 08:08:30,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-912f24cf-56d9-4f93-882e-274f20aee96c 2018-08-27 08:08:30,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0845351219177s 2018-08-27 08:08:30,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-912f24cf-56d9-4f93-882e-274f20aee96c 2018-08-27 08:08:30,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 08:08:30,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:30,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a05c071e-dc5c-4f28-9cbd-e2f71606725a Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/14d7b67125ea43bd9165273f621c7a57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14d7b67125ea43bd9165273f621c7a57", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1d664510316e4b24a98dcfba4f0e2b33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d664510316e4b24a98dcfba4f0e2b33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/2a67a3eee3d04344b99124fe3fb0d752"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a67a3eee3d04344b99124fe3fb0d752", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3104deebb5a945b38de5405ac8c42de4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3104deebb5a945b38de5405ac8c42de4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/46e2b2112bf34f1fbe4446c9714b2990"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46e2b2112bf34f1fbe4446c9714b2990", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/5f0860a33a254ea690b051240e3a8815"}, "domain_id": "c57afe2ecd764fa58e7421bdc6cc2c23", "enabled": true, "options": {}, "id": "5f0860a33a254ea690b051240e3a8815", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/73959f7b5bbb47a48efbf1f0a6a59ff1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73959f7b5bbb47a48efbf1f0a6a59ff1", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b8af49b17d04aef95ea0c5fdbdc5e77"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b8af49b17d04aef95ea0c5fdbdc5e77", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/8fa305a843ed4dd798304dac191717ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fa305a843ed4dd798304dac191717ad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/c4b93b2dc4374961908e49fe7ce7d255"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4b93b2dc4374961908e49fe7ce7d255", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/c6d7485a89a845d2a056cfe1797bf146"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6d7485a89a845d2a056cfe1797bf146", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/dbe6b9f523c345a5a0cff28f03b17047"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dbe6b9f523c345a5a0cff28f03b17047", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/e012150d595d41c3906e42f8ad6265d6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e012150d595d41c3906e42f8ad6265d6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/e334d51adb304662a941a1ad60353bb2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e334d51adb304662a941a1ad60353bb2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_e4ff0fad-8951-42e5-b19d-c19354c829bc", "links": {"self": "http://172.30.9.25:5000/v3/users/f8c6b34520a34f33b33c93932163367c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f8c6b34520a34f33b33c93932163367c", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-27 08:08:30,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a05c071e-dc5c-4f28-9cbd-e2f71606725a 2018-08-27 08:08:30,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105027914047s 2018-08-27 08:08:30,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a05c071e-dc5c-4f28-9cbd-e2f71606725a 2018-08-27 08:08:30,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 08:08:30,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:30,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68fb5154-13c9-4251-8b38-2dd5c4265bb5 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25: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.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2"}, "tags": [], "enabled": true, "id": "24f13f85cde84224ae126ad51a32bbb2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/31e0e7b4b6d446e091516057557a4387"}, "tags": [], "enabled": true, "id": "31e0e7b4b6d446e091516057557a4387", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.25:5000/v3/projects/fa56d7033ddd407196a5cde61a24fc69"}, "tags": [], "enabled": true, "id": "fa56d7033ddd407196a5cde61a24fc69", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_e4ff0fad-8951-42e5-b19d-c19354c829bc"}]} 2018-08-27 08:08:30,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-68fb5154-13c9-4251-8b38-2dd5c4265bb5 2018-08-27 08:08:30,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0918681621552s 2018-08-27 08:08:30,288 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-68fb5154-13c9-4251-8b38-2dd5c4265bb5 2018-08-27 08:08:30,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-27 08:08:30,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=f8c6b34520a34f33b33c93932163367c&role.id=49af2f0f6f1644cea5f4a4777fb0e66b&scope.project.id=fa56d7033ddd407196a5cde61a24fc69" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:30,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01252068-121f-436b-bb97-77040b3bcf1b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=f8c6b34520a34f33b33c93932163367c&role.id=49af2f0f6f1644cea5f4a4777fb0e66b&scope.project.id=fa56d7033ddd407196a5cde61a24fc69", "previous": null, "next": null}} 2018-08-27 08:08:30,386 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=f8c6b34520a34f33b33c93932163367c&role.id=49af2f0f6f1644cea5f4a4777fb0e66b&scope.project.id=fa56d7033ddd407196a5cde61a24fc69 used request id req-01252068-121f-436b-bb97-77040b3bcf1b 2018-08-27 08:08:30,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0903668403625s 2018-08-27 08:08:30,386 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=f8c6b34520a34f33b33c93932163367c&role.id=49af2f0f6f1644cea5f4a4777fb0e66b&scope.project.id=fa56d7033ddd407196a5cde61a24fc69 used request id req-01252068-121f-436b-bb97-77040b3bcf1b 2018-08-27 08:08:30,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-27 08:08:30,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/fa56d7033ddd407196a5cde61a24fc69/users/f8c6b34520a34f33b33c93932163367c/roles/49af2f0f6f1644cea5f4a4777fb0e66b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:30,594 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0412e625-5f35-4ace-9dcf-a7f942278efe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 08:08:30,594 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/fa56d7033ddd407196a5cde61a24fc69/users/f8c6b34520a34f33b33c93932163367c/roles/49af2f0f6f1644cea5f4a4777fb0e66b used request id req-0412e625-5f35-4ace-9dcf-a7f942278efe 2018-08-27 08:08:30,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.20466709137s 2018-08-27 08:08:30,594 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/fa56d7033ddd407196a5cde61a24fc69/users/f8c6b34520a34f33b33c93932163367c/roles/49af2f0f6f1644cea5f4a4777fb0e66b used request id req-0412e625-5f35-4ace-9dcf-a7f942278efe 2018-08-27 08:08:30,595 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_e4ff0fad-8951-42e5-b19d-c19354c829bc', 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'fa56d7033ddd407196a5cde61a24fc69', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '84ff36b5-1654-4168-b581-ef8a5acdf1e8', 'username': u'tenantnetwork2-user_e4ff0fad-8951-42e5-b19d-c19354c829bc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-27 08:08:30,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 08:08:30,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 08:08:30,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 08:08:30,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 08:08:30,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 08:08:30,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 08:08:30,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 08:08:30,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 08:08:30,597 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 08:08:30,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 08:08:30,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 08:08:30,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 08:08:30,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 08:08:30,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 08:08:30,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 08:08:30,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 08:08:30,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 08:08:30,598 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 08:08:30,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 08:08:30,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 08:08:30,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 08:08:30,599 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 08:08:30,600 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_e4ff0fad-8951-42e5-b19d-c19354c829bc', 'password': '84ff36b5-1654-4168-b581-ef8a5acdf1e8', 'project_name': 'tenantnetwork2-project_e4ff0fad-8951-42e5-b19d-c19354c829bc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000//v3', 'project_id': 'fa56d7033ddd407196a5cde61a24fc69', 'project_domain_name': 'Default'} 2018-08-27 08:08:30,601 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-27 08:08:30,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 08:08:30,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-767aa55d-f739-468f-a571-e17d76fc4316 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.25:5000/v3/", "rel": "self"}]}} 2018-08-27 08:08:30,610 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000//v3 used request id req-767aa55d-f739-468f-a571-e17d76fc4316 2018-08-27 08:08:30,610 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-27 08:08:30,993 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "49af2f0f6f1644cea5f4a4777fb0e66b", "name": "Member"}], "expires_at": "2018-08-27T09:08:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fa56d7033ddd407196a5cde61a24fc69", "name": "tenantnetwork2-project_e4ff0fad-8951-42e5-b19d-c19354c829bc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d6a27342c6b434fa1b4b12d0ff49620"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2220dc0b3dc74e38b1bffe9d07aeb96d"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "922299da184b479bbffe8c14bc373b51"}], "type": "network", "id": "0fafa0c310fc44e2833765fd83be7f4c", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6e7d604d99f5441594399cf3334b3724"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "755ef9968e704309876061a726b6182b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb21d332eee144518694875bd490620a"}], "type": "identity", "id": "1478c63705fd4b53a075c4bf28485c4f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0c45e19da7754d3792f66d91aa4ff304"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29678cff702e4186b2962c121397af88"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ab7c141dd504f47bef0da44870715ef"}], "type": "metric", "id": "154692fd5808498b9621dcd87122a7c5", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/fa56d7033ddd407196a5cde61a24fc69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2567d8516c4247c38f8f792094afe123"}, {"url": "http://172.30.9.25:8004/v1/fa56d7033ddd407196a5cde61a24fc69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9871964a60e479f851a62ca0b9e7930"}, {"url": "http://192.30.9.3:8004/v1/fa56d7033ddd407196a5cde61a24fc69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc875435d3534f1aa72294651812967f"}], "type": "orchestration", "id": "201513a2375847189a830313e7bdbb62", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/fa56d7033ddd407196a5cde61a24fc69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2af2d5f4ad944d578832690c54a87ffd"}, {"url": "http://192.30.9.3:8776/v2/fa56d7033ddd407196a5cde61a24fc69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab07971bf2154271854122de6a16e2ba"}, {"url": "http://172.30.9.25:8776/v2/fa56d7033ddd407196a5cde61a24fc69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f49381f842ef495e92a556f6101bf02d"}], "type": "volumev2", "id": "2889a72e0060445ca8edd6020f84cbf1", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44cc1ed8cd19479d9325be430bb15a5c"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66883cb34406415882fd7981731b2cda"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4a14e12f3e046f0b921c6f4ef6c8739"}], "type": "image", "id": "44739156d674411386bbe818fcdf24f6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/fa56d7033ddd407196a5cde61a24fc69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "190b85bdafc74115ae3a75b08e6ac670"}, {"url": "http://192.30.9.3:8776/v1/fa56d7033ddd407196a5cde61a24fc69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e48cf1611a34b04be57ac23194fcc8d"}, {"url": "http://172.30.9.25:8776/v1/fa56d7033ddd407196a5cde61a24fc69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d6651a3eb94fd0a0605c27d774c47a"}], "type": "volume", "id": "4c250bcc77494b1fa283988db684489f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/fa56d7033ddd407196a5cde61a24fc69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29db1ebfc9d14d888bcc90ce4c6d84ec"}, {"url": "http://192.30.9.3:8776/v3/fa56d7033ddd407196a5cde61a24fc69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71b98161efc34c1d9081931b10ad25ba"}, {"url": "http://192.30.9.3:8776/v3/fa56d7033ddd407196a5cde61a24fc69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "823376e062514120a28a058988cfb4c0"}], "type": "volumev3", "id": "5194e6d1008e4f309c46c0dc45e240fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1414c4d8531b407cbbcfa08d03eb30b2"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0407ef5d08341c681161a0d898ae014"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6603067ed8845e49d54383a1d002760"}], "type": "placement", "id": "5d92336a66b14e9e877861b72983949d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9efb718b334170b4101de07ca9f6f8"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2af8afe5c5ce41818d01248a2585ad4c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabd218d2da44ad9a1d75f75a829e666"}], "type": "compute", "id": "7e3d9f01ad9c452d97f87483198bec40", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "827a2e8f4919441db311020e5a5c9d28", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.32:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1f3db5f3add84a66b8254cb17a2c8c1b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_fa56d7033ddd407196a5cde61a24fc69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d502e00a86b440fea7374de886abc287"}, {"url": "http://12.0.0.32:8080/v1/AUTH_fa56d7033ddd407196a5cde61a24fc69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da5fbc2b8381471ca8873fbc39970715"}], "type": "object-store", "id": "8b72bc83410b4393aadcfe23b56a4ce2", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a75cd8dec7c41458e2562f49424508c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8f4f83016b3248a58d3bb08c213a692b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e77398194a94814855580d1252e0142"}], "type": "cloudformation", "id": "bd3ee69ba3fb46d885326804cccd0fc3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03ca8d2f71e742ca87fb9d76c586cbea"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ad6df14ea4d42d3a4908ae066a793bc"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "933b499adb97435591b866b3706b0191"}], "type": "event", "id": "c4873f982c564b21bccb6ac74a076583", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d401f798d7241519c6d214708e73e25"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94ba64742fb744069ea72958a5b93a5e"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9bc761d826a9458faefa19944f982f40"}], "type": "alarming", "id": "d0db9c7e87e6435195594a945fa969ac", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_e4ff0fad-8951-42e5-b19d-c19354c829bc", "id": "f8c6b34520a34f33b33c93932163367c"}, "audit_ids": ["oxSjsEUFT7ydewemZCisoA"], "issued_at": "2018-08-27T08:08:31.000000Z"}} 2018-08-27 08:08:30,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 08:08:30,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}982549792335da800e3975750ab5ab6cc5e74972" -d '{"network": {"name": "tenantnetwork2-net_e4ff0fad-8951-42e5-b19d-c19354c829bc", "admin_state_up": true}}' 2018-08-27 08:08:31,733 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-b95c5b36-5dee-4917-bef1-c0c9d3de167b Date: Mon, 27 Aug 2018 08:08:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"fa56d7033ddd407196a5cde61a24fc69","created_at":"2018-08-27T08:08:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-27T08:08:31Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"fa56d7033ddd407196a5cde61a24fc69","id":"f8c055b9-501d-4e3d-abed-b61e000ddf21","name":"tenantnetwork2-net_e4ff0fad-8951-42e5-b19d-c19354c829bc"}} 2018-08-27 08:08:31,733 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b95c5b36-5dee-4917-bef1-c0c9d3de167b 2018-08-27 08:08:31,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.73682308197s 2018-08-27 08:08:31,734 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b95c5b36-5dee-4917-bef1-c0c9d3de167b 2018-08-27 08:08:31,734 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T08:08:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'f8c055b9-501d-4e3d-abed-b61e000ddf21', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_e4ff0fad-8951-42e5-b19d-c19354c829bc', u'admin_state_up': True, u'tenant_id': u'fa56d7033ddd407196a5cde61a24fc69', u'created_at': u'2018-08-27T08:08:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'fa56d7033ddd407196a5cde61a24fc69'}) 2018-08-27 08:08:31,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 08:08:31,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}982549792335da800e3975750ab5ab6cc5e74972" 2018-08-27 08:08:31,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-63c24cb1-edd0-401e-91b8-3a1eb1f168b5 Date: Mon, 27 Aug 2018 08:08:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1ab9d89b-8f2a-44df-abb3-cbfdd18528fd"],"updated_at":"2018-08-27T08:05:28Z","tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:22Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"24f13f85cde84224ae126ad51a32bbb2","id":"4545ec48-bbb0-4e02-a056-62612d1d739b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T08:08:31Z","tenant_id":"fa56d7033ddd407196a5cde61a24fc69","created_at":"2018-08-27T08:08:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"fa56d7033ddd407196a5cde61a24fc69","id":"f8c055b9-501d-4e3d-abed-b61e000ddf21","name":"tenantnetwork2-net_e4ff0fad-8951-42e5-b19d-c19354c829bc"}]} 2018-08-27 08:08:31,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-63c24cb1-edd0-401e-91b8-3a1eb1f168b5 2018-08-27 08:08:31,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.13582110405s 2018-08-27 08:08:31,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-63c24cb1-edd0-401e-91b8-3a1eb1f168b5 2018-08-27 08:08:31,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 08:08:31,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}982549792335da800e3975750ab5ab6cc5e74972" -d '{"subnet": {"name": "tenantnetwork2-subnet_e4ff0fad-8951-42e5-b19d-c19354c829bc", "enable_dhcp": true, "network_id": "f8c055b9-501d-4e3d-abed-b61e000ddf21", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 08:08:32,625 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-cd7b1346-69e3-40b4-8852-5de6d54334a7 Date: Mon, 27 Aug 2018 08:08:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8c055b9-501d-4e3d-abed-b61e000ddf21","tenant_id":"fa56d7033ddd407196a5cde61a24fc69","created_at":"2018-08-27T08:08:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T08:08: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":"fa56d7033ddd407196a5cde61a24fc69","id":"9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb","subnetpool_id":null,"name":"tenantnetwork2-subnet_e4ff0fad-8951-42e5-b19d-c19354c829bc"}} 2018-08-27 08:08:32,626 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-cd7b1346-69e3-40b4-8852-5de6d54334a7 2018-08-27 08:08:32,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.753127098083s 2018-08-27 08:08:32,626 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-cd7b1346-69e3-40b4-8852-5de6d54334a7 2018-08-27 08:08:32,627 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T08:08: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'9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_e4ff0fad-8951-42e5-b19d-c19354c829bc', u'enable_dhcp': True, u'network_id': u'f8c055b9-501d-4e3d-abed-b61e000ddf21', u'tenant_id': u'fa56d7033ddd407196a5cde61a24fc69', u'created_at': u'2018-08-27T08:08: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'fa56d7033ddd407196a5cde61a24fc69'}) 2018-08-27 08:08:32,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 08:08:32,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}982549792335da800e3975750ab5ab6cc5e74972" -d '{"router": {"external_gateway_info": {"network_id": "4545ec48-bbb0-4e02-a056-62612d1d739b"}, "name": "tenantnetwork2-router_e4ff0fad-8951-42e5-b19d-c19354c829bc", "admin_state_up": true}}' 2018-08-27 08:08:34,209 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-44434272-060c-4308-9b32-85fa5f27ce6b Date: Mon, 27 Aug 2018 08:08:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4545ec48-bbb0-4e02-a056-62612d1d739b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1ab9d89b-8f2a-44df-abb3-cbfdd18528fd", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "fa56d7033ddd407196a5cde61a24fc69", "created_at": "2018-08-27T08:08:32Z", "admin_state_up": true, "updated_at": "2018-08-27T08:08:33Z", "revision_number": 2, "routes": [], "project_id": "fa56d7033ddd407196a5cde61a24fc69", "id": "116edea3-efbc-4fd0-852b-572476de82a6", "name": "tenantnetwork2-router_e4ff0fad-8951-42e5-b19d-c19354c829bc"}} 2018-08-27 08:08:34,209 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-44434272-060c-4308-9b32-85fa5f27ce6b 2018-08-27 08:08:34,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.58206391335s 2018-08-27 08:08:34,210 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-44434272-060c-4308-9b32-85fa5f27ce6b 2018-08-27 08:08:34,210 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4545ec48-bbb0-4e02-a056-62612d1d739b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1ab9d89b-8f2a-44df-abb3-cbfdd18528fd', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'fa56d7033ddd407196a5cde61a24fc69', u'created_at': u'2018-08-27T08:08:32Z', u'admin_state_up': True, u'updated_at': u'2018-08-27T08:08:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'fa56d7033ddd407196a5cde61a24fc69', u'id': u'116edea3-efbc-4fd0-852b-572476de82a6', u'name': u'tenantnetwork2-router_e4ff0fad-8951-42e5-b19d-c19354c829bc'}) 2018-08-27 08:08:34,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 08:08:34,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/116edea3-efbc-4fd0-852b-572476de82a6/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}982549792335da800e3975750ab5ab6cc5e74972" -d '{"subnet_id": "9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb"}' 2018-08-27 08:08:36,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d70e4668-31e2-4a22-b2bf-54ef959cb63c Date: Mon, 27 Aug 2018 08:08:36 GMT RESP BODY: {"network_id": "f8c055b9-501d-4e3d-abed-b61e000ddf21", "tenant_id": "fa56d7033ddd407196a5cde61a24fc69", "subnet_id": "9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb", "subnet_ids": ["9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb"], "port_id": "d56b8f17-a5b2-4b9d-ab1e-a44656d980cb", "id": "116edea3-efbc-4fd0-852b-572476de82a6"} 2018-08-27 08:08:36,424 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/116edea3-efbc-4fd0-852b-572476de82a6/add_router_interface.json used request id req-d70e4668-31e2-4a22-b2bf-54ef959cb63c 2018-08-27 08:08:36,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.21298789978s 2018-08-27 08:08:36,424 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/116edea3-efbc-4fd0-852b-572476de82a6/add_router_interface.json used request id req-d70e4668-31e2-4a22-b2bf-54ef959cb63c returning object 116edea3-efbc-4fd0-852b-572476de82a6 2018-08-27 08:08:36,538 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 08:08:36,538 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-27 08:08:36,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 08:08:36,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/116edea3-efbc-4fd0-852b-572476de82a6/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}982549792335da800e3975750ab5ab6cc5e74972" -d '{"subnet_id": "9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb"}' 2018-08-27 08:08:37,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-683ae5ec-c661-4043-bf2f-8dfc09c4d3b5 Date: Mon, 27 Aug 2018 08:08:37 GMT RESP BODY: {"network_id": "f8c055b9-501d-4e3d-abed-b61e000ddf21", "tenant_id": "fa56d7033ddd407196a5cde61a24fc69", "subnet_id": "9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb", "subnet_ids": ["9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb"], "port_id": "d56b8f17-a5b2-4b9d-ab1e-a44656d980cb", "id": "116edea3-efbc-4fd0-852b-572476de82a6"} 2018-08-27 08:08:37,986 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/116edea3-efbc-4fd0-852b-572476de82a6/remove_router_interface.json used request id req-683ae5ec-c661-4043-bf2f-8dfc09c4d3b5 2018-08-27 08:08:37,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.443349123s 2018-08-27 08:08:37,987 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/116edea3-efbc-4fd0-852b-572476de82a6/remove_router_interface.json used request id req-683ae5ec-c661-4043-bf2f-8dfc09c4d3b5 returning object 116edea3-efbc-4fd0-852b-572476de82a6 2018-08-27 08:08:37,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 08:08:37,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}982549792335da800e3975750ab5ab6cc5e74972" 2018-08-27 08:08:38,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-96b60a8f-0685-48e8-b0ea-c8afcb43596f Date: Mon, 27 Aug 2018 08:08:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4545ec48-bbb0-4e02-a056-62612d1d739b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1ab9d89b-8f2a-44df-abb3-cbfdd18528fd", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "fa56d7033ddd407196a5cde61a24fc69", "created_at": "2018-08-27T08:08:32Z", "admin_state_up": true, "updated_at": "2018-08-27T08:08:37Z", "revision_number": 4, "routes": [], "project_id": "fa56d7033ddd407196a5cde61a24fc69", "id": "116edea3-efbc-4fd0-852b-572476de82a6", "name": "tenantnetwork2-router_e4ff0fad-8951-42e5-b19d-c19354c829bc"}]} 2018-08-27 08:08:38,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-96b60a8f-0685-48e8-b0ea-c8afcb43596f 2018-08-27 08:08:38,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.121915102005s 2018-08-27 08:08:38,110 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-96b60a8f-0685-48e8-b0ea-c8afcb43596f 2018-08-27 08:08:38,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 08:08:38,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/116edea3-efbc-4fd0-852b-572476de82a6.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}982549792335da800e3975750ab5ab6cc5e74972" 2018-08-27 08:08:39,127 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3695a3f5-dd0a-4e32-86d9-e94c92ca4048 Content-Length: 0 Date: Mon, 27 Aug 2018 08:08:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 08:08:39,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/116edea3-efbc-4fd0-852b-572476de82a6.json used request id req-3695a3f5-dd0a-4e32-86d9-e94c92ca4048 2018-08-27 08:08:39,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.01667189598s 2018-08-27 08:08:39,128 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/116edea3-efbc-4fd0-852b-572476de82a6.json used request id req-3695a3f5-dd0a-4e32-86d9-e94c92ca4048 2018-08-27 08:08:39,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 08:08:39,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}982549792335da800e3975750ab5ab6cc5e74972" 2018-08-27 08:08:39,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-dd49d396-01c5-4885-b3ff-b34378540c00 Date: Mon, 27 Aug 2018 08:08:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f8c055b9-501d-4e3d-abed-b61e000ddf21","tenant_id":"fa56d7033ddd407196a5cde61a24fc69","created_at":"2018-08-27T08:08:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T08:08: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":"fa56d7033ddd407196a5cde61a24fc69","id":"9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb","subnetpool_id":null,"name":"tenantnetwork2-subnet_e4ff0fad-8951-42e5-b19d-c19354c829bc"}]} 2018-08-27 08:08:39,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-dd49d396-01c5-4885-b3ff-b34378540c00 2018-08-27 08:08:39,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0749020576477s 2018-08-27 08:08:39,204 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-dd49d396-01c5-4885-b3ff-b34378540c00 2018-08-27 08:08:39,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 08:08:39,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb.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}982549792335da800e3975750ab5ab6cc5e74972" 2018-08-27 08:08:40,299 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d21b3ee2-8739-4a7f-8eac-e71fce85384a Date: Mon, 27 Aug 2018 08:08:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 08:08:40,299 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb.json used request id req-d21b3ee2-8739-4a7f-8eac-e71fce85384a 2018-08-27 08:08:40,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09429097176s 2018-08-27 08:08:40,300 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/9bc16e1f-ad81-4c4f-8ef4-de8f4d8f4ddb.json used request id req-d21b3ee2-8739-4a7f-8eac-e71fce85384a 2018-08-27 08:08:40,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 08:08:40,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}982549792335da800e3975750ab5ab6cc5e74972" 2018-08-27 08:08:40,390 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-482fcd2a-6961-4619-a38f-46b9151c4790 Date: Mon, 27 Aug 2018 08:08:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1ab9d89b-8f2a-44df-abb3-cbfdd18528fd"],"updated_at":"2018-08-27T08:05:28Z","tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:22Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"24f13f85cde84224ae126ad51a32bbb2","id":"4545ec48-bbb0-4e02-a056-62612d1d739b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-27T08:08:40Z","tenant_id":"fa56d7033ddd407196a5cde61a24fc69","created_at":"2018-08-27T08:08:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"fa56d7033ddd407196a5cde61a24fc69","id":"f8c055b9-501d-4e3d-abed-b61e000ddf21","name":"tenantnetwork2-net_e4ff0fad-8951-42e5-b19d-c19354c829bc"}]} 2018-08-27 08:08:40,391 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-482fcd2a-6961-4619-a38f-46b9151c4790 2018-08-27 08:08:40,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0903198719025s 2018-08-27 08:08:40,391 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-482fcd2a-6961-4619-a38f-46b9151c4790 2018-08-27 08:08:40,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 08:08:40,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/f8c055b9-501d-4e3d-abed-b61e000ddf21.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}982549792335da800e3975750ab5ab6cc5e74972" 2018-08-27 08:08:41,969 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b09aa2ae-b445-4b80-998f-de3d7be4e991 Date: Mon, 27 Aug 2018 08:08:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 08:08:41,969 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f8c055b9-501d-4e3d-abed-b61e000ddf21.json used request id req-b09aa2ae-b445-4b80-998f-de3d7be4e991 2018-08-27 08:08:41,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.57692599297s 2018-08-27 08:08:41,969 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f8c055b9-501d-4e3d-abed-b61e000ddf21.json used request id req-b09aa2ae-b445-4b80-998f-de3d7be4e991 2018-08-27 08:08:41,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 08:08:41,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:42,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e0369ac-3f80-4f4f-81f6-50ffde380bbb Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/14d7b67125ea43bd9165273f621c7a57"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14d7b67125ea43bd9165273f621c7a57", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/1d664510316e4b24a98dcfba4f0e2b33"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1d664510316e4b24a98dcfba4f0e2b33", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/2a67a3eee3d04344b99124fe3fb0d752"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a67a3eee3d04344b99124fe3fb0d752", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3104deebb5a945b38de5405ac8c42de4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3104deebb5a945b38de5405ac8c42de4", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/46e2b2112bf34f1fbe4446c9714b2990"}, "domain_id": "default", "enabled": true, "options": {}, "id": "46e2b2112bf34f1fbe4446c9714b2990", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/5f0860a33a254ea690b051240e3a8815"}, "domain_id": "c57afe2ecd764fa58e7421bdc6cc2c23", "enabled": true, "options": {}, "id": "5f0860a33a254ea690b051240e3a8815", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/73959f7b5bbb47a48efbf1f0a6a59ff1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73959f7b5bbb47a48efbf1f0a6a59ff1", "email": "nova@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b8af49b17d04aef95ea0c5fdbdc5e77"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b8af49b17d04aef95ea0c5fdbdc5e77", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/8fa305a843ed4dd798304dac191717ad"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8fa305a843ed4dd798304dac191717ad", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/c4b93b2dc4374961908e49fe7ce7d255"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c4b93b2dc4374961908e49fe7ce7d255", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/c6d7485a89a845d2a056cfe1797bf146"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c6d7485a89a845d2a056cfe1797bf146", "email": "neutron@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/dbe6b9f523c345a5a0cff28f03b17047"}, "domain_id": "default", "enabled": true, "options": {}, "id": "dbe6b9f523c345a5a0cff28f03b17047", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/e012150d595d41c3906e42f8ad6265d6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e012150d595d41c3906e42f8ad6265d6", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/e334d51adb304662a941a1ad60353bb2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e334d51adb304662a941a1ad60353bb2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_e4ff0fad-8951-42e5-b19d-c19354c829bc", "links": {"self": "http://172.30.9.25:5000/v3/users/f8c6b34520a34f33b33c93932163367c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f8c6b34520a34f33b33c93932163367c", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-08-27 08:08:42,076 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3e0369ac-3f80-4f4f-81f6-50ffde380bbb 2018-08-27 08:08:42,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106484889984s 2018-08-27 08:08:42,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3e0369ac-3f80-4f4f-81f6-50ffde380bbb 2018-08-27 08:08:42,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-27 08:08:42,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/f8c6b34520a34f33b33c93932163367c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:42,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-699d82e8-6bc7-4cc8-a07c-960e80020d56 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_e4ff0fad-8951-42e5-b19d-c19354c829bc", "links": {"self": "http://172.30.9.25:5000/v3/users/f8c6b34520a34f33b33c93932163367c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f8c6b34520a34f33b33c93932163367c", "description": null}} 2018-08-27 08:08:42,177 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/f8c6b34520a34f33b33c93932163367c used request id req-699d82e8-6bc7-4cc8-a07c-960e80020d56 2018-08-27 08:08:42,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0943329334259s 2018-08-27 08:08:42,178 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/f8c6b34520a34f33b33c93932163367c used request id req-699d82e8-6bc7-4cc8-a07c-960e80020d56 2018-08-27 08:08:42,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-27 08:08:42,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/f8c6b34520a34f33b33c93932163367c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:42,391 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8bb53a71-348c-417a-ab7d-2b31410fe81e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 08:08:42,391 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/f8c6b34520a34f33b33c93932163367c used request id req-8bb53a71-348c-417a-ab7d-2b31410fe81e 2018-08-27 08:08:42,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.213054895401s 2018-08-27 08:08:42,392 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/f8c6b34520a34f33b33c93932163367c used request id req-8bb53a71-348c-417a-ab7d-2b31410fe81e 2018-08-27 08:08:42,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-27 08:08:42,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:42,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-122a1a2a-d680-4c78-a44f-07748ea6b1b0 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/24f13f85cde84224ae126ad51a32bbb2"}, "tags": [], "enabled": true, "id": "24f13f85cde84224ae126ad51a32bbb2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/31e0e7b4b6d446e091516057557a4387"}, "tags": [], "enabled": true, "id": "31e0e7b4b6d446e091516057557a4387", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.25:5000/v3/projects/fa56d7033ddd407196a5cde61a24fc69"}, "tags": [], "enabled": true, "id": "fa56d7033ddd407196a5cde61a24fc69", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_e4ff0fad-8951-42e5-b19d-c19354c829bc"}]} 2018-08-27 08:08:42,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-122a1a2a-d680-4c78-a44f-07748ea6b1b0 2018-08-27 08:08:42,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0999991893768s 2018-08-27 08:08:42,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-122a1a2a-d680-4c78-a44f-07748ea6b1b0 2018-08-27 08:08:42,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-27 08:08:42,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/fa56d7033ddd407196a5cde61a24fc69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:42,655 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04a05b7c-59e8-4269-ac0d-a066096c8c8f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 08:08:42,655 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/fa56d7033ddd407196a5cde61a24fc69 used request id req-04a05b7c-59e8-4269-ac0d-a066096c8c8f 2018-08-27 08:08:42,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.152309894562s 2018-08-27 08:08:42,655 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/fa56d7033ddd407196a5cde61a24fc69 used request id req-04a05b7c-59e8-4269-ac0d-a066096c8c8f 2018-08-27 08:08:42,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-27 08:08:42,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:42,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-688551e0-facd-456f-a31d-1096772787ac Content-Encoding: gzip Content-Length: 351 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "03377a8dcb0348159cc8d599b61e7f17", "links": {"self": "http://172.30.9.25:5000/v3/roles/03377a8dcb0348159cc8d599b61e7f17"}, "name": "swiftoperator"}, {"domain_id": null, "id": "340d54014506497a8f8d40d7fdeb9c51", "links": {"self": "http://172.30.9.25:5000/v3/roles/340d54014506497a8f8d40d7fdeb9c51"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "49af2f0f6f1644cea5f4a4777fb0e66b", "links": {"self": "http://172.30.9.25:5000/v3/roles/49af2f0f6f1644cea5f4a4777fb0e66b"}, "name": "Member"}, {"domain_id": null, "id": "833f40211a5048b59294f91c1f6e179d", "links": {"self": "http://172.30.9.25:5000/v3/roles/833f40211a5048b59294f91c1f6e179d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b58b2eaf606b4415ae907836988a3f3b", "links": {"self": "http://172.30.9.25:5000/v3/roles/b58b2eaf606b4415ae907836988a3f3b"}, "name": "admin"}]} 2018-08-27 08:08:42,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-688551e0-facd-456f-a31d-1096772787ac 2018-08-27 08:08:42,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0884380340576s 2018-08-27 08:08:42,748 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-688551e0-facd-456f-a31d-1096772787ac 2018-08-27 08:08:42,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-27 08:08:42,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/roles/49af2f0f6f1644cea5f4a4777fb0e66b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c04b036a6e562275a962e2e8d293ed467968bce2" 2018-08-27 08:08:42,870 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 27 Aug 2018 08:08:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75a54d46-4828-4f58-9e4d-b41125da7902 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-27 08:08:42,870 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/49af2f0f6f1644cea5f4a4777fb0e66b used request id req-75a54d46-4828-4f58-9e4d-b41125da7902 2018-08-27 08:08:42,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.117815971375s 2018-08-27 08:08:42,871 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/roles/49af2f0f6f1644cea5f4a4777fb0e66b used request id req-75a54d46-4828-4f58-9e4d-b41125da7902 2018-08-27 08:08:42,923 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-27 08:08:43,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-27 08:08:43,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-27 08:08:43,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 08:08:43,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 27 Aug 2018 08:08:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b5ce8d-4492-41b9-a3a0-e466e6f052b8 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.25:5000/v3/", "rel": "self"}]}} 2018-08-27 08:08:43,008 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000//v3 used request id req-92b5ce8d-4492-41b9-a3a0-e466e6f052b8 2018-08-27 08:08:43,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-08-27 08:08:43,391 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "b58b2eaf606b4415ae907836988a3f3b", "name": "admin"}], "expires_at": "2018-08-27T09:08:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31e0e7b4b6d446e091516057557a4387", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1d6a27342c6b434fa1b4b12d0ff49620"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2220dc0b3dc74e38b1bffe9d07aeb96d"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "922299da184b479bbffe8c14bc373b51"}], "type": "network", "id": "0fafa0c310fc44e2833765fd83be7f4c", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6e7d604d99f5441594399cf3334b3724"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "755ef9968e704309876061a726b6182b"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb21d332eee144518694875bd490620a"}], "type": "identity", "id": "1478c63705fd4b53a075c4bf28485c4f", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0c45e19da7754d3792f66d91aa4ff304"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29678cff702e4186b2962c121397af88"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ab7c141dd504f47bef0da44870715ef"}], "type": "metric", "id": "154692fd5808498b9621dcd87122a7c5", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2567d8516c4247c38f8f792094afe123"}, {"url": "http://172.30.9.25:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9871964a60e479f851a62ca0b9e7930"}, {"url": "http://192.30.9.3:8004/v1/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dc875435d3534f1aa72294651812967f"}], "type": "orchestration", "id": "201513a2375847189a830313e7bdbb62", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2af2d5f4ad944d578832690c54a87ffd"}, {"url": "http://192.30.9.3:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ab07971bf2154271854122de6a16e2ba"}, {"url": "http://172.30.9.25:8776/v2/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f49381f842ef495e92a556f6101bf02d"}], "type": "volumev2", "id": "2889a72e0060445ca8edd6020f84cbf1", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44cc1ed8cd19479d9325be430bb15a5c"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "66883cb34406415882fd7981731b2cda"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d4a14e12f3e046f0b921c6f4ef6c8739"}], "type": "image", "id": "44739156d674411386bbe818fcdf24f6", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "190b85bdafc74115ae3a75b08e6ac670"}, {"url": "http://192.30.9.3:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7e48cf1611a34b04be57ac23194fcc8d"}, {"url": "http://172.30.9.25:8776/v1/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f3d6651a3eb94fd0a0605c27d774c47a"}], "type": "volume", "id": "4c250bcc77494b1fa283988db684489f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29db1ebfc9d14d888bcc90ce4c6d84ec"}, {"url": "http://192.30.9.3:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71b98161efc34c1d9081931b10ad25ba"}, {"url": "http://192.30.9.3:8776/v3/31e0e7b4b6d446e091516057557a4387", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "823376e062514120a28a058988cfb4c0"}], "type": "volumev3", "id": "5194e6d1008e4f309c46c0dc45e240fa", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1414c4d8531b407cbbcfa08d03eb30b2"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0407ef5d08341c681161a0d898ae014"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6603067ed8845e49d54383a1d002760"}], "type": "placement", "id": "5d92336a66b14e9e877861b72983949d", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2a9efb718b334170b4101de07ca9f6f8"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2af8afe5c5ce41818d01248a2585ad4c"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cabd218d2da44ad9a1d75f75a829e666"}], "type": "compute", "id": "7e3d9f01ad9c452d97f87483198bec40", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "827a2e8f4919441db311020e5a5c9d28", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.32:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1f3db5f3add84a66b8254cb17a2c8c1b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_31e0e7b4b6d446e091516057557a4387", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d502e00a86b440fea7374de886abc287"}, {"url": "http://12.0.0.32:8080/v1/AUTH_31e0e7b4b6d446e091516057557a4387", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "da5fbc2b8381471ca8873fbc39970715"}], "type": "object-store", "id": "8b72bc83410b4393aadcfe23b56a4ce2", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a75cd8dec7c41458e2562f49424508c"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8f4f83016b3248a58d3bb08c213a692b"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9e77398194a94814855580d1252e0142"}], "type": "cloudformation", "id": "bd3ee69ba3fb46d885326804cccd0fc3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03ca8d2f71e742ca87fb9d76c586cbea"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6ad6df14ea4d42d3a4908ae066a793bc"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "933b499adb97435591b866b3706b0191"}], "type": "event", "id": "c4873f982c564b21bccb6ac74a076583", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d401f798d7241519c6d214708e73e25"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "94ba64742fb744069ea72958a5b93a5e"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9bc761d826a9458faefa19944f982f40"}], "type": "alarming", "id": "d0db9c7e87e6435195594a945fa969ac", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "14d7b67125ea43bd9165273f621c7a57"}, "audit_ids": ["9ksGcTNqQmKBFaFp_6_9TA"], "issued_at": "2018-08-27T08:08:43.000000Z"}} 2018-08-27 08:08:43,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 08:08:43,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" 2018-08-27 08:08:43,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-923e7452-cbdb-409c-8147-26d5445800e0 Date: Mon, 27 Aug 2018 08:08:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"4545ec48-bbb0-4e02-a056-62612d1d739b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"24f13f85cde84224ae126ad51a32bbb2","status":"ACTIVE","subnets":["1ab9d89b-8f2a-44df-abb3-cbfdd18528fd"],"description":"","tags":[],"updated_at":"2018-08-27T08:05:28Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:22Z","provider:network_type":"flat"}]} 2018-08-27 08:08:43,637 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-923e7452-cbdb-409c-8147-26d5445800e0 2018-08-27 08:08:43,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.243104934692s 2018-08-27 08:08:43,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-923e7452-cbdb-409c-8147-26d5445800e0 2018-08-27 08:08:43,638 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-27 08:08:43,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-27 08:08:43,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" -d '{"network": {"name": "vmready1-net_8766fe3d-ee6e-4510-abfe-a36a45306e4e", "admin_state_up": true}}' 2018-08-27 08:08:44,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-53507a5c-25cf-4fb4-89f8-d4c177cc6ce0 Date: Mon, 27 Aug 2018 08:08:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"394030dc-4677-4441-a43c-34ff656c3656","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"31e0e7b4b6d446e091516057557a4387","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T08:08:43Z","is_default":false,"provider:segmentation_id":89,"name":"vmready1-net_8766fe3d-ee6e-4510-abfe-a36a45306e4e","admin_state_up":true,"tenant_id":"31e0e7b4b6d446e091516057557a4387","created_at":"2018-08-27T08:08:43Z","mtu":1450}} 2018-08-27 08:08:44,055 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-53507a5c-25cf-4fb4-89f8-d4c177cc6ce0 2018-08-27 08:08:44,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.416709899902s 2018-08-27 08:08:44,055 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-53507a5c-25cf-4fb4-89f8-d4c177cc6ce0 2018-08-27 08:08:44,056 - 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-27T08:08:43Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'394030dc-4677-4441-a43c-34ff656c3656', u'provider:segmentation_id': 89, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_8766fe3d-ee6e-4510-abfe-a36a45306e4e', u'admin_state_up': True, u'tenant_id': u'31e0e7b4b6d446e091516057557a4387', u'created_at': u'2018-08-27T08:08:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'31e0e7b4b6d446e091516057557a4387'}) 2018-08-27 08:08:44,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 08:08:44,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" 2018-08-27 08:08:44,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-a2c8fba7-d6c4-4007-b9c5-e2aabb2b550c Date: Mon, 27 Aug 2018 08:08:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"394030dc-4677-4441-a43c-34ff656c3656","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"31e0e7b4b6d446e091516057557a4387","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T08:08:43Z","provider:segmentation_id":89,"name":"vmready1-net_8766fe3d-ee6e-4510-abfe-a36a45306e4e","admin_state_up":true,"tenant_id":"31e0e7b4b6d446e091516057557a4387","created_at":"2018-08-27T08:08:43Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"4545ec48-bbb0-4e02-a056-62612d1d739b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"24f13f85cde84224ae126ad51a32bbb2","status":"ACTIVE","subnets":["1ab9d89b-8f2a-44df-abb3-cbfdd18528fd"],"description":"","tags":[],"updated_at":"2018-08-27T08:05:28Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:22Z","provider:network_type":"flat"}]} 2018-08-27 08:08:44,157 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a2c8fba7-d6c4-4007-b9c5-e2aabb2b550c 2018-08-27 08:08:44,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100167989731s 2018-08-27 08:08:44,157 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a2c8fba7-d6c4-4007-b9c5-e2aabb2b550c 2018-08-27 08:08:44,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-27 08:08:44,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" -d '{"subnet": {"name": "vmready1-subnet_8766fe3d-ee6e-4510-abfe-a36a45306e4e", "enable_dhcp": true, "network_id": "394030dc-4677-4441-a43c-34ff656c3656", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-27 08:08:44,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-163b1ff8-0003-4211-a83c-fedeebd72b6b Date: Mon, 27 Aug 2018 08:08:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"394030dc-4677-4441-a43c-34ff656c3656","tenant_id":"31e0e7b4b6d446e091516057557a4387","created_at":"2018-08-27T08:08:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T08:08:44Z","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":"31e0e7b4b6d446e091516057557a4387","id":"0a16f9e1-a848-43d6-8374-72e1c4a3e151","subnetpool_id":null,"name":"vmready1-subnet_8766fe3d-ee6e-4510-abfe-a36a45306e4e"}} 2018-08-27 08:08:44,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-163b1ff8-0003-4211-a83c-fedeebd72b6b 2018-08-27 08:08:44,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.409512042999s 2018-08-27 08:08:44,569 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-163b1ff8-0003-4211-a83c-fedeebd72b6b 2018-08-27 08:08:44,569 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-27T08:08:44Z', 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'0a16f9e1-a848-43d6-8374-72e1c4a3e151', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_8766fe3d-ee6e-4510-abfe-a36a45306e4e', u'enable_dhcp': True, u'network_id': u'394030dc-4677-4441-a43c-34ff656c3656', u'tenant_id': u'31e0e7b4b6d446e091516057557a4387', u'created_at': u'2018-08-27T08:08:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'31e0e7b4b6d446e091516057557a4387'}) 2018-08-27 08:08:44,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-27 08:08:44,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" -d '{"router": {"external_gateway_info": {"network_id": "4545ec48-bbb0-4e02-a056-62612d1d739b"}, "name": "vmready1-router_8766fe3d-ee6e-4510-abfe-a36a45306e4e", "admin_state_up": true}}' 2018-08-27 08:08:45,590 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-5c99a554-12a6-4d07-bde7-a7bcea3497d4 Date: Mon, 27 Aug 2018 08:08:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "4545ec48-bbb0-4e02-a056-62612d1d739b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1ab9d89b-8f2a-44df-abb3-cbfdd18528fd", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "31e0e7b4b6d446e091516057557a4387", "created_at": "2018-08-27T08:08:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T08:08:45Z", "revision_number": 2, "routes": [], "project_id": "31e0e7b4b6d446e091516057557a4387", "id": "b32aca62-71ea-4d1e-ab5b-9ec008c1ac60", "name": "vmready1-router_8766fe3d-ee6e-4510-abfe-a36a45306e4e"}} 2018-08-27 08:08:45,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-5c99a554-12a6-4d07-bde7-a7bcea3497d4 2018-08-27 08:08:45,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.02011990547s 2018-08-27 08:08:45,590 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-5c99a554-12a6-4d07-bde7-a7bcea3497d4 2018-08-27 08:08:45,591 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'4545ec48-bbb0-4e02-a056-62612d1d739b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1ab9d89b-8f2a-44df-abb3-cbfdd18528fd', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'31e0e7b4b6d446e091516057557a4387', u'created_at': u'2018-08-27T08:08:44Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-27T08:08:45Z', u'revision_number': 2, u'routes': [], u'project_id': u'31e0e7b4b6d446e091516057557a4387', u'id': u'b32aca62-71ea-4d1e-ab5b-9ec008c1ac60', u'name': u'vmready1-router_8766fe3d-ee6e-4510-abfe-a36a45306e4e'}) 2018-08-27 08:08:45,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-27 08:08:45,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b32aca62-71ea-4d1e-ab5b-9ec008c1ac60/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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" -d '{"subnet_id": "0a16f9e1-a848-43d6-8374-72e1c4a3e151"}' 2018-08-27 08:08:47,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-793712b7-72c7-4eba-b61e-b07dfd7c0347 Date: Mon, 27 Aug 2018 08:08:47 GMT RESP BODY: {"network_id": "394030dc-4677-4441-a43c-34ff656c3656", "tenant_id": "31e0e7b4b6d446e091516057557a4387", "subnet_id": "0a16f9e1-a848-43d6-8374-72e1c4a3e151", "subnet_ids": ["0a16f9e1-a848-43d6-8374-72e1c4a3e151"], "port_id": "3cebc3bc-5716-464c-a761-8eb11381b06c", "id": "b32aca62-71ea-4d1e-ab5b-9ec008c1ac60"} 2018-08-27 08:08:47,343 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b32aca62-71ea-4d1e-ab5b-9ec008c1ac60/add_router_interface.json used request id req-793712b7-72c7-4eba-b61e-b07dfd7c0347 2018-08-27 08:08:47,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.75184392929s 2018-08-27 08:08:47,344 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b32aca62-71ea-4d1e-ab5b-9ec008c1ac60/add_router_interface.json used request id req-793712b7-72c7-4eba-b61e-b07dfd7c0347 returning object b32aca62-71ea-4d1e-ab5b-9ec008c1ac60 2018-08-27 08:08:47,345 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-27 08:08:47,480 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-27 08:08:47,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-27 08:08:47,486 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 27 Aug 2018 08:08:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-08-27 08:08:47,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-27 08:08:47,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" 2018-08-27 08:08:48,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-877f392e-f0b1-4bdd-9f91-d14d7269d937 Date: Mon, 27 Aug 2018 08:08:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-27 08:08:48,113 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-877f392e-f0b1-4bdd-9f91-d14d7269d937 2018-08-27 08:08:48,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.625324964523s 2018-08-27 08:08:48,114 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-877f392e-f0b1-4bdd-9f91-d14d7269d937 2018-08-27 08:08:48,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-27 08:08:48,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_8766fe3d-ee6e-4510-abfe-a36a45306e4e", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_8766fe3d-ee6e-4510-abfe-a36a45306e4e"}' 2018-08-27 08:08:48,202 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/8d0d9836-5264-42bb-985a-3282b307759a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-24978252-e66e-4632-97ae-1c178d8b4b2b Date: Mon, 27 Aug 2018 08:08:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8d0d9836-5264-42bb-985a-3282b307759a/file", "owner": "31e0e7b4b6d446e091516057557a4387", "id": "8d0d9836-5264-42bb-985a-3282b307759a", "size": null, "self": "/v2/images/8d0d9836-5264-42bb-985a-3282b307759a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-27T08:08:48Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_8766fe3d-ee6e-4510-abfe-a36a45306e4e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_8766fe3d-ee6e-4510-abfe-a36a45306e4e", "checksum": null, "created_at": "2018-08-27T08:08:48Z", "protected": false} 2018-08-27 08:08:48,202 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-24978252-e66e-4632-97ae-1c178d8b4b2b 2018-08-27 08:08:48,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0804460048676s 2018-08-27 08:08:48,202 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-24978252-e66e-4632-97ae-1c178d8b4b2b returning object 8d0d9836-5264-42bb-985a-3282b307759a 2018-08-27 08:08:48,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-27 08:08:48,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/8d0d9836-5264-42bb-985a-3282b307759a/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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" -d '' 2018-08-27 08:10:48,228 - shade - DEBUG - Unable to establish connection to http://172.30.9.25:9292/v2/images/8d0d9836-5264-42bb-985a-3282b307759a/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-27 08:10:48,229 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.025237799 seconds, retrying 2018-08-27 08:10:48,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/8d0d9836-5264-42bb-985a-3282b307759a/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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" -d '' 2018-08-27 08:10:48,899 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-7860e7d1-93de-4b95-94b2-34c676c6445e Date: Mon, 27 Aug 2018 08:10:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 08:10:48,900 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8d0d9836-5264-42bb-985a-3282b307759a/file used request id req-7860e7d1-93de-4b95-94b2-34c676c6445e 2018-08-27 08:10:48,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.696811914s 2018-08-27 08:10:48,900 - shade - DEBUG - Deleting failed upload of image vmready1-img_8766fe3d-ee6e-4510-abfe-a36a45306e4e 2018-08-27 08:10:48,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-27 08:10:48,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/8d0d9836-5264-42bb-985a-3282b307759a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" 2018-08-27 08:10:49,020 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f65be5cd-f8ae-4bc8-8136-20bb0952c674 Date: Mon, 27 Aug 2018 08:10:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-27 08:10:49,020 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8d0d9836-5264-42bb-985a-3282b307759a used request id req-f65be5cd-f8ae-4bc8-8136-20bb0952c674 2018-08-27 08:10:49,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.119371175766s 2018-08-27 08:10:49,020 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8d0d9836-5264-42bb-985a-3282b307759a used request id req-f65be5cd-f8ae-4bc8-8136-20bb0952c674 2018-08-27 08:10:49,021 - 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.25:9292/v2/images/8d0d9836-5264-42bb-985a-3282b307759a/file Conflict 2018-08-27 08:10:49,027 - 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.25:9292/v2/images/8d0d9836-5264-42bb-985a-3282b307759a/file Conflict 2018-08-27 08:10:49,150 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-27 08:10:49,151 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:05 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-27 08:10:49,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-27 08:10:49,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/b32aca62-71ea-4d1e-ab5b-9ec008c1ac60/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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" -d '{"subnet_id": "0a16f9e1-a848-43d6-8374-72e1c4a3e151"}' 2018-08-27 08:10:51,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1bcf1686-25c4-448a-ad56-f8a956c3ede5 Date: Mon, 27 Aug 2018 08:10:51 GMT RESP BODY: {"network_id": "394030dc-4677-4441-a43c-34ff656c3656", "tenant_id": "31e0e7b4b6d446e091516057557a4387", "subnet_id": "0a16f9e1-a848-43d6-8374-72e1c4a3e151", "subnet_ids": ["0a16f9e1-a848-43d6-8374-72e1c4a3e151"], "port_id": "3cebc3bc-5716-464c-a761-8eb11381b06c", "id": "b32aca62-71ea-4d1e-ab5b-9ec008c1ac60"} 2018-08-27 08:10:51,421 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b32aca62-71ea-4d1e-ab5b-9ec008c1ac60/remove_router_interface.json used request id req-1bcf1686-25c4-448a-ad56-f8a956c3ede5 2018-08-27 08:10:51,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.26590013504s 2018-08-27 08:10:51,422 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/b32aca62-71ea-4d1e-ab5b-9ec008c1ac60/remove_router_interface.json used request id req-1bcf1686-25c4-448a-ad56-f8a956c3ede5 returning object b32aca62-71ea-4d1e-ab5b-9ec008c1ac60 2018-08-27 08:10:51,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-27 08:10:51,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" 2018-08-27 08:10:51,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-7dadf070-2da9-431d-8f47-c721cfaf2170 Date: Mon, 27 Aug 2018 08:10:51 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "4545ec48-bbb0-4e02-a056-62612d1d739b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1ab9d89b-8f2a-44df-abb3-cbfdd18528fd", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "31e0e7b4b6d446e091516057557a4387", "created_at": "2018-08-27T08:08:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-27T08:10:50Z", "revision_number": 4, "routes": [], "project_id": "31e0e7b4b6d446e091516057557a4387", "id": "b32aca62-71ea-4d1e-ab5b-9ec008c1ac60", "name": "vmready1-router_8766fe3d-ee6e-4510-abfe-a36a45306e4e"}]} 2018-08-27 08:10:51,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-7dadf070-2da9-431d-8f47-c721cfaf2170 2018-08-27 08:10:51,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.271097898483s 2018-08-27 08:10:51,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-7dadf070-2da9-431d-8f47-c721cfaf2170 2018-08-27 08:10:51,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-27 08:10:51,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/b32aca62-71ea-4d1e-ab5b-9ec008c1ac60.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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" 2018-08-27 08:10:52,855 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f17186b8-c641-4014-98fe-746f0335b0a0 Content-Length: 0 Date: Mon, 27 Aug 2018 08:10:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 08:10:52,855 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/b32aca62-71ea-4d1e-ab5b-9ec008c1ac60.json used request id req-f17186b8-c641-4014-98fe-746f0335b0a0 2018-08-27 08:10:52,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.1596570015s 2018-08-27 08:10:52,855 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/b32aca62-71ea-4d1e-ab5b-9ec008c1ac60.json used request id req-f17186b8-c641-4014-98fe-746f0335b0a0 2018-08-27 08:10:52,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-27 08:10:52,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" 2018-08-27 08:10:52,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-8c96f2ce-8f69-4fbe-9588-659958706a2a Date: Mon, 27 Aug 2018 08:10:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"394030dc-4677-4441-a43c-34ff656c3656","tenant_id":"31e0e7b4b6d446e091516057557a4387","created_at":"2018-08-27T08:08:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-27T08:08:44Z","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":"31e0e7b4b6d446e091516057557a4387","id":"0a16f9e1-a848-43d6-8374-72e1c4a3e151","subnetpool_id":null,"name":"vmready1-subnet_8766fe3d-ee6e-4510-abfe-a36a45306e4e"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"4545ec48-bbb0-4e02-a056-62612d1d739b","tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:28Z","dns_nameservers":[],"updated_at":"2018-08-27T08:05:28Z","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":"24f13f85cde84224ae126ad51a32bbb2","id":"1ab9d89b-8f2a-44df-abb3-cbfdd18528fd","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-27 08:10:52,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-8c96f2ce-8f69-4fbe-9588-659958706a2a 2018-08-27 08:10:52,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0437381267548s 2018-08-27 08:10:52,900 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-8c96f2ce-8f69-4fbe-9588-659958706a2a 2018-08-27 08:10:52,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-27 08:10:52,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/0a16f9e1-a848-43d6-8374-72e1c4a3e151.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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" 2018-08-27 08:10:54,235 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f86b421d-9a80-4b91-be1a-e9f8d59eb9d5 Date: Mon, 27 Aug 2018 08:10:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 08:10:54,235 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/0a16f9e1-a848-43d6-8374-72e1c4a3e151.json used request id req-f86b421d-9a80-4b91-be1a-e9f8d59eb9d5 2018-08-27 08:10:54,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.33412694931s 2018-08-27 08:10:54,236 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/0a16f9e1-a848-43d6-8374-72e1c4a3e151.json used request id req-f86b421d-9a80-4b91-be1a-e9f8d59eb9d5 2018-08-27 08:10:54,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-27 08:10:54,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" 2018-08-27 08:10:54,348 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-d4d90a63-8e67-4887-b6ad-3dacf530f796 Date: Mon, 27 Aug 2018 08:10:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"394030dc-4677-4441-a43c-34ff656c3656","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"31e0e7b4b6d446e091516057557a4387","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-27T08:10:54Z","provider:segmentation_id":89,"name":"vmready1-net_8766fe3d-ee6e-4510-abfe-a36a45306e4e","admin_state_up":true,"tenant_id":"31e0e7b4b6d446e091516057557a4387","created_at":"2018-08-27T08:08:43Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"4545ec48-bbb0-4e02-a056-62612d1d739b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"24f13f85cde84224ae126ad51a32bbb2","status":"ACTIVE","subnets":["1ab9d89b-8f2a-44df-abb3-cbfdd18528fd"],"description":"","tags":[],"updated_at":"2018-08-27T08:05:28Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"24f13f85cde84224ae126ad51a32bbb2","created_at":"2018-08-27T08:05:22Z","provider:network_type":"flat"}]} 2018-08-27 08:10:54,348 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d4d90a63-8e67-4887-b6ad-3dacf530f796 2018-08-27 08:10:54,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111780881882s 2018-08-27 08:10:54,349 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d4d90a63-8e67-4887-b6ad-3dacf530f796 2018-08-27 08:10:54,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-27 08:10:54,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/394030dc-4677-4441-a43c-34ff656c3656.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}ed19f68270eed0ca025afd4ab0df4fccb18be0c7" 2018-08-27 08:10:55,375 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a3dfa2e-de76-4a6b-8796-c577c58dd88e Date: Mon, 27 Aug 2018 08:10:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-27 08:10:55,375 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/394030dc-4677-4441-a43c-34ff656c3656.json used request id req-4a3dfa2e-de76-4a6b-8796-c577c58dd88e 2018-08-27 08:10:55,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.02571702003s 2018-08-27 08:10:55,376 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/394030dc-4677-4441-a43c-34ff656c3656.json used request id req-4a3dfa2e-de76-4a6b-8796-c577c58dd88e 2018-08-27 08:10:55,376 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-27 08:10:55,377 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:04 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 02:05 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-27 08:10:55,390 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR