2018-08-25 06:44:03,887 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-241 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-bgpvpn-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-25 06:44:03,890 - 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.23,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.23:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=wp3BHmmzeA7am3YydqThCbqu9 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=6637bab51ed7408cb88978b87d878fa3 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.3 export SDN_CONTROLLER_PASSWORD=3xn66CHbq9GQh7p9VuPBsX2NN export OS_REGION_NAME=regionOne 2018-08-25 06:44:03,890 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-25 06:44:03,891 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-25 06:44:03,915 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 06:44:04,266 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 06:44:04,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 06:44:04,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 06:44:04,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 06:44:04,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 06:44:04,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 06:44:04,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 06:44:04,267 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 06:44:04,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 06:44:04,272 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-25 06:44:04,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-25 06:44:04,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-25 06:44:04,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c60e012b-0903-4deb-850b-918be2afb988 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-25 06:44:04,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000//v3 used request id req-c60e012b-0903-4deb-850b-918be2afb988 2018-08-25 06:44:04,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-25 06:44:04,752 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e84f7adb214a4727a70d47e57cd3158e", "name": "admin"}], "expires_at": "2018-08-25T07:44:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6637bab51ed7408cb88978b87d878fa3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26833eafa0a14e3981fd7d6d4bdb9f6a"}, {"url": "http://192.30.9.3:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62f35062bf034cc0ae8177bb3524ff1f"}, {"url": "http://172.30.9.23:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c2ba9d1c4ce4ac8b4ec3428e5c3d3d6"}], "type": "orchestration", "id": "00fdde4d7c5545519f17e0a12b90ac51", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d298a701424fe8857a0a2f562b3f0e"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "422afcdf7cba45209c71976fc69adf87"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "784bca119d0142c39684528ae695d5dd"}], "type": "placement", "id": "05f7fcad1f784f22bb76d8f47323a3b3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1bfc7e32bc2b4992992be6639601cd04"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b3a5e820cefa49afb3870a9e24c5ed66"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c46825546b8042159606ce075cd5d629"}], "type": "identity", "id": "0fd6e8272c244234a1a280bd7e62d350", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f1e4b0218504a9eba4d11ca96bb0b10"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "35bb3efb2494481a84170fa9c77fd823"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd862900edd54e29913676400aa48cab"}], "type": "alarming", "id": "1ed8db3e27004b1194f42aaab7d8cb51", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "226abf4084f347348ada1e1a0eafe0a6"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e74f2763914930aa1a282f1b32a5b0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a521c7affd8c47409e911356088f47d2"}], "type": "image", "id": "2340a97bd02d46e4805fbddf51fc4b9a", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0291c3cb2eaf461c8f16317bc938fa22"}, {"url": "http://192.30.9.3:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baed13331f8436d8740ccd215a812eb"}, {"url": "http://172.30.9.23:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fba45ad67544d485a6c6beded9bef7"}], "type": "volume", "id": "261c49ffba63413ea82bbd59c1afde3b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8605dba5fbc8487180f0e3f21a46ae6d"}, {"url": "http://192.30.9.3:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b4ef56db6924be3ae9f4b272c55330f"}, {"url": "http://192.30.9.3:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd7795922d4a43f48e9cea7f275584e7"}], "type": "volumev3", "id": "492d43c82b6745048822db0957b274ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22f119a2396f4644a92ed07c70db458c"}, {"url": "http://192.30.9.3:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "343b6bb0dbae418482065b19655e3869"}, {"url": "http://172.30.9.23:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a505707c789e4d7eba628e50b41f8d88"}], "type": "volumev2", "id": "5732ad4e8c184a21b6d351805ce9baa4", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "64e8d13e75bc4b6884346af4a375becc", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b74eab4e053466ba0e0c20ce50329ce"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a35a4b0a78e4ce5bfcab3ed7e99ad35"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbfefd7dc5a74650b969955a058f000b"}], "type": "network", "id": "82d5b4688d2a422eb66ff4ae5913a2fe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2696d98f417f4260b011c364d8acb029"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e808f44bfee47ba945de8d8f408098f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e168621fd2b54a34a5d2462f687b82f2"}], "type": "cloudformation", "id": "a0c293957aea47bb9503169be78a1b2c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "206d1afbafee414fb8eeb87bbe6c96f7"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6bac09963634851bf33ab415c520482"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dcfe2f9d4d7e4086b3395b144d098e9d"}], "type": "metric", "id": "a5a9a7048c72401b84791c8b94f97c74", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c238f809d7a4f03bbabe5982ffc1615"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7398055db6b64b7a95e00adc385c527c"}, {"url": "http://172.30.9.23:8080/v1/AUTH_6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f45107d77e894707b1ae6fb9db44a74f"}], "type": "object-store", "id": "dc8ec73e5cf7435380d0c6f9872acab7", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "107308551ba24fb68151fb3ad1477fb0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a0f44052d604be49e0bf056dde0bc31"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bc51ceb1dd534912acc0695b91f82cb0"}], "type": "compute", "id": "dddaddc0214d45bd8c1649d1ea3cd4c7", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15eb4fd9f3534246a51c808b7a7e0f9b"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8a1c2f0541fc8ebe30c391db0d6e"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a198d731c4dd42318b85096bafeda3e2"}], "type": "event", "id": "f31eb0826d3244e79d60c3bb68b8c065", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27b172b6fcb24119b6d905473e6cbbca"}, "audit_ids": ["G0j0koH7RXeBKAzsI8L6Mw"], "issued_at": "2018-08-25T06:44:04.000000Z"}} 2018-08-25 06:44:04,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:05,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3f8f99e1-8d1d-4715-a985-be1b6a1def2b x-compute-request-id: req-3f8f99e1-8d1d-4715-a985-be1b6a1def2b Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-25 06:44:05,451 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-3f8f99e1-8d1d-4715-a985-be1b6a1def2b 2018-08-25 06:44:05,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.17879700661s 2018-08-25 06:44:05,452 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-3f8f99e1-8d1d-4715-a985-be1b6a1def2b 2018-08-25 06:44:05,452 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-25 06:44:05,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-25 06:44:05,460 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 06:44:05 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.23: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.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-25 06:44:05,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 06:44:05,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:05,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb680356-b504-457b-b024-cdeaf968777f Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/b23b22beabc44ca49e7c82e85a8558de"}, "tags": [], "enabled": true, "id": "b23b22beabc44ca49e7c82e85a8558de", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 06:44:05,484 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-cb680356-b504-457b-b024-cdeaf968777f 2018-08-25 06:44:05,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0235071182251s 2018-08-25 06:44:05,485 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-cb680356-b504-457b-b024-cdeaf968777f 2018-08-25 06:44:05,486 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'b23b22beabc44ca49e7c82e85a8558de', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-25 06:44:05,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-25 06:44:05,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:05,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50e5903b-1d99-406c-b74a-9304cfc6193a Content-Encoding: gzip Content-Length: 1972 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0291c3cb2eaf461c8f16317bc938fa22"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "261c49ffba63413ea82bbd59c1afde3b", "id": "0291c3cb2eaf461c8f16317bc938fa22"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0f1e4b0218504a9eba4d11ca96bb0b10"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1ed8db3e27004b1194f42aaab7d8cb51", "id": "0f1e4b0218504a9eba4d11ca96bb0b10"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/107308551ba24fb68151fb3ad1477fb0"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dddaddc0214d45bd8c1649d1ea3cd4c7", "id": "107308551ba24fb68151fb3ad1477fb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/15eb4fd9f3534246a51c808b7a7e0f9b"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f31eb0826d3244e79d60c3bb68b8c065", "id": "15eb4fd9f3534246a51c808b7a7e0f9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1b74eab4e053466ba0e0c20ce50329ce"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "82d5b4688d2a422eb66ff4ae5913a2fe", "id": "1b74eab4e053466ba0e0c20ce50329ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1baed13331f8436d8740ccd215a812eb"}, "url": "http://192.30.9.3:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "261c49ffba63413ea82bbd59c1afde3b", "id": "1baed13331f8436d8740ccd215a812eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1bfc7e32bc2b4992992be6639601cd04"}, "url": "http://192.30.9.3:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0fd6e8272c244234a1a280bd7e62d350", "id": "1bfc7e32bc2b4992992be6639601cd04"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/206d1afbafee414fb8eeb87bbe6c96f7"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a5a9a7048c72401b84791c8b94f97c74", "id": "206d1afbafee414fb8eeb87bbe6c96f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/226abf4084f347348ada1e1a0eafe0a6"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2340a97bd02d46e4805fbddf51fc4b9a", "id": "226abf4084f347348ada1e1a0eafe0a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/22f119a2396f4644a92ed07c70db458c"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5732ad4e8c184a21b6d351805ce9baa4", "id": "22f119a2396f4644a92ed07c70db458c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/26833eafa0a14e3981fd7d6d4bdb9f6a"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "00fdde4d7c5545519f17e0a12b90ac51", "id": "26833eafa0a14e3981fd7d6d4bdb9f6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2696d98f417f4260b011c364d8acb029"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0c293957aea47bb9503169be78a1b2c", "id": "2696d98f417f4260b011c364d8acb029"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/29d298a701424fe8857a0a2f562b3f0e"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "05f7fcad1f784f22bb76d8f47323a3b3", "id": "29d298a701424fe8857a0a2f562b3f0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/343b6bb0dbae418482065b19655e3869"}, "url": "http://192.30.9.3:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5732ad4e8c184a21b6d351805ce9baa4", "id": "343b6bb0dbae418482065b19655e3869"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/35bb3efb2494481a84170fa9c77fd823"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1ed8db3e27004b1194f42aaab7d8cb51", "id": "35bb3efb2494481a84170fa9c77fd823"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/422afcdf7cba45209c71976fc69adf87"}, "url": "http://192.30.9.3:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "05f7fcad1f784f22bb76d8f47323a3b3", "id": "422afcdf7cba45209c71976fc69adf87"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4c238f809d7a4f03bbabe5982ffc1615"}, "url": "http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dc8ec73e5cf7435380d0c6f9872acab7", "id": "4c238f809d7a4f03bbabe5982ffc1615"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/62f35062bf034cc0ae8177bb3524ff1f"}, "url": "http://192.30.9.3:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "00fdde4d7c5545519f17e0a12b90ac51", "id": "62f35062bf034cc0ae8177bb3524ff1f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6a35a4b0a78e4ce5bfcab3ed7e99ad35"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "82d5b4688d2a422eb66ff4ae5913a2fe", "id": "6a35a4b0a78e4ce5bfcab3ed7e99ad35"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/6a9e8a1c2f0541fc8ebe30c391db0d6e"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f31eb0826d3244e79d60c3bb68b8c065", "id": "6a9e8a1c2f0541fc8ebe30c391db0d6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7398055db6b64b7a95e00adc385c527c"}, "url": "http://12.0.0.28:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dc8ec73e5cf7435380d0c6f9872acab7", "id": "7398055db6b64b7a95e00adc385c527c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/784bca119d0142c39684528ae695d5dd"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "05f7fcad1f784f22bb76d8f47323a3b3", "id": "784bca119d0142c39684528ae695d5dd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7a0f44052d604be49e0bf056dde0bc31"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "dddaddc0214d45bd8c1649d1ea3cd4c7", "id": "7a0f44052d604be49e0bf056dde0bc31"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8605dba5fbc8487180f0e3f21a46ae6d"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "492d43c82b6745048822db0957b274ec", "id": "8605dba5fbc8487180f0e3f21a46ae6d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/89e74f2763914930aa1a282f1b32a5b0"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2340a97bd02d46e4805fbddf51fc4b9a", "id": "89e74f2763914930aa1a282f1b32a5b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8b4ef56db6924be3ae9f4b272c55330f"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "492d43c82b6745048822db0957b274ec", "id": "8b4ef56db6924be3ae9f4b272c55330f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9c2ba9d1c4ce4ac8b4ec3428e5c3d3d6"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "00fdde4d7c5545519f17e0a12b90ac51", "id": "9c2ba9d1c4ce4ac8b4ec3428e5c3d3d6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9e808f44bfee47ba945de8d8f408098f"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0c293957aea47bb9503169be78a1b2c", "id": "9e808f44bfee47ba945de8d8f408098f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a198d731c4dd42318b85096bafeda3e2"}, "url": "http://192.30.9.3:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f31eb0826d3244e79d60c3bb68b8c065", "id": "a198d731c4dd42318b85096bafeda3e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a505707c789e4d7eba628e50b41f8d88"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5732ad4e8c184a21b6d351805ce9baa4", "id": "a505707c789e4d7eba628e50b41f8d88"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a521c7affd8c47409e911356088f47d2"}, "url": "http://192.30.9.3:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2340a97bd02d46e4805fbddf51fc4b9a", "id": "a521c7affd8c47409e911356088f47d2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b3a5e820cefa49afb3870a9e24c5ed66"}, "url": "http://192.30.9.3:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0fd6e8272c244234a1a280bd7e62d350", "id": "b3a5e820cefa49afb3870a9e24c5ed66"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bc51ceb1dd534912acc0695b91f82cb0"}, "url": "http://192.30.9.3:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "dddaddc0214d45bd8c1649d1ea3cd4c7", "id": "bc51ceb1dd534912acc0695b91f82cb0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bd7795922d4a43f48e9cea7f275584e7"}, "url": "http://192.30.9.3:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "492d43c82b6745048822db0957b274ec", "id": "bd7795922d4a43f48e9cea7f275584e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bd862900edd54e29913676400aa48cab"}, "url": "http://192.30.9.3:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1ed8db3e27004b1194f42aaab7d8cb51", "id": "bd862900edd54e29913676400aa48cab"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c46825546b8042159606ce075cd5d629"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0fd6e8272c244234a1a280bd7e62d350", "id": "c46825546b8042159606ce075cd5d629"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c6bac09963634851bf33ab415c520482"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a5a9a7048c72401b84791c8b94f97c74", "id": "c6bac09963634851bf33ab415c520482"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/cbfefd7dc5a74650b969955a058f000b"}, "url": "http://192.30.9.3:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "82d5b4688d2a422eb66ff4ae5913a2fe", "id": "cbfefd7dc5a74650b969955a058f000b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/dcfe2f9d4d7e4086b3395b144d098e9d"}, "url": "http://192.30.9.3:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a5a9a7048c72401b84791c8b94f97c74", "id": "dcfe2f9d4d7e4086b3395b144d098e9d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e168621fd2b54a34a5d2462f687b82f2"}, "url": "http://192.30.9.3:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0c293957aea47bb9503169be78a1b2c", "id": "e168621fd2b54a34a5d2462f687b82f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e7fba45ad67544d485a6c6beded9bef7"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "261c49ffba63413ea82bbd59c1afde3b", "id": "e7fba45ad67544d485a6c6beded9bef7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f45107d77e894707b1ae6fb9db44a74f"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "dc8ec73e5cf7435380d0c6f9872acab7", "id": "f45107d77e894707b1ae6fb9db44a74f"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-25 06:44:05,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-50e5903b-1d99-406c-b74a-9304cfc6193a 2018-08-25 06:44:05,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.110950946808s 2018-08-25 06:44:05,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-50e5903b-1d99-406c-b74a-9304cfc6193a 2018-08-25 06:44:05,608 - 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.23:5000/v3/endpoints/0291c3cb2eaf461c8f16317bc938fa22'}, 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'261c49ffba63413ea82bbd59c1afde3b', u'id': u'0291c3cb2eaf461c8f16317bc938fa22'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/0f1e4b0218504a9eba4d11ca96bb0b10'}, u'url': u'http://172.30.9.23:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1ed8db3e27004b1194f42aaab7d8cb51', u'id': u'0f1e4b0218504a9eba4d11ca96bb0b10'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/107308551ba24fb68151fb3ad1477fb0'}, u'url': u'http://172.30.9.23:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dddaddc0214d45bd8c1649d1ea3cd4c7', u'id': u'107308551ba24fb68151fb3ad1477fb0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/15eb4fd9f3534246a51c808b7a7e0f9b'}, u'url': u'http://172.30.9.23:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f31eb0826d3244e79d60c3bb68b8c065', u'id': u'15eb4fd9f3534246a51c808b7a7e0f9b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1b74eab4e053466ba0e0c20ce50329ce'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'82d5b4688d2a422eb66ff4ae5913a2fe', u'id': u'1b74eab4e053466ba0e0c20ce50329ce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1baed13331f8436d8740ccd215a812eb'}, 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'261c49ffba63413ea82bbd59c1afde3b', u'id': u'1baed13331f8436d8740ccd215a812eb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1bfc7e32bc2b4992992be6639601cd04'}, u'url': u'http://192.30.9.3:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0fd6e8272c244234a1a280bd7e62d350', u'id': u'1bfc7e32bc2b4992992be6639601cd04'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/206d1afbafee414fb8eeb87bbe6c96f7'}, u'url': u'http://172.30.9.23:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a5a9a7048c72401b84791c8b94f97c74', u'id': u'206d1afbafee414fb8eeb87bbe6c96f7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/226abf4084f347348ada1e1a0eafe0a6'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2340a97bd02d46e4805fbddf51fc4b9a', u'id': u'226abf4084f347348ada1e1a0eafe0a6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/22f119a2396f4644a92ed07c70db458c'}, 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'5732ad4e8c184a21b6d351805ce9baa4', u'id': u'22f119a2396f4644a92ed07c70db458c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/26833eafa0a14e3981fd7d6d4bdb9f6a'}, 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'00fdde4d7c5545519f17e0a12b90ac51', u'id': u'26833eafa0a14e3981fd7d6d4bdb9f6a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/2696d98f417f4260b011c364d8acb029'}, 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'a0c293957aea47bb9503169be78a1b2c', u'id': u'2696d98f417f4260b011c364d8acb029'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/29d298a701424fe8857a0a2f562b3f0e'}, 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'05f7fcad1f784f22bb76d8f47323a3b3', u'id': u'29d298a701424fe8857a0a2f562b3f0e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/343b6bb0dbae418482065b19655e3869'}, 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'5732ad4e8c184a21b6d351805ce9baa4', u'id': u'343b6bb0dbae418482065b19655e3869'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/35bb3efb2494481a84170fa9c77fd823'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1ed8db3e27004b1194f42aaab7d8cb51', u'id': u'35bb3efb2494481a84170fa9c77fd823'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/422afcdf7cba45209c71976fc69adf87'}, 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'05f7fcad1f784f22bb76d8f47323a3b3', u'id': u'422afcdf7cba45209c71976fc69adf87'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4c238f809d7a4f03bbabe5982ffc1615'}, u'url': u'http://12.0.0.28:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'dc8ec73e5cf7435380d0c6f9872acab7', u'id': u'4c238f809d7a4f03bbabe5982ffc1615'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/62f35062bf034cc0ae8177bb3524ff1f'}, 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'00fdde4d7c5545519f17e0a12b90ac51', u'id': u'62f35062bf034cc0ae8177bb3524ff1f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6a35a4b0a78e4ce5bfcab3ed7e99ad35'}, u'url': u'http://172.30.9.23:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'82d5b4688d2a422eb66ff4ae5913a2fe', u'id': u'6a35a4b0a78e4ce5bfcab3ed7e99ad35'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/6a9e8a1c2f0541fc8ebe30c391db0d6e'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f31eb0826d3244e79d60c3bb68b8c065', u'id': u'6a9e8a1c2f0541fc8ebe30c391db0d6e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7398055db6b64b7a95e00adc385c527c'}, u'url': u'http://12.0.0.28:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'dc8ec73e5cf7435380d0c6f9872acab7', u'id': u'7398055db6b64b7a95e00adc385c527c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/784bca119d0142c39684528ae695d5dd'}, u'url': u'http://172.30.9.23:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'05f7fcad1f784f22bb76d8f47323a3b3', u'id': u'784bca119d0142c39684528ae695d5dd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7a0f44052d604be49e0bf056dde0bc31'}, 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'dddaddc0214d45bd8c1649d1ea3cd4c7', u'id': u'7a0f44052d604be49e0bf056dde0bc31'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8605dba5fbc8487180f0e3f21a46ae6d'}, u'url': u'http://172.30.9.23:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'492d43c82b6745048822db0957b274ec', u'id': u'8605dba5fbc8487180f0e3f21a46ae6d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/89e74f2763914930aa1a282f1b32a5b0'}, u'url': u'http://172.30.9.23:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2340a97bd02d46e4805fbddf51fc4b9a', u'id': u'89e74f2763914930aa1a282f1b32a5b0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8b4ef56db6924be3ae9f4b272c55330f'}, 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'492d43c82b6745048822db0957b274ec', u'id': u'8b4ef56db6924be3ae9f4b272c55330f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9c2ba9d1c4ce4ac8b4ec3428e5c3d3d6'}, u'url': u'http://172.30.9.23:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'00fdde4d7c5545519f17e0a12b90ac51', u'id': u'9c2ba9d1c4ce4ac8b4ec3428e5c3d3d6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9e808f44bfee47ba945de8d8f408098f'}, u'url': u'http://172.30.9.23:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a0c293957aea47bb9503169be78a1b2c', u'id': u'9e808f44bfee47ba945de8d8f408098f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a198d731c4dd42318b85096bafeda3e2'}, u'url': u'http://192.30.9.3:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f31eb0826d3244e79d60c3bb68b8c065', u'id': u'a198d731c4dd42318b85096bafeda3e2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a505707c789e4d7eba628e50b41f8d88'}, u'url': u'http://172.30.9.23:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5732ad4e8c184a21b6d351805ce9baa4', u'id': u'a505707c789e4d7eba628e50b41f8d88'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a521c7affd8c47409e911356088f47d2'}, u'url': u'http://192.30.9.3:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2340a97bd02d46e4805fbddf51fc4b9a', u'id': u'a521c7affd8c47409e911356088f47d2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/b3a5e820cefa49afb3870a9e24c5ed66'}, u'url': u'http://192.30.9.3:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0fd6e8272c244234a1a280bd7e62d350', u'id': u'b3a5e820cefa49afb3870a9e24c5ed66'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/bc51ceb1dd534912acc0695b91f82cb0'}, 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'dddaddc0214d45bd8c1649d1ea3cd4c7', u'id': u'bc51ceb1dd534912acc0695b91f82cb0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/bd7795922d4a43f48e9cea7f275584e7'}, 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'492d43c82b6745048822db0957b274ec', u'id': u'bd7795922d4a43f48e9cea7f275584e7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/bd862900edd54e29913676400aa48cab'}, u'url': u'http://192.30.9.3:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1ed8db3e27004b1194f42aaab7d8cb51', u'id': u'bd862900edd54e29913676400aa48cab'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c46825546b8042159606ce075cd5d629'}, u'url': u'http://172.30.9.23:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0fd6e8272c244234a1a280bd7e62d350', u'id': u'c46825546b8042159606ce075cd5d629'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c6bac09963634851bf33ab415c520482'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a5a9a7048c72401b84791c8b94f97c74', u'id': u'c6bac09963634851bf33ab415c520482'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/cbfefd7dc5a74650b969955a058f000b'}, u'url': u'http://192.30.9.3:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'82d5b4688d2a422eb66ff4ae5913a2fe', u'id': u'cbfefd7dc5a74650b969955a058f000b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/dcfe2f9d4d7e4086b3395b144d098e9d'}, u'url': u'http://192.30.9.3:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a5a9a7048c72401b84791c8b94f97c74', u'id': u'dcfe2f9d4d7e4086b3395b144d098e9d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e168621fd2b54a34a5d2462f687b82f2'}, 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'a0c293957aea47bb9503169be78a1b2c', u'id': u'e168621fd2b54a34a5d2462f687b82f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e7fba45ad67544d485a6c6beded9bef7'}, u'url': u'http://172.30.9.23:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'261c49ffba63413ea82bbd59c1afde3b', u'id': u'e7fba45ad67544d485a6c6beded9bef7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/f45107d77e894707b1ae6fb9db44a74f'}, u'url': u'http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'dc8ec73e5cf7435380d0c6f9872acab7', u'id': u'f45107d77e894707b1ae6fb9db44a74f'})] 2018-08-25 06:44:05,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-25 06:44:05,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:05,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:05 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-01aef7c9-8066-4325-8390-a68f775af541 x-compute-request-id: req-01aef7c9-8066-4325-8390-a68f775af541 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-25 06:44:05,718 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-01aef7c9-8066-4325-8390-a68f775af541 2018-08-25 06:44:05,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.107964038849s 2018-08-25 06:44:05,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-01aef7c9-8066-4325-8390-a68f775af541 2018-08-25 06:44:05,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-25 06:44:05,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:07,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:05 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-81e9f428-5761-4638-bdd2-03d59927f60c x-compute-request-id: req-81e9f428-5761-4638-bdd2-03d59927f60c Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-25 06:44:07,184 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-81e9f428-5761-4638-bdd2-03d59927f60c 2018-08-25 06:44:07,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.45089387894s 2018-08-25 06:44:07,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-81e9f428-5761-4638-bdd2-03d59927f60c 2018-08-25 06:44:07,185 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-25 06:44:07,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-25 06:44:07,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-43e269df-ba66-40a6-8ab0-ec5ddf2b7079 Date: Sat, 25 Aug 2018 06:44:08 GMT RESP BODY: {"floatingips": []} 2018-08-25 06:44:08,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-43e269df-ba66-40a6-8ab0-ec5ddf2b7079 2018-08-25 06:44:08,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.874864816666s 2018-08-25 06:44:08,065 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-43e269df-ba66-40a6-8ab0-ec5ddf2b7079 2018-08-25 06:44:08,065 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-25 06:44:08,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-25 06:44:08,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:08 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-67adddf4-3466-43c0-9d32-f1976461218d x-compute-request-id: req-67adddf4-3466-43c0-9d32-f1976461218d Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 3}, "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": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-25 06:44:08,214 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-67adddf4-3466-43c0-9d32-f1976461218d 2018-08-25 06:44:08,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.148715019226s 2018-08-25 06:44:08,215 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-67adddf4-3466-43c0-9d32-f1976461218d 2018-08-25 06:44:08,216 - 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': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 3}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 4}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-25 06:44:08,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-25 06:44:08,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:08 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-6b0c7863-3c9a-429e-ab0a-50985557a89e x-compute-request-id: req-6b0c7863-3c9a-429e-ab0a-50985557a89e Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-25 06:44:08,247 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-6b0c7863-3c9a-429e-ab0a-50985557a89e 2018-08-25 06:44:08,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.029116153717s 2018-08-25 06:44:08,247 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-6b0c7863-3c9a-429e-ab0a-50985557a89e 2018-08-25 06:44:08,247 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-25 06:44:08,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 06:44:08,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ec8b913b-a58d-4f6b-a742-7f7600a0c08d Date: Sat, 25 Aug 2018 06:44:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82831b2af92748e6a2566ab9108b8807","status":"ACTIVE","subnets":["32c3cc39-cbed-414e-a8c9-2a0241f26ed2"],"description":"","tags":[],"updated_at":"2018-08-25T06:41:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:41Z","provider:network_type":"flat"}]} 2018-08-25 06:44:08,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ec8b913b-a58d-4f6b-a742-7f7600a0c08d 2018-08-25 06:44:08,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.090548992157s 2018-08-25 06:44:08,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ec8b913b-a58d-4f6b-a742-7f7600a0c08d 2018-08-25 06:44:08,339 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'32c3cc39-cbed-414e-a8c9-2a0241f26ed2'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T06:41:46Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'5ebb0d24-ddab-4aa9-9258-e7e44207c813', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'82831b2af92748e6a2566ab9108b8807', u'created_at': u'2018-08-25T06:41:41Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'82831b2af92748e6a2566ab9108b8807'})] 2018-08-25 06:44:08,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-25 06:44:08,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-609c7785-29d9-4e6d-b2f5-92390486b9b3 Date: Sat, 25 Aug 2018 06:44:08 GMT RESP BODY: {"ports":[]} 2018-08-25 06:44:08,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-609c7785-29d9-4e6d-b2f5-92390486b9b3 2018-08-25 06:44:08,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0332632064819s 2018-08-25 06:44:08,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-609c7785-29d9-4e6d-b2f5-92390486b9b3 2018-08-25 06:44:08,373 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-25 06:44:08,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 06:44:08,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a51314f-feea-4535-bd86-cccfca91729f Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "004cc5a2c81b455a98e6a646b541af82"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/004cc5a2c81b455a98e6a646b541af82/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "053a3926ab624886976754202b057dff"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/053a3926ab624886976754202b057dff/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "1b4b46e09d6d4b7ab1b9236a92b04b5b"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/1b4b46e09d6d4b7ab1b9236a92b04b5b/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "6637bab51ed7408cb88978b87d878fa3"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "27b172b6fcb24119b6d905473e6cbbca"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/6637bab51ed7408cb88978b87d878fa3/users/27b172b6fcb24119b6d905473e6cbbca/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "3bc23fba69074bd4b83abd4177c73d42"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/3bc23fba69074bd4b83abd4177c73d42/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "5bbf4c08c6c34eb396d55ceccadd266e"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/5bbf4c08c6c34eb396d55ceccadd266e/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "68bb149eda764a0c93c40edb5695e1ff"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/68bb149eda764a0c93c40edb5695e1ff/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "6fef140c67654c7992538b83a0546a02"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/6fef140c67654c7992538b83a0546a02/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "90cd25dc7c414829a948b4332506bde9"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/90cd25dc7c414829a948b4332506bde9/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "b2a86140c80f45abb61a3c04f7b981fd"}, "user": {"id": "a3f0083d172e40628851e0f2c9e36be0"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/a3f0083d172e40628851e0f2c9e36be0/roles/b2a86140c80f45abb61a3c04f7b981fd"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "a3f0083d172e40628851e0f2c9e36be0"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/a3f0083d172e40628851e0f2c9e36be0/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "ac9a6852f91d4e1e9470a672123a0086"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/ac9a6852f91d4e1e9470a672123a0086/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "d23f3363d8204fa2929e31b4f95cab67"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/d23f3363d8204fa2929e31b4f95cab67/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"project": {"id": "82831b2af92748e6a2566ab9108b8807"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "faef6e73be44480984b192bf6364f220"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807/users/faef6e73be44480984b192bf6364f220/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"domain": {"id": "b23b22beabc44ca49e7c82e85a8558de"}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "02a8d32772154456a803670f290ee55f"}, "links": {"assignment": "http://172.30.9.23:5000/v3/domains/b23b22beabc44ca49e7c82e85a8558de/users/02a8d32772154456a803670f290ee55f/roles/e84f7adb214a4727a70d47e57cd3158e"}}, {"scope": {"system": {"all": true}}, "role": {"id": "e84f7adb214a4727a70d47e57cd3158e"}, "user": {"id": "27b172b6fcb24119b6d905473e6cbbca"}, "links": {"assignment": "http://172.30.9.23:5000/v3/system/users/27b172b6fcb24119b6d905473e6cbbca/roles/e84f7adb214a4727a70d47e57cd3158e"}}], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-25 06:44:08,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-0a51314f-feea-4535-bd86-cccfca91729f 2018-08-25 06:44:08,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.093003988266s 2018-08-25 06:44:08,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-0a51314f-feea-4535-bd86-cccfca91729f 2018-08-25 06:44:08,474 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'004cc5a2c81b455a98e6a646b541af82'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'053a3926ab624886976754202b057dff'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'1b4b46e09d6d4b7ab1b9236a92b04b5b'}), Munch({'project': u'6637bab51ed7408cb88978b87d878fa3', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'27b172b6fcb24119b6d905473e6cbbca'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'3bc23fba69074bd4b83abd4177c73d42'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'5bbf4c08c6c34eb396d55ceccadd266e'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'68bb149eda764a0c93c40edb5695e1ff'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'6fef140c67654c7992538b83a0546a02'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'90cd25dc7c414829a948b4332506bde9'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'b2a86140c80f45abb61a3c04f7b981fd', 'user': u'a3f0083d172e40628851e0f2c9e36be0'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'a3f0083d172e40628851e0f2c9e36be0'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'ac9a6852f91d4e1e9470a672123a0086'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'd23f3363d8204fa2929e31b4f95cab67'}), Munch({'project': u'82831b2af92748e6a2566ab9108b8807', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'faef6e73be44480984b192bf6364f220'}), Munch({'domain': u'b23b22beabc44ca49e7c82e85a8558de', 'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'02a8d32772154456a803670f290ee55f'}), Munch({'id': u'e84f7adb214a4727a70d47e57cd3158e', 'user': u'27b172b6fcb24119b6d905473e6cbbca'})] 2018-08-25 06:44:08,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 06:44:08,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-417f1d8f-9e75-47d7-af16-43dd3250ac85 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6e4fdeb9bfbc4a6a8016980a4b2cde63", "links": {"self": "http://172.30.9.23:5000/v3/roles/6e4fdeb9bfbc4a6a8016980a4b2cde63"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0a2ff9ca7e147ec96f7b985724401de", "links": {"self": "http://172.30.9.23:5000/v3/roles/b0a2ff9ca7e147ec96f7b985724401de"}, "name": "swiftoperator"}, {"domain_id": null, "id": "b2a86140c80f45abb61a3c04f7b981fd", "links": {"self": "http://172.30.9.23:5000/v3/roles/b2a86140c80f45abb61a3c04f7b981fd"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "e84f7adb214a4727a70d47e57cd3158e", "links": {"self": "http://172.30.9.23:5000/v3/roles/e84f7adb214a4727a70d47e57cd3158e"}, "name": "admin"}]} 2018-08-25 06:44:08,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-417f1d8f-9e75-47d7-af16-43dd3250ac85 2018-08-25 06:44:08,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0934660434723s 2018-08-25 06:44:08,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-417f1d8f-9e75-47d7-af16-43dd3250ac85 2018-08-25 06:44:08,572 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'6e4fdeb9bfbc4a6a8016980a4b2cde63'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'b0a2ff9ca7e147ec96f7b985724401de'}), 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'b2a86140c80f45abb61a3c04f7b981fd'}), 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'e84f7adb214a4727a70d47e57cd3158e'})] 2018-08-25 06:44:08,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 06:44:08,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-c115dee3-65aa-4d9e-8ea1-64e876063cd0 Date: Sat, 25 Aug 2018 06:44:08 GMT RESP BODY: {"routers": []} 2018-08-25 06:44:08,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c115dee3-65aa-4d9e-8ea1-64e876063cd0 2018-08-25 06:44:08,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0436100959778s 2018-08-25 06:44:08,617 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c115dee3-65aa-4d9e-8ea1-64e876063cd0 2018-08-25 06:44:08,617 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-25 06:44:08,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-25 06:44:08,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:08 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-c569c55c-c573-40af-91cd-eae04c2422c8 x-compute-request-id: req-c569c55c-c573-40af-91cd-eae04c2422c8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-25 06:44:08,816 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c569c55c-c573-40af-91cd-eae04c2422c8 2018-08-25 06:44:08,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19811296463s 2018-08-25 06:44:08,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c569c55c-c573-40af-91cd-eae04c2422c8 2018-08-25 06:44:08,816 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-25 06:44:08,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-25 06:44:08,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.3:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-25 06:44:08,829 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 06:44:08 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.3:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.3:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-25 06:44:08,830 - 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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-987c58c9-fc61-4618-85b3-ff3a875255de Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.3:35357/v3/services/00fdde4d7c5545519f17e0a12b90ac51"}, "enabled": true, "type": "orchestration", "id": "00fdde4d7c5545519f17e0a12b90ac51", "name": "heat"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.3:35357/v3/services/05f7fcad1f784f22bb76d8f47323a3b3"}, "enabled": true, "type": "placement", "id": "05f7fcad1f784f22bb76d8f47323a3b3", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.3:35357/v3/services/0fd6e8272c244234a1a280bd7e62d350"}, "enabled": true, "type": "identity", "id": "0fd6e8272c244234a1a280bd7e62d350", "name": "keystone"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.3:35357/v3/services/1ed8db3e27004b1194f42aaab7d8cb51"}, "enabled": true, "type": "alarming", "id": "1ed8db3e27004b1194f42aaab7d8cb51", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.3:35357/v3/services/2340a97bd02d46e4805fbddf51fc4b9a"}, "enabled": true, "type": "image", "id": "2340a97bd02d46e4805fbddf51fc4b9a", "name": "glance"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.3:35357/v3/services/261c49ffba63413ea82bbd59c1afde3b"}, "enabled": true, "type": "volume", "id": "261c49ffba63413ea82bbd59c1afde3b", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.3:35357/v3/services/492d43c82b6745048822db0957b274ec"}, "enabled": true, "type": "volumev3", "id": "492d43c82b6745048822db0957b274ec", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.3:35357/v3/services/5732ad4e8c184a21b6d351805ce9baa4"}, "enabled": true, "type": "volumev2", "id": "5732ad4e8c184a21b6d351805ce9baa4", "name": "cinderv2"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.3:35357/v3/services/64e8d13e75bc4b6884346af4a375becc"}, "enabled": true, "type": "metering", "id": "64e8d13e75bc4b6884346af4a375becc", "name": "ceilometer"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.3:35357/v3/services/82d5b4688d2a422eb66ff4ae5913a2fe"}, "enabled": true, "type": "network", "id": "82d5b4688d2a422eb66ff4ae5913a2fe", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a0c293957aea47bb9503169be78a1b2c"}, "enabled": true, "type": "cloudformation", "id": "a0c293957aea47bb9503169be78a1b2c", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.3:35357/v3/services/a5a9a7048c72401b84791c8b94f97c74"}, "enabled": true, "type": "metric", "id": "a5a9a7048c72401b84791c8b94f97c74", "name": "gnocchi"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.3:35357/v3/services/dc8ec73e5cf7435380d0c6f9872acab7"}, "enabled": true, "type": "object-store", "id": "dc8ec73e5cf7435380d0c6f9872acab7", "name": "swift"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.3:35357/v3/services/dddaddc0214d45bd8c1649d1ea3cd4c7"}, "enabled": true, "type": "compute", "id": "dddaddc0214d45bd8c1649d1ea3cd4c7", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.3:35357/v3/services/f31eb0826d3244e79d60c3bb68b8c065"}, "enabled": true, "type": "event", "id": "f31eb0826d3244e79d60c3bb68b8c065", "name": "panko"}], "links": {"self": "http://192.30.9.3:35357/v3/services", "previous": null, "next": null}} 2018-08-25 06:44:08,913 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-987c58c9-fc61-4618-85b3-ff3a875255de 2018-08-25 06:44:08,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0937941074371s 2018-08-25 06:44:08,914 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.3:35357/v3/services used request id req-987c58c9-fc61-4618-85b3-ff3a875255de 2018-08-25 06:44:08,919 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'00fdde4d7c5545519f17e0a12b90ac51', 'name': u'heat'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'05f7fcad1f784f22bb76d8f47323a3b3', 'name': u'placement'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'0fd6e8272c244234a1a280bd7e62d350', 'name': u'keystone'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'1ed8db3e27004b1194f42aaab7d8cb51', 'name': u'aodh'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'2340a97bd02d46e4805fbddf51fc4b9a', 'name': u'glance'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'261c49ffba63413ea82bbd59c1afde3b', 'name': u'cinder'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'492d43c82b6745048822db0957b274ec', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'5732ad4e8c184a21b6d351805ce9baa4', 'name': u'cinderv2'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'64e8d13e75bc4b6884346af4a375becc', 'name': u'ceilometer'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'82d5b4688d2a422eb66ff4ae5913a2fe', 'name': u'neutron'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'a0c293957aea47bb9503169be78a1b2c', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'a5a9a7048c72401b84791c8b94f97c74', 'name': u'gnocchi'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'dc8ec73e5cf7435380d0c6f9872acab7', 'name': u'swift'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'dddaddc0214d45bd8c1649d1ea3cd4c7', 'name': u'nova'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'f31eb0826d3244e79d60c3bb68b8c065', 'name': u'panko'})] 2018-08-25 06:44:08,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 06:44:08,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}5da6638132b114dc0dd04b0154364829bfd43b49" 2018-08-25 06:44:08,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-252c87f4-fa3f-464d-b550-cfdbc0545d81 Date: Sat, 25 Aug 2018 06:44:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:46Z","dns_nameservers":[],"updated_at":"2018-08-25T06:41:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"82831b2af92748e6a2566ab9108b8807","id":"32c3cc39-cbed-414e-a8c9-2a0241f26ed2","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-25 06:44:08,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-252c87f4-fa3f-464d-b550-cfdbc0545d81 2018-08-25 06:44:08,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0420150756836s 2018-08-25 06:44:08,962 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-252c87f4-fa3f-464d-b550-cfdbc0545d81 2018-08-25 06:44:08,963 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T06:41:46Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'32c3cc39-cbed-414e-a8c9-2a0241f26ed2', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'5ebb0d24-ddab-4aa9-9258-e7e44207c813', u'tenant_id': u'82831b2af92748e6a2566ab9108b8807', u'created_at': u'2018-08-25T06:41:46Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'82831b2af92748e6a2566ab9108b8807'})] 2018-08-25 06:44:09,084 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 06:44:09,084 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-25 06:44:09,141 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-25 06:44:09,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 06:44:09,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 06:44:09,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 06:44:09,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 06:44:09,291 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 06:44:09,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 06:44:09,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-25 06:44:09,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd269284-dd5e-44f0-ab0c-e60559c5bb84 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-25 06:44:09,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000//v3 used request id req-fd269284-dd5e-44f0-ab0c-e60559c5bb84 2018-08-25 06:44:09,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-25 06:44:09,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e84f7adb214a4727a70d47e57cd3158e", "name": "admin"}], "expires_at": "2018-08-25T07:44:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6637bab51ed7408cb88978b87d878fa3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26833eafa0a14e3981fd7d6d4bdb9f6a"}, {"url": "http://192.30.9.3:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62f35062bf034cc0ae8177bb3524ff1f"}, {"url": "http://172.30.9.23:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c2ba9d1c4ce4ac8b4ec3428e5c3d3d6"}], "type": "orchestration", "id": "00fdde4d7c5545519f17e0a12b90ac51", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d298a701424fe8857a0a2f562b3f0e"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "422afcdf7cba45209c71976fc69adf87"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "784bca119d0142c39684528ae695d5dd"}], "type": "placement", "id": "05f7fcad1f784f22bb76d8f47323a3b3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1bfc7e32bc2b4992992be6639601cd04"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b3a5e820cefa49afb3870a9e24c5ed66"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c46825546b8042159606ce075cd5d629"}], "type": "identity", "id": "0fd6e8272c244234a1a280bd7e62d350", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f1e4b0218504a9eba4d11ca96bb0b10"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "35bb3efb2494481a84170fa9c77fd823"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd862900edd54e29913676400aa48cab"}], "type": "alarming", "id": "1ed8db3e27004b1194f42aaab7d8cb51", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "226abf4084f347348ada1e1a0eafe0a6"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e74f2763914930aa1a282f1b32a5b0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a521c7affd8c47409e911356088f47d2"}], "type": "image", "id": "2340a97bd02d46e4805fbddf51fc4b9a", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0291c3cb2eaf461c8f16317bc938fa22"}, {"url": "http://192.30.9.3:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baed13331f8436d8740ccd215a812eb"}, {"url": "http://172.30.9.23:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fba45ad67544d485a6c6beded9bef7"}], "type": "volume", "id": "261c49ffba63413ea82bbd59c1afde3b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8605dba5fbc8487180f0e3f21a46ae6d"}, {"url": "http://192.30.9.3:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b4ef56db6924be3ae9f4b272c55330f"}, {"url": "http://192.30.9.3:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd7795922d4a43f48e9cea7f275584e7"}], "type": "volumev3", "id": "492d43c82b6745048822db0957b274ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22f119a2396f4644a92ed07c70db458c"}, {"url": "http://192.30.9.3:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "343b6bb0dbae418482065b19655e3869"}, {"url": "http://172.30.9.23:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a505707c789e4d7eba628e50b41f8d88"}], "type": "volumev2", "id": "5732ad4e8c184a21b6d351805ce9baa4", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "64e8d13e75bc4b6884346af4a375becc", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b74eab4e053466ba0e0c20ce50329ce"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a35a4b0a78e4ce5bfcab3ed7e99ad35"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbfefd7dc5a74650b969955a058f000b"}], "type": "network", "id": "82d5b4688d2a422eb66ff4ae5913a2fe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2696d98f417f4260b011c364d8acb029"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e808f44bfee47ba945de8d8f408098f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e168621fd2b54a34a5d2462f687b82f2"}], "type": "cloudformation", "id": "a0c293957aea47bb9503169be78a1b2c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "206d1afbafee414fb8eeb87bbe6c96f7"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6bac09963634851bf33ab415c520482"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dcfe2f9d4d7e4086b3395b144d098e9d"}], "type": "metric", "id": "a5a9a7048c72401b84791c8b94f97c74", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c238f809d7a4f03bbabe5982ffc1615"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7398055db6b64b7a95e00adc385c527c"}, {"url": "http://172.30.9.23:8080/v1/AUTH_6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f45107d77e894707b1ae6fb9db44a74f"}], "type": "object-store", "id": "dc8ec73e5cf7435380d0c6f9872acab7", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "107308551ba24fb68151fb3ad1477fb0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a0f44052d604be49e0bf056dde0bc31"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bc51ceb1dd534912acc0695b91f82cb0"}], "type": "compute", "id": "dddaddc0214d45bd8c1649d1ea3cd4c7", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15eb4fd9f3534246a51c808b7a7e0f9b"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8a1c2f0541fc8ebe30c391db0d6e"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a198d731c4dd42318b85096bafeda3e2"}], "type": "event", "id": "f31eb0826d3244e79d60c3bb68b8c065", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27b172b6fcb24119b6d905473e6cbbca"}, "audit_ids": ["EYtJ-yBiQQGr-s4YeUSu9Q"], "issued_at": "2018-08-25T06:44:09.000000Z"}} 2018-08-25 06:44:09,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 06:44:09,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" 2018-08-25 06:44:10,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-70210390-e52a-4a94-b5e7-07c56c852ff1 Date: Sat, 25 Aug 2018 06:44:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82831b2af92748e6a2566ab9108b8807","status":"ACTIVE","subnets":["32c3cc39-cbed-414e-a8c9-2a0241f26ed2"],"description":"","tags":[],"updated_at":"2018-08-25T06:41:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:41Z","provider:network_type":"flat"}]} 2018-08-25 06:44:10,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-70210390-e52a-4a94-b5e7-07c56c852ff1 2018-08-25 06:44:10,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.874667882919s 2018-08-25 06:44:10,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-70210390-e52a-4a94-b5e7-07c56c852ff1 2018-08-25 06:44:10,612 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-25 06:44:10,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 06:44:10,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" -d '{"network": {"name": "tenantnetwork1-net_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd", "admin_state_up": true}}' 2018-08-25 06:44:11,244 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-902c9407-c10a-4817-8f4f-f3efc60251fc Date: Sat, 25 Aug 2018 06:44:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"79a23dff-ec05-4def-8803-50679761ee62","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6637bab51ed7408cb88978b87d878fa3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T06:44:11Z","is_default":false,"provider:segmentation_id":71,"name":"tenantnetwork1-net_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd","admin_state_up":true,"tenant_id":"6637bab51ed7408cb88978b87d878fa3","created_at":"2018-08-25T06:44:10Z","mtu":1450}} 2018-08-25 06:44:11,245 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-902c9407-c10a-4817-8f4f-f3efc60251fc 2018-08-25 06:44:11,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.631968021393s 2018-08-25 06:44:11,245 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-902c9407-c10a-4817-8f4f-f3efc60251fc 2018-08-25 06:44:11,245 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T06:44:11Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'79a23dff-ec05-4def-8803-50679761ee62', u'provider:segmentation_id': 71, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd', u'admin_state_up': True, u'tenant_id': u'6637bab51ed7408cb88978b87d878fa3', u'created_at': u'2018-08-25T06:44:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6637bab51ed7408cb88978b87d878fa3'}) 2018-08-25 06:44:11,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 06:44:11,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" 2018-08-25 06:44:11,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-9d083fab-f574-494a-ac80-403ca95b064e Date: Sat, 25 Aug 2018 06:44:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82831b2af92748e6a2566ab9108b8807","status":"ACTIVE","subnets":["32c3cc39-cbed-414e-a8c9-2a0241f26ed2"],"description":"","tags":[],"updated_at":"2018-08-25T06:41:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"79a23dff-ec05-4def-8803-50679761ee62","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6637bab51ed7408cb88978b87d878fa3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T06:44:11Z","provider:segmentation_id":71,"name":"tenantnetwork1-net_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd","admin_state_up":true,"tenant_id":"6637bab51ed7408cb88978b87d878fa3","created_at":"2018-08-25T06:44:10Z","provider:network_type":"vxlan"}]} 2018-08-25 06:44:11,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9d083fab-f574-494a-ac80-403ca95b064e 2018-08-25 06:44:11,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26571893692s 2018-08-25 06:44:11,512 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9d083fab-f574-494a-ac80-403ca95b064e 2018-08-25 06:44:11,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 06:44:11,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" -d '{"subnet": {"name": "tenantnetwork1-subnet_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd", "enable_dhcp": true, "network_id": "79a23dff-ec05-4def-8803-50679761ee62", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 06:44:11,958 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-375d67a2-d736-43d3-8c42-f1bb00e1bc94 Date: Sat, 25 Aug 2018 06:44:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79a23dff-ec05-4def-8803-50679761ee62","tenant_id":"6637bab51ed7408cb88978b87d878fa3","created_at":"2018-08-25T06:44:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T06:44:11Z","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":"6637bab51ed7408cb88978b87d878fa3","id":"890a1501-5ca2-4d14-8744-f6d2dd725026","subnetpool_id":null,"name":"tenantnetwork1-subnet_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd"}} 2018-08-25 06:44:11,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-375d67a2-d736-43d3-8c42-f1bb00e1bc94 2018-08-25 06:44:11,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.444255828857s 2018-08-25 06:44:11,958 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-375d67a2-d736-43d3-8c42-f1bb00e1bc94 2018-08-25 06:44:11,959 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T06:44:11Z', 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'890a1501-5ca2-4d14-8744-f6d2dd725026', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd', u'enable_dhcp': True, u'network_id': u'79a23dff-ec05-4def-8803-50679761ee62', u'tenant_id': u'6637bab51ed7408cb88978b87d878fa3', u'created_at': u'2018-08-25T06:44:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6637bab51ed7408cb88978b87d878fa3'}) 2018-08-25 06:44:11,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 06:44:11,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" -d '{"router": {"external_gateway_info": {"network_id": "5ebb0d24-ddab-4aa9-9258-e7e44207c813"}, "name": "tenantnetwork1-router_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd", "admin_state_up": true}}' 2018-08-25 06:44:13,311 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-a835c52e-4a9e-4a07-9b00-51297e9511fe Date: Sat, 25 Aug 2018 06:44:13 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5ebb0d24-ddab-4aa9-9258-e7e44207c813", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "32c3cc39-cbed-414e-a8c9-2a0241f26ed2", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "6637bab51ed7408cb88978b87d878fa3", "created_at": "2018-08-25T06:44:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-25T06:44:13Z", "revision_number": 2, "routes": [], "project_id": "6637bab51ed7408cb88978b87d878fa3", "id": "b1f80f45-09a7-4f24-a2b1-750202c2bbc7", "name": "tenantnetwork1-router_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd"}} 2018-08-25 06:44:13,311 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a835c52e-4a9e-4a07-9b00-51297e9511fe 2018-08-25 06:44:13,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.35151696205s 2018-08-25 06:44:13,311 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a835c52e-4a9e-4a07-9b00-51297e9511fe 2018-08-25 06:44:13,312 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5ebb0d24-ddab-4aa9-9258-e7e44207c813', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'32c3cc39-cbed-414e-a8c9-2a0241f26ed2', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6637bab51ed7408cb88978b87d878fa3', u'created_at': u'2018-08-25T06:44:12Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-25T06:44:13Z', u'revision_number': 2, u'routes': [], u'project_id': u'6637bab51ed7408cb88978b87d878fa3', u'id': u'b1f80f45-09a7-4f24-a2b1-750202c2bbc7', u'name': u'tenantnetwork1-router_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd'}) 2018-08-25 06:44:13,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 06:44:13,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b1f80f45-09a7-4f24-a2b1-750202c2bbc7/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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" -d '{"subnet_id": "890a1501-5ca2-4d14-8744-f6d2dd725026"}' 2018-08-25 06:44:14,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0546c5d1-bcb8-4e5e-8607-00aedaeab6f6 Date: Sat, 25 Aug 2018 06:44:14 GMT RESP BODY: {"network_id": "79a23dff-ec05-4def-8803-50679761ee62", "tenant_id": "6637bab51ed7408cb88978b87d878fa3", "subnet_id": "890a1501-5ca2-4d14-8744-f6d2dd725026", "subnet_ids": ["890a1501-5ca2-4d14-8744-f6d2dd725026"], "port_id": "e99bebf5-bf38-4827-992b-266713684b3d", "id": "b1f80f45-09a7-4f24-a2b1-750202c2bbc7"} 2018-08-25 06:44:14,851 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b1f80f45-09a7-4f24-a2b1-750202c2bbc7/add_router_interface.json used request id req-0546c5d1-bcb8-4e5e-8607-00aedaeab6f6 2018-08-25 06:44:14,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.53895807266s 2018-08-25 06:44:14,852 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b1f80f45-09a7-4f24-a2b1-750202c2bbc7/add_router_interface.json used request id req-0546c5d1-bcb8-4e5e-8607-00aedaeab6f6 returning object b1f80f45-09a7-4f24-a2b1-750202c2bbc7 2018-08-25 06:44:14,962 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 06:44:14,962 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-25 06:44:14,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 06:44:14,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/b1f80f45-09a7-4f24-a2b1-750202c2bbc7/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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" -d '{"subnet_id": "890a1501-5ca2-4d14-8744-f6d2dd725026"}' 2018-08-25 06:44:16,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f940089-22d7-4344-bff9-0e547efdcee3 Date: Sat, 25 Aug 2018 06:44:16 GMT RESP BODY: {"network_id": "79a23dff-ec05-4def-8803-50679761ee62", "tenant_id": "6637bab51ed7408cb88978b87d878fa3", "subnet_id": "890a1501-5ca2-4d14-8744-f6d2dd725026", "subnet_ids": ["890a1501-5ca2-4d14-8744-f6d2dd725026"], "port_id": "e99bebf5-bf38-4827-992b-266713684b3d", "id": "b1f80f45-09a7-4f24-a2b1-750202c2bbc7"} 2018-08-25 06:44:16,486 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b1f80f45-09a7-4f24-a2b1-750202c2bbc7/remove_router_interface.json used request id req-8f940089-22d7-4344-bff9-0e547efdcee3 2018-08-25 06:44:16,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.51897716522s 2018-08-25 06:44:16,487 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/b1f80f45-09a7-4f24-a2b1-750202c2bbc7/remove_router_interface.json used request id req-8f940089-22d7-4344-bff9-0e547efdcee3 returning object b1f80f45-09a7-4f24-a2b1-750202c2bbc7 2018-08-25 06:44:16,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 06:44:16,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" 2018-08-25 06:44:16,585 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-36ca9c22-ed26-4499-a7e9-77cc9b12e919 Date: Sat, 25 Aug 2018 06:44:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5ebb0d24-ddab-4aa9-9258-e7e44207c813", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "32c3cc39-cbed-414e-a8c9-2a0241f26ed2", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "6637bab51ed7408cb88978b87d878fa3", "created_at": "2018-08-25T06:44:12Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-25T06:44:15Z", "revision_number": 4, "routes": [], "project_id": "6637bab51ed7408cb88978b87d878fa3", "id": "b1f80f45-09a7-4f24-a2b1-750202c2bbc7", "name": "tenantnetwork1-router_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd"}]} 2018-08-25 06:44:16,585 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-36ca9c22-ed26-4499-a7e9-77cc9b12e919 2018-08-25 06:44:16,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0979280471802s 2018-08-25 06:44:16,585 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-36ca9c22-ed26-4499-a7e9-77cc9b12e919 2018-08-25 06:44:16,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 06:44:16,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/b1f80f45-09a7-4f24-a2b1-750202c2bbc7.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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" 2018-08-25 06:44:17,684 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ec1489c7-a8a1-4de1-a1a8-0f68a9daa157 Content-Length: 0 Date: Sat, 25 Aug 2018 06:44:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 06:44:17,684 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b1f80f45-09a7-4f24-a2b1-750202c2bbc7.json used request id req-ec1489c7-a8a1-4de1-a1a8-0f68a9daa157 2018-08-25 06:44:17,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.09783315659s 2018-08-25 06:44:17,685 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/b1f80f45-09a7-4f24-a2b1-750202c2bbc7.json used request id req-ec1489c7-a8a1-4de1-a1a8-0f68a9daa157 2018-08-25 06:44:17,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 06:44:17,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" 2018-08-25 06:44:17,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-35b43afe-e588-45f4-9bbb-f938573e5745 Date: Sat, 25 Aug 2018 06:44:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:46Z","dns_nameservers":[],"updated_at":"2018-08-25T06:41:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"82831b2af92748e6a2566ab9108b8807","id":"32c3cc39-cbed-414e-a8c9-2a0241f26ed2","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79a23dff-ec05-4def-8803-50679761ee62","tenant_id":"6637bab51ed7408cb88978b87d878fa3","created_at":"2018-08-25T06:44:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T06:44:11Z","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":"6637bab51ed7408cb88978b87d878fa3","id":"890a1501-5ca2-4d14-8744-f6d2dd725026","subnetpool_id":null,"name":"tenantnetwork1-subnet_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd"}]} 2018-08-25 06:44:17,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-35b43afe-e588-45f4-9bbb-f938573e5745 2018-08-25 06:44:17,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.125431776047s 2018-08-25 06:44:17,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-35b43afe-e588-45f4-9bbb-f938573e5745 2018-08-25 06:44:17,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 06:44:17,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/890a1501-5ca2-4d14-8744-f6d2dd725026.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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" 2018-08-25 06:44:18,916 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f64b42b8-8750-4bb0-b159-4213e4b97fbb Date: Sat, 25 Aug 2018 06:44:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 06:44:18,916 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/890a1501-5ca2-4d14-8744-f6d2dd725026.json used request id req-f64b42b8-8750-4bb0-b159-4213e4b97fbb 2018-08-25 06:44:18,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.10404491425s 2018-08-25 06:44:18,916 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/890a1501-5ca2-4d14-8744-f6d2dd725026.json used request id req-f64b42b8-8750-4bb0-b159-4213e4b97fbb 2018-08-25 06:44:18,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 06:44:18,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" 2018-08-25 06:44:18,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-5cbe7153-1cc3-4629-82aa-c0ad375cccdf Date: Sat, 25 Aug 2018 06:44:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82831b2af92748e6a2566ab9108b8807","status":"ACTIVE","subnets":["32c3cc39-cbed-414e-a8c9-2a0241f26ed2"],"description":"","tags":[],"updated_at":"2018-08-25T06:41:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"79a23dff-ec05-4def-8803-50679761ee62","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6637bab51ed7408cb88978b87d878fa3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T06:44:18Z","provider:segmentation_id":71,"name":"tenantnetwork1-net_19b6569a-c3c0-4b94-8d61-7cffc1e4c3bd","admin_state_up":true,"tenant_id":"6637bab51ed7408cb88978b87d878fa3","created_at":"2018-08-25T06:44:10Z","provider:network_type":"vxlan"}]} 2018-08-25 06:44:18,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5cbe7153-1cc3-4629-82aa-c0ad375cccdf 2018-08-25 06:44:18,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0813980102539s 2018-08-25 06:44:18,999 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5cbe7153-1cc3-4629-82aa-c0ad375cccdf 2018-08-25 06:44:19,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 06:44:19,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/79a23dff-ec05-4def-8803-50679761ee62.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}77bafcb0d9b8418a8b5120ee88df69ff680a70bb" 2018-08-25 06:44:20,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5fb69479-62ba-4d2a-9d69-cc5690379da4 Date: Sat, 25 Aug 2018 06:44:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 06:44:20,692 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/79a23dff-ec05-4def-8803-50679761ee62.json used request id req-5fb69479-62ba-4d2a-9d69-cc5690379da4 2018-08-25 06:44:20,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.69174289703s 2018-08-25 06:44:20,692 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/79a23dff-ec05-4def-8803-50679761ee62.json used request id req-5fb69479-62ba-4d2a-9d69-cc5690379da4 2018-08-25 06:44:20,743 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-25 06:44:20,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 06:44:20,778 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 06:44:20,779 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 06:44:20,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 06:44:20,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 06:44:20,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 06:44:20,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 06:44:20,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 06:44:20,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 06:44:20,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 06:44:20,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-25 06:44:20,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01490f9d-00f1-4ccd-b34b-6a2ef42340ee Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-25 06:44:20,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000//v3 used request id req-01490f9d-00f1-4ccd-b34b-6a2ef42340ee 2018-08-25 06:44:20,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-25 06:44:21,182 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e84f7adb214a4727a70d47e57cd3158e", "name": "admin"}], "expires_at": "2018-08-25T07:44:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6637bab51ed7408cb88978b87d878fa3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26833eafa0a14e3981fd7d6d4bdb9f6a"}, {"url": "http://192.30.9.3:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62f35062bf034cc0ae8177bb3524ff1f"}, {"url": "http://172.30.9.23:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c2ba9d1c4ce4ac8b4ec3428e5c3d3d6"}], "type": "orchestration", "id": "00fdde4d7c5545519f17e0a12b90ac51", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d298a701424fe8857a0a2f562b3f0e"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "422afcdf7cba45209c71976fc69adf87"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "784bca119d0142c39684528ae695d5dd"}], "type": "placement", "id": "05f7fcad1f784f22bb76d8f47323a3b3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1bfc7e32bc2b4992992be6639601cd04"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b3a5e820cefa49afb3870a9e24c5ed66"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c46825546b8042159606ce075cd5d629"}], "type": "identity", "id": "0fd6e8272c244234a1a280bd7e62d350", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f1e4b0218504a9eba4d11ca96bb0b10"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "35bb3efb2494481a84170fa9c77fd823"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd862900edd54e29913676400aa48cab"}], "type": "alarming", "id": "1ed8db3e27004b1194f42aaab7d8cb51", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "226abf4084f347348ada1e1a0eafe0a6"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e74f2763914930aa1a282f1b32a5b0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a521c7affd8c47409e911356088f47d2"}], "type": "image", "id": "2340a97bd02d46e4805fbddf51fc4b9a", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0291c3cb2eaf461c8f16317bc938fa22"}, {"url": "http://192.30.9.3:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baed13331f8436d8740ccd215a812eb"}, {"url": "http://172.30.9.23:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fba45ad67544d485a6c6beded9bef7"}], "type": "volume", "id": "261c49ffba63413ea82bbd59c1afde3b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8605dba5fbc8487180f0e3f21a46ae6d"}, {"url": "http://192.30.9.3:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b4ef56db6924be3ae9f4b272c55330f"}, {"url": "http://192.30.9.3:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd7795922d4a43f48e9cea7f275584e7"}], "type": "volumev3", "id": "492d43c82b6745048822db0957b274ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22f119a2396f4644a92ed07c70db458c"}, {"url": "http://192.30.9.3:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "343b6bb0dbae418482065b19655e3869"}, {"url": "http://172.30.9.23:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a505707c789e4d7eba628e50b41f8d88"}], "type": "volumev2", "id": "5732ad4e8c184a21b6d351805ce9baa4", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "64e8d13e75bc4b6884346af4a375becc", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b74eab4e053466ba0e0c20ce50329ce"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a35a4b0a78e4ce5bfcab3ed7e99ad35"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbfefd7dc5a74650b969955a058f000b"}], "type": "network", "id": "82d5b4688d2a422eb66ff4ae5913a2fe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2696d98f417f4260b011c364d8acb029"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e808f44bfee47ba945de8d8f408098f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e168621fd2b54a34a5d2462f687b82f2"}], "type": "cloudformation", "id": "a0c293957aea47bb9503169be78a1b2c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "206d1afbafee414fb8eeb87bbe6c96f7"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6bac09963634851bf33ab415c520482"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dcfe2f9d4d7e4086b3395b144d098e9d"}], "type": "metric", "id": "a5a9a7048c72401b84791c8b94f97c74", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c238f809d7a4f03bbabe5982ffc1615"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7398055db6b64b7a95e00adc385c527c"}, {"url": "http://172.30.9.23:8080/v1/AUTH_6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f45107d77e894707b1ae6fb9db44a74f"}], "type": "object-store", "id": "dc8ec73e5cf7435380d0c6f9872acab7", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "107308551ba24fb68151fb3ad1477fb0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a0f44052d604be49e0bf056dde0bc31"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bc51ceb1dd534912acc0695b91f82cb0"}], "type": "compute", "id": "dddaddc0214d45bd8c1649d1ea3cd4c7", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15eb4fd9f3534246a51c808b7a7e0f9b"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8a1c2f0541fc8ebe30c391db0d6e"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a198d731c4dd42318b85096bafeda3e2"}], "type": "event", "id": "f31eb0826d3244e79d60c3bb68b8c065", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27b172b6fcb24119b6d905473e6cbbca"}, "audit_ids": ["wMX7b1vnTRaHXQ7RetrJFg"], "issued_at": "2018-08-25T06:44:21.000000Z"}} 2018-08-25 06:44:21,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 06:44:21,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:21,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a6dd1112-b756-43b2-8361-204097f9d530 Date: Sat, 25 Aug 2018 06:44:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82831b2af92748e6a2566ab9108b8807","status":"ACTIVE","subnets":["32c3cc39-cbed-414e-a8c9-2a0241f26ed2"],"description":"","tags":[],"updated_at":"2018-08-25T06:41:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:41Z","provider:network_type":"flat"}]} 2018-08-25 06:44:21,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a6dd1112-b756-43b2-8361-204097f9d530 2018-08-25 06:44:21,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269674062729s 2018-08-25 06:44:21,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a6dd1112-b756-43b2-8361-204097f9d530 2018-08-25 06:44:21,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-25 06:44:21,463 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 25 Aug 2018 06:44:21 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.23: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.23:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-08-25 06:44:21,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 06:44:21,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:21,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34ef1bda-6476-4c80-8a04-2cbfdfdce40d Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/b23b22beabc44ca49e7c82e85a8558de"}, "tags": [], "enabled": true, "id": "b23b22beabc44ca49e7c82e85a8558de", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-08-25 06:44:21,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-34ef1bda-6476-4c80-8a04-2cbfdfdce40d 2018-08-25 06:44:21,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0913660526276s 2018-08-25 06:44:21,556 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-34ef1bda-6476-4c80-8a04-2cbfdfdce40d 2018-08-25 06:44:21,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-25 06:44:21,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_dc69eae8-80d1-4ce9-be43-50339d584824"}}' 2018-08-25 06:44:21,719 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 06:44:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31d4a7ad-23e5-4de0-a0a3-e88d8daeac4c 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.23:5000/v3/projects/d02da1f36d0643038169cb142ecaa339"}, "tags": [], "enabled": true, "id": "d02da1f36d0643038169cb142ecaa339", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_dc69eae8-80d1-4ce9-be43-50339d584824"}} 2018-08-25 06:44:21,719 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-31d4a7ad-23e5-4de0-a0a3-e88d8daeac4c 2018-08-25 06:44:21,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.155328035355s 2018-08-25 06:44:21,720 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-31d4a7ad-23e5-4de0-a0a3-e88d8daeac4c 2018-08-25 06:44:21,720 - 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'd02da1f36d0643038169cb142ecaa339', '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_dc69eae8-80d1-4ce9-be43-50339d584824'}) 2018-08-25 06:44:21,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-25 06:44:21,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f2d867e5-e231-4944-b8dc-b989afd6605f", "email": null, "name": "tenantnetwork2-user_dc69eae8-80d1-4ce9-be43-50339d584824"}}' 2018-08-25 06:44:22,195 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 06:44:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0873c2e0-05f2-49d5-b2fd-3a4e58989162 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_dc69eae8-80d1-4ce9-be43-50339d584824", "links": {"self": "http://172.30.9.23:5000/v3/users/66a74c8c172d4e208b12dd1a48c813ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "66a74c8c172d4e208b12dd1a48c813ac", "domain_id": "default", "password_expires_at": null}} 2018-08-25 06:44:22,195 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-0873c2e0-05f2-49d5-b2fd-3a4e58989162 2018-08-25 06:44:22,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.468561887741s 2018-08-25 06:44:22,195 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-0873c2e0-05f2-49d5-b2fd-3a4e58989162 2018-08-25 06:44:22,196 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'66a74c8c172d4e208b12dd1a48c813ac', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_dc69eae8-80d1-4ce9-be43-50339d584824'}) 2018-08-25 06:44:22,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 06:44:22,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:22,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94911b66-c1d9-4bf9-87d5-35f0ffe96fcc Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6e4fdeb9bfbc4a6a8016980a4b2cde63", "links": {"self": "http://172.30.9.23:5000/v3/roles/6e4fdeb9bfbc4a6a8016980a4b2cde63"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0a2ff9ca7e147ec96f7b985724401de", "links": {"self": "http://172.30.9.23:5000/v3/roles/b0a2ff9ca7e147ec96f7b985724401de"}, "name": "swiftoperator"}, {"domain_id": null, "id": "b2a86140c80f45abb61a3c04f7b981fd", "links": {"self": "http://172.30.9.23:5000/v3/roles/b2a86140c80f45abb61a3c04f7b981fd"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "e84f7adb214a4727a70d47e57cd3158e", "links": {"self": "http://172.30.9.23:5000/v3/roles/e84f7adb214a4727a70d47e57cd3158e"}, "name": "admin"}]} 2018-08-25 06:44:22,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-94911b66-c1d9-4bf9-87d5-35f0ffe96fcc 2018-08-25 06:44:22,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101506948471s 2018-08-25 06:44:22,302 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-94911b66-c1d9-4bf9-87d5-35f0ffe96fcc 2018-08-25 06:44:22,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 06:44:22,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:22,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce356427-ebe4-4122-8694-744fb4536533 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "6e4fdeb9bfbc4a6a8016980a4b2cde63", "links": {"self": "http://172.30.9.23:5000/v3/roles/6e4fdeb9bfbc4a6a8016980a4b2cde63"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0a2ff9ca7e147ec96f7b985724401de", "links": {"self": "http://172.30.9.23:5000/v3/roles/b0a2ff9ca7e147ec96f7b985724401de"}, "name": "swiftoperator"}, {"domain_id": null, "id": "b2a86140c80f45abb61a3c04f7b981fd", "links": {"self": "http://172.30.9.23:5000/v3/roles/b2a86140c80f45abb61a3c04f7b981fd"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "e84f7adb214a4727a70d47e57cd3158e", "links": {"self": "http://172.30.9.23:5000/v3/roles/e84f7adb214a4727a70d47e57cd3158e"}, "name": "admin"}]} 2018-08-25 06:44:22,390 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ce356427-ebe4-4122-8694-744fb4536533 2018-08-25 06:44:22,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0838561058044s 2018-08-25 06:44:22,390 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ce356427-ebe4-4122-8694-744fb4536533 2018-08-25 06:44:22,392 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-08-25 06:44:22,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-25 06:44:22,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" -d '{"role": {"name": "Member"}}' 2018-08-25 06:44:22,484 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 25 Aug 2018 06:44:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40e831ff-19ff-4929-8305-8d46205e04ef Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "18082c10525841a19d9db99f6cf3f4f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/18082c10525841a19d9db99f6cf3f4f2"}, "name": "Member"}} 2018-08-25 06:44:22,484 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-40e831ff-19ff-4929-8305-8d46205e04ef 2018-08-25 06:44:22,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.0893640518188s 2018-08-25 06:44:22,485 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/roles used request id req-40e831ff-19ff-4929-8305-8d46205e04ef 2018-08-25 06:44:22,485 - 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'18082c10525841a19d9db99f6cf3f4f2'}) 2018-08-25 06:44:22,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 06:44:22,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:22,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6404aad-d2be-4d56-b69d-d62f640ba078 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "18082c10525841a19d9db99f6cf3f4f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/18082c10525841a19d9db99f6cf3f4f2"}, "name": "Member"}, {"domain_id": null, "id": "6e4fdeb9bfbc4a6a8016980a4b2cde63", "links": {"self": "http://172.30.9.23:5000/v3/roles/6e4fdeb9bfbc4a6a8016980a4b2cde63"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0a2ff9ca7e147ec96f7b985724401de", "links": {"self": "http://172.30.9.23:5000/v3/roles/b0a2ff9ca7e147ec96f7b985724401de"}, "name": "swiftoperator"}, {"domain_id": null, "id": "b2a86140c80f45abb61a3c04f7b981fd", "links": {"self": "http://172.30.9.23:5000/v3/roles/b2a86140c80f45abb61a3c04f7b981fd"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "e84f7adb214a4727a70d47e57cd3158e", "links": {"self": "http://172.30.9.23:5000/v3/roles/e84f7adb214a4727a70d47e57cd3158e"}, "name": "admin"}]} 2018-08-25 06:44:22,570 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c6404aad-d2be-4d56-b69d-d62f640ba078 2018-08-25 06:44:22,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0816719532013s 2018-08-25 06:44:22,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-c6404aad-d2be-4d56-b69d-d62f640ba078 2018-08-25 06:44:22,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-25 06:44:22,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:22,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44cdcc06-87a7-4e85-b5c8-5264297bcc83 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-25 06:44:22,663 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-44cdcc06-87a7-4e85-b5c8-5264297bcc83 2018-08-25 06:44:22,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0876700878143s 2018-08-25 06:44:22,663 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-44cdcc06-87a7-4e85-b5c8-5264297bcc83 2018-08-25 06:44:22,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 06:44:22,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:22,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f90d5b36-325a-4e63-907a-88c51c9a78bc Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/004cc5a2c81b455a98e6a646b541af82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "004cc5a2c81b455a98e6a646b541af82", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/02a8d32772154456a803670f290ee55f"}, "domain_id": "b23b22beabc44ca49e7c82e85a8558de", "enabled": true, "options": {}, "id": "02a8d32772154456a803670f290ee55f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/053a3926ab624886976754202b057dff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "053a3926ab624886976754202b057dff", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/1b4b46e09d6d4b7ab1b9236a92b04b5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b4b46e09d6d4b7ab1b9236a92b04b5b", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b172b6fcb24119b6d905473e6cbbca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27b172b6fcb24119b6d905473e6cbbca", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3bc23fba69074bd4b83abd4177c73d42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3bc23fba69074bd4b83abd4177c73d42", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5bbf4c08c6c34eb396d55ceccadd266e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bbf4c08c6c34eb396d55ceccadd266e", "email": "heat@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_dc69eae8-80d1-4ce9-be43-50339d584824", "links": {"self": "http://172.30.9.23:5000/v3/users/66a74c8c172d4e208b12dd1a48c813ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "66a74c8c172d4e208b12dd1a48c813ac", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/68bb149eda764a0c93c40edb5695e1ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68bb149eda764a0c93c40edb5695e1ff", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/6fef140c67654c7992538b83a0546a02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fef140c67654c7992538b83a0546a02", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/90cd25dc7c414829a948b4332506bde9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "90cd25dc7c414829a948b4332506bde9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/a3f0083d172e40628851e0f2c9e36be0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3f0083d172e40628851e0f2c9e36be0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/ac9a6852f91d4e1e9470a672123a0086"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9a6852f91d4e1e9470a672123a0086", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/d23f3363d8204fa2929e31b4f95cab67"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d23f3363d8204fa2929e31b4f95cab67", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/faef6e73be44480984b192bf6364f220"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faef6e73be44480984b192bf6364f220", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-25 06:44:22,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f90d5b36-325a-4e63-907a-88c51c9a78bc 2018-08-25 06:44:22,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102260112762s 2018-08-25 06:44:22,767 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f90d5b36-325a-4e63-907a-88c51c9a78bc 2018-08-25 06:44:22,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 06:44:22,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:22,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8fe66f0-2beb-4746-96b7-94edb7d9f3db Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6637bab51ed7408cb88978b87d878fa3"}, "tags": [], "enabled": true, "id": "6637bab51ed7408cb88978b87d878fa3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807"}, "tags": [], "enabled": true, "id": "82831b2af92748e6a2566ab9108b8807", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/d02da1f36d0643038169cb142ecaa339"}, "tags": [], "enabled": true, "id": "d02da1f36d0643038169cb142ecaa339", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_dc69eae8-80d1-4ce9-be43-50339d584824"}]} 2018-08-25 06:44:22,871 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f8fe66f0-2beb-4746-96b7-94edb7d9f3db 2018-08-25 06:44:22,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0920429229736s 2018-08-25 06:44:22,871 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-f8fe66f0-2beb-4746-96b7-94edb7d9f3db 2018-08-25 06:44:22,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-25 06:44:22,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=66a74c8c172d4e208b12dd1a48c813ac&role.id=18082c10525841a19d9db99f6cf3f4f2&scope.project.id=d02da1f36d0643038169cb142ecaa339" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:22,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ec38f6a-fca1-4944-a266-ff8bc912a022 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=66a74c8c172d4e208b12dd1a48c813ac&role.id=18082c10525841a19d9db99f6cf3f4f2&scope.project.id=d02da1f36d0643038169cb142ecaa339", "previous": null, "next": null}} 2018-08-25 06:44:22,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=66a74c8c172d4e208b12dd1a48c813ac&role.id=18082c10525841a19d9db99f6cf3f4f2&scope.project.id=d02da1f36d0643038169cb142ecaa339 used request id req-5ec38f6a-fca1-4944-a266-ff8bc912a022 2018-08-25 06:44:22,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0920560359955s 2018-08-25 06:44:22,970 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=66a74c8c172d4e208b12dd1a48c813ac&role.id=18082c10525841a19d9db99f6cf3f4f2&scope.project.id=d02da1f36d0643038169cb142ecaa339 used request id req-5ec38f6a-fca1-4944-a266-ff8bc912a022 2018-08-25 06:44:22,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-25 06:44:22,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/d02da1f36d0643038169cb142ecaa339/users/66a74c8c172d4e208b12dd1a48c813ac/roles/18082c10525841a19d9db99f6cf3f4f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:23,139 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 06:44:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8f54c5be-4b18-4c67-bc7b-892c142c3980 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 06:44:23,139 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d02da1f36d0643038169cb142ecaa339/users/66a74c8c172d4e208b12dd1a48c813ac/roles/18082c10525841a19d9db99f6cf3f4f2 used request id req-8f54c5be-4b18-4c67-bc7b-892c142c3980 2018-08-25 06:44:23,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.165225982666s 2018-08-25 06:44:23,140 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/d02da1f36d0643038169cb142ecaa339/users/66a74c8c172d4e208b12dd1a48c813ac/roles/18082c10525841a19d9db99f6cf3f4f2 used request id req-8f54c5be-4b18-4c67-bc7b-892c142c3980 2018-08-25 06:44:23,140 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_dc69eae8-80d1-4ce9-be43-50339d584824', 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'd02da1f36d0643038169cb142ecaa339', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'f2d867e5-e231-4944-b8dc-b989afd6605f', 'username': u'tenantnetwork2-user_dc69eae8-80d1-4ce9-be43-50339d584824', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-25 06:44:23,141 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 06:44:23,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 06:44:23,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 06:44:23,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 06:44:23,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 06:44:23,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 06:44:23,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 06:44:23,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 06:44:23,142 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 06:44:23,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 06:44:23,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 06:44:23,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 06:44:23,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 06:44:23,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 06:44:23,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 06:44:23,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 06:44:23,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 06:44:23,143 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 06:44:23,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 06:44:23,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 06:44:23,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 06:44:23,144 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 06:44:23,145 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_dc69eae8-80d1-4ce9-be43-50339d584824', 'password': 'f2d867e5-e231-4944-b8dc-b989afd6605f', 'project_name': 'tenantnetwork2-project_dc69eae8-80d1-4ce9-be43-50339d584824', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000//v3', 'project_id': 'd02da1f36d0643038169cb142ecaa339', 'project_domain_name': 'Default'} 2018-08-25 06:44:23,146 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-25 06:44:23,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-25 06:44:23,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dea810af-8cb5-4865-acab-df878e0e5f22 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-25 06:44:23,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000//v3 used request id req-dea810af-8cb5-4865-acab-df878e0e5f22 2018-08-25 06:44:23,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-25 06:44:23,547 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "18082c10525841a19d9db99f6cf3f4f2", "name": "Member"}], "expires_at": "2018-08-25T07:44:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d02da1f36d0643038169cb142ecaa339", "name": "tenantnetwork2-project_dc69eae8-80d1-4ce9-be43-50339d584824"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8004/v1/d02da1f36d0643038169cb142ecaa339", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26833eafa0a14e3981fd7d6d4bdb9f6a"}, {"url": "http://192.30.9.3:8004/v1/d02da1f36d0643038169cb142ecaa339", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62f35062bf034cc0ae8177bb3524ff1f"}, {"url": "http://172.30.9.23:8004/v1/d02da1f36d0643038169cb142ecaa339", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c2ba9d1c4ce4ac8b4ec3428e5c3d3d6"}], "type": "orchestration", "id": "00fdde4d7c5545519f17e0a12b90ac51", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d298a701424fe8857a0a2f562b3f0e"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "422afcdf7cba45209c71976fc69adf87"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "784bca119d0142c39684528ae695d5dd"}], "type": "placement", "id": "05f7fcad1f784f22bb76d8f47323a3b3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1bfc7e32bc2b4992992be6639601cd04"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b3a5e820cefa49afb3870a9e24c5ed66"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c46825546b8042159606ce075cd5d629"}], "type": "identity", "id": "0fd6e8272c244234a1a280bd7e62d350", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f1e4b0218504a9eba4d11ca96bb0b10"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "35bb3efb2494481a84170fa9c77fd823"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd862900edd54e29913676400aa48cab"}], "type": "alarming", "id": "1ed8db3e27004b1194f42aaab7d8cb51", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "226abf4084f347348ada1e1a0eafe0a6"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e74f2763914930aa1a282f1b32a5b0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a521c7affd8c47409e911356088f47d2"}], "type": "image", "id": "2340a97bd02d46e4805fbddf51fc4b9a", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/d02da1f36d0643038169cb142ecaa339", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0291c3cb2eaf461c8f16317bc938fa22"}, {"url": "http://192.30.9.3:8776/v1/d02da1f36d0643038169cb142ecaa339", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baed13331f8436d8740ccd215a812eb"}, {"url": "http://172.30.9.23:8776/v1/d02da1f36d0643038169cb142ecaa339", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fba45ad67544d485a6c6beded9bef7"}], "type": "volume", "id": "261c49ffba63413ea82bbd59c1afde3b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/d02da1f36d0643038169cb142ecaa339", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8605dba5fbc8487180f0e3f21a46ae6d"}, {"url": "http://192.30.9.3:8776/v3/d02da1f36d0643038169cb142ecaa339", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b4ef56db6924be3ae9f4b272c55330f"}, {"url": "http://192.30.9.3:8776/v3/d02da1f36d0643038169cb142ecaa339", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd7795922d4a43f48e9cea7f275584e7"}], "type": "volumev3", "id": "492d43c82b6745048822db0957b274ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/d02da1f36d0643038169cb142ecaa339", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22f119a2396f4644a92ed07c70db458c"}, {"url": "http://192.30.9.3:8776/v2/d02da1f36d0643038169cb142ecaa339", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "343b6bb0dbae418482065b19655e3869"}, {"url": "http://172.30.9.23:8776/v2/d02da1f36d0643038169cb142ecaa339", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a505707c789e4d7eba628e50b41f8d88"}], "type": "volumev2", "id": "5732ad4e8c184a21b6d351805ce9baa4", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "64e8d13e75bc4b6884346af4a375becc", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b74eab4e053466ba0e0c20ce50329ce"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a35a4b0a78e4ce5bfcab3ed7e99ad35"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbfefd7dc5a74650b969955a058f000b"}], "type": "network", "id": "82d5b4688d2a422eb66ff4ae5913a2fe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2696d98f417f4260b011c364d8acb029"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e808f44bfee47ba945de8d8f408098f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e168621fd2b54a34a5d2462f687b82f2"}], "type": "cloudformation", "id": "a0c293957aea47bb9503169be78a1b2c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "206d1afbafee414fb8eeb87bbe6c96f7"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6bac09963634851bf33ab415c520482"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dcfe2f9d4d7e4086b3395b144d098e9d"}], "type": "metric", "id": "a5a9a7048c72401b84791c8b94f97c74", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_d02da1f36d0643038169cb142ecaa339", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c238f809d7a4f03bbabe5982ffc1615"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7398055db6b64b7a95e00adc385c527c"}, {"url": "http://172.30.9.23:8080/v1/AUTH_d02da1f36d0643038169cb142ecaa339", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f45107d77e894707b1ae6fb9db44a74f"}], "type": "object-store", "id": "dc8ec73e5cf7435380d0c6f9872acab7", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "107308551ba24fb68151fb3ad1477fb0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a0f44052d604be49e0bf056dde0bc31"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bc51ceb1dd534912acc0695b91f82cb0"}], "type": "compute", "id": "dddaddc0214d45bd8c1649d1ea3cd4c7", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15eb4fd9f3534246a51c808b7a7e0f9b"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8a1c2f0541fc8ebe30c391db0d6e"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a198d731c4dd42318b85096bafeda3e2"}], "type": "event", "id": "f31eb0826d3244e79d60c3bb68b8c065", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_dc69eae8-80d1-4ce9-be43-50339d584824", "id": "66a74c8c172d4e208b12dd1a48c813ac"}, "audit_ids": ["bKOMCsWVR5yGo5i-Wek4iw"], "issued_at": "2018-08-25T06:44:23.000000Z"}} 2018-08-25 06:44:23,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 06:44:23,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f8f12fde9a6933f9679144b064a9239054a1aad3" -d '{"network": {"name": "tenantnetwork2-net_dc69eae8-80d1-4ce9-be43-50339d584824", "admin_state_up": true}}' 2018-08-25 06:44:24,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-32c97686-339d-45b1-932f-49351ddc9100 Date: Sat, 25 Aug 2018 06:44:24 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d02da1f36d0643038169cb142ecaa339","created_at":"2018-08-25T06:44:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-25T06:44:24Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d02da1f36d0643038169cb142ecaa339","id":"52704efe-995a-4d3d-9b2e-e45969f66e4d","name":"tenantnetwork2-net_dc69eae8-80d1-4ce9-be43-50339d584824"}} 2018-08-25 06:44:24,841 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-32c97686-339d-45b1-932f-49351ddc9100 2018-08-25 06:44:24,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.29115509987s 2018-08-25 06:44:24,842 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-32c97686-339d-45b1-932f-49351ddc9100 2018-08-25 06:44:24,842 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T06:44:24Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'52704efe-995a-4d3d-9b2e-e45969f66e4d', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_dc69eae8-80d1-4ce9-be43-50339d584824', u'admin_state_up': True, u'tenant_id': u'd02da1f36d0643038169cb142ecaa339', u'created_at': u'2018-08-25T06:44:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd02da1f36d0643038169cb142ecaa339'}) 2018-08-25 06:44:24,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 06:44:24,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f8f12fde9a6933f9679144b064a9239054a1aad3" 2018-08-25 06:44:24,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-69054dc3-2dc2-4506-955b-c3cf24d73a9c Date: Sat, 25 Aug 2018 06:44:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-25T06:44:24Z","tenant_id":"d02da1f36d0643038169cb142ecaa339","created_at":"2018-08-25T06:44:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d02da1f36d0643038169cb142ecaa339","id":"52704efe-995a-4d3d-9b2e-e45969f66e4d","name":"tenantnetwork2-net_dc69eae8-80d1-4ce9-be43-50339d584824"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["32c3cc39-cbed-414e-a8c9-2a0241f26ed2"],"updated_at":"2018-08-25T06:41:46Z","tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"82831b2af92748e6a2566ab9108b8807","id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","name":"external"}]} 2018-08-25 06:44:24,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-69054dc3-2dc2-4506-955b-c3cf24d73a9c 2018-08-25 06:44:24,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.127749919891s 2018-08-25 06:44:24,971 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-69054dc3-2dc2-4506-955b-c3cf24d73a9c 2018-08-25 06:44:24,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 06:44:24,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f8f12fde9a6933f9679144b064a9239054a1aad3" -d '{"subnet": {"name": "tenantnetwork2-subnet_dc69eae8-80d1-4ce9-be43-50339d584824", "enable_dhcp": true, "network_id": "52704efe-995a-4d3d-9b2e-e45969f66e4d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 06:44:25,830 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2383220b-98b8-441f-b070-f94277e71543 Date: Sat, 25 Aug 2018 06:44:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52704efe-995a-4d3d-9b2e-e45969f66e4d","tenant_id":"d02da1f36d0643038169cb142ecaa339","created_at":"2018-08-25T06:44:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T06:44:25Z","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":"d02da1f36d0643038169cb142ecaa339","id":"064bcdbd-ae6f-4596-92cf-1c8910b32299","subnetpool_id":null,"name":"tenantnetwork2-subnet_dc69eae8-80d1-4ce9-be43-50339d584824"}} 2018-08-25 06:44:25,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2383220b-98b8-441f-b070-f94277e71543 2018-08-25 06:44:25,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.857388973236s 2018-08-25 06:44:25,830 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2383220b-98b8-441f-b070-f94277e71543 2018-08-25 06:44:25,831 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T06:44:25Z', 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'064bcdbd-ae6f-4596-92cf-1c8910b32299', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_dc69eae8-80d1-4ce9-be43-50339d584824', u'enable_dhcp': True, u'network_id': u'52704efe-995a-4d3d-9b2e-e45969f66e4d', u'tenant_id': u'd02da1f36d0643038169cb142ecaa339', u'created_at': u'2018-08-25T06:44:25Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd02da1f36d0643038169cb142ecaa339'}) 2018-08-25 06:44:25,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 06:44:25,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}f8f12fde9a6933f9679144b064a9239054a1aad3" -d '{"router": {"external_gateway_info": {"network_id": "5ebb0d24-ddab-4aa9-9258-e7e44207c813"}, "name": "tenantnetwork2-router_dc69eae8-80d1-4ce9-be43-50339d584824", "admin_state_up": true}}' 2018-08-25 06:44:27,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-3205c8df-b49d-4610-b62b-facac9339da1 Date: Sat, 25 Aug 2018 06:44:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5ebb0d24-ddab-4aa9-9258-e7e44207c813", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "32c3cc39-cbed-414e-a8c9-2a0241f26ed2", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "d02da1f36d0643038169cb142ecaa339", "created_at": "2018-08-25T06:44:25Z", "admin_state_up": true, "updated_at": "2018-08-25T06:44:26Z", "revision_number": 2, "routes": [], "project_id": "d02da1f36d0643038169cb142ecaa339", "id": "0340bfef-fccb-410d-8c8e-cae59b6307af", "name": "tenantnetwork2-router_dc69eae8-80d1-4ce9-be43-50339d584824"}} 2018-08-25 06:44:27,021 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3205c8df-b49d-4610-b62b-facac9339da1 2018-08-25 06:44:27,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18918800354s 2018-08-25 06:44:27,021 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-3205c8df-b49d-4610-b62b-facac9339da1 2018-08-25 06:44:27,021 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5ebb0d24-ddab-4aa9-9258-e7e44207c813', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'32c3cc39-cbed-414e-a8c9-2a0241f26ed2', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd02da1f36d0643038169cb142ecaa339', u'created_at': u'2018-08-25T06:44:25Z', u'admin_state_up': True, u'updated_at': u'2018-08-25T06:44:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'd02da1f36d0643038169cb142ecaa339', u'id': u'0340bfef-fccb-410d-8c8e-cae59b6307af', u'name': u'tenantnetwork2-router_dc69eae8-80d1-4ce9-be43-50339d584824'}) 2018-08-25 06:44:27,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 06:44:27,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0340bfef-fccb-410d-8c8e-cae59b6307af/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}f8f12fde9a6933f9679144b064a9239054a1aad3" -d '{"subnet_id": "064bcdbd-ae6f-4596-92cf-1c8910b32299"}' 2018-08-25 06:44:29,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5badee84-f861-4656-afc3-e2be9bb8565a Date: Sat, 25 Aug 2018 06:44:29 GMT RESP BODY: {"network_id": "52704efe-995a-4d3d-9b2e-e45969f66e4d", "tenant_id": "d02da1f36d0643038169cb142ecaa339", "subnet_id": "064bcdbd-ae6f-4596-92cf-1c8910b32299", "subnet_ids": ["064bcdbd-ae6f-4596-92cf-1c8910b32299"], "port_id": "4d4518b9-c896-4833-a247-7114fbaa12f5", "id": "0340bfef-fccb-410d-8c8e-cae59b6307af"} 2018-08-25 06:44:29,628 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0340bfef-fccb-410d-8c8e-cae59b6307af/add_router_interface.json used request id req-5badee84-f861-4656-afc3-e2be9bb8565a 2018-08-25 06:44:29,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.60657000542s 2018-08-25 06:44:29,629 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0340bfef-fccb-410d-8c8e-cae59b6307af/add_router_interface.json used request id req-5badee84-f861-4656-afc3-e2be9bb8565a returning object 0340bfef-fccb-410d-8c8e-cae59b6307af 2018-08-25 06:44:29,738 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 06:44:29,738 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-25 06:44:29,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 06:44:29,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0340bfef-fccb-410d-8c8e-cae59b6307af/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}f8f12fde9a6933f9679144b064a9239054a1aad3" -d '{"subnet_id": "064bcdbd-ae6f-4596-92cf-1c8910b32299"}' 2018-08-25 06:44:31,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-25e6a852-f2e6-47d0-9a6a-da78f29cd793 Date: Sat, 25 Aug 2018 06:44:31 GMT RESP BODY: {"network_id": "52704efe-995a-4d3d-9b2e-e45969f66e4d", "tenant_id": "d02da1f36d0643038169cb142ecaa339", "subnet_id": "064bcdbd-ae6f-4596-92cf-1c8910b32299", "subnet_ids": ["064bcdbd-ae6f-4596-92cf-1c8910b32299"], "port_id": "4d4518b9-c896-4833-a247-7114fbaa12f5", "id": "0340bfef-fccb-410d-8c8e-cae59b6307af"} 2018-08-25 06:44:31,085 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0340bfef-fccb-410d-8c8e-cae59b6307af/remove_router_interface.json used request id req-25e6a852-f2e6-47d0-9a6a-da78f29cd793 2018-08-25 06:44:31,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.34184980392s 2018-08-25 06:44:31,085 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0340bfef-fccb-410d-8c8e-cae59b6307af/remove_router_interface.json used request id req-25e6a852-f2e6-47d0-9a6a-da78f29cd793 returning object 0340bfef-fccb-410d-8c8e-cae59b6307af 2018-08-25 06:44:31,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 06:44:31,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f8f12fde9a6933f9679144b064a9239054a1aad3" 2018-08-25 06:44:31,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-c5f2f9c0-a8f5-4686-9ab5-bf0944734eb2 Date: Sat, 25 Aug 2018 06:44:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5ebb0d24-ddab-4aa9-9258-e7e44207c813", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "32c3cc39-cbed-414e-a8c9-2a0241f26ed2", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "d02da1f36d0643038169cb142ecaa339", "created_at": "2018-08-25T06:44:25Z", "admin_state_up": true, "updated_at": "2018-08-25T06:44:30Z", "revision_number": 4, "routes": [], "project_id": "d02da1f36d0643038169cb142ecaa339", "id": "0340bfef-fccb-410d-8c8e-cae59b6307af", "name": "tenantnetwork2-router_dc69eae8-80d1-4ce9-be43-50339d584824"}]} 2018-08-25 06:44:31,332 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c5f2f9c0-a8f5-4686-9ab5-bf0944734eb2 2018-08-25 06:44:31,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.246083021164s 2018-08-25 06:44:31,332 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c5f2f9c0-a8f5-4686-9ab5-bf0944734eb2 2018-08-25 06:44:31,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 06:44:31,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/0340bfef-fccb-410d-8c8e-cae59b6307af.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}f8f12fde9a6933f9679144b064a9239054a1aad3" 2018-08-25 06:44:32,420 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-70c44369-a11d-4cca-a32e-7f3ac6dd63cb Content-Length: 0 Date: Sat, 25 Aug 2018 06:44:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 06:44:32,421 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0340bfef-fccb-410d-8c8e-cae59b6307af.json used request id req-70c44369-a11d-4cca-a32e-7f3ac6dd63cb 2018-08-25 06:44:32,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.08702397346s 2018-08-25 06:44:32,421 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0340bfef-fccb-410d-8c8e-cae59b6307af.json used request id req-70c44369-a11d-4cca-a32e-7f3ac6dd63cb 2018-08-25 06:44:32,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 06:44:32,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f8f12fde9a6933f9679144b064a9239054a1aad3" 2018-08-25 06:44:32,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-a65150bf-3357-4106-80ec-30ab66f0b9ea Date: Sat, 25 Aug 2018 06:44:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52704efe-995a-4d3d-9b2e-e45969f66e4d","tenant_id":"d02da1f36d0643038169cb142ecaa339","created_at":"2018-08-25T06:44:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T06:44:25Z","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":"d02da1f36d0643038169cb142ecaa339","id":"064bcdbd-ae6f-4596-92cf-1c8910b32299","subnetpool_id":null,"name":"tenantnetwork2-subnet_dc69eae8-80d1-4ce9-be43-50339d584824"}]} 2018-08-25 06:44:32,494 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a65150bf-3357-4106-80ec-30ab66f0b9ea 2018-08-25 06:44:32,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0721609592438s 2018-08-25 06:44:32,494 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a65150bf-3357-4106-80ec-30ab66f0b9ea 2018-08-25 06:44:32,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 06:44:32,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/064bcdbd-ae6f-4596-92cf-1c8910b32299.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}f8f12fde9a6933f9679144b064a9239054a1aad3" 2018-08-25 06:44:33,604 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca1e689c-eb1d-40ca-92d8-e6262aadc61e Date: Sat, 25 Aug 2018 06:44:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 06:44:33,604 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/064bcdbd-ae6f-4596-92cf-1c8910b32299.json used request id req-ca1e689c-eb1d-40ca-92d8-e6262aadc61e 2018-08-25 06:44:33,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.10891795158s 2018-08-25 06:44:33,605 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/064bcdbd-ae6f-4596-92cf-1c8910b32299.json used request id req-ca1e689c-eb1d-40ca-92d8-e6262aadc61e 2018-08-25 06:44:33,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 06:44:33,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}f8f12fde9a6933f9679144b064a9239054a1aad3" 2018-08-25 06:44:33,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-d71a6aca-eebf-4689-bd0b-ea3ca86265e7 Date: Sat, 25 Aug 2018 06:44:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-25T06:44:33Z","tenant_id":"d02da1f36d0643038169cb142ecaa339","created_at":"2018-08-25T06:44:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"d02da1f36d0643038169cb142ecaa339","id":"52704efe-995a-4d3d-9b2e-e45969f66e4d","name":"tenantnetwork2-net_dc69eae8-80d1-4ce9-be43-50339d584824"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["32c3cc39-cbed-414e-a8c9-2a0241f26ed2"],"updated_at":"2018-08-25T06:41:46Z","tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:41Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"82831b2af92748e6a2566ab9108b8807","id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","name":"external"}]} 2018-08-25 06:44:33,695 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d71a6aca-eebf-4689-bd0b-ea3ca86265e7 2018-08-25 06:44:33,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0896980762482s 2018-08-25 06:44:33,695 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d71a6aca-eebf-4689-bd0b-ea3ca86265e7 2018-08-25 06:44:33,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 06:44:33,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/52704efe-995a-4d3d-9b2e-e45969f66e4d.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}f8f12fde9a6933f9679144b064a9239054a1aad3" 2018-08-25 06:44:34,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-62895233-52af-4841-ba25-3b07b4c504a1 Date: Sat, 25 Aug 2018 06:44:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 06:44:34,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/52704efe-995a-4d3d-9b2e-e45969f66e4d.json used request id req-62895233-52af-4841-ba25-3b07b4c504a1 2018-08-25 06:44:34,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.00170993805s 2018-08-25 06:44:34,698 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/52704efe-995a-4d3d-9b2e-e45969f66e4d.json used request id req-62895233-52af-4841-ba25-3b07b4c504a1 2018-08-25 06:44:34,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 06:44:34,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:34,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0337bb0b-66fb-423e-a41f-cc8771c3f1c5 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/004cc5a2c81b455a98e6a646b541af82"}, "domain_id": "default", "enabled": true, "options": {}, "id": "004cc5a2c81b455a98e6a646b541af82", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/02a8d32772154456a803670f290ee55f"}, "domain_id": "b23b22beabc44ca49e7c82e85a8558de", "enabled": true, "options": {}, "id": "02a8d32772154456a803670f290ee55f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/053a3926ab624886976754202b057dff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "053a3926ab624886976754202b057dff", "email": "swift@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/1b4b46e09d6d4b7ab1b9236a92b04b5b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b4b46e09d6d4b7ab1b9236a92b04b5b", "email": "placement@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/27b172b6fcb24119b6d905473e6cbbca"}, "domain_id": "default", "enabled": true, "options": {}, "id": "27b172b6fcb24119b6d905473e6cbbca", "email": "admin@example.com", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/3bc23fba69074bd4b83abd4177c73d42"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3bc23fba69074bd4b83abd4177c73d42", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/5bbf4c08c6c34eb396d55ceccadd266e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5bbf4c08c6c34eb396d55ceccadd266e", "email": "heat@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_dc69eae8-80d1-4ce9-be43-50339d584824", "links": {"self": "http://172.30.9.23:5000/v3/users/66a74c8c172d4e208b12dd1a48c813ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "66a74c8c172d4e208b12dd1a48c813ac", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/68bb149eda764a0c93c40edb5695e1ff"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68bb149eda764a0c93c40edb5695e1ff", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/6fef140c67654c7992538b83a0546a02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6fef140c67654c7992538b83a0546a02", "email": "cinder@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/90cd25dc7c414829a948b4332506bde9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "90cd25dc7c414829a948b4332506bde9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/a3f0083d172e40628851e0f2c9e36be0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a3f0083d172e40628851e0f2c9e36be0", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/ac9a6852f91d4e1e9470a672123a0086"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ac9a6852f91d4e1e9470a672123a0086", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/d23f3363d8204fa2929e31b4f95cab67"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d23f3363d8204fa2929e31b4f95cab67", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/faef6e73be44480984b192bf6364f220"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faef6e73be44480984b192bf6364f220", "email": "panko@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-08-25 06:44:34,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0337bb0b-66fb-423e-a41f-cc8771c3f1c5 2018-08-25 06:44:34,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.140691041946s 2018-08-25 06:44:34,840 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-0337bb0b-66fb-423e-a41f-cc8771c3f1c5 2018-08-25 06:44:34,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-25 06:44:34,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/66a74c8c172d4e208b12dd1a48c813ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:34,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd259c84-3431-4b64-ba1c-3b3abfe10653 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_dc69eae8-80d1-4ce9-be43-50339d584824", "links": {"self": "http://172.30.9.23:5000/v3/users/66a74c8c172d4e208b12dd1a48c813ac"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "66a74c8c172d4e208b12dd1a48c813ac", "description": null}} 2018-08-25 06:44:34,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/66a74c8c172d4e208b12dd1a48c813ac used request id req-fd259c84-3431-4b64-ba1c-3b3abfe10653 2018-08-25 06:44:34,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104897022247s 2018-08-25 06:44:34,951 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/66a74c8c172d4e208b12dd1a48c813ac used request id req-fd259c84-3431-4b64-ba1c-3b3abfe10653 2018-08-25 06:44:34,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-25 06:44:34,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/66a74c8c172d4e208b12dd1a48c813ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:35,191 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 06:44:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-666338cf-c442-4618-a4e2-45a90862bb4a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 06:44:35,191 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/66a74c8c172d4e208b12dd1a48c813ac used request id req-666338cf-c442-4618-a4e2-45a90862bb4a 2018-08-25 06:44:35,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.239655017853s 2018-08-25 06:44:35,192 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/66a74c8c172d4e208b12dd1a48c813ac used request id req-666338cf-c442-4618-a4e2-45a90862bb4a 2018-08-25 06:44:35,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-25 06:44:35,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:35,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19cd1068-4bce-4203-84e3-f6ea9a61a56d Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/6637bab51ed7408cb88978b87d878fa3"}, "tags": [], "enabled": true, "id": "6637bab51ed7408cb88978b87d878fa3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/82831b2af92748e6a2566ab9108b8807"}, "tags": [], "enabled": true, "id": "82831b2af92748e6a2566ab9108b8807", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/d02da1f36d0643038169cb142ecaa339"}, "tags": [], "enabled": true, "id": "d02da1f36d0643038169cb142ecaa339", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_dc69eae8-80d1-4ce9-be43-50339d584824"}]} 2018-08-25 06:44:35,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-19cd1068-4bce-4203-84e3-f6ea9a61a56d 2018-08-25 06:44:35,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0929930210114s 2018-08-25 06:44:35,291 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-19cd1068-4bce-4203-84e3-f6ea9a61a56d 2018-08-25 06:44:35,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-25 06:44:35,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/d02da1f36d0643038169cb142ecaa339 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:35,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 06:44:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac3c5a92-2429-4f8f-8dac-8d38c5dd8eae Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 06:44:35,489 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d02da1f36d0643038169cb142ecaa339 used request id req-ac3c5a92-2429-4f8f-8dac-8d38c5dd8eae 2018-08-25 06:44:35,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.193210840225s 2018-08-25 06:44:35,489 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/d02da1f36d0643038169cb142ecaa339 used request id req-ac3c5a92-2429-4f8f-8dac-8d38c5dd8eae 2018-08-25 06:44:35,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-25 06:44:35,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:35,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15b9e23-d188-4e6c-99ef-a0a4d2d8a031 Content-Encoding: gzip Content-Length: 349 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "18082c10525841a19d9db99f6cf3f4f2", "links": {"self": "http://172.30.9.23:5000/v3/roles/18082c10525841a19d9db99f6cf3f4f2"}, "name": "Member"}, {"domain_id": null, "id": "6e4fdeb9bfbc4a6a8016980a4b2cde63", "links": {"self": "http://172.30.9.23:5000/v3/roles/6e4fdeb9bfbc4a6a8016980a4b2cde63"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b0a2ff9ca7e147ec96f7b985724401de", "links": {"self": "http://172.30.9.23:5000/v3/roles/b0a2ff9ca7e147ec96f7b985724401de"}, "name": "swiftoperator"}, {"domain_id": null, "id": "b2a86140c80f45abb61a3c04f7b981fd", "links": {"self": "http://172.30.9.23:5000/v3/roles/b2a86140c80f45abb61a3c04f7b981fd"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "e84f7adb214a4727a70d47e57cd3158e", "links": {"self": "http://172.30.9.23:5000/v3/roles/e84f7adb214a4727a70d47e57cd3158e"}, "name": "admin"}]} 2018-08-25 06:44:35,580 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d15b9e23-d188-4e6c-99ef-a0a4d2d8a031 2018-08-25 06:44:35,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0880560874939s 2018-08-25 06:44:35,581 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-d15b9e23-d188-4e6c-99ef-a0a4d2d8a031 2018-08-25 06:44:35,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-25 06:44:35,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/roles/18082c10525841a19d9db99f6cf3f4f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aac4f74751ae31ddeeca658c4181e329428118b2" 2018-08-25 06:44:35,810 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 25 Aug 2018 06:44:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d38d3254-a676-42b4-9fa2-335fd323f218 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-25 06:44:35,810 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/18082c10525841a19d9db99f6cf3f4f2 used request id req-d38d3254-a676-42b4-9fa2-335fd323f218 2018-08-25 06:44:35,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.223820209503s 2018-08-25 06:44:35,810 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/roles/18082c10525841a19d9db99f6cf3f4f2 used request id req-d38d3254-a676-42b4-9fa2-335fd323f218 2018-08-25 06:44:35,863 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-25 06:44:35,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-25 06:44:35,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-25 06:44:35,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-25 06:44:35,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-25 06:44:35,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-25 06:44:35,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-25 06:44:35,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-25 06:44:35,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-25 06:44:35,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-25 06:44:35,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-25 06:44:35,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-25 06:44:35,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-25 06:44:35,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-25 06:44:35,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 25 Aug 2018 06:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-661569b0-d0e7-4c6f-b0a8-52e936d9cf44 Content-Encoding: gzip Content-Length: 194 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.23:5000/v3/", "rel": "self"}]}} 2018-08-25 06:44:35,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000//v3 used request id req-661569b0-d0e7-4c6f-b0a8-52e936d9cf44 2018-08-25 06:44:35,987 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-08-25 06:44:36,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e84f7adb214a4727a70d47e57cd3158e", "name": "admin"}], "expires_at": "2018-08-25T07:44:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6637bab51ed7408cb88978b87d878fa3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.3:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "26833eafa0a14e3981fd7d6d4bdb9f6a"}, {"url": "http://192.30.9.3:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62f35062bf034cc0ae8177bb3524ff1f"}, {"url": "http://172.30.9.23:8004/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9c2ba9d1c4ce4ac8b4ec3428e5c3d3d6"}], "type": "orchestration", "id": "00fdde4d7c5545519f17e0a12b90ac51", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.3:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29d298a701424fe8857a0a2f562b3f0e"}, {"url": "http://192.30.9.3:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "422afcdf7cba45209c71976fc69adf87"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "784bca119d0142c39684528ae695d5dd"}], "type": "placement", "id": "05f7fcad1f784f22bb76d8f47323a3b3", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.3:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1bfc7e32bc2b4992992be6639601cd04"}, {"url": "http://192.30.9.3:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b3a5e820cefa49afb3870a9e24c5ed66"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c46825546b8042159606ce075cd5d629"}], "type": "identity", "id": "0fd6e8272c244234a1a280bd7e62d350", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0f1e4b0218504a9eba4d11ca96bb0b10"}, {"url": "http://192.30.9.3:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "35bb3efb2494481a84170fa9c77fd823"}, {"url": "http://192.30.9.3:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd862900edd54e29913676400aa48cab"}], "type": "alarming", "id": "1ed8db3e27004b1194f42aaab7d8cb51", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.3:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "226abf4084f347348ada1e1a0eafe0a6"}, {"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "89e74f2763914930aa1a282f1b32a5b0"}, {"url": "http://192.30.9.3:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a521c7affd8c47409e911356088f47d2"}], "type": "image", "id": "2340a97bd02d46e4805fbddf51fc4b9a", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0291c3cb2eaf461c8f16317bc938fa22"}, {"url": "http://192.30.9.3:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1baed13331f8436d8740ccd215a812eb"}, {"url": "http://172.30.9.23:8776/v1/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e7fba45ad67544d485a6c6beded9bef7"}], "type": "volume", "id": "261c49ffba63413ea82bbd59c1afde3b", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.23:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8605dba5fbc8487180f0e3f21a46ae6d"}, {"url": "http://192.30.9.3:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8b4ef56db6924be3ae9f4b272c55330f"}, {"url": "http://192.30.9.3:8776/v3/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bd7795922d4a43f48e9cea7f275584e7"}], "type": "volumev3", "id": "492d43c82b6745048822db0957b274ec", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.3:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "22f119a2396f4644a92ed07c70db458c"}, {"url": "http://192.30.9.3:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "343b6bb0dbae418482065b19655e3869"}, {"url": "http://172.30.9.23:8776/v2/6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a505707c789e4d7eba628e50b41f8d88"}], "type": "volumev2", "id": "5732ad4e8c184a21b6d351805ce9baa4", "name": "cinderv2"}, {"endpoints": [], "type": "metering", "id": "64e8d13e75bc4b6884346af4a375becc", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.3:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b74eab4e053466ba0e0c20ce50329ce"}, {"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6a35a4b0a78e4ce5bfcab3ed7e99ad35"}, {"url": "http://192.30.9.3:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cbfefd7dc5a74650b969955a058f000b"}], "type": "network", "id": "82d5b4688d2a422eb66ff4ae5913a2fe", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.3:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "2696d98f417f4260b011c364d8acb029"}, {"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9e808f44bfee47ba945de8d8f408098f"}, {"url": "http://192.30.9.3:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e168621fd2b54a34a5d2462f687b82f2"}], "type": "cloudformation", "id": "a0c293957aea47bb9503169be78a1b2c", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "206d1afbafee414fb8eeb87bbe6c96f7"}, {"url": "http://192.30.9.3:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c6bac09963634851bf33ab415c520482"}, {"url": "http://192.30.9.3:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "dcfe2f9d4d7e4086b3395b144d098e9d"}], "type": "metric", "id": "a5a9a7048c72401b84791c8b94f97c74", "name": "gnocchi"}, {"endpoints": [{"url": "http://12.0.0.28:8080/v1/AUTH_6637bab51ed7408cb88978b87d878fa3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4c238f809d7a4f03bbabe5982ffc1615"}, {"url": "http://12.0.0.28:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7398055db6b64b7a95e00adc385c527c"}, {"url": "http://172.30.9.23:8080/v1/AUTH_6637bab51ed7408cb88978b87d878fa3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f45107d77e894707b1ae6fb9db44a74f"}], "type": "object-store", "id": "dc8ec73e5cf7435380d0c6f9872acab7", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "107308551ba24fb68151fb3ad1477fb0"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7a0f44052d604be49e0bf056dde0bc31"}, {"url": "http://192.30.9.3:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bc51ceb1dd534912acc0695b91f82cb0"}], "type": "compute", "id": "dddaddc0214d45bd8c1649d1ea3cd4c7", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15eb4fd9f3534246a51c808b7a7e0f9b"}, {"url": "http://192.30.9.3:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6a9e8a1c2f0541fc8ebe30c391db0d6e"}, {"url": "http://192.30.9.3:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a198d731c4dd42318b85096bafeda3e2"}], "type": "event", "id": "f31eb0826d3244e79d60c3bb68b8c065", "name": "panko"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "27b172b6fcb24119b6d905473e6cbbca"}, "audit_ids": ["U0BlIbhsQeWb902O4GkcPQ"], "issued_at": "2018-08-25T06:44:36.000000Z"}} 2018-08-25 06:44:36,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 06:44:36,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23: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}460eb941007565a788ecdaf95136b9e73b126e37" 2018-08-25 06:44:37,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-736bf62b-76b6-4975-b096-10f1055bc711 Date: Sat, 25 Aug 2018 06:44:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82831b2af92748e6a2566ab9108b8807","status":"ACTIVE","subnets":["32c3cc39-cbed-414e-a8c9-2a0241f26ed2"],"description":"","tags":[],"updated_at":"2018-08-25T06:41:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:41Z","provider:network_type":"flat"}]} 2018-08-25 06:44:37,194 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-736bf62b-76b6-4975-b096-10f1055bc711 2018-08-25 06:44:37,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.82049703598s 2018-08-25 06:44:37,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-736bf62b-76b6-4975-b096-10f1055bc711 2018-08-25 06:44:37,195 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-25 06:44:37,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-25 06:44:37,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}460eb941007565a788ecdaf95136b9e73b126e37" -d '{"network": {"name": "vmready1-net_c3c1710b-c023-419d-bd50-a8036d200485", "admin_state_up": true}}' 2018-08-25 06:44:37,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-3dec6282-5c19-44ba-b006-94419c332c0b Date: Sat, 25 Aug 2018 06:44:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a63b125a-66c3-4a34-aedb-4224b60cfb15","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6637bab51ed7408cb88978b87d878fa3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T06:44:37Z","is_default":false,"provider:segmentation_id":36,"name":"vmready1-net_c3c1710b-c023-419d-bd50-a8036d200485","admin_state_up":true,"tenant_id":"6637bab51ed7408cb88978b87d878fa3","created_at":"2018-08-25T06:44:37Z","mtu":1450}} 2018-08-25 06:44:37,540 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3dec6282-5c19-44ba-b006-94419c332c0b 2018-08-25 06:44:37,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.344505786896s 2018-08-25 06:44:37,540 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3dec6282-5c19-44ba-b006-94419c332c0b 2018-08-25 06:44:37,540 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-25T06:44:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a63b125a-66c3-4a34-aedb-4224b60cfb15', u'provider:segmentation_id': 36, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_c3c1710b-c023-419d-bd50-a8036d200485', u'admin_state_up': True, u'tenant_id': u'6637bab51ed7408cb88978b87d878fa3', u'created_at': u'2018-08-25T06:44:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6637bab51ed7408cb88978b87d878fa3'}) 2018-08-25 06:44:37,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 06:44:37,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}460eb941007565a788ecdaf95136b9e73b126e37" 2018-08-25 06:44:37,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-49a4ec2c-5cfb-476e-ad6b-394361be338e Date: Sat, 25 Aug 2018 06:44:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82831b2af92748e6a2566ab9108b8807","status":"ACTIVE","subnets":["32c3cc39-cbed-414e-a8c9-2a0241f26ed2"],"description":"","tags":[],"updated_at":"2018-08-25T06:41:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a63b125a-66c3-4a34-aedb-4224b60cfb15","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"6637bab51ed7408cb88978b87d878fa3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T06:44:37Z","provider:segmentation_id":36,"name":"vmready1-net_c3c1710b-c023-419d-bd50-a8036d200485","admin_state_up":true,"tenant_id":"6637bab51ed7408cb88978b87d878fa3","created_at":"2018-08-25T06:44:37Z","provider:network_type":"vxlan"}]} 2018-08-25 06:44:37,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-49a4ec2c-5cfb-476e-ad6b-394361be338e 2018-08-25 06:44:37,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110097885132s 2018-08-25 06:44:37,652 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-49a4ec2c-5cfb-476e-ad6b-394361be338e 2018-08-25 06:44:37,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-25 06:44:37,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}460eb941007565a788ecdaf95136b9e73b126e37" -d '{"subnet": {"name": "vmready1-subnet_c3c1710b-c023-419d-bd50-a8036d200485", "enable_dhcp": true, "network_id": "a63b125a-66c3-4a34-aedb-4224b60cfb15", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-25 06:44:38,190 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-a868df11-2146-4807-87af-42b131d41fb2 Date: Sat, 25 Aug 2018 06:44:38 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a63b125a-66c3-4a34-aedb-4224b60cfb15","tenant_id":"6637bab51ed7408cb88978b87d878fa3","created_at":"2018-08-25T06:44:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T06:44:37Z","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":"6637bab51ed7408cb88978b87d878fa3","id":"cb9430d3-0117-496a-937d-6bbabc26f12b","subnetpool_id":null,"name":"vmready1-subnet_c3c1710b-c023-419d-bd50-a8036d200485"}} 2018-08-25 06:44:38,190 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a868df11-2146-4807-87af-42b131d41fb2 2018-08-25 06:44:38,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.536865949631s 2018-08-25 06:44:38,191 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a868df11-2146-4807-87af-42b131d41fb2 2018-08-25 06:44:38,191 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-25T06:44:37Z', 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'cb9430d3-0117-496a-937d-6bbabc26f12b', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_c3c1710b-c023-419d-bd50-a8036d200485', u'enable_dhcp': True, u'network_id': u'a63b125a-66c3-4a34-aedb-4224b60cfb15', u'tenant_id': u'6637bab51ed7408cb88978b87d878fa3', u'created_at': u'2018-08-25T06:44:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6637bab51ed7408cb88978b87d878fa3'}) 2018-08-25 06:44:38,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-25 06:44:38,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}460eb941007565a788ecdaf95136b9e73b126e37" -d '{"router": {"external_gateway_info": {"network_id": "5ebb0d24-ddab-4aa9-9258-e7e44207c813"}, "name": "vmready1-router_c3c1710b-c023-419d-bd50-a8036d200485", "admin_state_up": true}}' 2018-08-25 06:44:39,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-99f53893-b464-48cc-a1c8-e1a6fb8321f6 Date: Sat, 25 Aug 2018 06:44:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "5ebb0d24-ddab-4aa9-9258-e7e44207c813", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "32c3cc39-cbed-414e-a8c9-2a0241f26ed2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6637bab51ed7408cb88978b87d878fa3", "created_at": "2018-08-25T06:44:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-25T06:44:39Z", "revision_number": 2, "routes": [], "project_id": "6637bab51ed7408cb88978b87d878fa3", "id": "32eb5880-9cfa-4533-8628-8aead7eb62e2", "name": "vmready1-router_c3c1710b-c023-419d-bd50-a8036d200485"}} 2018-08-25 06:44:39,218 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-99f53893-b464-48cc-a1c8-e1a6fb8321f6 2018-08-25 06:44:39,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.02677989006s 2018-08-25 06:44:39,219 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-99f53893-b464-48cc-a1c8-e1a6fb8321f6 2018-08-25 06:44:39,219 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'5ebb0d24-ddab-4aa9-9258-e7e44207c813', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'32c3cc39-cbed-414e-a8c9-2a0241f26ed2', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6637bab51ed7408cb88978b87d878fa3', u'created_at': u'2018-08-25T06:44:38Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-25T06:44:39Z', u'revision_number': 2, u'routes': [], u'project_id': u'6637bab51ed7408cb88978b87d878fa3', u'id': u'32eb5880-9cfa-4533-8628-8aead7eb62e2', u'name': u'vmready1-router_c3c1710b-c023-419d-bd50-a8036d200485'}) 2018-08-25 06:44:39,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-25 06:44:39,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/32eb5880-9cfa-4533-8628-8aead7eb62e2/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}460eb941007565a788ecdaf95136b9e73b126e37" -d '{"subnet_id": "cb9430d3-0117-496a-937d-6bbabc26f12b"}' 2018-08-25 06:44:40,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2bd78242-e557-4399-bfc3-1057c06d7537 Date: Sat, 25 Aug 2018 06:44:40 GMT RESP BODY: {"network_id": "a63b125a-66c3-4a34-aedb-4224b60cfb15", "tenant_id": "6637bab51ed7408cb88978b87d878fa3", "subnet_id": "cb9430d3-0117-496a-937d-6bbabc26f12b", "subnet_ids": ["cb9430d3-0117-496a-937d-6bbabc26f12b"], "port_id": "3dc98dc3-5475-4100-b836-602107d640d0", "id": "32eb5880-9cfa-4533-8628-8aead7eb62e2"} 2018-08-25 06:44:40,760 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/32eb5880-9cfa-4533-8628-8aead7eb62e2/add_router_interface.json used request id req-2bd78242-e557-4399-bfc3-1057c06d7537 2018-08-25 06:44:40,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.53992080688s 2018-08-25 06:44:40,760 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/32eb5880-9cfa-4533-8628-8aead7eb62e2/add_router_interface.json used request id req-2bd78242-e557-4399-bfc3-1057c06d7537 returning object 32eb5880-9cfa-4533-8628-8aead7eb62e2 2018-08-25 06:44:40,761 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-25 06:44:40,889 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-25 06:44:40,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-25 06:44:40,894 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 25 Aug 2018 06:44:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-08-25 06:44:40,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-25 06:44:40,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}460eb941007565a788ecdaf95136b9e73b126e37" 2018-08-25 06:44:41,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c394c416-8e3a-4613-a68c-2eeb38c242cf Date: Sat, 25 Aug 2018 06:44:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-25 06:44:41,521 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c394c416-8e3a-4613-a68c-2eeb38c242cf 2018-08-25 06:44:41,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.624432086945s 2018-08-25 06:44:41,521 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-c394c416-8e3a-4613-a68c-2eeb38c242cf 2018-08-25 06:44:41,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-25 06:44:41,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23: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}460eb941007565a788ecdaf95136b9e73b126e37" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_c3c1710b-c023-419d-bd50-a8036d200485", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_c3c1710b-c023-419d-bd50-a8036d200485"}' 2018-08-25 06:44:41,628 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-24143a5e-e2f3-414c-bb92-8e51ebb950b7 Date: Sat, 25 Aug 2018 06:44:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4/file", "owner": "6637bab51ed7408cb88978b87d878fa3", "id": "421d9a29-09c5-442c-b5c9-aba2708dc2e4", "size": null, "self": "/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-25T06:44:41Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_c3c1710b-c023-419d-bd50-a8036d200485", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_c3c1710b-c023-419d-bd50-a8036d200485", "checksum": null, "created_at": "2018-08-25T06:44:41Z", "protected": false} 2018-08-25 06:44:41,628 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-24143a5e-e2f3-414c-bb92-8e51ebb950b7 2018-08-25 06:44:41,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0996448993683s 2018-08-25 06:44:41,629 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-24143a5e-e2f3-414c-bb92-8e51ebb950b7 returning object 421d9a29-09c5-442c-b5c9-aba2708dc2e4 2018-08-25 06:44:41,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-25 06:44:41,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4/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}460eb941007565a788ecdaf95136b9e73b126e37" -d '' 2018-08-25 06:46:41,653 - shade - DEBUG - Unable to establish connection to http://172.30.9.23:9292/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-08-25 06:46:41,653 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.023258924 seconds, retrying 2018-08-25 06:46:41,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4/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}460eb941007565a788ecdaf95136b9e73b126e37" -d '' 2018-08-25 06:46:42,308 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-23a0c5d8-f52c-43b6-968a-cbde8aad9b13 Date: Sat, 25 Aug 2018 06:46:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 06:46:42,309 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4/file used request id req-23a0c5d8-f52c-43b6-968a-cbde8aad9b13 2018-08-25 06:46:42,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.679386854s 2018-08-25 06:46:42,309 - shade - DEBUG - Deleting failed upload of image vmready1-img_c3c1710b-c023-419d-bd50-a8036d200485 2018-08-25 06:46:42,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-25 06:46:42,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}460eb941007565a788ecdaf95136b9e73b126e37" 2018-08-25 06:46:42,400 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-56491931-322b-4ee3-bf68-996a5e82908c Date: Sat, 25 Aug 2018 06:46:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-25 06:46:42,400 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4 used request id req-56491931-322b-4ee3-bf68-996a5e82908c 2018-08-25 06:46:42,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.09068608284s 2018-08-25 06:46:42,401 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4 used request id req-56491931-322b-4ee3-bf68-996a5e82908c 2018-08-25 06:46:42,401 - 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.23:9292/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4/file Conflict 2018-08-25 06:46:42,407 - 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.23:9292/v2/images/421d9a29-09c5-442c-b5c9-aba2708dc2e4/file Conflict 2018-08-25 06:46:42,530 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-25 06:46:42,531 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:05 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-25 06:46:42,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-25 06:46:42,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/32eb5880-9cfa-4533-8628-8aead7eb62e2/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}460eb941007565a788ecdaf95136b9e73b126e37" -d '{"subnet_id": "cb9430d3-0117-496a-937d-6bbabc26f12b"}' 2018-08-25 06:46:44,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8971d339-09a4-4758-81ef-472baa87764e Date: Sat, 25 Aug 2018 06:46:44 GMT RESP BODY: {"network_id": "a63b125a-66c3-4a34-aedb-4224b60cfb15", "tenant_id": "6637bab51ed7408cb88978b87d878fa3", "subnet_id": "cb9430d3-0117-496a-937d-6bbabc26f12b", "subnet_ids": ["cb9430d3-0117-496a-937d-6bbabc26f12b"], "port_id": "3dc98dc3-5475-4100-b836-602107d640d0", "id": "32eb5880-9cfa-4533-8628-8aead7eb62e2"} 2018-08-25 06:46:44,855 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/32eb5880-9cfa-4533-8628-8aead7eb62e2/remove_router_interface.json used request id req-8971d339-09a4-4758-81ef-472baa87764e 2018-08-25 06:46:44,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.32012295723s 2018-08-25 06:46:44,856 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/32eb5880-9cfa-4533-8628-8aead7eb62e2/remove_router_interface.json used request id req-8971d339-09a4-4758-81ef-472baa87764e returning object 32eb5880-9cfa-4533-8628-8aead7eb62e2 2018-08-25 06:46:44,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-25 06:46:44,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}460eb941007565a788ecdaf95136b9e73b126e37" 2018-08-25 06:46:44,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-43aa3991-af68-4c4c-9d1e-8599dc310d27 Date: Sat, 25 Aug 2018 06:46:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "5ebb0d24-ddab-4aa9-9258-e7e44207c813", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "32c3cc39-cbed-414e-a8c9-2a0241f26ed2", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "6637bab51ed7408cb88978b87d878fa3", "created_at": "2018-08-25T06:44:38Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-25T06:46:44Z", "revision_number": 4, "routes": [], "project_id": "6637bab51ed7408cb88978b87d878fa3", "id": "32eb5880-9cfa-4533-8628-8aead7eb62e2", "name": "vmready1-router_c3c1710b-c023-419d-bd50-a8036d200485"}]} 2018-08-25 06:46:44,958 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-43aa3991-af68-4c4c-9d1e-8599dc310d27 2018-08-25 06:46:44,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.101459026337s 2018-08-25 06:46:44,958 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-43aa3991-af68-4c4c-9d1e-8599dc310d27 2018-08-25 06:46:44,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-25 06:46:44,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/32eb5880-9cfa-4533-8628-8aead7eb62e2.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}460eb941007565a788ecdaf95136b9e73b126e37" 2018-08-25 06:46:46,178 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e18dfe1f-d4ff-445e-b2bb-a614d2ef3230 Content-Length: 0 Date: Sat, 25 Aug 2018 06:46:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 06:46:46,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/32eb5880-9cfa-4533-8628-8aead7eb62e2.json used request id req-e18dfe1f-d4ff-445e-b2bb-a614d2ef3230 2018-08-25 06:46:46,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.21886205673s 2018-08-25 06:46:46,179 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/32eb5880-9cfa-4533-8628-8aead7eb62e2.json used request id req-e18dfe1f-d4ff-445e-b2bb-a614d2ef3230 2018-08-25 06:46:46,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-25 06:46:46,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}460eb941007565a788ecdaf95136b9e73b126e37" 2018-08-25 06:46:46,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-f6c86182-9fad-4f8d-86bc-c3a3d8ff9093 Date: Sat, 25 Aug 2018 06:46:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:46Z","dns_nameservers":[],"updated_at":"2018-08-25T06:41:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"82831b2af92748e6a2566ab9108b8807","id":"32c3cc39-cbed-414e-a8c9-2a0241f26ed2","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a63b125a-66c3-4a34-aedb-4224b60cfb15","tenant_id":"6637bab51ed7408cb88978b87d878fa3","created_at":"2018-08-25T06:44:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-25T06:44:37Z","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":"6637bab51ed7408cb88978b87d878fa3","id":"cb9430d3-0117-496a-937d-6bbabc26f12b","subnetpool_id":null,"name":"vmready1-subnet_c3c1710b-c023-419d-bd50-a8036d200485"}]} 2018-08-25 06:46:46,221 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f6c86182-9fad-4f8d-86bc-c3a3d8ff9093 2018-08-25 06:46:46,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0412878990173s 2018-08-25 06:46:46,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f6c86182-9fad-4f8d-86bc-c3a3d8ff9093 2018-08-25 06:46:46,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-25 06:46:46,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/cb9430d3-0117-496a-937d-6bbabc26f12b.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}460eb941007565a788ecdaf95136b9e73b126e37" 2018-08-25 06:46:47,303 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ced4e94a-cb70-476c-b7bf-7e4e5c828a75 Date: Sat, 25 Aug 2018 06:46:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 06:46:47,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/cb9430d3-0117-496a-937d-6bbabc26f12b.json used request id req-ced4e94a-cb70-476c-b7bf-7e4e5c828a75 2018-08-25 06:46:47,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.08063697815s 2018-08-25 06:46:47,304 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/cb9430d3-0117-496a-937d-6bbabc26f12b.json used request id req-ced4e94a-cb70-476c-b7bf-7e4e5c828a75 2018-08-25 06:46:47,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-25 06:46:47,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23: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}460eb941007565a788ecdaf95136b9e73b126e37" 2018-08-25 06:46:47,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-86299a9d-3e91-41ae-8034-a598b22add31 Date: Sat, 25 Aug 2018 06:46:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"5ebb0d24-ddab-4aa9-9258-e7e44207c813","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"82831b2af92748e6a2566ab9108b8807","status":"ACTIVE","subnets":["32c3cc39-cbed-414e-a8c9-2a0241f26ed2"],"description":"","tags":[],"updated_at":"2018-08-25T06:41:46Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"82831b2af92748e6a2566ab9108b8807","created_at":"2018-08-25T06:41:41Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"a63b125a-66c3-4a34-aedb-4224b60cfb15","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6637bab51ed7408cb88978b87d878fa3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-25T06:46:47Z","provider:segmentation_id":36,"name":"vmready1-net_c3c1710b-c023-419d-bd50-a8036d200485","admin_state_up":true,"tenant_id":"6637bab51ed7408cb88978b87d878fa3","created_at":"2018-08-25T06:44:37Z","provider:network_type":"vxlan"}]} 2018-08-25 06:46:47,379 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-86299a9d-3e91-41ae-8034-a598b22add31 2018-08-25 06:46:47,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0754358768463s 2018-08-25 06:46:47,380 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-86299a9d-3e91-41ae-8034-a598b22add31 2018-08-25 06:46:47,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-25 06:46:47,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/a63b125a-66c3-4a34-aedb-4224b60cfb15.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}460eb941007565a788ecdaf95136b9e73b126e37" 2018-08-25 06:46:49,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9998beb2-abd9-4d51-ab41-37b415eb1ccf Date: Sat, 25 Aug 2018 06:46:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-25 06:46:49,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a63b125a-66c3-4a34-aedb-4224b60cfb15.json used request id req-9998beb2-abd9-4d51-ab41-37b415eb1ccf 2018-08-25 06:46:49,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.62022209167s 2018-08-25 06:46:49,002 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a63b125a-66c3-4a34-aedb-4224b60cfb15.json used request id req-9998beb2-abd9-4d51-ab41-37b415eb1ccf 2018-08-25 06:46:49,002 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-08-25 06:46:49,003 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 02:05 | FAIL | | vmready2 | functest | healthcheck | 00:00 | SKIP | | singlevm1 | functest | healthcheck | 00:00 | SKIP | | singlevm2 | functest | healthcheck | 00:00 | SKIP | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-25 06:46:49,016 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR