2018-09-03 00:36:02,152 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-279 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-03 00:36:02,157 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.26,192.30.9.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.26:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=A3NYfsvh2JCzrPRYvvwW9TUXJ 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=7f6144bcf53043e6a47b35b340fa68e3 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-09-03 00:36:02,157 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-03 00:36:02,158 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+----------------------------------------------+ 2018-09-03 00:36:02,195 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-03 00:36:02,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 00:36:02,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 00:36:02,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 00:36:02,296 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-03 00:36:02,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-03 00:36:02,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 00:36:02,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a6a7356-5b50-4eca-bc5f-659c155380e0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-03 00:36:02,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000//v3 used request id req-9a6a7356-5b50-4eca-bc5f-659c155380e0 2018-09-03 00:36:02,306 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-03 00:36:02,698 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9f98d1c195d643e59d5f4934bfd1acc0", "name": "admin"}], "expires_at": "2018-09-03T01:36:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f6144bcf53043e6a47b35b340fa68e3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36f32d8b596946c99cceddb7ca8a47c8"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba28d26a111f43468841fa7775b324fc"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d925f97db15749c6955e26ab5f1ad8f8"}], "type": "compute", "id": "00d1bc81984c45eba1245279575bf4eb", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6558d6496353406abf756446a4a29c4b"}, {"url": "http://172.30.9.26:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6acba7c24dec483db1941a884850a431"}, {"url": "http://192.30.9.3:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6dcfc3fd590c404e848136510bb1790a"}], "type": "volumev3", "id": "187f103be8a74300ae7e1b29f721ad41", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b3300e8aebf34a6fb8e84c0cccbfc593"}, {"url": "http://172.30.9.26:8080/v1/AUTH_7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4949ff5799b457da3c582beb55f11a8"}, {"url": "http://12.0.0.33:8080/v1/AUTH_7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7b0065d4de8493786c4e61eda8e54bd"}], "type": "object-store", "id": "39ca2d3b45594422af888ff3b35b3258", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "01eb7d0f5672450fb64f79cbb680b5ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e10291a77255438384219ef9833751e6"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8da194b82444a9c988bc45e533a206f"}], "type": "alarming", "id": "4c154cf6f89848caa0a80771ff2e0b4f", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11a4c08e107a44cc9c927b3fadcf3f6b"}, {"url": "http://172.30.9.26:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ff3280c5ddd470ab9d91e5c3e7f222a"}, {"url": "http://192.30.9.3:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c12c9e3af733439bbc5dafba3350fec8"}], "type": "orchestration", "id": "4e71d104debf4374abed57395bfe8bcc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "181ea189a20341129a61e8a3f598034a"}, {"url": "http://172.30.9.26:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dc2a06c98c4432dbec9ee505ff6fcc5"}, {"url": "http://192.30.9.3:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b14c7cefe03d414f97ef980db987e5e4"}], "type": "volume", "id": "5b9ed015a77340ecbc65e1db7fd13cab", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10bb7b76e4f6402291c02599dadf8570"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d925699397e4520b0447fecaeb8536d"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a7e58b182b1475bb0931a12bf991858"}], "type": "network", "id": "7093809b2322444490a6ed1555910a7b", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0879e752d2cc405da6df50d65a788db4"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3725eeb6f25a4a5b9c8aa348b0d9d00d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9608c180d15e4713bd17c833f81460c7"}], "type": "image", "id": "78d3d70870084f9caaf916ce69e5b72f", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "401ba6e504a04e3bad0a9be4690b4967"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d860f2b755ce43a3afb2f1a1a711de24"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0ffadfbe4c042cc889cae524dcb2c80"}], "type": "metric", "id": "8163333ed98f43a6a2724db1cabd3298", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b1a0014c1b04935ae40fb64b50159fd"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f095b1cc76fd4e63aa1d38062bac0d12"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2e8fc63321f4725999a7e19c9963389"}], "type": "identity", "id": "a87c7886a7234fde90077f656a68b290", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0905c8e58ba64dfb9c99fdb61f658f88"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86b41ccadee34fe28a083f35e2429fb0"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4ddc6d9b51e4dcca26912831b09a190"}], "type": "cloudformation", "id": "d4b328659d224c9aa0fea86c5511e3a8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "08d6402d3eff4e12a59bf6ef0dbe9e8e"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "721c2aee4739406f92835dee29a8497d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb0ebf3427ff4a398b2c254fd7e6e042"}], "type": "placement", "id": "dda8e738eaa24750a16b21667fa766b4", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03c60e3208354b6489ae1b6db5e08c3f"}, {"url": "http://192.30.9.3:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8428e450f48c4bd5ad84828afe15ead5"}, {"url": "http://192.30.9.3:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcc9ce8e45e744e99638e127399f3fa0"}], "type": "volumev2", "id": "e3d9cac814f642118e37e78da9a33b3a", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "edb265f00b7f476facd3bc8a2c1e35fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ed5585e8be4fc5a6744673b6a872ec"}, {"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5211e4d9844f4dd08973432ce20de6e6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f5d2493810bf466497ab5be1732c4faa"}], "type": "event", "id": "f4bb9c6954344e89ae3ecb184c18a920", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aacad01ed3ac4e92829f5d56d1167b18"}, "audit_ids": ["4hWEULCGT5-a1yCTgzFxBQ"], "issued_at": "2018-09-03T00:36:02.000000Z"}} 2018-09-03 00:36:02,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:03,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:02 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-504522ec-efc0-40be-a8ba-61fd767415ea x-compute-request-id: req-504522ec-efc0-40be-a8ba-61fd767415ea Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-03 00:36:03,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-aggregates used request id req-504522ec-efc0-40be-a8ba-61fd767415ea 2018-09-03 00:36:03,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.12244200706s 2018-09-03 00:36:03,419 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-aggregates used request id req-504522ec-efc0-40be-a8ba-61fd767415ea 2018-09-03 00:36:03,420 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-03 00:36:03,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 00:36:03,429 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 00:36:03 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-03 00:36:03,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 00:36:03,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:03,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f793c9cc-1527-4d51-a155-6926c1a9b1ae Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/651d3f8f34ee414a8cfce8abf8aae5e7"}, "tags": [], "enabled": true, "id": "651d3f8f34ee414a8cfce8abf8aae5e7", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 00:36:03,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-f793c9cc-1527-4d51-a155-6926c1a9b1ae 2018-09-03 00:36:03,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.171528100967s 2018-09-03 00:36:03,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-f793c9cc-1527-4d51-a155-6926c1a9b1ae 2018-09-03 00:36:03,604 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'651d3f8f34ee414a8cfce8abf8aae5e7', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-03 00:36:03,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-03 00:36:03,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:03,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98af3fe0-dad4-4a8b-b20d-4e910ecb4616 Content-Encoding: gzip Content-Length: 1991 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/01eb7d0f5672450fb64f79cbb680b5ed"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4c154cf6f89848caa0a80771ff2e0b4f", "id": "01eb7d0f5672450fb64f79cbb680b5ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/03c60e3208354b6489ae1b6db5e08c3f"}, "url": "http://172.30.9.26:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e3d9cac814f642118e37e78da9a33b3a", "id": "03c60e3208354b6489ae1b6db5e08c3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/0879e752d2cc405da6df50d65a788db4"}, "url": "http://172.30.9.26:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78d3d70870084f9caaf916ce69e5b72f", "id": "0879e752d2cc405da6df50d65a788db4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/08d6402d3eff4e12a59bf6ef0dbe9e8e"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dda8e738eaa24750a16b21667fa766b4", "id": "08d6402d3eff4e12a59bf6ef0dbe9e8e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/0905c8e58ba64dfb9c99fdb61f658f88"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d4b328659d224c9aa0fea86c5511e3a8", "id": "0905c8e58ba64dfb9c99fdb61f658f88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/10bb7b76e4f6402291c02599dadf8570"}, "url": "http://172.30.9.26:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7093809b2322444490a6ed1555910a7b", "id": "10bb7b76e4f6402291c02599dadf8570"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/11a4c08e107a44cc9c927b3fadcf3f6b"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e71d104debf4374abed57395bfe8bcc", "id": "11a4c08e107a44cc9c927b3fadcf3f6b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/181ea189a20341129a61e8a3f598034a"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5b9ed015a77340ecbc65e1db7fd13cab", "id": "181ea189a20341129a61e8a3f598034a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/24ed5585e8be4fc5a6744673b6a872ec"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f4bb9c6954344e89ae3ecb184c18a920", "id": "24ed5585e8be4fc5a6744673b6a872ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/2dc2a06c98c4432dbec9ee505ff6fcc5"}, "url": "http://172.30.9.26:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5b9ed015a77340ecbc65e1db7fd13cab", "id": "2dc2a06c98c4432dbec9ee505ff6fcc5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/36f32d8b596946c99cceddb7ca8a47c8"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "00d1bc81984c45eba1245279575bf4eb", "id": "36f32d8b596946c99cceddb7ca8a47c8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3725eeb6f25a4a5b9c8aa348b0d9d00d"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78d3d70870084f9caaf916ce69e5b72f", "id": "3725eeb6f25a4a5b9c8aa348b0d9d00d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/3d925699397e4520b0447fecaeb8536d"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7093809b2322444490a6ed1555910a7b", "id": "3d925699397e4520b0447fecaeb8536d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/401ba6e504a04e3bad0a9be4690b4967"}, "url": "http://172.30.9.26:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8163333ed98f43a6a2724db1cabd3298", "id": "401ba6e504a04e3bad0a9be4690b4967"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/4b1a0014c1b04935ae40fb64b50159fd"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a87c7886a7234fde90077f656a68b290", "id": "4b1a0014c1b04935ae40fb64b50159fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/5211e4d9844f4dd08973432ce20de6e6"}, "url": "http://172.30.9.26:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f4bb9c6954344e89ae3ecb184c18a920", "id": "5211e4d9844f4dd08973432ce20de6e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6558d6496353406abf756446a4a29c4b"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "187f103be8a74300ae7e1b29f721ad41", "id": "6558d6496353406abf756446a4a29c4b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6acba7c24dec483db1941a884850a431"}, "url": "http://172.30.9.26:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "187f103be8a74300ae7e1b29f721ad41", "id": "6acba7c24dec483db1941a884850a431"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/6dcfc3fd590c404e848136510bb1790a"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "187f103be8a74300ae7e1b29f721ad41", "id": "6dcfc3fd590c404e848136510bb1790a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/721c2aee4739406f92835dee29a8497d"}, "url": "http://172.30.9.26:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dda8e738eaa24750a16b21667fa766b4", "id": "721c2aee4739406f92835dee29a8497d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/7a7e58b182b1475bb0931a12bf991858"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7093809b2322444490a6ed1555910a7b", "id": "7a7e58b182b1475bb0931a12bf991858"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/8428e450f48c4bd5ad84828afe15ead5"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e3d9cac814f642118e37e78da9a33b3a", "id": "8428e450f48c4bd5ad84828afe15ead5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/86b41ccadee34fe28a083f35e2429fb0"}, "url": "http://172.30.9.26:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d4b328659d224c9aa0fea86c5511e3a8", "id": "86b41ccadee34fe28a083f35e2429fb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/9608c180d15e4713bd17c833f81460c7"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78d3d70870084f9caaf916ce69e5b72f", "id": "9608c180d15e4713bd17c833f81460c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/9ff3280c5ddd470ab9d91e5c3e7f222a"}, "url": "http://172.30.9.26:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e71d104debf4374abed57395bfe8bcc", "id": "9ff3280c5ddd470ab9d91e5c3e7f222a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b14c7cefe03d414f97ef980db987e5e4"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5b9ed015a77340ecbc65e1db7fd13cab", "id": "b14c7cefe03d414f97ef980db987e5e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b3300e8aebf34a6fb8e84c0cccbfc593"}, "url": "http://12.0.0.33:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "39ca2d3b45594422af888ff3b35b3258", "id": "b3300e8aebf34a6fb8e84c0cccbfc593"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/b4949ff5799b457da3c582beb55f11a8"}, "url": "http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "39ca2d3b45594422af888ff3b35b3258", "id": "b4949ff5799b457da3c582beb55f11a8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/ba28d26a111f43468841fa7775b324fc"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "00d1bc81984c45eba1245279575bf4eb", "id": "ba28d26a111f43468841fa7775b324fc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c12c9e3af733439bbc5dafba3350fec8"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e71d104debf4374abed57395bfe8bcc", "id": "c12c9e3af733439bbc5dafba3350fec8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/c4ddc6d9b51e4dcca26912831b09a190"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d4b328659d224c9aa0fea86c5511e3a8", "id": "c4ddc6d9b51e4dcca26912831b09a190"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d860f2b755ce43a3afb2f1a1a711de24"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8163333ed98f43a6a2724db1cabd3298", "id": "d860f2b755ce43a3afb2f1a1a711de24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/d925f97db15749c6955e26ab5f1ad8f8"}, "url": "http://172.30.9.26:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "00d1bc81984c45eba1245279575bf4eb", "id": "d925f97db15749c6955e26ab5f1ad8f8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e10291a77255438384219ef9833751e6"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4c154cf6f89848caa0a80771ff2e0b4f", "id": "e10291a77255438384219ef9833751e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/e7b0065d4de8493786c4e61eda8e54bd"}, "url": "http://12.0.0.33:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "39ca2d3b45594422af888ff3b35b3258", "id": "e7b0065d4de8493786c4e61eda8e54bd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/eb0ebf3427ff4a398b2c254fd7e6e042"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dda8e738eaa24750a16b21667fa766b4", "id": "eb0ebf3427ff4a398b2c254fd7e6e042"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f095b1cc76fd4e63aa1d38062bac0d12"}, "url": "http://172.30.9.26:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a87c7886a7234fde90077f656a68b290", "id": "f095b1cc76fd4e63aa1d38062bac0d12"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f0ffadfbe4c042cc889cae524dcb2c80"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8163333ed98f43a6a2724db1cabd3298", "id": "f0ffadfbe4c042cc889cae524dcb2c80"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f2e8fc63321f4725999a7e19c9963389"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a87c7886a7234fde90077f656a68b290", "id": "f2e8fc63321f4725999a7e19c9963389"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f5d2493810bf466497ab5be1732c4faa"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f4bb9c6954344e89ae3ecb184c18a920", "id": "f5d2493810bf466497ab5be1732c4faa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/f8da194b82444a9c988bc45e533a206f"}, "url": "http://172.30.9.26:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4c154cf6f89848caa0a80771ff2e0b4f", "id": "f8da194b82444a9c988bc45e533a206f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.26:5000/v3/endpoints/fcc9ce8e45e744e99638e127399f3fa0"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e3d9cac814f642118e37e78da9a33b3a", "id": "fcc9ce8e45e744e99638e127399f3fa0"}], "links": {"self": "http://172.30.9.26:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-03 00:36:03,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-98af3fe0-dad4-4a8b-b20d-4e910ecb4616 2018-09-03 00:36:03,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.106779098511s 2018-09-03 00:36:03,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/endpoints used request id req-98af3fe0-dad4-4a8b-b20d-4e910ecb4616 2018-09-03 00:36:03,721 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/01eb7d0f5672450fb64f79cbb680b5ed'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4c154cf6f89848caa0a80771ff2e0b4f', u'id': u'01eb7d0f5672450fb64f79cbb680b5ed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/03c60e3208354b6489ae1b6db5e08c3f'}, u'url': u'http://172.30.9.26:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e3d9cac814f642118e37e78da9a33b3a', u'id': u'03c60e3208354b6489ae1b6db5e08c3f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/0879e752d2cc405da6df50d65a788db4'}, u'url': u'http://172.30.9.26:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'78d3d70870084f9caaf916ce69e5b72f', u'id': u'0879e752d2cc405da6df50d65a788db4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/08d6402d3eff4e12a59bf6ef0dbe9e8e'}, 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'dda8e738eaa24750a16b21667fa766b4', u'id': u'08d6402d3eff4e12a59bf6ef0dbe9e8e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/0905c8e58ba64dfb9c99fdb61f658f88'}, 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'd4b328659d224c9aa0fea86c5511e3a8', u'id': u'0905c8e58ba64dfb9c99fdb61f658f88'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/10bb7b76e4f6402291c02599dadf8570'}, u'url': u'http://172.30.9.26:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7093809b2322444490a6ed1555910a7b', u'id': u'10bb7b76e4f6402291c02599dadf8570'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/11a4c08e107a44cc9c927b3fadcf3f6b'}, 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'4e71d104debf4374abed57395bfe8bcc', u'id': u'11a4c08e107a44cc9c927b3fadcf3f6b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/181ea189a20341129a61e8a3f598034a'}, 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'5b9ed015a77340ecbc65e1db7fd13cab', u'id': u'181ea189a20341129a61e8a3f598034a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/24ed5585e8be4fc5a6744673b6a872ec'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f4bb9c6954344e89ae3ecb184c18a920', u'id': u'24ed5585e8be4fc5a6744673b6a872ec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/2dc2a06c98c4432dbec9ee505ff6fcc5'}, u'url': u'http://172.30.9.26:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5b9ed015a77340ecbc65e1db7fd13cab', u'id': u'2dc2a06c98c4432dbec9ee505ff6fcc5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/36f32d8b596946c99cceddb7ca8a47c8'}, 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'00d1bc81984c45eba1245279575bf4eb', u'id': u'36f32d8b596946c99cceddb7ca8a47c8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/3725eeb6f25a4a5b9c8aa348b0d9d00d'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'78d3d70870084f9caaf916ce69e5b72f', u'id': u'3725eeb6f25a4a5b9c8aa348b0d9d00d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/3d925699397e4520b0447fecaeb8536d'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7093809b2322444490a6ed1555910a7b', u'id': u'3d925699397e4520b0447fecaeb8536d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/401ba6e504a04e3bad0a9be4690b4967'}, u'url': u'http://172.30.9.26:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8163333ed98f43a6a2724db1cabd3298', u'id': u'401ba6e504a04e3bad0a9be4690b4967'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/4b1a0014c1b04935ae40fb64b50159fd'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a87c7886a7234fde90077f656a68b290', u'id': u'4b1a0014c1b04935ae40fb64b50159fd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/5211e4d9844f4dd08973432ce20de6e6'}, u'url': u'http://172.30.9.26:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f4bb9c6954344e89ae3ecb184c18a920', u'id': u'5211e4d9844f4dd08973432ce20de6e6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/6558d6496353406abf756446a4a29c4b'}, 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'187f103be8a74300ae7e1b29f721ad41', u'id': u'6558d6496353406abf756446a4a29c4b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/6acba7c24dec483db1941a884850a431'}, u'url': u'http://172.30.9.26:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'187f103be8a74300ae7e1b29f721ad41', u'id': u'6acba7c24dec483db1941a884850a431'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/6dcfc3fd590c404e848136510bb1790a'}, 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'187f103be8a74300ae7e1b29f721ad41', u'id': u'6dcfc3fd590c404e848136510bb1790a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/721c2aee4739406f92835dee29a8497d'}, u'url': u'http://172.30.9.26:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dda8e738eaa24750a16b21667fa766b4', u'id': u'721c2aee4739406f92835dee29a8497d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/7a7e58b182b1475bb0931a12bf991858'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7093809b2322444490a6ed1555910a7b', u'id': u'7a7e58b182b1475bb0931a12bf991858'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/8428e450f48c4bd5ad84828afe15ead5'}, 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'e3d9cac814f642118e37e78da9a33b3a', u'id': u'8428e450f48c4bd5ad84828afe15ead5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/86b41ccadee34fe28a083f35e2429fb0'}, u'url': u'http://172.30.9.26:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd4b328659d224c9aa0fea86c5511e3a8', u'id': u'86b41ccadee34fe28a083f35e2429fb0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/9608c180d15e4713bd17c833f81460c7'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'78d3d70870084f9caaf916ce69e5b72f', u'id': u'9608c180d15e4713bd17c833f81460c7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/9ff3280c5ddd470ab9d91e5c3e7f222a'}, u'url': u'http://172.30.9.26:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4e71d104debf4374abed57395bfe8bcc', u'id': u'9ff3280c5ddd470ab9d91e5c3e7f222a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/b14c7cefe03d414f97ef980db987e5e4'}, 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'5b9ed015a77340ecbc65e1db7fd13cab', u'id': u'b14c7cefe03d414f97ef980db987e5e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/b3300e8aebf34a6fb8e84c0cccbfc593'}, u'url': u'http://12.0.0.33:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'39ca2d3b45594422af888ff3b35b3258', u'id': u'b3300e8aebf34a6fb8e84c0cccbfc593'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/b4949ff5799b457da3c582beb55f11a8'}, u'url': u'http://172.30.9.26:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'39ca2d3b45594422af888ff3b35b3258', u'id': u'b4949ff5799b457da3c582beb55f11a8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/ba28d26a111f43468841fa7775b324fc'}, 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'00d1bc81984c45eba1245279575bf4eb', u'id': u'ba28d26a111f43468841fa7775b324fc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/c12c9e3af733439bbc5dafba3350fec8'}, 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'4e71d104debf4374abed57395bfe8bcc', u'id': u'c12c9e3af733439bbc5dafba3350fec8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/c4ddc6d9b51e4dcca26912831b09a190'}, 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'd4b328659d224c9aa0fea86c5511e3a8', u'id': u'c4ddc6d9b51e4dcca26912831b09a190'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/d860f2b755ce43a3afb2f1a1a711de24'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8163333ed98f43a6a2724db1cabd3298', u'id': u'd860f2b755ce43a3afb2f1a1a711de24'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/d925f97db15749c6955e26ab5f1ad8f8'}, u'url': u'http://172.30.9.26:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'00d1bc81984c45eba1245279575bf4eb', u'id': u'd925f97db15749c6955e26ab5f1ad8f8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/e10291a77255438384219ef9833751e6'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4c154cf6f89848caa0a80771ff2e0b4f', u'id': u'e10291a77255438384219ef9833751e6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/e7b0065d4de8493786c4e61eda8e54bd'}, u'url': u'http://12.0.0.33:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'39ca2d3b45594422af888ff3b35b3258', u'id': u'e7b0065d4de8493786c4e61eda8e54bd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/eb0ebf3427ff4a398b2c254fd7e6e042'}, 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'dda8e738eaa24750a16b21667fa766b4', u'id': u'eb0ebf3427ff4a398b2c254fd7e6e042'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/f095b1cc76fd4e63aa1d38062bac0d12'}, u'url': u'http://172.30.9.26:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a87c7886a7234fde90077f656a68b290', u'id': u'f095b1cc76fd4e63aa1d38062bac0d12'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/f0ffadfbe4c042cc889cae524dcb2c80'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8163333ed98f43a6a2724db1cabd3298', u'id': u'f0ffadfbe4c042cc889cae524dcb2c80'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/f2e8fc63321f4725999a7e19c9963389'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a87c7886a7234fde90077f656a68b290', u'id': u'f2e8fc63321f4725999a7e19c9963389'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/f5d2493810bf466497ab5be1732c4faa'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f4bb9c6954344e89ae3ecb184c18a920', u'id': u'f5d2493810bf466497ab5be1732c4faa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/f8da194b82444a9c988bc45e533a206f'}, u'url': u'http://172.30.9.26:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4c154cf6f89848caa0a80771ff2e0b4f', u'id': u'f8da194b82444a9c988bc45e533a206f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.26:5000/v3/endpoints/fcc9ce8e45e744e99638e127399f3fa0'}, 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'e3d9cac814f642118e37e78da9a33b3a', u'id': u'fcc9ce8e45e744e99638e127399f3fa0'})] 2018-09-03 00:36:03,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-03 00:36:03,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:03,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8d29aac-cedd-4373-aa6e-83af44594bfd x-compute-request-id: req-b8d29aac-cedd-4373-aa6e-83af44594bfd 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-09-03 00:36:03,832 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/extensions used request id req-b8d29aac-cedd-4373-aa6e-83af44594bfd 2018-09-03 00:36:03,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.109852075577s 2018-09-03 00:36:03,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/extensions used request id req-b8d29aac-cedd-4373-aa6e-83af44594bfd 2018-09-03 00:36:03,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-03 00:36:03,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:05,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b2026b96-9890-4e28-80a2-4e38c26f511e x-compute-request-id: req-b2026b96-9890-4e28-80a2-4e38c26f511e Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-03 00:36:05,698 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-floating-ip-pools used request id req-b2026b96-9890-4e28-80a2-4e38c26f511e 2018-09-03 00:36:05,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.85272598267s 2018-09-03 00:36:05,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-floating-ip-pools used request id req-b2026b96-9890-4e28-80a2-4e38c26f511e 2018-09-03 00:36:05,699 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-03 00:36:05,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 00:36:05,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:06,595 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-fd7884a5-ba8a-4e90-9989-2657d75544fe Date: Mon, 03 Sep 2018 00:36:06 GMT RESP BODY: {"floatingips": []} 2018-09-03 00:36:06,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-fd7884a5-ba8a-4e90-9989-2657d75544fe 2018-09-03 00:36:06,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.89112496376s 2018-09-03 00:36:06,595 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/floatingips.json used request id req-fd7884a5-ba8a-4e90-9989-2657d75544fe 2018-09-03 00:36:06,595 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-03 00:36:06,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-03 00:36:06,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:06,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:06 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-d9c40323-9d40-4fdc-a2c8-9f3321ed53d1 x-compute-request-id: req-d9c40323-9d40-4fdc-a2c8-9f3321ed53d1 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 44}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 62}, "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.9", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 5}]} 2018-09-03 00:36:06,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-d9c40323-9d40-4fdc-a2c8-9f3321ed53d1 2018-09-03 00:36:06,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.149232149124s 2018-09-03 00:36:06,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-hypervisors/detail used request id req-d9c40323-9d40-4fdc-a2c8-9f3321ed53d1 2018-09-03 00:36:06,746 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 44}, 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.9', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 62}, 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-09-03 00:36:06,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-03 00:36:06,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:06,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:06 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-11fb0165-ae42-445e-85ba-e3f0627e9d3a x-compute-request-id: req-11fb0165-ae42-445e-85ba-e3f0627e9d3a Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-03 00:36:06,873 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-11fb0165-ae42-445e-85ba-e3f0627e9d3a 2018-09-03 00:36:06,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.125449895859s 2018-09-03 00:36:06,873 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/os-keypairs used request id req-11fb0165-ae42-445e-85ba-e3f0627e9d3a 2018-09-03 00:36:06,873 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-03 00:36:06,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 00:36:06,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:07,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-d026b314-08be-4663-ac3b-165738a7c475 Date: Mon, 03 Sep 2018 00:36:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"800104e5d4fa4c1ca78d415340cb1b53","l2_adjacency":true,"status":"ACTIVE","subnets":["b23d1ba4-f680-4ba8-b801-857e5242ded7"],"description":"","tags":[],"updated_at":"2018-09-03T00:33:05Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:32:57Z","provider:network_type":"flat"}]} 2018-09-03 00:36:07,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d026b314-08be-4663-ac3b-165738a7c475 2018-09-03 00:36:07,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242691993713s 2018-09-03 00:36:07,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-d026b314-08be-4663-ac3b-165738a7c475 2018-09-03 00:36:07,117 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'b23d1ba4-f680-4ba8-b801-857e5242ded7'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-03T00:33:05Z', u'is_default': False, u'revision_number': 7, u'port_security_enabled': True, u'mtu': 1500, u'id': u'5bc0c085-e8af-4957-80a5-fb9edf37f0d6', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'external', u'created_at': u'2018-09-03T00:32:57Z', u'provider:network_type': u'flat', u'tenant_id': u'800104e5d4fa4c1ca78d415340cb1b53', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'800104e5d4fa4c1ca78d415340cb1b53', u'l2_adjacency': True})] 2018-09-03 00:36:07,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-03 00:36:07,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:08,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-c45f6f9a-12fa-4eb7-b7aa-c3b6d20a38bb Date: Mon, 03 Sep 2018 00:36:08 GMT RESP BODY: {"ports":[]} 2018-09-03 00:36:08,165 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json used request id req-c45f6f9a-12fa-4eb7-b7aa-c3b6d20a38bb 2018-09-03 00:36:08,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.04701590538s 2018-09-03 00:36:08,165 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/ports.json used request id req-c45f6f9a-12fa-4eb7-b7aa-c3b6d20a38bb 2018-09-03 00:36:08,165 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-03 00:36:08,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 00:36:08,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:08,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fd1e1c2-87d9-4ef8-abe1-b074ad5fb3f8 Content-Encoding: gzip Content-Length: 727 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "001013d6ff404ef8ad9cce367b177b25"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/001013d6ff404ef8ad9cce367b177b25/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "15fa2af7653c48e3b620e0cce1350891"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/15fa2af7653c48e3b620e0cce1350891/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "1903de1de8df43beadb2aa7b4a69c77f"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/1903de1de8df43beadb2aa7b4a69c77f/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "28fa5b3cb7e84b7da558b2a0d4ab10c5"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/28fa5b3cb7e84b7da558b2a0d4ab10c5/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "322863046646440688392e9f1b54cfb5"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/322863046646440688392e9f1b54cfb5/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "37f1103d96a1421a909edf2bf78eb22b"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/37f1103d96a1421a909edf2bf78eb22b/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "54208d344bbb4c5bb4c10fe962c50df8"}, "user": {"id": "5b9b7191469c48ca8f61990aeb56a1cf"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/5b9b7191469c48ca8f61990aeb56a1cf/roles/54208d344bbb4c5bb4c10fe962c50df8"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "5b9b7191469c48ca8f61990aeb56a1cf"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/5b9b7191469c48ca8f61990aeb56a1cf/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "88bb0d7607bd48029624f33d8c446d72"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/88bb0d7607bd48029624f33d8c446d72/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "7f6144bcf53043e6a47b35b340fa68e3"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "aacad01ed3ac4e92829f5d56d1167b18"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/7f6144bcf53043e6a47b35b340fa68e3/users/aacad01ed3ac4e92829f5d56d1167b18/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "c5adee1d3c5d447880446ad135ade770"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/c5adee1d3c5d447880446ad135ade770/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "d2f3d3fe51ae466989630e09cd1df3ec"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/d2f3d3fe51ae466989630e09cd1df3ec/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "d60735a0048b4b4f82a5a6a79edfe941"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/d60735a0048b4b4f82a5a6a79edfe941/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"project": {"id": "800104e5d4fa4c1ca78d415340cb1b53"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "fd4ed8888dde457786232d5a479ab558"}, "links": {"assignment": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53/users/fd4ed8888dde457786232d5a479ab558/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"domain": {"id": "651d3f8f34ee414a8cfce8abf8aae5e7"}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "0af4c501e01b4a319ca1fdfa4c2766b5"}, "links": {"assignment": "http://172.30.9.26:5000/v3/domains/651d3f8f34ee414a8cfce8abf8aae5e7/users/0af4c501e01b4a319ca1fdfa4c2766b5/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}, {"scope": {"system": {"all": true}}, "role": {"id": "9f98d1c195d643e59d5f4934bfd1acc0"}, "user": {"id": "aacad01ed3ac4e92829f5d56d1167b18"}, "links": {"assignment": "http://172.30.9.26:5000/v3/system/users/aacad01ed3ac4e92829f5d56d1167b18/roles/9f98d1c195d643e59d5f4934bfd1acc0"}}], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-03 00:36:08,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments used request id req-1fd1e1c2-87d9-4ef8-abe1-b074ad5fb3f8 2018-09-03 00:36:08,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0997710227966s 2018-09-03 00:36:08,269 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments used request id req-1fd1e1c2-87d9-4ef8-abe1-b074ad5fb3f8 2018-09-03 00:36:08,272 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'001013d6ff404ef8ad9cce367b177b25'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'15fa2af7653c48e3b620e0cce1350891'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'1903de1de8df43beadb2aa7b4a69c77f'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'28fa5b3cb7e84b7da558b2a0d4ab10c5'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'322863046646440688392e9f1b54cfb5'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'37f1103d96a1421a909edf2bf78eb22b'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'54208d344bbb4c5bb4c10fe962c50df8', 'user': u'5b9b7191469c48ca8f61990aeb56a1cf'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'5b9b7191469c48ca8f61990aeb56a1cf'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'88bb0d7607bd48029624f33d8c446d72'}), Munch({'project': u'7f6144bcf53043e6a47b35b340fa68e3', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'aacad01ed3ac4e92829f5d56d1167b18'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'c5adee1d3c5d447880446ad135ade770'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'd2f3d3fe51ae466989630e09cd1df3ec'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'd60735a0048b4b4f82a5a6a79edfe941'}), Munch({'project': u'800104e5d4fa4c1ca78d415340cb1b53', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'fd4ed8888dde457786232d5a479ab558'}), Munch({'domain': u'651d3f8f34ee414a8cfce8abf8aae5e7', 'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'0af4c501e01b4a319ca1fdfa4c2766b5'}), Munch({'id': u'9f98d1c195d643e59d5f4934bfd1acc0', 'user': u'aacad01ed3ac4e92829f5d56d1167b18'})] 2018-09-03 00:36:08,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 00:36:08,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:08,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2080ec10-f0ed-4925-b6a6-236960360fd8 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54208d344bbb4c5bb4c10fe962c50df8", "links": {"self": "http://172.30.9.26:5000/v3/roles/54208d344bbb4c5bb4c10fe962c50df8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f98d1c195d643e59d5f4934bfd1acc0", "links": {"self": "http://172.30.9.26:5000/v3/roles/9f98d1c195d643e59d5f4934bfd1acc0"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a90db7cb5d434cef9f351a080db3c46e", "links": {"self": "http://172.30.9.26:5000/v3/roles/a90db7cb5d434cef9f351a080db3c46e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f6e088c281fd4d329ee81e53d3a413fa", "links": {"self": "http://172.30.9.26:5000/v3/roles/f6e088c281fd4d329ee81e53d3a413fa"}, "name": "swiftoperator"}]} 2018-09-03 00:36:08,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2080ec10-f0ed-4925-b6a6-236960360fd8 2018-09-03 00:36:08,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183558940887s 2018-09-03 00:36:08,459 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-2080ec10-f0ed-4925-b6a6-236960360fd8 2018-09-03 00:36:08,461 - 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'ResellerAdmin', 'id': u'54208d344bbb4c5bb4c10fe962c50df8'}), 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'9f98d1c195d643e59d5f4934bfd1acc0'}), 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'heat_stack_user', 'id': u'a90db7cb5d434cef9f351a080db3c46e'}), 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'f6e088c281fd4d329ee81e53d3a413fa'})] 2018-09-03 00:36:08,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 00:36:08,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:09,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e755127e-e25f-4f47-8fbe-1f183574bc57 Date: Mon, 03 Sep 2018 00:36:09 GMT RESP BODY: {"routers": []} 2018-09-03 00:36:09,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-e755127e-e25f-4f47-8fbe-1f183574bc57 2018-09-03 00:36:09,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.02420115471s 2018-09-03 00:36:09,486 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-e755127e-e25f-4f47-8fbe-1f183574bc57 2018-09-03 00:36:09,486 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-03 00:36:09,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 00:36:09,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:09,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:09 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-de172f62-60bb-4298-80b5-bb2386e05a4e x-compute-request-id: req-de172f62-60bb-4298-80b5-bb2386e05a4e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-03 00:36:09,684 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-de172f62-60bb-4298-80b5-bb2386e05a4e 2018-09-03 00:36:09,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197000980377s 2018-09-03 00:36:09,684 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.26:8774/v2.1/servers/detail used request id req-de172f62-60bb-4298-80b5-bb2386e05a4e 2018-09-03 00:36:09,684 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-03 00:36:09,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-03 00:36:09,692 - 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-09-03 00:36:09,700 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 00:36:09 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://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-09-03 00:36:09,701 - 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}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:09,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f7e3bc7-2d78-4b98-9b8a-2d25367ca5d3 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/00d1bc81984c45eba1245279575bf4eb"}, "enabled": true, "type": "compute", "id": "00d1bc81984c45eba1245279575bf4eb", "name": "nova"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/187f103be8a74300ae7e1b29f721ad41"}, "enabled": true, "type": "volumev3", "id": "187f103be8a74300ae7e1b29f721ad41", "name": "cinderv3"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/39ca2d3b45594422af888ff3b35b3258"}, "enabled": true, "type": "object-store", "id": "39ca2d3b45594422af888ff3b35b3258", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4c154cf6f89848caa0a80771ff2e0b4f"}, "enabled": true, "type": "alarming", "id": "4c154cf6f89848caa0a80771ff2e0b4f", "name": "aodh"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/4e71d104debf4374abed57395bfe8bcc"}, "enabled": true, "type": "orchestration", "id": "4e71d104debf4374abed57395bfe8bcc", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/5b9ed015a77340ecbc65e1db7fd13cab"}, "enabled": true, "type": "volume", "id": "5b9ed015a77340ecbc65e1db7fd13cab", "name": "cinder"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/7093809b2322444490a6ed1555910a7b"}, "enabled": true, "type": "network", "id": "7093809b2322444490a6ed1555910a7b", "name": "neutron"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/78d3d70870084f9caaf916ce69e5b72f"}, "enabled": true, "type": "image", "id": "78d3d70870084f9caaf916ce69e5b72f", "name": "glance"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/8163333ed98f43a6a2724db1cabd3298"}, "enabled": true, "type": "metric", "id": "8163333ed98f43a6a2724db1cabd3298", "name": "gnocchi"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a87c7886a7234fde90077f656a68b290"}, "enabled": true, "type": "identity", "id": "a87c7886a7234fde90077f656a68b290", "name": "keystone"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/d4b328659d224c9aa0fea86c5511e3a8"}, "enabled": true, "type": "cloudformation", "id": "d4b328659d224c9aa0fea86c5511e3a8", "name": "heat-cfn"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/dda8e738eaa24750a16b21667fa766b4"}, "enabled": true, "type": "placement", "id": "dda8e738eaa24750a16b21667fa766b4", "name": "placement"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/e3d9cac814f642118e37e78da9a33b3a"}, "enabled": true, "type": "volumev2", "id": "e3d9cac814f642118e37e78da9a33b3a", "name": "cinderv2"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/edb265f00b7f476facd3bc8a2c1e35fd"}, "enabled": true, "type": "metering", "id": "edb265f00b7f476facd3bc8a2c1e35fd", "name": "ceilometer"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f4bb9c6954344e89ae3ecb184c18a920"}, "enabled": true, "type": "event", "id": "f4bb9c6954344e89ae3ecb184c18a920", "name": "panko"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-09-03 00:36:09,865 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-9f7e3bc7-2d78-4b98-9b8a-2d25367ca5d3 2018-09-03 00:36:09,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.177658081055s 2018-09-03 00:36:09,866 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-9f7e3bc7-2d78-4b98-9b8a-2d25367ca5d3 2018-09-03 00:36:09,871 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'00d1bc81984c45eba1245279575bf4eb', 'name': u'nova'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'187f103be8a74300ae7e1b29f721ad41', 'name': u'cinderv3'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'39ca2d3b45594422af888ff3b35b3258', 'name': u'swift'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'4c154cf6f89848caa0a80771ff2e0b4f', 'name': u'aodh'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'4e71d104debf4374abed57395bfe8bcc', 'name': u'heat'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'5b9ed015a77340ecbc65e1db7fd13cab', 'name': u'cinder'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'7093809b2322444490a6ed1555910a7b', 'name': u'neutron'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'78d3d70870084f9caaf916ce69e5b72f', 'name': u'glance'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'8163333ed98f43a6a2724db1cabd3298', 'name': u'gnocchi'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'a87c7886a7234fde90077f656a68b290', 'name': u'keystone'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'd4b328659d224c9aa0fea86c5511e3a8', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'dda8e738eaa24750a16b21667fa766b4', 'name': u'placement'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'e3d9cac814f642118e37e78da9a33b3a', 'name': u'cinderv2'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'edb265f00b7f476facd3bc8a2c1e35fd', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'f4bb9c6954344e89ae3ecb184c18a920', 'name': u'panko'})] 2018-09-03 00:36:09,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 00:36:09,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aecf572c93bd7bcfb3dfc08e56654b60d54d88e0" 2018-09-03 00:36:10,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-c62efa45-8b40-4345-b42f-e66e521d8cb4 Date: Mon, 03 Sep 2018 00:36:10 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-03T00:33:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b23d1ba4-f680-4ba8-b801-857e5242ded7","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"800104e5d4fa4c1ca78d415340cb1b53","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:33:05Z","ip_version":4}]} 2018-09-03 00:36:10,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-c62efa45-8b40-4345-b42f-e66e521d8cb4 2018-09-03 00:36:10,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.964354038239s 2018-09-03 00:36:10,836 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-c62efa45-8b40-4345-b42f-e66e521d8cb4 2018-09-03 00:36:10,837 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T00:33:05Z', 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'b23d1ba4-f680-4ba8-b801-857e5242ded7', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'5bc0c085-e8af-4957-80a5-fb9edf37f0d6', u'tenant_id': u'800104e5d4fa4c1ca78d415340cb1b53', u'created_at': u'2018-09-03T00:33:05Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'800104e5d4fa4c1ca78d415340cb1b53'})] 2018-09-03 00:36:10,960 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 00:36:10,961 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-03 00:36:11,018 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-03 00:36:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 00:36:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 00:36:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 00:36:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 00:36:11,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 00:36:11,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 00:36:11,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 00:36:11,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a7d3acc-b9b9-43d1-9df0-a9fe3a5ba886 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-03 00:36:11,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000//v3 used request id req-3a7d3acc-b9b9-43d1-9df0-a9fe3a5ba886 2018-09-03 00:36:11,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-03 00:36:11,599 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9f98d1c195d643e59d5f4934bfd1acc0", "name": "admin"}], "expires_at": "2018-09-03T01:36:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f6144bcf53043e6a47b35b340fa68e3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36f32d8b596946c99cceddb7ca8a47c8"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba28d26a111f43468841fa7775b324fc"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d925f97db15749c6955e26ab5f1ad8f8"}], "type": "compute", "id": "00d1bc81984c45eba1245279575bf4eb", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6558d6496353406abf756446a4a29c4b"}, {"url": "http://172.30.9.26:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6acba7c24dec483db1941a884850a431"}, {"url": "http://192.30.9.3:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6dcfc3fd590c404e848136510bb1790a"}], "type": "volumev3", "id": "187f103be8a74300ae7e1b29f721ad41", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b3300e8aebf34a6fb8e84c0cccbfc593"}, {"url": "http://172.30.9.26:8080/v1/AUTH_7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4949ff5799b457da3c582beb55f11a8"}, {"url": "http://12.0.0.33:8080/v1/AUTH_7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7b0065d4de8493786c4e61eda8e54bd"}], "type": "object-store", "id": "39ca2d3b45594422af888ff3b35b3258", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "01eb7d0f5672450fb64f79cbb680b5ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e10291a77255438384219ef9833751e6"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8da194b82444a9c988bc45e533a206f"}], "type": "alarming", "id": "4c154cf6f89848caa0a80771ff2e0b4f", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11a4c08e107a44cc9c927b3fadcf3f6b"}, {"url": "http://172.30.9.26:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ff3280c5ddd470ab9d91e5c3e7f222a"}, {"url": "http://192.30.9.3:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c12c9e3af733439bbc5dafba3350fec8"}], "type": "orchestration", "id": "4e71d104debf4374abed57395bfe8bcc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "181ea189a20341129a61e8a3f598034a"}, {"url": "http://172.30.9.26:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dc2a06c98c4432dbec9ee505ff6fcc5"}, {"url": "http://192.30.9.3:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b14c7cefe03d414f97ef980db987e5e4"}], "type": "volume", "id": "5b9ed015a77340ecbc65e1db7fd13cab", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10bb7b76e4f6402291c02599dadf8570"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d925699397e4520b0447fecaeb8536d"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a7e58b182b1475bb0931a12bf991858"}], "type": "network", "id": "7093809b2322444490a6ed1555910a7b", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0879e752d2cc405da6df50d65a788db4"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3725eeb6f25a4a5b9c8aa348b0d9d00d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9608c180d15e4713bd17c833f81460c7"}], "type": "image", "id": "78d3d70870084f9caaf916ce69e5b72f", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "401ba6e504a04e3bad0a9be4690b4967"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d860f2b755ce43a3afb2f1a1a711de24"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0ffadfbe4c042cc889cae524dcb2c80"}], "type": "metric", "id": "8163333ed98f43a6a2724db1cabd3298", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b1a0014c1b04935ae40fb64b50159fd"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f095b1cc76fd4e63aa1d38062bac0d12"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2e8fc63321f4725999a7e19c9963389"}], "type": "identity", "id": "a87c7886a7234fde90077f656a68b290", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0905c8e58ba64dfb9c99fdb61f658f88"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86b41ccadee34fe28a083f35e2429fb0"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4ddc6d9b51e4dcca26912831b09a190"}], "type": "cloudformation", "id": "d4b328659d224c9aa0fea86c5511e3a8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "08d6402d3eff4e12a59bf6ef0dbe9e8e"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "721c2aee4739406f92835dee29a8497d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb0ebf3427ff4a398b2c254fd7e6e042"}], "type": "placement", "id": "dda8e738eaa24750a16b21667fa766b4", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03c60e3208354b6489ae1b6db5e08c3f"}, {"url": "http://192.30.9.3:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8428e450f48c4bd5ad84828afe15ead5"}, {"url": "http://192.30.9.3:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcc9ce8e45e744e99638e127399f3fa0"}], "type": "volumev2", "id": "e3d9cac814f642118e37e78da9a33b3a", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "edb265f00b7f476facd3bc8a2c1e35fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ed5585e8be4fc5a6744673b6a872ec"}, {"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5211e4d9844f4dd08973432ce20de6e6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f5d2493810bf466497ab5be1732c4faa"}], "type": "event", "id": "f4bb9c6954344e89ae3ecb184c18a920", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aacad01ed3ac4e92829f5d56d1167b18"}, "audit_ids": ["sHUzXEfRRiq8rm9-jPpInw"], "issued_at": "2018-09-03T00:36:11.000000Z"}} 2018-09-03 00:36:11,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 00:36:11,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25d7597187ede8f0fee8e4e372f763892fbcdf12" 2018-09-03 00:36:12,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-353b7415-3b68-42e0-a14e-38010f03497d Date: Mon, 03 Sep 2018 00:36:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"800104e5d4fa4c1ca78d415340cb1b53","l2_adjacency":true,"status":"ACTIVE","subnets":["b23d1ba4-f680-4ba8-b801-857e5242ded7"],"description":"","tags":[],"updated_at":"2018-09-03T00:33:05Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:32:57Z","provider:network_type":"flat"}]} 2018-09-03 00:36:12,621 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-353b7415-3b68-42e0-a14e-38010f03497d 2018-09-03 00:36:12,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.01819086075s 2018-09-03 00:36:12,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-353b7415-3b68-42e0-a14e-38010f03497d 2018-09-03 00:36:12,622 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-03 00:36:12,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 00:36:12,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}25d7597187ede8f0fee8e4e372f763892fbcdf12" -d '{"network": {"name": "tenantnetwork1-net_3048266d-091d-4217-9633-454a3d45673d", "admin_state_up": true}}' 2018-09-03 00:36:13,988 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-1df9bb8b-7e4b-4ccf-b698-17d1b23488ce Date: Mon, 03 Sep 2018 00:36:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"996e3b7a-56d1-40f1-9b20-61b12e01cfe6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"7f6144bcf53043e6a47b35b340fa68e3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T00:36:13Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_3048266d-091d-4217-9633-454a3d45673d","admin_state_up":true,"tenant_id":"7f6144bcf53043e6a47b35b340fa68e3","created_at":"2018-09-03T00:36:13Z","mtu":1450}} 2018-09-03 00:36:13,988 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1df9bb8b-7e4b-4ccf-b698-17d1b23488ce 2018-09-03 00:36:13,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.36512804031s 2018-09-03 00:36:13,989 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-1df9bb8b-7e4b-4ccf-b698-17d1b23488ce 2018-09-03 00:36:13,989 - 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-09-03T00:36:13Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'996e3b7a-56d1-40f1-9b20-61b12e01cfe6', u'provider:segmentation_id': 90, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'tenantnetwork1-net_3048266d-091d-4217-9633-454a3d45673d', u'created_at': u'2018-09-03T00:36:13Z', u'mtu': 1450, u'tenant_id': u'7f6144bcf53043e6a47b35b340fa68e3', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7f6144bcf53043e6a47b35b340fa68e3', u'l2_adjacency': True}) 2018-09-03 00:36:13,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 00:36:13,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25d7597187ede8f0fee8e4e372f763892fbcdf12" 2018-09-03 00:36:15,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-56f67bf3-6116-46fe-a403-212319aa2d01 Date: Mon, 03 Sep 2018 00:36:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"800104e5d4fa4c1ca78d415340cb1b53","l2_adjacency":true,"status":"ACTIVE","subnets":["b23d1ba4-f680-4ba8-b801-857e5242ded7"],"description":"","tags":[],"updated_at":"2018-09-03T00:33:05Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:32:57Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"996e3b7a-56d1-40f1-9b20-61b12e01cfe6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"7f6144bcf53043e6a47b35b340fa68e3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T00:36:13Z","qos_policy_id":null,"name":"tenantnetwork1-net_3048266d-091d-4217-9633-454a3d45673d","admin_state_up":true,"tenant_id":"7f6144bcf53043e6a47b35b340fa68e3","created_at":"2018-09-03T00:36:13Z","provider:network_type":"vxlan"}]} 2018-09-03 00:36:15,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-56f67bf3-6116-46fe-a403-212319aa2d01 2018-09-03 00:36:15,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0196750164s 2018-09-03 00:36:15,010 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-56f67bf3-6116-46fe-a403-212319aa2d01 2018-09-03 00:36:15,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 00:36:15,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}25d7597187ede8f0fee8e4e372f763892fbcdf12" -d '{"subnet": {"name": "tenantnetwork1-subnet_3048266d-091d-4217-9633-454a3d45673d", "enable_dhcp": true, "network_id": "996e3b7a-56d1-40f1-9b20-61b12e01cfe6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 00:36:15,665 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-0983d22a-bc9c-4626-a843-22941b986401 Date: Mon, 03 Sep 2018 00:36:15 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-03T00:36:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d8e229dd-7488-4e66-b8bf-97a1b67c7d3d","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"7f6144bcf53043e6a47b35b340fa68e3","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_3048266d-091d-4217-9633-454a3d45673d","enable_dhcp":true,"segment_id":null,"network_id":"996e3b7a-56d1-40f1-9b20-61b12e01cfe6","tenant_id":"7f6144bcf53043e6a47b35b340fa68e3","created_at":"2018-09-03T00:36:15Z","ip_version":4}} 2018-09-03 00:36:15,666 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-0983d22a-bc9c-4626-a843-22941b986401 2018-09-03 00:36:15,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.652698993683s 2018-09-03 00:36:15,666 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-0983d22a-bc9c-4626-a843-22941b986401 2018-09-03 00:36:15,666 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T00:36:15Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'd8e229dd-7488-4e66-b8bf-97a1b67c7d3d', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_3048266d-091d-4217-9633-454a3d45673d', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'996e3b7a-56d1-40f1-9b20-61b12e01cfe6', u'tenant_id': u'7f6144bcf53043e6a47b35b340fa68e3', u'created_at': u'2018-09-03T00:36:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7f6144bcf53043e6a47b35b340fa68e3'}) 2018-09-03 00:36:15,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 00:36:15,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}25d7597187ede8f0fee8e4e372f763892fbcdf12" -d '{"router": {"external_gateway_info": {"network_id": "5bc0c085-e8af-4957-80a5-fb9edf37f0d6"}, "name": "tenantnetwork1-router_3048266d-091d-4217-9633-454a3d45673d", "admin_state_up": true}}' 2018-09-03 00:36:22,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-b3e5679c-d14e-4b9e-87d7-0ce8c5e8a97f Date: Mon, 03 Sep 2018 00:36:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5bc0c085-e8af-4957-80a5-fb9edf37f0d6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b23d1ba4-f680-4ba8-b801-857e5242ded7", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7f6144bcf53043e6a47b35b340fa68e3", "created_at": "2018-09-03T00:36:17Z", "admin_state_up": true, "updated_at": "2018-09-03T00:36:18Z", "project_id": "7f6144bcf53043e6a47b35b340fa68e3", "flavor_id": null, "revision_number": 4, "routes": [], "ha": true, "id": "dd5cfd9f-d9e2-49b0-a270-570108f4d7dd", "name": "tenantnetwork1-router_3048266d-091d-4217-9633-454a3d45673d"}} 2018-09-03 00:36:22,477 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b3e5679c-d14e-4b9e-87d7-0ce8c5e8a97f 2018-09-03 00:36:22,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.810297966s 2018-09-03 00:36:22,478 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b3e5679c-d14e-4b9e-87d7-0ce8c5e8a97f 2018-09-03 00:36:22,478 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T00:36:18Z', u'revision_number': 4, u'ha': True, u'id': u'dd5cfd9f-d9e2-49b0-a270-570108f4d7dd', u'external_gateway_info': {u'network_id': u'5bc0c085-e8af-4957-80a5-fb9edf37f0d6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b23d1ba4-f680-4ba8-b801-857e5242ded7', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_3048266d-091d-4217-9633-454a3d45673d', u'admin_state_up': True, u'tenant_id': u'7f6144bcf53043e6a47b35b340fa68e3', u'created_at': u'2018-09-03T00:36:17Z', u'flavor_id': None, u'routes': [], u'project_id': u'7f6144bcf53043e6a47b35b340fa68e3'}) 2018-09-03 00:36:22,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 00:36:22,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/dd5cfd9f-d9e2-49b0-a270-570108f4d7dd/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}25d7597187ede8f0fee8e4e372f763892fbcdf12" -d '{"subnet_id": "d8e229dd-7488-4e66-b8bf-97a1b67c7d3d"}' 2018-09-03 00:36:25,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cbda3272-560f-4ee2-85c3-65577f79e56e Date: Mon, 03 Sep 2018 00:36:25 GMT RESP BODY: {"network_id": "996e3b7a-56d1-40f1-9b20-61b12e01cfe6", "tenant_id": "7f6144bcf53043e6a47b35b340fa68e3", "subnet_id": "d8e229dd-7488-4e66-b8bf-97a1b67c7d3d", "subnet_ids": ["d8e229dd-7488-4e66-b8bf-97a1b67c7d3d"], "port_id": "4122f6b9-03c5-4ef5-b71c-10ae8ad68e57", "id": "dd5cfd9f-d9e2-49b0-a270-570108f4d7dd"} 2018-09-03 00:36:25,641 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/dd5cfd9f-d9e2-49b0-a270-570108f4d7dd/add_router_interface.json used request id req-cbda3272-560f-4ee2-85c3-65577f79e56e 2018-09-03 00:36:25,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.16265201569s 2018-09-03 00:36:25,642 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/dd5cfd9f-d9e2-49b0-a270-570108f4d7dd/add_router_interface.json used request id req-cbda3272-560f-4ee2-85c3-65577f79e56e returning object dd5cfd9f-d9e2-49b0-a270-570108f4d7dd 2018-09-03 00:36:25,758 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 00:36:25,758 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:13 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-03 00:36:25,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 00:36:25,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/dd5cfd9f-d9e2-49b0-a270-570108f4d7dd/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}25d7597187ede8f0fee8e4e372f763892fbcdf12" -d '{"subnet_id": "d8e229dd-7488-4e66-b8bf-97a1b67c7d3d"}' 2018-09-03 00:36:28,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fca0429b-691d-4cd7-8d54-6ebdba32e61d Date: Mon, 03 Sep 2018 00:36:28 GMT RESP BODY: {"network_id": "996e3b7a-56d1-40f1-9b20-61b12e01cfe6", "tenant_id": "7f6144bcf53043e6a47b35b340fa68e3", "subnet_id": "d8e229dd-7488-4e66-b8bf-97a1b67c7d3d", "subnet_ids": ["d8e229dd-7488-4e66-b8bf-97a1b67c7d3d"], "port_id": "4122f6b9-03c5-4ef5-b71c-10ae8ad68e57", "id": "dd5cfd9f-d9e2-49b0-a270-570108f4d7dd"} 2018-09-03 00:36:28,137 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/dd5cfd9f-d9e2-49b0-a270-570108f4d7dd/remove_router_interface.json used request id req-fca0429b-691d-4cd7-8d54-6ebdba32e61d 2018-09-03 00:36:28,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.37339997292s 2018-09-03 00:36:28,137 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/dd5cfd9f-d9e2-49b0-a270-570108f4d7dd/remove_router_interface.json used request id req-fca0429b-691d-4cd7-8d54-6ebdba32e61d returning object dd5cfd9f-d9e2-49b0-a270-570108f4d7dd 2018-09-03 00:36:28,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 00:36:28,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25d7597187ede8f0fee8e4e372f763892fbcdf12" 2018-09-03 00:36:29,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-5a9696e3-d8c4-434f-96b0-a3cbc4822f13 Date: Mon, 03 Sep 2018 00:36:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5bc0c085-e8af-4957-80a5-fb9edf37f0d6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b23d1ba4-f680-4ba8-b801-857e5242ded7", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7f6144bcf53043e6a47b35b340fa68e3", "created_at": "2018-09-03T00:36:17Z", "admin_state_up": true, "updated_at": "2018-09-03T00:36:26Z", "project_id": "7f6144bcf53043e6a47b35b340fa68e3", "flavor_id": null, "revision_number": 10, "routes": [], "ha": true, "id": "dd5cfd9f-d9e2-49b0-a270-570108f4d7dd", "name": "tenantnetwork1-router_3048266d-091d-4217-9633-454a3d45673d"}]} 2018-09-03 00:36:29,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5a9696e3-d8c4-434f-96b0-a3cbc4822f13 2018-09-03 00:36:29,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.958499908447s 2018-09-03 00:36:29,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-5a9696e3-d8c4-434f-96b0-a3cbc4822f13 2018-09-03 00:36:29,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 00:36:29,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/dd5cfd9f-d9e2-49b0-a270-570108f4d7dd.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}25d7597187ede8f0fee8e4e372f763892fbcdf12" 2018-09-03 00:36:33,615 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-91383dc6-5039-44ca-8d0e-743d5a224208 Content-Length: 0 Date: Mon, 03 Sep 2018 00:36:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 00:36:33,615 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/dd5cfd9f-d9e2-49b0-a270-570108f4d7dd.json used request id req-91383dc6-5039-44ca-8d0e-743d5a224208 2018-09-03 00:36:33,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.51710295677s 2018-09-03 00:36:33,616 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/dd5cfd9f-d9e2-49b0-a270-570108f4d7dd.json used request id req-91383dc6-5039-44ca-8d0e-743d5a224208 2018-09-03 00:36:33,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 00:36:33,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25d7597187ede8f0fee8e4e372f763892fbcdf12" 2018-09-03 00:36:34,634 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-16955d35-e073-440b-aa5e-5854e4af90c8 Date: Mon, 03 Sep 2018 00:36:34 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-03T00:33:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b23d1ba4-f680-4ba8-b801-857e5242ded7","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"800104e5d4fa4c1ca78d415340cb1b53","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:33:05Z","ip_version":4},{"updated_at":"2018-09-03T00:36:15Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"d8e229dd-7488-4e66-b8bf-97a1b67c7d3d","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"7f6144bcf53043e6a47b35b340fa68e3","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_3048266d-091d-4217-9633-454a3d45673d","enable_dhcp":true,"segment_id":null,"network_id":"996e3b7a-56d1-40f1-9b20-61b12e01cfe6","tenant_id":"7f6144bcf53043e6a47b35b340fa68e3","created_at":"2018-09-03T00:36:15Z","ip_version":4}]} 2018-09-03 00:36:34,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-16955d35-e073-440b-aa5e-5854e4af90c8 2018-09-03 00:36:34,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.01781797409s 2018-09-03 00:36:34,635 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-16955d35-e073-440b-aa5e-5854e4af90c8 2018-09-03 00:36:34,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 00:36:34,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/d8e229dd-7488-4e66-b8bf-97a1b67c7d3d.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}25d7597187ede8f0fee8e4e372f763892fbcdf12" 2018-09-03 00:36:36,720 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1cae8f3-991c-4760-9b84-0be6d8b94001 Date: Mon, 03 Sep 2018 00:36:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 00:36:36,720 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d8e229dd-7488-4e66-b8bf-97a1b67c7d3d.json used request id req-f1cae8f3-991c-4760-9b84-0be6d8b94001 2018-09-03 00:36:36,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.08399891853s 2018-09-03 00:36:36,720 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/d8e229dd-7488-4e66-b8bf-97a1b67c7d3d.json used request id req-f1cae8f3-991c-4760-9b84-0be6d8b94001 2018-09-03 00:36:36,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 00:36:36,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}25d7597187ede8f0fee8e4e372f763892fbcdf12" 2018-09-03 00:36:37,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-a7dbf15c-e721-48cd-845a-bd584fbb7c05 Date: Mon, 03 Sep 2018 00:36:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"800104e5d4fa4c1ca78d415340cb1b53","l2_adjacency":true,"status":"ACTIVE","subnets":["b23d1ba4-f680-4ba8-b801-857e5242ded7"],"description":"","tags":[],"updated_at":"2018-09-03T00:33:05Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:32:57Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"996e3b7a-56d1-40f1-9b20-61b12e01cfe6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"7f6144bcf53043e6a47b35b340fa68e3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T00:36:36Z","qos_policy_id":null,"name":"tenantnetwork1-net_3048266d-091d-4217-9633-454a3d45673d","admin_state_up":true,"tenant_id":"7f6144bcf53043e6a47b35b340fa68e3","created_at":"2018-09-03T00:36:13Z","provider:network_type":"vxlan"}]} 2018-09-03 00:36:37,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-a7dbf15c-e721-48cd-845a-bd584fbb7c05 2018-09-03 00:36:37,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09436392784s 2018-09-03 00:36:37,816 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-a7dbf15c-e721-48cd-845a-bd584fbb7c05 2018-09-03 00:36:37,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 00:36:37,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/996e3b7a-56d1-40f1-9b20-61b12e01cfe6.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}25d7597187ede8f0fee8e4e372f763892fbcdf12" 2018-09-03 00:36:39,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f398597f-5aee-499d-85fa-841d1c9e33ae Date: Mon, 03 Sep 2018 00:36:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 00:36:39,477 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/996e3b7a-56d1-40f1-9b20-61b12e01cfe6.json used request id req-f398597f-5aee-499d-85fa-841d1c9e33ae 2018-09-03 00:36:39,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.65992093086s 2018-09-03 00:36:39,477 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/996e3b7a-56d1-40f1-9b20-61b12e01cfe6.json used request id req-f398597f-5aee-499d-85fa-841d1c9e33ae 2018-09-03 00:36:39,530 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 00:36:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 00:36:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 00:36:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 00:36:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 00:36:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 00:36:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 00:36:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 00:36:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 00:36:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 00:36:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 00:36:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 00:36:39,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 00:36:39,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7999a82e-f673-4f7b-888a-12355d2c380e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-03 00:36:39,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000//v3 used request id req-7999a82e-f673-4f7b-888a-12355d2c380e 2018-09-03 00:36:39,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-03 00:36:39,974 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9f98d1c195d643e59d5f4934bfd1acc0", "name": "admin"}], "expires_at": "2018-09-03T01:36:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f6144bcf53043e6a47b35b340fa68e3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36f32d8b596946c99cceddb7ca8a47c8"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba28d26a111f43468841fa7775b324fc"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d925f97db15749c6955e26ab5f1ad8f8"}], "type": "compute", "id": "00d1bc81984c45eba1245279575bf4eb", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6558d6496353406abf756446a4a29c4b"}, {"url": "http://172.30.9.26:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6acba7c24dec483db1941a884850a431"}, {"url": "http://192.30.9.3:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6dcfc3fd590c404e848136510bb1790a"}], "type": "volumev3", "id": "187f103be8a74300ae7e1b29f721ad41", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b3300e8aebf34a6fb8e84c0cccbfc593"}, {"url": "http://172.30.9.26:8080/v1/AUTH_7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4949ff5799b457da3c582beb55f11a8"}, {"url": "http://12.0.0.33:8080/v1/AUTH_7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7b0065d4de8493786c4e61eda8e54bd"}], "type": "object-store", "id": "39ca2d3b45594422af888ff3b35b3258", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "01eb7d0f5672450fb64f79cbb680b5ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e10291a77255438384219ef9833751e6"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8da194b82444a9c988bc45e533a206f"}], "type": "alarming", "id": "4c154cf6f89848caa0a80771ff2e0b4f", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11a4c08e107a44cc9c927b3fadcf3f6b"}, {"url": "http://172.30.9.26:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ff3280c5ddd470ab9d91e5c3e7f222a"}, {"url": "http://192.30.9.3:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c12c9e3af733439bbc5dafba3350fec8"}], "type": "orchestration", "id": "4e71d104debf4374abed57395bfe8bcc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "181ea189a20341129a61e8a3f598034a"}, {"url": "http://172.30.9.26:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dc2a06c98c4432dbec9ee505ff6fcc5"}, {"url": "http://192.30.9.3:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b14c7cefe03d414f97ef980db987e5e4"}], "type": "volume", "id": "5b9ed015a77340ecbc65e1db7fd13cab", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10bb7b76e4f6402291c02599dadf8570"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d925699397e4520b0447fecaeb8536d"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a7e58b182b1475bb0931a12bf991858"}], "type": "network", "id": "7093809b2322444490a6ed1555910a7b", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0879e752d2cc405da6df50d65a788db4"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3725eeb6f25a4a5b9c8aa348b0d9d00d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9608c180d15e4713bd17c833f81460c7"}], "type": "image", "id": "78d3d70870084f9caaf916ce69e5b72f", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "401ba6e504a04e3bad0a9be4690b4967"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d860f2b755ce43a3afb2f1a1a711de24"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0ffadfbe4c042cc889cae524dcb2c80"}], "type": "metric", "id": "8163333ed98f43a6a2724db1cabd3298", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b1a0014c1b04935ae40fb64b50159fd"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f095b1cc76fd4e63aa1d38062bac0d12"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2e8fc63321f4725999a7e19c9963389"}], "type": "identity", "id": "a87c7886a7234fde90077f656a68b290", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0905c8e58ba64dfb9c99fdb61f658f88"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86b41ccadee34fe28a083f35e2429fb0"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4ddc6d9b51e4dcca26912831b09a190"}], "type": "cloudformation", "id": "d4b328659d224c9aa0fea86c5511e3a8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "08d6402d3eff4e12a59bf6ef0dbe9e8e"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "721c2aee4739406f92835dee29a8497d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb0ebf3427ff4a398b2c254fd7e6e042"}], "type": "placement", "id": "dda8e738eaa24750a16b21667fa766b4", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03c60e3208354b6489ae1b6db5e08c3f"}, {"url": "http://192.30.9.3:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8428e450f48c4bd5ad84828afe15ead5"}, {"url": "http://192.30.9.3:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcc9ce8e45e744e99638e127399f3fa0"}], "type": "volumev2", "id": "e3d9cac814f642118e37e78da9a33b3a", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "edb265f00b7f476facd3bc8a2c1e35fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ed5585e8be4fc5a6744673b6a872ec"}, {"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5211e4d9844f4dd08973432ce20de6e6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f5d2493810bf466497ab5be1732c4faa"}], "type": "event", "id": "f4bb9c6954344e89ae3ecb184c18a920", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aacad01ed3ac4e92829f5d56d1167b18"}, "audit_ids": ["1xKY9-MHT_mnxXsyWeGKaw"], "issued_at": "2018-09-03T00:36:39.000000Z"}} 2018-09-03 00:36:39,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 00:36:39,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:36:40,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-74b539a7-20a1-40fa-8f0d-5ad27bf8e706 Date: Mon, 03 Sep 2018 00:36:40 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"800104e5d4fa4c1ca78d415340cb1b53","l2_adjacency":true,"status":"ACTIVE","subnets":["b23d1ba4-f680-4ba8-b801-857e5242ded7"],"description":"","tags":[],"updated_at":"2018-09-03T00:33:05Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:32:57Z","provider:network_type":"flat"}]} 2018-09-03 00:36:40,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-74b539a7-20a1-40fa-8f0d-5ad27bf8e706 2018-09-03 00:36:40,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.315350055695s 2018-09-03 00:36:40,293 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-74b539a7-20a1-40fa-8f0d-5ad27bf8e706 2018-09-03 00:36:40,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 00:36:40,302 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 00:36:40 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://172.30.9.26:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-03 00:36:40,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 00:36:40,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:36:40,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8399fac-64b8-423c-8472-d94891e49031 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.26:5000/v3/domains/651d3f8f34ee414a8cfce8abf8aae5e7"}, "tags": [], "enabled": true, "id": "651d3f8f34ee414a8cfce8abf8aae5e7", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.26:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 00:36:40,408 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-d8399fac-64b8-423c-8472-d94891e49031 2018-09-03 00:36:40,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104477882385s 2018-09-03 00:36:40,408 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains used request id req-d8399fac-64b8-423c-8472-d94891e49031 2018-09-03 00:36:40,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-03 00:36:40,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_ba9766f0-9b3f-44ab-9410-0a51a45e873a"}}' 2018-09-03 00:36:40,679 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 00:36:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b4a517a-1472-4114-9860-cd9ccd103811 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.26:5000/v3/projects/dc11149612dd429c955962e28b0487b3"}, "tags": [], "enabled": true, "id": "dc11149612dd429c955962e28b0487b3", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ba9766f0-9b3f-44ab-9410-0a51a45e873a"}} 2018-09-03 00:36:40,679 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2b4a517a-1472-4114-9860-cd9ccd103811 2018-09-03 00:36:40,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.263067007065s 2018-09-03 00:36:40,679 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/projects used request id req-2b4a517a-1472-4114-9860-cd9ccd103811 2018-09-03 00:36:40,680 - 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'dc11149612dd429c955962e28b0487b3', '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_ba9766f0-9b3f-44ab-9410-0a51a45e873a'}) 2018-09-03 00:36:40,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-03 00:36:40,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "db6542fa-079c-4935-93dd-a010f57f6d6c", "email": null, "name": "tenantnetwork2-user_ba9766f0-9b3f-44ab-9410-0a51a45e873a"}}' 2018-09-03 00:36:41,183 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 00:36:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8cd9f13-2d84-410d-9d0c-081551769c3f Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_ba9766f0-9b3f-44ab-9410-0a51a45e873a", "links": {"self": "http://172.30.9.26:5000/v3/users/a204298d84984c82bfa085fafdafa49e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a204298d84984c82bfa085fafdafa49e", "domain_id": "default", "password_expires_at": null}} 2018-09-03 00:36:41,183 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-f8cd9f13-2d84-410d-9d0c-081551769c3f 2018-09-03 00:36:41,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.496642112732s 2018-09-03 00:36:41,183 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/users used request id req-f8cd9f13-2d84-410d-9d0c-081551769c3f 2018-09-03 00:36:41,184 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a204298d84984c82bfa085fafdafa49e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_ba9766f0-9b3f-44ab-9410-0a51a45e873a'}) 2018-09-03 00:36:41,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 00:36:41,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:36:41,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-229a168d-7ac6-4011-815b-ee5c09c845e0 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54208d344bbb4c5bb4c10fe962c50df8", "links": {"self": "http://172.30.9.26:5000/v3/roles/54208d344bbb4c5bb4c10fe962c50df8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f98d1c195d643e59d5f4934bfd1acc0", "links": {"self": "http://172.30.9.26:5000/v3/roles/9f98d1c195d643e59d5f4934bfd1acc0"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a90db7cb5d434cef9f351a080db3c46e", "links": {"self": "http://172.30.9.26:5000/v3/roles/a90db7cb5d434cef9f351a080db3c46e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f6e088c281fd4d329ee81e53d3a413fa", "links": {"self": "http://172.30.9.26:5000/v3/roles/f6e088c281fd4d329ee81e53d3a413fa"}, "name": "swiftoperator"}]} 2018-09-03 00:36:41,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-229a168d-7ac6-4011-815b-ee5c09c845e0 2018-09-03 00:36:41,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175467967987s 2018-09-03 00:36:41,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-229a168d-7ac6-4011-815b-ee5c09c845e0 2018-09-03 00:36:41,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 00:36:41,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:36:41,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-566978ca-40e3-4ca6-814f-2a75a35c5351 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54208d344bbb4c5bb4c10fe962c50df8", "links": {"self": "http://172.30.9.26:5000/v3/roles/54208d344bbb4c5bb4c10fe962c50df8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9f98d1c195d643e59d5f4934bfd1acc0", "links": {"self": "http://172.30.9.26:5000/v3/roles/9f98d1c195d643e59d5f4934bfd1acc0"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a90db7cb5d434cef9f351a080db3c46e", "links": {"self": "http://172.30.9.26:5000/v3/roles/a90db7cb5d434cef9f351a080db3c46e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f6e088c281fd4d329ee81e53d3a413fa", "links": {"self": "http://172.30.9.26:5000/v3/roles/f6e088c281fd4d329ee81e53d3a413fa"}, "name": "swiftoperator"}]} 2018-09-03 00:36:41,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-566978ca-40e3-4ca6-814f-2a75a35c5351 2018-09-03 00:36:41,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0941770076752s 2018-09-03 00:36:41,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-566978ca-40e3-4ca6-814f-2a75a35c5351 2018-09-03 00:36:41,464 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-03 00:36:41,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-09-03 00:36:41,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" -d '{"role": {"name": "Member"}}' 2018-09-03 00:36:41,626 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 00:36:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-17472015-10a6-40b9-bc77-c4f093b3cc22 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6260ad5669e348c3b56ca149f310dc14", "links": {"self": "http://172.30.9.26:5000/v3/roles/6260ad5669e348c3b56ca149f310dc14"}, "name": "Member"}} 2018-09-03 00:36:41,626 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-17472015-10a6-40b9-bc77-c4f093b3cc22 2018-09-03 00:36:41,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.15829205513s 2018-09-03 00:36:41,627 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.26:5000/v3/roles used request id req-17472015-10a6-40b9-bc77-c4f093b3cc22 2018-09-03 00:36:41,627 - 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'6260ad5669e348c3b56ca149f310dc14'}) 2018-09-03 00:36:41,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 00:36:41,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:36:41,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e05ee8cb-8bc1-4259-b765-3828a330b8a9 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54208d344bbb4c5bb4c10fe962c50df8", "links": {"self": "http://172.30.9.26:5000/v3/roles/54208d344bbb4c5bb4c10fe962c50df8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6260ad5669e348c3b56ca149f310dc14", "links": {"self": "http://172.30.9.26:5000/v3/roles/6260ad5669e348c3b56ca149f310dc14"}, "name": "Member"}, {"domain_id": null, "id": "9f98d1c195d643e59d5f4934bfd1acc0", "links": {"self": "http://172.30.9.26:5000/v3/roles/9f98d1c195d643e59d5f4934bfd1acc0"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a90db7cb5d434cef9f351a080db3c46e", "links": {"self": "http://172.30.9.26:5000/v3/roles/a90db7cb5d434cef9f351a080db3c46e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f6e088c281fd4d329ee81e53d3a413fa", "links": {"self": "http://172.30.9.26:5000/v3/roles/f6e088c281fd4d329ee81e53d3a413fa"}, "name": "swiftoperator"}]} 2018-09-03 00:36:41,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e05ee8cb-8bc1-4259-b765-3828a330b8a9 2018-09-03 00:36:41,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100363969803s 2018-09-03 00:36:41,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-e05ee8cb-8bc1-4259-b765-3828a330b8a9 2018-09-03 00:36:41,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 00:36:41,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:36:41,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7075081a-bae9-4828-8b84-58c2599d2afd Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.26:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-03 00:36:41,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-7075081a-bae9-4828-8b84-58c2599d2afd 2018-09-03 00:36:41,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.218995094299s 2018-09-03 00:36:41,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/domains/default used request id req-7075081a-bae9-4828-8b84-58c2599d2afd 2018-09-03 00:36:41,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 00:36:41,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:36:42,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e70d7bb-0f70-45c9-a86c-2c0173fa7bdb Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/001013d6ff404ef8ad9cce367b177b25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "001013d6ff404ef8ad9cce367b177b25", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/0af4c501e01b4a319ca1fdfa4c2766b5"}, "domain_id": "651d3f8f34ee414a8cfce8abf8aae5e7", "enabled": true, "options": {}, "id": "0af4c501e01b4a319ca1fdfa4c2766b5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/15fa2af7653c48e3b620e0cce1350891"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15fa2af7653c48e3b620e0cce1350891", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/1903de1de8df43beadb2aa7b4a69c77f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1903de1de8df43beadb2aa7b4a69c77f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/28fa5b3cb7e84b7da558b2a0d4ab10c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28fa5b3cb7e84b7da558b2a0d4ab10c5", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/322863046646440688392e9f1b54cfb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "322863046646440688392e9f1b54cfb5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/37f1103d96a1421a909edf2bf78eb22b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37f1103d96a1421a909edf2bf78eb22b", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5b9b7191469c48ca8f61990aeb56a1cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b9b7191469c48ca8f61990aeb56a1cf", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/88bb0d7607bd48029624f33d8c446d72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88bb0d7607bd48029624f33d8c446d72", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_ba9766f0-9b3f-44ab-9410-0a51a45e873a", "links": {"self": "http://172.30.9.26:5000/v3/users/a204298d84984c82bfa085fafdafa49e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a204298d84984c82bfa085fafdafa49e", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/aacad01ed3ac4e92829f5d56d1167b18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aacad01ed3ac4e92829f5d56d1167b18", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/c5adee1d3c5d447880446ad135ade770"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c5adee1d3c5d447880446ad135ade770", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/d2f3d3fe51ae466989630e09cd1df3ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2f3d3fe51ae466989630e09cd1df3ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/d60735a0048b4b4f82a5a6a79edfe941"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d60735a0048b4b4f82a5a6a79edfe941", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/fd4ed8888dde457786232d5a479ab558"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4ed8888dde457786232d5a479ab558", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-03 00:36:42,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9e70d7bb-0f70-45c9-a86c-2c0173fa7bdb 2018-09-03 00:36:42,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.164141893387s 2018-09-03 00:36:42,121 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-9e70d7bb-0f70-45c9-a86c-2c0173fa7bdb 2018-09-03 00:36:42,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 00:36:42,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:36:42,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7467c632-c757-47f4-b0b5-262b16288388 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/7f6144bcf53043e6a47b35b340fa68e3"}, "tags": [], "enabled": true, "id": "7f6144bcf53043e6a47b35b340fa68e3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53"}, "tags": [], "enabled": true, "id": "800104e5d4fa4c1ca78d415340cb1b53", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.26:5000/v3/projects/dc11149612dd429c955962e28b0487b3"}, "tags": [], "enabled": true, "id": "dc11149612dd429c955962e28b0487b3", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ba9766f0-9b3f-44ab-9410-0a51a45e873a"}]} 2018-09-03 00:36:42,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-7467c632-c757-47f4-b0b5-262b16288388 2018-09-03 00:36:42,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.166949033737s 2018-09-03 00:36:42,300 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects?domain_id=default used request id req-7467c632-c757-47f4-b0b5-262b16288388 2018-09-03 00:36:42,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 00:36:42,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:5000/v3/role_assignments?user.id=a204298d84984c82bfa085fafdafa49e&role.id=6260ad5669e348c3b56ca149f310dc14&scope.project.id=dc11149612dd429c955962e28b0487b3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:36:42,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3218468f-b83d-49f2-9713-dcdc9ae84183 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.26:5000/v3/role_assignments?user.id=a204298d84984c82bfa085fafdafa49e&role.id=6260ad5669e348c3b56ca149f310dc14&scope.project.id=dc11149612dd429c955962e28b0487b3", "previous": null, "next": null}} 2018-09-03 00:36:42,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=a204298d84984c82bfa085fafdafa49e&role.id=6260ad5669e348c3b56ca149f310dc14&scope.project.id=dc11149612dd429c955962e28b0487b3 used request id req-3218468f-b83d-49f2-9713-dcdc9ae84183 2018-09-03 00:36:42,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.202918052673s 2018-09-03 00:36:42,510 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/role_assignments?user.id=a204298d84984c82bfa085fafdafa49e&role.id=6260ad5669e348c3b56ca149f310dc14&scope.project.id=dc11149612dd429c955962e28b0487b3 used request id req-3218468f-b83d-49f2-9713-dcdc9ae84183 2018-09-03 00:36:42,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-03 00:36:42,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:5000/v3/projects/dc11149612dd429c955962e28b0487b3/users/a204298d84984c82bfa085fafdafa49e/roles/6260ad5669e348c3b56ca149f310dc14 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:36:42,701 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 00:36:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d22762d-82c4-4696-b9c4-6de42ec8e5da Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 00:36:42,701 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/dc11149612dd429c955962e28b0487b3/users/a204298d84984c82bfa085fafdafa49e/roles/6260ad5669e348c3b56ca149f310dc14 used request id req-5d22762d-82c4-4696-b9c4-6de42ec8e5da 2018-09-03 00:36:42,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.186850786209s 2018-09-03 00:36:42,701 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.26:5000/v3/projects/dc11149612dd429c955962e28b0487b3/users/a204298d84984c82bfa085fafdafa49e/roles/6260ad5669e348c3b56ca149f310dc14 used request id req-5d22762d-82c4-4696-b9c4-6de42ec8e5da 2018-09-03 00:36:42,702 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_ba9766f0-9b3f-44ab-9410-0a51a45e873a', 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'dc11149612dd429c955962e28b0487b3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'db6542fa-079c-4935-93dd-a010f57f6d6c', 'username': u'tenantnetwork2-user_ba9766f0-9b3f-44ab-9410-0a51a45e873a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.26:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-03 00:36:42,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 00:36:42,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 00:36:42,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 00:36:42,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 00:36:42,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 00:36:42,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 00:36:42,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 00:36:42,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 00:36:42,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 00:36:42,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 00:36:42,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 00:36:42,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 00:36:42,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 00:36:42,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 00:36:42,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 00:36:42,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 00:36:42,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 00:36:42,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 00:36:42,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 00:36:42,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 00:36:42,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 00:36:42,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 00:36:42,707 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_ba9766f0-9b3f-44ab-9410-0a51a45e873a', 'password': 'db6542fa-079c-4935-93dd-a010f57f6d6c', 'project_name': 'tenantnetwork2-project_ba9766f0-9b3f-44ab-9410-0a51a45e873a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.26:5000//v3', 'project_id': 'dc11149612dd429c955962e28b0487b3', 'project_domain_name': 'Default'} 2018-09-03 00:36:42,707 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-03 00:36:42,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 00:36:42,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:36:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-900a6f80-6d18-4f7a-ad37-4456119d45b9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-03 00:36:42,716 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000//v3 used request id req-900a6f80-6d18-4f7a-ad37-4456119d45b9 2018-09-03 00:36:42,717 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-03 00:36:43,202 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "6260ad5669e348c3b56ca149f310dc14", "name": "Member"}], "expires_at": "2018-09-03T01:36:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc11149612dd429c955962e28b0487b3", "name": "tenantnetwork2-project_ba9766f0-9b3f-44ab-9410-0a51a45e873a"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36f32d8b596946c99cceddb7ca8a47c8"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba28d26a111f43468841fa7775b324fc"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d925f97db15749c6955e26ab5f1ad8f8"}], "type": "compute", "id": "00d1bc81984c45eba1245279575bf4eb", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/dc11149612dd429c955962e28b0487b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6558d6496353406abf756446a4a29c4b"}, {"url": "http://172.30.9.26:8776/v3/dc11149612dd429c955962e28b0487b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6acba7c24dec483db1941a884850a431"}, {"url": "http://192.30.9.3:8776/v3/dc11149612dd429c955962e28b0487b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6dcfc3fd590c404e848136510bb1790a"}], "type": "volumev3", "id": "187f103be8a74300ae7e1b29f721ad41", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b3300e8aebf34a6fb8e84c0cccbfc593"}, {"url": "http://172.30.9.26:8080/v1/AUTH_dc11149612dd429c955962e28b0487b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4949ff5799b457da3c582beb55f11a8"}, {"url": "http://12.0.0.33:8080/v1/AUTH_dc11149612dd429c955962e28b0487b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7b0065d4de8493786c4e61eda8e54bd"}], "type": "object-store", "id": "39ca2d3b45594422af888ff3b35b3258", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "01eb7d0f5672450fb64f79cbb680b5ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e10291a77255438384219ef9833751e6"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8da194b82444a9c988bc45e533a206f"}], "type": "alarming", "id": "4c154cf6f89848caa0a80771ff2e0b4f", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/dc11149612dd429c955962e28b0487b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11a4c08e107a44cc9c927b3fadcf3f6b"}, {"url": "http://172.30.9.26:8004/v1/dc11149612dd429c955962e28b0487b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ff3280c5ddd470ab9d91e5c3e7f222a"}, {"url": "http://192.30.9.3:8004/v1/dc11149612dd429c955962e28b0487b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c12c9e3af733439bbc5dafba3350fec8"}], "type": "orchestration", "id": "4e71d104debf4374abed57395bfe8bcc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/dc11149612dd429c955962e28b0487b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "181ea189a20341129a61e8a3f598034a"}, {"url": "http://172.30.9.26:8776/v1/dc11149612dd429c955962e28b0487b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dc2a06c98c4432dbec9ee505ff6fcc5"}, {"url": "http://192.30.9.3:8776/v1/dc11149612dd429c955962e28b0487b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b14c7cefe03d414f97ef980db987e5e4"}], "type": "volume", "id": "5b9ed015a77340ecbc65e1db7fd13cab", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10bb7b76e4f6402291c02599dadf8570"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d925699397e4520b0447fecaeb8536d"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a7e58b182b1475bb0931a12bf991858"}], "type": "network", "id": "7093809b2322444490a6ed1555910a7b", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0879e752d2cc405da6df50d65a788db4"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3725eeb6f25a4a5b9c8aa348b0d9d00d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9608c180d15e4713bd17c833f81460c7"}], "type": "image", "id": "78d3d70870084f9caaf916ce69e5b72f", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "401ba6e504a04e3bad0a9be4690b4967"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d860f2b755ce43a3afb2f1a1a711de24"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0ffadfbe4c042cc889cae524dcb2c80"}], "type": "metric", "id": "8163333ed98f43a6a2724db1cabd3298", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b1a0014c1b04935ae40fb64b50159fd"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f095b1cc76fd4e63aa1d38062bac0d12"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2e8fc63321f4725999a7e19c9963389"}], "type": "identity", "id": "a87c7886a7234fde90077f656a68b290", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0905c8e58ba64dfb9c99fdb61f658f88"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86b41ccadee34fe28a083f35e2429fb0"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4ddc6d9b51e4dcca26912831b09a190"}], "type": "cloudformation", "id": "d4b328659d224c9aa0fea86c5511e3a8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "08d6402d3eff4e12a59bf6ef0dbe9e8e"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "721c2aee4739406f92835dee29a8497d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb0ebf3427ff4a398b2c254fd7e6e042"}], "type": "placement", "id": "dda8e738eaa24750a16b21667fa766b4", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/dc11149612dd429c955962e28b0487b3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03c60e3208354b6489ae1b6db5e08c3f"}, {"url": "http://192.30.9.3:8776/v2/dc11149612dd429c955962e28b0487b3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8428e450f48c4bd5ad84828afe15ead5"}, {"url": "http://192.30.9.3:8776/v2/dc11149612dd429c955962e28b0487b3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcc9ce8e45e744e99638e127399f3fa0"}], "type": "volumev2", "id": "e3d9cac814f642118e37e78da9a33b3a", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "edb265f00b7f476facd3bc8a2c1e35fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ed5585e8be4fc5a6744673b6a872ec"}, {"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5211e4d9844f4dd08973432ce20de6e6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f5d2493810bf466497ab5be1732c4faa"}], "type": "event", "id": "f4bb9c6954344e89ae3ecb184c18a920", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_ba9766f0-9b3f-44ab-9410-0a51a45e873a", "id": "a204298d84984c82bfa085fafdafa49e"}, "audit_ids": ["N76Gneh_T1iYZYK9IuZUBQ"], "issued_at": "2018-09-03T00:36:43.000000Z"}} 2018-09-03 00:36:43,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 00:36:43,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" -d '{"network": {"name": "tenantnetwork2-net_ba9766f0-9b3f-44ab-9410-0a51a45e873a", "admin_state_up": true}}' 2018-09-03 00:36:44,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-fccf778c-49d7-4822-aecb-c2882652c748 Date: Mon, 03 Sep 2018 00:36:44 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9aa67eb4-80c4-4ff7-a82a-3406d90dfdab","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dc11149612dd429c955962e28b0487b3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T00:36:44Z","is_default":false,"name":"tenantnetwork2-net_ba9766f0-9b3f-44ab-9410-0a51a45e873a","qos_policy_id":null,"admin_state_up":true,"tenant_id":"dc11149612dd429c955962e28b0487b3","created_at":"2018-09-03T00:36:44Z","mtu":1450}} 2018-09-03 00:36:44,673 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fccf778c-49d7-4822-aecb-c2882652c748 2018-09-03 00:36:44,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.46827411652s 2018-09-03 00:36:44,673 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-fccf778c-49d7-4822-aecb-c2882652c748 2018-09-03 00:36:44,674 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-03T00:36:44Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'id': u'9aa67eb4-80c4-4ff7-a82a-3406d90dfdab', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_ba9766f0-9b3f-44ab-9410-0a51a45e873a', u'admin_state_up': True, u'tenant_id': u'dc11149612dd429c955962e28b0487b3', u'created_at': u'2018-09-03T00:36:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dc11149612dd429c955962e28b0487b3', u'l2_adjacency': True}) 2018-09-03 00:36:44,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 00:36:44,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" 2018-09-03 00:36:45,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-bb9ea597-a95c-43fd-b054-000dc5c5fcdb Date: Mon, 03 Sep 2018 00:36:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"800104e5d4fa4c1ca78d415340cb1b53","l2_adjacency":true,"status":"ACTIVE","subnets":["b23d1ba4-f680-4ba8-b801-857e5242ded7"],"description":"","tags":[],"updated_at":"2018-09-03T00:33:05Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:32:57Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"9aa67eb4-80c4-4ff7-a82a-3406d90dfdab","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dc11149612dd429c955962e28b0487b3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T00:36:44Z","qos_policy_id":null,"name":"tenantnetwork2-net_ba9766f0-9b3f-44ab-9410-0a51a45e873a","admin_state_up":true,"tenant_id":"dc11149612dd429c955962e28b0487b3","created_at":"2018-09-03T00:36:44Z","mtu":1450}]} 2018-09-03 00:36:45,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-bb9ea597-a95c-43fd-b054-000dc5c5fcdb 2018-09-03 00:36:45,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.972645998001s 2018-09-03 00:36:45,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-bb9ea597-a95c-43fd-b054-000dc5c5fcdb 2018-09-03 00:36:45,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 00:36:45,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" -d '{"subnet": {"name": "tenantnetwork2-subnet_ba9766f0-9b3f-44ab-9410-0a51a45e873a", "enable_dhcp": true, "network_id": "9aa67eb4-80c4-4ff7-a82a-3406d90dfdab", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 00:36:47,199 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-db3e8f33-7755-46e4-a62b-949b050f6e55 Date: Mon, 03 Sep 2018 00:36:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa67eb4-80c4-4ff7-a82a-3406d90dfdab","tenant_id":"dc11149612dd429c955962e28b0487b3","created_at":"2018-09-03T00:36:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T00:36:46Z","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":"dc11149612dd429c955962e28b0487b3","id":"6089cff7-8a11-4b92-96ef-87eeeae2b2ca","subnetpool_id":null,"name":"tenantnetwork2-subnet_ba9766f0-9b3f-44ab-9410-0a51a45e873a"}} 2018-09-03 00:36:47,200 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-db3e8f33-7755-46e4-a62b-949b050f6e55 2018-09-03 00:36:47,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.55056405067s 2018-09-03 00:36:47,200 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-db3e8f33-7755-46e4-a62b-949b050f6e55 2018-09-03 00:36:47,200 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T00:36:46Z', 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'6089cff7-8a11-4b92-96ef-87eeeae2b2ca', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_ba9766f0-9b3f-44ab-9410-0a51a45e873a', u'enable_dhcp': True, u'network_id': u'9aa67eb4-80c4-4ff7-a82a-3406d90dfdab', u'tenant_id': u'dc11149612dd429c955962e28b0487b3', u'created_at': u'2018-09-03T00:36:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'dc11149612dd429c955962e28b0487b3'}) 2018-09-03 00:36:47,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 00:36:47,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" -d '{"router": {"external_gateway_info": {"network_id": "5bc0c085-e8af-4957-80a5-fb9edf37f0d6"}, "name": "tenantnetwork2-router_ba9766f0-9b3f-44ab-9410-0a51a45e873a", "admin_state_up": true}}' 2018-09-03 00:36:53,403 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-adb03a25-47df-415a-a522-d0d27562dccd Date: Mon, 03 Sep 2018 00:36:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5bc0c085-e8af-4957-80a5-fb9edf37f0d6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b23d1ba4-f680-4ba8-b801-857e5242ded7", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "dc11149612dd429c955962e28b0487b3", "created_at": "2018-09-03T00:36:48Z", "admin_state_up": true, "updated_at": "2018-09-03T00:36:49Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "dc11149612dd429c955962e28b0487b3", "id": "b0ba6361-0363-4afc-a953-07932a67d694", "name": "tenantnetwork2-router_ba9766f0-9b3f-44ab-9410-0a51a45e873a"}} 2018-09-03 00:36:53,403 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-adb03a25-47df-415a-a522-d0d27562dccd 2018-09-03 00:36:53,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.202491045s 2018-09-03 00:36:53,404 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-adb03a25-47df-415a-a522-d0d27562dccd 2018-09-03 00:36:53,404 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T00:36:49Z', u'revision_number': 4, u'id': u'b0ba6361-0363-4afc-a953-07932a67d694', u'external_gateway_info': {u'network_id': u'5bc0c085-e8af-4957-80a5-fb9edf37f0d6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b23d1ba4-f680-4ba8-b801-857e5242ded7', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_ba9766f0-9b3f-44ab-9410-0a51a45e873a', u'admin_state_up': True, u'tenant_id': u'dc11149612dd429c955962e28b0487b3', u'created_at': u'2018-09-03T00:36:48Z', u'flavor_id': None, u'routes': [], u'project_id': u'dc11149612dd429c955962e28b0487b3'}) 2018-09-03 00:36:53,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 00:36:53,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/b0ba6361-0363-4afc-a953-07932a67d694/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}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" -d '{"subnet_id": "6089cff7-8a11-4b92-96ef-87eeeae2b2ca"}' 2018-09-03 00:36:56,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-09867f36-7a54-4997-a86d-07a67cc3bce7 Date: Mon, 03 Sep 2018 00:36:56 GMT RESP BODY: {"network_id": "9aa67eb4-80c4-4ff7-a82a-3406d90dfdab", "tenant_id": "dc11149612dd429c955962e28b0487b3", "subnet_id": "6089cff7-8a11-4b92-96ef-87eeeae2b2ca", "subnet_ids": ["6089cff7-8a11-4b92-96ef-87eeeae2b2ca"], "port_id": "5bdfd4fb-2c4b-4503-84ba-585ba383c979", "id": "b0ba6361-0363-4afc-a953-07932a67d694"} 2018-09-03 00:36:56,115 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b0ba6361-0363-4afc-a953-07932a67d694/add_router_interface.json used request id req-09867f36-7a54-4997-a86d-07a67cc3bce7 2018-09-03 00:36:56,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.71009802818s 2018-09-03 00:36:56,116 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b0ba6361-0363-4afc-a953-07932a67d694/add_router_interface.json used request id req-09867f36-7a54-4997-a86d-07a67cc3bce7 returning object b0ba6361-0363-4afc-a953-07932a67d694 2018-09-03 00:36:56,238 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 00:36:56,238 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:13 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-03 00:36:56,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 00:36:56,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/b0ba6361-0363-4afc-a953-07932a67d694/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}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" -d '{"subnet_id": "6089cff7-8a11-4b92-96ef-87eeeae2b2ca"}' 2018-09-03 00:36:59,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d073207a-7a60-4571-b70d-c7bc1cae79b2 Date: Mon, 03 Sep 2018 00:36:59 GMT RESP BODY: {"network_id": "9aa67eb4-80c4-4ff7-a82a-3406d90dfdab", "tenant_id": "dc11149612dd429c955962e28b0487b3", "subnet_id": "6089cff7-8a11-4b92-96ef-87eeeae2b2ca", "subnet_ids": ["6089cff7-8a11-4b92-96ef-87eeeae2b2ca"], "port_id": "5bdfd4fb-2c4b-4503-84ba-585ba383c979", "id": "b0ba6361-0363-4afc-a953-07932a67d694"} 2018-09-03 00:36:59,183 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b0ba6361-0363-4afc-a953-07932a67d694/remove_router_interface.json used request id req-d073207a-7a60-4571-b70d-c7bc1cae79b2 2018-09-03 00:36:59,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.93977999687s 2018-09-03 00:36:59,184 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/b0ba6361-0363-4afc-a953-07932a67d694/remove_router_interface.json used request id req-d073207a-7a60-4571-b70d-c7bc1cae79b2 returning object b0ba6361-0363-4afc-a953-07932a67d694 2018-09-03 00:36:59,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 00:36:59,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" 2018-09-03 00:36:59,319 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-74012c9e-51c8-457a-8f66-8c381949d4f6 Date: Mon, 03 Sep 2018 00:36:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5bc0c085-e8af-4957-80a5-fb9edf37f0d6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b23d1ba4-f680-4ba8-b801-857e5242ded7", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "dc11149612dd429c955962e28b0487b3", "created_at": "2018-09-03T00:36:48Z", "admin_state_up": true, "updated_at": "2018-09-03T00:36:57Z", "flavor_id": null, "revision_number": 10, "routes": [], "project_id": "dc11149612dd429c955962e28b0487b3", "id": "b0ba6361-0363-4afc-a953-07932a67d694", "name": "tenantnetwork2-router_ba9766f0-9b3f-44ab-9410-0a51a45e873a"}]} 2018-09-03 00:36:59,319 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-74012c9e-51c8-457a-8f66-8c381949d4f6 2018-09-03 00:36:59,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.134953022003s 2018-09-03 00:36:59,320 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-74012c9e-51c8-457a-8f66-8c381949d4f6 2018-09-03 00:36:59,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 00:36:59,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/b0ba6361-0363-4afc-a953-07932a67d694.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}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" 2018-09-03 00:37:02,860 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-693209cf-647e-47f4-9a67-1c98fa23bf2d Content-Length: 0 Date: Mon, 03 Sep 2018 00:37:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 00:37:02,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/b0ba6361-0363-4afc-a953-07932a67d694.json used request id req-693209cf-647e-47f4-9a67-1c98fa23bf2d 2018-09-03 00:37:02,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.53962182999s 2018-09-03 00:37:02,861 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/b0ba6361-0363-4afc-a953-07932a67d694.json used request id req-693209cf-647e-47f4-9a67-1c98fa23bf2d 2018-09-03 00:37:02,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 00:37:02,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" 2018-09-03 00:37:03,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-7f1c6c13-0334-4d81-8902-da5bc58670d1 Date: Mon, 03 Sep 2018 00:37:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9aa67eb4-80c4-4ff7-a82a-3406d90dfdab","tenant_id":"dc11149612dd429c955962e28b0487b3","created_at":"2018-09-03T00:36:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T00:36:46Z","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":"dc11149612dd429c955962e28b0487b3","id":"6089cff7-8a11-4b92-96ef-87eeeae2b2ca","subnetpool_id":null,"name":"tenantnetwork2-subnet_ba9766f0-9b3f-44ab-9410-0a51a45e873a"}]} 2018-09-03 00:37:03,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7f1c6c13-0334-4d81-8902-da5bc58670d1 2018-09-03 00:37:03,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.208394050598s 2018-09-03 00:37:03,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-7f1c6c13-0334-4d81-8902-da5bc58670d1 2018-09-03 00:37:03,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 00:37:03,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/6089cff7-8a11-4b92-96ef-87eeeae2b2ca.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}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" 2018-09-03 00:37:05,657 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1df6d80-3cda-43dc-be1e-2b513b6715d5 Date: Mon, 03 Sep 2018 00:37:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 00:37:05,657 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/6089cff7-8a11-4b92-96ef-87eeeae2b2ca.json used request id req-b1df6d80-3cda-43dc-be1e-2b513b6715d5 2018-09-03 00:37:05,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.58523607254s 2018-09-03 00:37:05,657 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/6089cff7-8a11-4b92-96ef-87eeeae2b2ca.json used request id req-b1df6d80-3cda-43dc-be1e-2b513b6715d5 2018-09-03 00:37:05,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 00:37:05,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" 2018-09-03 00:37:06,615 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-0192eb82-4183-4a5f-ad73-8298e034d8e7 Date: Mon, 03 Sep 2018 00:37:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"800104e5d4fa4c1ca78d415340cb1b53","l2_adjacency":true,"status":"ACTIVE","subnets":["b23d1ba4-f680-4ba8-b801-857e5242ded7"],"description":"","tags":[],"updated_at":"2018-09-03T00:33:05Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:32:57Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"id":"9aa67eb4-80c4-4ff7-a82a-3406d90dfdab","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dc11149612dd429c955962e28b0487b3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T00:37:05Z","qos_policy_id":null,"name":"tenantnetwork2-net_ba9766f0-9b3f-44ab-9410-0a51a45e873a","admin_state_up":true,"tenant_id":"dc11149612dd429c955962e28b0487b3","created_at":"2018-09-03T00:36:44Z","mtu":1450}]} 2018-09-03 00:37:06,615 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0192eb82-4183-4a5f-ad73-8298e034d8e7 2018-09-03 00:37:06,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.957252979279s 2018-09-03 00:37:06,616 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-0192eb82-4183-4a5f-ad73-8298e034d8e7 2018-09-03 00:37:06,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 00:37:06,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/9aa67eb4-80c4-4ff7-a82a-3406d90dfdab.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}fa496c2010d9b67681b43bdd3ca44bdf24558d8d" 2018-09-03 00:37:07,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-02f8f15c-acc3-4eab-8b19-f86ab587e721 Date: Mon, 03 Sep 2018 00:37:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 00:37:07,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/9aa67eb4-80c4-4ff7-a82a-3406d90dfdab.json used request id req-02f8f15c-acc3-4eab-8b19-f86ab587e721 2018-09-03 00:37:07,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.732223033905s 2018-09-03 00:37:07,349 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/9aa67eb4-80c4-4ff7-a82a-3406d90dfdab.json used request id req-02f8f15c-acc3-4eab-8b19-f86ab587e721 2018-09-03 00:37:07,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 00:37:07,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:37:07,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8084c948-b71e-46fc-a7a0-a4a180e400af Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.26:5000/v3/users/001013d6ff404ef8ad9cce367b177b25"}, "domain_id": "default", "enabled": true, "options": {}, "id": "001013d6ff404ef8ad9cce367b177b25", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.26:5000/v3/users/0af4c501e01b4a319ca1fdfa4c2766b5"}, "domain_id": "651d3f8f34ee414a8cfce8abf8aae5e7", "enabled": true, "options": {}, "id": "0af4c501e01b4a319ca1fdfa4c2766b5", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.26:5000/v3/users/15fa2af7653c48e3b620e0cce1350891"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15fa2af7653c48e3b620e0cce1350891", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.26:5000/v3/users/1903de1de8df43beadb2aa7b4a69c77f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1903de1de8df43beadb2aa7b4a69c77f", "email": "cinder@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.26:5000/v3/users/28fa5b3cb7e84b7da558b2a0d4ab10c5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "28fa5b3cb7e84b7da558b2a0d4ab10c5", "email": "neutron@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.26:5000/v3/users/322863046646440688392e9f1b54cfb5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "322863046646440688392e9f1b54cfb5", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.26:5000/v3/users/37f1103d96a1421a909edf2bf78eb22b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "37f1103d96a1421a909edf2bf78eb22b", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.26:5000/v3/users/5b9b7191469c48ca8f61990aeb56a1cf"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5b9b7191469c48ca8f61990aeb56a1cf", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.26:5000/v3/users/88bb0d7607bd48029624f33d8c446d72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "88bb0d7607bd48029624f33d8c446d72", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_ba9766f0-9b3f-44ab-9410-0a51a45e873a", "links": {"self": "http://172.30.9.26:5000/v3/users/a204298d84984c82bfa085fafdafa49e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a204298d84984c82bfa085fafdafa49e", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.26:5000/v3/users/aacad01ed3ac4e92829f5d56d1167b18"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aacad01ed3ac4e92829f5d56d1167b18", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.26:5000/v3/users/c5adee1d3c5d447880446ad135ade770"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c5adee1d3c5d447880446ad135ade770", "email": "nova@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.26:5000/v3/users/d2f3d3fe51ae466989630e09cd1df3ec"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d2f3d3fe51ae466989630e09cd1df3ec", "email": "aodh@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.26:5000/v3/users/d60735a0048b4b4f82a5a6a79edfe941"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d60735a0048b4b4f82a5a6a79edfe941", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.26:5000/v3/users/fd4ed8888dde457786232d5a479ab558"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4ed8888dde457786232d5a479ab558", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.26:5000/v3/users", "previous": null, "next": null}} 2018-09-03 00:37:07,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8084c948-b71e-46fc-a7a0-a4a180e400af 2018-09-03 00:37:07,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111774206161s 2018-09-03 00:37:07,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users used request id req-8084c948-b71e-46fc-a7a0-a4a180e400af 2018-09-03 00:37:07,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 00:37:07,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/users/a204298d84984c82bfa085fafdafa49e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:37:07,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3499113-c4f8-4917-91a8-8ff83f033d1e Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_ba9766f0-9b3f-44ab-9410-0a51a45e873a", "links": {"self": "http://172.30.9.26:5000/v3/users/a204298d84984c82bfa085fafdafa49e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a204298d84984c82bfa085fafdafa49e", "description": null}} 2018-09-03 00:37:07,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/a204298d84984c82bfa085fafdafa49e used request id req-e3499113-c4f8-4917-91a8-8ff83f033d1e 2018-09-03 00:37:07,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105815887451s 2018-09-03 00:37:07,574 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/users/a204298d84984c82bfa085fafdafa49e used request id req-e3499113-c4f8-4917-91a8-8ff83f033d1e 2018-09-03 00:37:07,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-03 00:37:07,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/users/a204298d84984c82bfa085fafdafa49e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:37:07,863 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 00:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d79d30d-5a4e-41ad-894f-25a983168be9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 00:37:07,864 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/a204298d84984c82bfa085fafdafa49e used request id req-1d79d30d-5a4e-41ad-894f-25a983168be9 2018-09-03 00:37:07,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.28927397728s 2018-09-03 00:37:07,864 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/users/a204298d84984c82bfa085fafdafa49e used request id req-1d79d30d-5a4e-41ad-894f-25a983168be9 2018-09-03 00:37:07,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 00:37:07,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:37:07,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-805625ec-3265-4100-809f-3683f850faae Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.26:5000/v3/projects/7f6144bcf53043e6a47b35b340fa68e3"}, "tags": [], "enabled": true, "id": "7f6144bcf53043e6a47b35b340fa68e3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.26:5000/v3/projects/800104e5d4fa4c1ca78d415340cb1b53"}, "tags": [], "enabled": true, "id": "800104e5d4fa4c1ca78d415340cb1b53", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.26:5000/v3/projects/dc11149612dd429c955962e28b0487b3"}, "tags": [], "enabled": true, "id": "dc11149612dd429c955962e28b0487b3", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ba9766f0-9b3f-44ab-9410-0a51a45e873a"}]} 2018-09-03 00:37:07,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-805625ec-3265-4100-809f-3683f850faae 2018-09-03 00:37:07,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0921010971069s 2018-09-03 00:37:07,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/projects used request id req-805625ec-3265-4100-809f-3683f850faae 2018-09-03 00:37:07,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-03 00:37:07,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/projects/dc11149612dd429c955962e28b0487b3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:37:08,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 00:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d0b7a10-2524-44f7-b81f-d897c0f2d615 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 00:37:08,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/dc11149612dd429c955962e28b0487b3 used request id req-1d0b7a10-2524-44f7-b81f-d897c0f2d615 2018-09-03 00:37:08,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.381031990051s 2018-09-03 00:37:08,349 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/projects/dc11149612dd429c955962e28b0487b3 used request id req-1d0b7a10-2524-44f7-b81f-d897c0f2d615 2018-09-03 00:37:08,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 00:37:08,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:37:08,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d7418c1-3d5f-46b1-9788-dc0bb756b946 Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.26:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "54208d344bbb4c5bb4c10fe962c50df8", "links": {"self": "http://172.30.9.26:5000/v3/roles/54208d344bbb4c5bb4c10fe962c50df8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "6260ad5669e348c3b56ca149f310dc14", "links": {"self": "http://172.30.9.26:5000/v3/roles/6260ad5669e348c3b56ca149f310dc14"}, "name": "Member"}, {"domain_id": null, "id": "9f98d1c195d643e59d5f4934bfd1acc0", "links": {"self": "http://172.30.9.26:5000/v3/roles/9f98d1c195d643e59d5f4934bfd1acc0"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.26:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "a90db7cb5d434cef9f351a080db3c46e", "links": {"self": "http://172.30.9.26:5000/v3/roles/a90db7cb5d434cef9f351a080db3c46e"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "f6e088c281fd4d329ee81e53d3a413fa", "links": {"self": "http://172.30.9.26:5000/v3/roles/f6e088c281fd4d329ee81e53d3a413fa"}, "name": "swiftoperator"}]} 2018-09-03 00:37:08,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8d7418c1-3d5f-46b1-9788-dc0bb756b946 2018-09-03 00:37:08,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0862262248993s 2018-09-03 00:37:08,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.26:5000/v3/roles used request id req-8d7418c1-3d5f-46b1-9788-dc0bb756b946 2018-09-03 00:37:08,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-09-03 00:37:08,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:5000/v3/roles/6260ad5669e348c3b56ca149f310dc14 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}147bad68b57f80d64b3638cdd81925e29c4ee207" 2018-09-03 00:37:08,611 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 00:37:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-833b6ac5-a193-4692-bc11-e4a286da8088 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 00:37:08,611 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/6260ad5669e348c3b56ca149f310dc14 used request id req-833b6ac5-a193-4692-bc11-e4a286da8088 2018-09-03 00:37:08,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.166905879974s 2018-09-03 00:37:08,611 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.26:5000/v3/roles/6260ad5669e348c3b56ca149f310dc14 used request id req-833b6ac5-a193-4692-bc11-e4a286da8088 2018-09-03 00:37:08,665 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 00:37:08,737 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 00:37:08,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 00:37:08,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 00:37:08,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 00:37:08,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 00:37:08,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 00:37:08,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 00:37:08,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 00:37:08,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 00:37:08,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 00:37:08,738 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 00:37:08,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 00:37:08,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 00:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf4b156-498c-4f3d-99a0-d318fe6a691a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.26:5000/v3/", "rel": "self"}]}} 2018-09-03 00:37:08,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.26:5000//v3 used request id req-dbf4b156-498c-4f3d-99a0-d318fe6a691a 2018-09-03 00:37:08,746 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.26:5000/v3/auth/tokens 2018-09-03 00:37:09,191 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9f98d1c195d643e59d5f4934bfd1acc0", "name": "admin"}], "expires_at": "2018-09-03T01:37:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7f6144bcf53043e6a47b35b340fa68e3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "36f32d8b596946c99cceddb7ca8a47c8"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ba28d26a111f43468841fa7775b324fc"}, {"url": "http://172.30.9.26:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d925f97db15749c6955e26ab5f1ad8f8"}], "type": "compute", "id": "00d1bc81984c45eba1245279575bf4eb", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6558d6496353406abf756446a4a29c4b"}, {"url": "http://172.30.9.26:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6acba7c24dec483db1941a884850a431"}, {"url": "http://192.30.9.3:8776/v3/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6dcfc3fd590c404e848136510bb1790a"}], "type": "volumev3", "id": "187f103be8a74300ae7e1b29f721ad41", "name": "cinderv3"}, {"endpoints": [{"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b3300e8aebf34a6fb8e84c0cccbfc593"}, {"url": "http://172.30.9.26:8080/v1/AUTH_7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b4949ff5799b457da3c582beb55f11a8"}, {"url": "http://12.0.0.33:8080/v1/AUTH_7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e7b0065d4de8493786c4e61eda8e54bd"}], "type": "object-store", "id": "39ca2d3b45594422af888ff3b35b3258", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "01eb7d0f5672450fb64f79cbb680b5ed"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e10291a77255438384219ef9833751e6"}, {"url": "http://172.30.9.26:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f8da194b82444a9c988bc45e533a206f"}], "type": "alarming", "id": "4c154cf6f89848caa0a80771ff2e0b4f", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "11a4c08e107a44cc9c927b3fadcf3f6b"}, {"url": "http://172.30.9.26:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ff3280c5ddd470ab9d91e5c3e7f222a"}, {"url": "http://192.30.9.3:8004/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c12c9e3af733439bbc5dafba3350fec8"}], "type": "orchestration", "id": "4e71d104debf4374abed57395bfe8bcc", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "181ea189a20341129a61e8a3f598034a"}, {"url": "http://172.30.9.26:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2dc2a06c98c4432dbec9ee505ff6fcc5"}, {"url": "http://192.30.9.3:8776/v1/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b14c7cefe03d414f97ef980db987e5e4"}], "type": "volume", "id": "5b9ed015a77340ecbc65e1db7fd13cab", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.26:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10bb7b76e4f6402291c02599dadf8570"}, {"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3d925699397e4520b0447fecaeb8536d"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a7e58b182b1475bb0931a12bf991858"}], "type": "network", "id": "7093809b2322444490a6ed1555910a7b", "name": "neutron"}, {"endpoints": [{"url": "http://172.30.9.26:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0879e752d2cc405da6df50d65a788db4"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3725eeb6f25a4a5b9c8aa348b0d9d00d"}, {"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9608c180d15e4713bd17c833f81460c7"}], "type": "image", "id": "78d3d70870084f9caaf916ce69e5b72f", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.26:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "401ba6e504a04e3bad0a9be4690b4967"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d860f2b755ce43a3afb2f1a1a711de24"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f0ffadfbe4c042cc889cae524dcb2c80"}], "type": "metric", "id": "8163333ed98f43a6a2724db1cabd3298", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4b1a0014c1b04935ae40fb64b50159fd"}, {"url": "http://172.30.9.26:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f095b1cc76fd4e63aa1d38062bac0d12"}, {"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f2e8fc63321f4725999a7e19c9963389"}], "type": "identity", "id": "a87c7886a7234fde90077f656a68b290", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0905c8e58ba64dfb9c99fdb61f658f88"}, {"url": "http://172.30.9.26:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86b41ccadee34fe28a083f35e2429fb0"}, {"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c4ddc6d9b51e4dcca26912831b09a190"}], "type": "cloudformation", "id": "d4b328659d224c9aa0fea86c5511e3a8", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "08d6402d3eff4e12a59bf6ef0dbe9e8e"}, {"url": "http://172.30.9.26:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "721c2aee4739406f92835dee29a8497d"}, {"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb0ebf3427ff4a398b2c254fd7e6e042"}], "type": "placement", "id": "dda8e738eaa24750a16b21667fa766b4", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.26:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "03c60e3208354b6489ae1b6db5e08c3f"}, {"url": "http://192.30.9.3:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8428e450f48c4bd5ad84828afe15ead5"}, {"url": "http://192.30.9.3:8776/v2/7f6144bcf53043e6a47b35b340fa68e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fcc9ce8e45e744e99638e127399f3fa0"}], "type": "volumev2", "id": "e3d9cac814f642118e37e78da9a33b3a", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "edb265f00b7f476facd3bc8a2c1e35fd", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "24ed5585e8be4fc5a6744673b6a872ec"}, {"url": "http://172.30.9.26:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5211e4d9844f4dd08973432ce20de6e6"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f5d2493810bf466497ab5be1732c4faa"}], "type": "event", "id": "f4bb9c6954344e89ae3ecb184c18a920", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "aacad01ed3ac4e92829f5d56d1167b18"}, "audit_ids": ["5IseeLOHS4KIzWaVuhynVA"], "issued_at": "2018-09-03T00:37:09.000000Z"}} 2018-09-03 00:37:09,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 00:37:09,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" 2018-09-03 00:37:09,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-6e9b8a68-6f5a-4d78-b5a2-62098fec20c0 Date: Mon, 03 Sep 2018 00:37:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"800104e5d4fa4c1ca78d415340cb1b53","l2_adjacency":true,"status":"ACTIVE","subnets":["b23d1ba4-f680-4ba8-b801-857e5242ded7"],"description":"","tags":[],"updated_at":"2018-09-03T00:33:05Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:32:57Z","provider:network_type":"flat"}]} 2018-09-03 00:37:09,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6e9b8a68-6f5a-4d78-b5a2-62098fec20c0 2018-09-03 00:37:09,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260122060776s 2018-09-03 00:37:09,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6e9b8a68-6f5a-4d78-b5a2-62098fec20c0 2018-09-03 00:37:09,456 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-03 00:37:09,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 00:37:09,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" -d '{"network": {"name": "vmready1-net_8182707b-706c-4aac-ba4b-3a6e8e5b3b84", "admin_state_up": true}}' 2018-09-03 00:37:09,997 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-b005821a-f6a9-4657-a472-39009b85878b Date: Mon, 03 Sep 2018 00:37:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fee56617-4d94-47d6-8e20-a3acc83c3cd8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":3,"ipv4_address_scope":null,"shared":false,"project_id":"7f6144bcf53043e6a47b35b340fa68e3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T00:37:09Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_8182707b-706c-4aac-ba4b-3a6e8e5b3b84","admin_state_up":true,"tenant_id":"7f6144bcf53043e6a47b35b340fa68e3","created_at":"2018-09-03T00:37:09Z","mtu":1450}} 2018-09-03 00:37:09,997 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b005821a-f6a9-4657-a472-39009b85878b 2018-09-03 00:37:09,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.540770053864s 2018-09-03 00:37:09,997 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-b005821a-f6a9-4657-a472-39009b85878b 2018-09-03 00:37:09,998 - 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-09-03T00:37:09Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'fee56617-4d94-47d6-8e20-a3acc83c3cd8', u'provider:segmentation_id': 3, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'qos_policy_id': None, u'admin_state_up': True, u'name': u'vmready1-net_8182707b-706c-4aac-ba4b-3a6e8e5b3b84', u'created_at': u'2018-09-03T00:37:09Z', u'mtu': 1450, u'tenant_id': u'7f6144bcf53043e6a47b35b340fa68e3', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'7f6144bcf53043e6a47b35b340fa68e3', u'l2_adjacency': True}) 2018-09-03 00:37:09,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 00:37:09,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" 2018-09-03 00:37:10,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1427 X-Openstack-Request-Id: req-480d669c-670a-453a-9ead-bf5aeea28ab4 Date: Mon, 03 Sep 2018 00:37:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"800104e5d4fa4c1ca78d415340cb1b53","l2_adjacency":true,"status":"ACTIVE","subnets":["b23d1ba4-f680-4ba8-b801-857e5242ded7"],"description":"","tags":[],"updated_at":"2018-09-03T00:33:05Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:32:57Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fee56617-4d94-47d6-8e20-a3acc83c3cd8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":3,"ipv4_address_scope":null,"shared":false,"project_id":"7f6144bcf53043e6a47b35b340fa68e3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T00:37:09Z","qos_policy_id":null,"name":"vmready1-net_8182707b-706c-4aac-ba4b-3a6e8e5b3b84","admin_state_up":true,"tenant_id":"7f6144bcf53043e6a47b35b340fa68e3","created_at":"2018-09-03T00:37:09Z","provider:network_type":"vxlan"}]} 2018-09-03 00:37:10,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-480d669c-670a-453a-9ead-bf5aeea28ab4 2018-09-03 00:37:10,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.329340934753s 2018-09-03 00:37:10,328 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-480d669c-670a-453a-9ead-bf5aeea28ab4 2018-09-03 00:37:10,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 00:37:10,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" -d '{"subnet": {"name": "vmready1-subnet_8182707b-706c-4aac-ba4b-3a6e8e5b3b84", "enable_dhcp": true, "network_id": "fee56617-4d94-47d6-8e20-a3acc83c3cd8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 00:37:10,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-35aa3d9c-8f61-488a-a26c-07e131b9768c Date: Mon, 03 Sep 2018 00:37:10 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-03T00:37:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7644f555-d8ea-472f-9607-888a4bff150a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"7f6144bcf53043e6a47b35b340fa68e3","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_8182707b-706c-4aac-ba4b-3a6e8e5b3b84","enable_dhcp":true,"segment_id":null,"network_id":"fee56617-4d94-47d6-8e20-a3acc83c3cd8","tenant_id":"7f6144bcf53043e6a47b35b340fa68e3","created_at":"2018-09-03T00:37:10Z","ip_version":4}} 2018-09-03 00:37:10,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-35aa3d9c-8f61-488a-a26c-07e131b9768c 2018-09-03 00:37:10,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.627873182297s 2018-09-03 00:37:10,959 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-35aa3d9c-8f61-488a-a26c-07e131b9768c 2018-09-03 00:37:10,959 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T00:37:10Z', 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'7644f555-d8ea-472f-9607-888a4bff150a', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_8182707b-706c-4aac-ba4b-3a6e8e5b3b84', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'fee56617-4d94-47d6-8e20-a3acc83c3cd8', u'tenant_id': u'7f6144bcf53043e6a47b35b340fa68e3', u'created_at': u'2018-09-03T00:37:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'7f6144bcf53043e6a47b35b340fa68e3'}) 2018-09-03 00:37:10,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 00:37:10,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" -d '{"router": {"external_gateway_info": {"network_id": "5bc0c085-e8af-4957-80a5-fb9edf37f0d6"}, "name": "vmready1-router_8182707b-706c-4aac-ba4b-3a6e8e5b3b84", "admin_state_up": true}}' 2018-09-03 00:37:17,061 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-b4560d04-936b-426c-914b-1308174177c8 Date: Mon, 03 Sep 2018 00:37:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5bc0c085-e8af-4957-80a5-fb9edf37f0d6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b23d1ba4-f680-4ba8-b801-857e5242ded7", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "7f6144bcf53043e6a47b35b340fa68e3", "created_at": "2018-09-03T00:37:11Z", "admin_state_up": true, "updated_at": "2018-09-03T00:37:12Z", "project_id": "7f6144bcf53043e6a47b35b340fa68e3", "flavor_id": null, "revision_number": 4, "routes": [], "ha": true, "id": "3b460897-083e-42a7-bc43-99923dc2130d", "name": "vmready1-router_8182707b-706c-4aac-ba4b-3a6e8e5b3b84"}} 2018-09-03 00:37:17,062 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b4560d04-936b-426c-914b-1308174177c8 2018-09-03 00:37:17,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.10170412064s 2018-09-03 00:37:17,062 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-b4560d04-936b-426c-914b-1308174177c8 2018-09-03 00:37:17,063 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T00:37:12Z', u'revision_number': 4, u'ha': True, u'id': u'3b460897-083e-42a7-bc43-99923dc2130d', u'external_gateway_info': {u'network_id': u'5bc0c085-e8af-4957-80a5-fb9edf37f0d6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'b23d1ba4-f680-4ba8-b801-857e5242ded7', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_8182707b-706c-4aac-ba4b-3a6e8e5b3b84', u'admin_state_up': True, u'tenant_id': u'7f6144bcf53043e6a47b35b340fa68e3', u'created_at': u'2018-09-03T00:37:11Z', u'flavor_id': None, u'routes': [], u'project_id': u'7f6144bcf53043e6a47b35b340fa68e3'}) 2018-09-03 00:37:17,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 00:37:17,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/3b460897-083e-42a7-bc43-99923dc2130d/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}0cada9b7b312369ec1ad58e7dd756045c1c195ba" -d '{"subnet_id": "7644f555-d8ea-472f-9607-888a4bff150a"}' 2018-09-03 00:37:19,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a18c6378-5bc5-4a55-9c6f-6448b6d32503 Date: Mon, 03 Sep 2018 00:37:19 GMT RESP BODY: {"network_id": "fee56617-4d94-47d6-8e20-a3acc83c3cd8", "tenant_id": "7f6144bcf53043e6a47b35b340fa68e3", "subnet_id": "7644f555-d8ea-472f-9607-888a4bff150a", "subnet_ids": ["7644f555-d8ea-472f-9607-888a4bff150a"], "port_id": "63453531-c3f8-4940-9f67-0274756181d6", "id": "3b460897-083e-42a7-bc43-99923dc2130d"} 2018-09-03 00:37:19,716 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3b460897-083e-42a7-bc43-99923dc2130d/add_router_interface.json used request id req-a18c6378-5bc5-4a55-9c6f-6448b6d32503 2018-09-03 00:37:19,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.65305519104s 2018-09-03 00:37:19,717 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3b460897-083e-42a7-bc43-99923dc2130d/add_router_interface.json used request id req-a18c6378-5bc5-4a55-9c6f-6448b6d32503 returning object 3b460897-083e-42a7-bc43-99923dc2130d 2018-09-03 00:37:19,717 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-03 00:37:19,844 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-03 00:37:19,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 00:37:19,852 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 03 Sep 2018 00:37:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.26:9292/v2/", "rel": "self"}]}]} 2018-09-03 00:37:19,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 00:37:19,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" 2018-09-03 00:37:20,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-91d793af-cfff-40b1-8d9e-e3f43e351801 Date: Mon, 03 Sep 2018 00:37:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 00:37:20,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-91d793af-cfff-40b1-8d9e-e3f43e351801 2018-09-03 00:37:20,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.66957616806s 2018-09-03 00:37:20,526 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.26:9292/v2/images used request id req-91d793af-cfff-40b1-8d9e-e3f43e351801 2018-09-03 00:37:20,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-03 00:37:20,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.26:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_8182707b-706c-4aac-ba4b-3a6e8e5b3b84", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_8182707b-706c-4aac-ba4b-3a6e8e5b3b84"}' 2018-09-03 00:37:21,229 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.26:9292/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-455a850e-e1cb-4cee-bc8a-410a25b3cdcb Date: Mon, 03 Sep 2018 00:37:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a/file", "owner": "7f6144bcf53043e6a47b35b340fa68e3", "id": "e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a", "size": null, "self": "/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-03T00:37:21Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_8182707b-706c-4aac-ba4b-3a6e8e5b3b84", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_8182707b-706c-4aac-ba4b-3a6e8e5b3b84", "checksum": null, "created_at": "2018-09-03T00:37:21Z", "protected": false} 2018-09-03 00:37:21,230 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-455a850e-e1cb-4cee-bc8a-410a25b3cdcb 2018-09-03 00:37:21,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.695431947708s 2018-09-03 00:37:21,230 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.26:9292/v2/images used request id req-455a850e-e1cb-4cee-bc8a-410a25b3cdcb returning object e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a 2018-09-03 00:37:21,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-03 00:37:21,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a/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}0cada9b7b312369ec1ad58e7dd756045c1c195ba" -d '' 2018-09-03 00:39:21,321 - shade - DEBUG - Unable to establish connection to http://172.30.9.26:9292/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-09-03 00:39:21,321 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.089749098 seconds, retrying 2018-09-03 00:39:21,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9292/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a/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}0cada9b7b312369ec1ad58e7dd756045c1c195ba" -d '' 2018-09-03 00:39:22,099 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-fdd2ac64-df5f-45e6-ae69-f5577a53678a Date: Mon, 03 Sep 2018 00:39:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 00:39:22,099 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.26:9292/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a/file used request id req-fdd2ac64-df5f-45e6-ae69-f5577a53678a 2018-09-03 00:39:22,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.868228912s 2018-09-03 00:39:22,100 - shade - DEBUG - Deleting failed upload of image vmready1-img_8182707b-706c-4aac-ba4b-3a6e8e5b3b84 2018-09-03 00:39:22,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-03 00:39:22,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9292/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" 2018-09-03 00:39:22,873 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3842c95b-f5c4-47bb-a782-b475d4d1503c Date: Mon, 03 Sep 2018 00:39:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 00:39:22,874 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a used request id req-3842c95b-f5c4-47bb-a782-b475d4d1503c 2018-09-03 00:39:22,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.773483991623s 2018-09-03 00:39:22,874 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.26:9292/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a used request id req-3842c95b-f5c4-47bb-a782-b475d4d1503c 2018-09-03 00:39:22,874 - shade - DEBUG - Image creation failed Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4729, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4849, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4793, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.26:9292/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a/file Conflict 2018-09-03 00:39:22,881 - functest.core.singlevm - ERROR - Cannot run vmready1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 239, in run self.image = self.publish_image() File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 92, in publish_image wait=True) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4729, in create_image **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4849, in _upload_image_put name, image_data, meta, **image_kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4793, in _upload_image_put_v2 data=image_data) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 313, in put return self.request(url, 'PUT', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: (409) Client Error for url: http://172.30.9.26:9292/v2/images/e0a691bd-e236-4f2f-b3c1-b4f7a6016e1a/file Conflict 2018-09-03 00:39:22,987 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 00:39:22,988 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:13 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-03 00:39:22,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 00:39:22,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.26:9696/v2.0/routers/3b460897-083e-42a7-bc43-99923dc2130d/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}0cada9b7b312369ec1ad58e7dd756045c1c195ba" -d '{"subnet_id": "7644f555-d8ea-472f-9607-888a4bff150a"}' 2018-09-03 00:39:25,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0845f873-1b7a-4dd5-98c0-f8dd4227e79a Date: Mon, 03 Sep 2018 00:39:25 GMT RESP BODY: {"network_id": "fee56617-4d94-47d6-8e20-a3acc83c3cd8", "tenant_id": "7f6144bcf53043e6a47b35b340fa68e3", "subnet_id": "7644f555-d8ea-472f-9607-888a4bff150a", "subnet_ids": ["7644f555-d8ea-472f-9607-888a4bff150a"], "port_id": "63453531-c3f8-4940-9f67-0274756181d6", "id": "3b460897-083e-42a7-bc43-99923dc2130d"} 2018-09-03 00:39:25,211 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3b460897-083e-42a7-bc43-99923dc2130d/remove_router_interface.json used request id req-0845f873-1b7a-4dd5-98c0-f8dd4227e79a 2018-09-03 00:39:25,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.21824598312s 2018-09-03 00:39:25,211 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.26:9696/v2.0/routers/3b460897-083e-42a7-bc43-99923dc2130d/remove_router_interface.json used request id req-0845f873-1b7a-4dd5-98c0-f8dd4227e79a returning object 3b460897-083e-42a7-bc43-99923dc2130d 2018-09-03 00:39:25,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 00:39:25,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" 2018-09-03 00:39:26,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-6867f015-25a9-496b-98af-1d7abb5bcaca Date: Mon, 03 Sep 2018 00:39:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5bc0c085-e8af-4957-80a5-fb9edf37f0d6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "b23d1ba4-f680-4ba8-b801-857e5242ded7", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "7f6144bcf53043e6a47b35b340fa68e3", "created_at": "2018-09-03T00:37:11Z", "admin_state_up": true, "updated_at": "2018-09-03T00:39:23Z", "project_id": "7f6144bcf53043e6a47b35b340fa68e3", "flavor_id": null, "revision_number": 10, "routes": [], "ha": true, "id": "3b460897-083e-42a7-bc43-99923dc2130d", "name": "vmready1-router_8182707b-706c-4aac-ba4b-3a6e8e5b3b84"}]} 2018-09-03 00:39:26,216 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-6867f015-25a9-496b-98af-1d7abb5bcaca 2018-09-03 00:39:26,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.00436592102s 2018-09-03 00:39:26,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/routers.json used request id req-6867f015-25a9-496b-98af-1d7abb5bcaca 2018-09-03 00:39:26,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 00:39:26,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/routers/3b460897-083e-42a7-bc43-99923dc2130d.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}0cada9b7b312369ec1ad58e7dd756045c1c195ba" 2018-09-03 00:39:29,908 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1cdc09e7-5b22-41e5-b87f-e3bced39fd67 Content-Length: 0 Date: Mon, 03 Sep 2018 00:39:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 00:39:29,909 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/3b460897-083e-42a7-bc43-99923dc2130d.json used request id req-1cdc09e7-5b22-41e5-b87f-e3bced39fd67 2018-09-03 00:39:29,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.69057512283s 2018-09-03 00:39:29,909 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/routers/3b460897-083e-42a7-bc43-99923dc2130d.json used request id req-1cdc09e7-5b22-41e5-b87f-e3bced39fd67 2018-09-03 00:39:29,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 00:39:29,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" 2018-09-03 00:39:30,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-b49aca05-e9c0-427c-aa66-947158326b0d Date: Mon, 03 Sep 2018 00:39:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-03T00:37:10Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"7644f555-d8ea-472f-9607-888a4bff150a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"7f6144bcf53043e6a47b35b340fa68e3","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_8182707b-706c-4aac-ba4b-3a6e8e5b3b84","enable_dhcp":true,"segment_id":null,"network_id":"fee56617-4d94-47d6-8e20-a3acc83c3cd8","tenant_id":"7f6144bcf53043e6a47b35b340fa68e3","created_at":"2018-09-03T00:37:10Z","ip_version":4},{"updated_at":"2018-09-03T00:33:05Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"b23d1ba4-f680-4ba8-b801-857e5242ded7","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"800104e5d4fa4c1ca78d415340cb1b53","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:33:05Z","ip_version":4}]} 2018-09-03 00:39:30,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b49aca05-e9c0-427c-aa66-947158326b0d 2018-09-03 00:39:30,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.293553113937s 2018-09-03 00:39:30,203 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/subnets.json used request id req-b49aca05-e9c0-427c-aa66-947158326b0d 2018-09-03 00:39:30,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 00:39:30,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/subnets/7644f555-d8ea-472f-9607-888a4bff150a.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}0cada9b7b312369ec1ad58e7dd756045c1c195ba" 2018-09-03 00:39:32,242 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ead063c4-27d2-41ba-ae1d-f3e23f917b04 Date: Mon, 03 Sep 2018 00:39:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 00:39:32,242 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/7644f555-d8ea-472f-9607-888a4bff150a.json used request id req-ead063c4-27d2-41ba-ae1d-f3e23f917b04 2018-09-03 00:39:32,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.03742599487s 2018-09-03 00:39:32,243 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/subnets/7644f555-d8ea-472f-9607-888a4bff150a.json used request id req-ead063c4-27d2-41ba-ae1d-f3e23f917b04 2018-09-03 00:39:32,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 00:39:32,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.26:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0cada9b7b312369ec1ad58e7dd756045c1c195ba" 2018-09-03 00:39:32,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-e9f5f9f4-259d-472f-aa6d-0bc9c1459f15 Date: Mon, 03 Sep 2018 00:39:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":7,"port_security_enabled":true,"mtu":1500,"id":"5bc0c085-e8af-4957-80a5-fb9edf37f0d6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"800104e5d4fa4c1ca78d415340cb1b53","l2_adjacency":true,"status":"ACTIVE","subnets":["b23d1ba4-f680-4ba8-b801-857e5242ded7"],"description":"","tags":[],"updated_at":"2018-09-03T00:33:05Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"800104e5d4fa4c1ca78d415340cb1b53","created_at":"2018-09-03T00:32:57Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":5,"port_security_enabled":true,"mtu":1450,"id":"fee56617-4d94-47d6-8e20-a3acc83c3cd8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":3,"ipv4_address_scope":null,"shared":false,"project_id":"7f6144bcf53043e6a47b35b340fa68e3","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T00:39:32Z","qos_policy_id":null,"name":"vmready1-net_8182707b-706c-4aac-ba4b-3a6e8e5b3b84","admin_state_up":true,"tenant_id":"7f6144bcf53043e6a47b35b340fa68e3","created_at":"2018-09-03T00:37:09Z","provider:network_type":"vxlan"}]} 2018-09-03 00:39:32,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e9f5f9f4-259d-472f-aa6d-0bc9c1459f15 2018-09-03 00:39:32,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0993270874023s 2018-09-03 00:39:32,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.26:9696/v2.0/networks.json used request id req-e9f5f9f4-259d-472f-aa6d-0bc9c1459f15 2018-09-03 00:39:32,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 00:39:32,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.26:9696/v2.0/networks/fee56617-4d94-47d6-8e20-a3acc83c3cd8.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}0cada9b7b312369ec1ad58e7dd756045c1c195ba" 2018-09-03 00:39:33,949 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-de3bbe42-2cb3-49cb-b16b-e39254109ffa Date: Mon, 03 Sep 2018 00:39:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 00:39:33,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/fee56617-4d94-47d6-8e20-a3acc83c3cd8.json used request id req-de3bbe42-2cb3-49cb-b16b-e39254109ffa 2018-09-03 00:39:33,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.60491609573s 2018-09-03 00:39:33,950 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.26:9696/v2.0/networks/fee56617-4d94-47d6-8e20-a3acc83c3cd8.json used request id req-de3bbe42-2cb3-49cb-b16b-e39254109ffa 2018-09-03 00:39:33,950 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-09-03 00:39:33,951 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | tenantnetwork1 | functest | healthcheck | 00:13 | PASS | | tenantnetwork2 | functest | healthcheck | 00:13 | PASS | | vmready1 | functest | healthcheck | 02:13 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-03 00:39:33,964 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR