2018-09-03 09:53:16,967 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-282 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-03 09:53:16,971 - 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.41,192.30.9.8 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.41:5000//v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=YVXfkNjg3wWTrXqh2vbp9dYXA 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=98dea34606404199b4a4c5491829006e export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.8 export SDN_CONTROLLER_PASSWORD=cneQjcmq7xKCe9yPC3vDgMNwH export OS_REGION_NAME=regionOne 2018-09-03 09:53:16,971 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-03 09:53:16,972 - 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-09-03 09:53:17,004 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-03 09:53:17,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 09:53:17,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 09:53:17,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 09:53:17,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 09:53:17,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 09:53:17,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 09:53:17,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 09:53:17,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 09:53:17,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 09:53:17,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 09:53:17,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 09:53:17,095 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-03 09:53:17,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-03 09:53:17,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 09:53:17,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da9a0907-2f12-4da0-b0ac-85a73d77c679 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.41:5000/v3/", "rel": "self"}]}} 2018-09-03 09:53:17,104 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.41:5000//v3 used request id req-da9a0907-2f12-4da0-b0ac-85a73d77c679 2018-09-03 09:53:17,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.41:5000/v3/auth/tokens 2018-09-03 09:53:17,501 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee", "name": "admin"}], "expires_at": "2018-09-03T10:53:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98dea34606404199b4a4c5491829006e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.41:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6682600e8d274db49e7bb2f973171dfc"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b5695919df147cb834c25ae03a94a26"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b42dbc64a3304f1bb5dd9a7abe891461"}], "type": "image", "id": "07eef71233c0499180df250cc895f5f8", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.41:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ebcc4afbd21459c948a4f4706c6b67e"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73ee22041efe4d708f284e288145b308"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a34e6c74834c4099bff062d9081385e4"}], "type": "identity", "id": "1176f00d4856412ba6aa72bbae43b481", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.41:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5de9e821d1c94484958443ab7dc6e6ec"}, {"url": "http://192.30.9.8:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c38233fdb8004f7f82bf31882dfec45f"}, {"url": "http://192.30.9.8:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fae4faef318a4788b248075ed8418768"}], "type": "volume", "id": "28540bece5f344d29832747a0350f2cd", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7eb25db9d7624de294fbbeaa7ea4ec89"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d3332e91ec044b29d3f8bd4ae6ecc36"}, {"url": "http://172.30.9.41:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6cc301b566e4bd893c76878bfd9b7c6"}], "type": "network", "id": "2f8b0c14df3c4e168aaa493e2116e45a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "353b06f79cf949a882356bfa12c293e7"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8277e5464c7245f78624d95ccf828233"}, {"url": "http://172.30.9.41:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba8dd29b5fca4903b0f6cc10f1bd34a0"}], "type": "metric", "id": "32e06f5067da4588aa300af385ac21b9", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72aeb6f7283f45fca85b5f00bdf4b5c7"}, {"url": "http://172.30.9.41:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eede0408a32d4e2c86c74197ffcc4d2e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f648692fe5f545a8b556be616b97ee00"}], "type": "cloudformation", "id": "518b84b9c57a433bbd6d56fa5bf21fd5", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "582e33fd779f40a98f58650b06159226", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.41:8080/v1/AUTH_98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "028f2bfd619b42dc88af9a3f1b4cd205"}, {"url": "http://12.0.0.33:8080/v1/AUTH_98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0928085495b34f9eb652aa488d782acd"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d4aee1836464eceb7f3e617328f3323"}], "type": "object-store", "id": "5ddc664b650647c7a3047074cf7e36d1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d4317fb86d14b9182d1938349f50fc8"}, {"url": "http://172.30.9.41:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa567e9429184d5c9271c90e499bf04b"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eed0bb771aaa48b4aba1d353bbacecfe"}], "type": "event", "id": "611ea86669f9443695a95651fed32911", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53742e6fa00c4d0fb9901a3c3d644328"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "789fc428c50643fe889f121ca1283326"}, {"url": "http://172.30.9.41:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5ca3ef7cae34f67a838fb8892068e65"}], "type": "alarming", "id": "8886ed94c4c94231b5ef942fc1719ec4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16e6b42be64e4f1389dd16d41026a640"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "365d98d1aa59411d9fe7d107b1f02ea3"}, {"url": "http://172.30.9.41:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ebd9d22e4cd045fbb59233365e437515"}], "type": "placement", "id": "a209ef7f39164f69a595c6b427ada629", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0f9913012c47bcb1458135e31c26b7"}, {"url": "http://192.30.9.8:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9159d36f05ce4fd084a924d9a36f3a29"}, {"url": "http://172.30.9.41:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "953d2a9dd85a488d87cdcb616479edc6"}], "type": "volumev2", "id": "a51d8d575464422fa703d48727bcaab6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6762a2959bf24bc890b6717fcd1850d9"}, {"url": "http://192.30.9.8:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88ee02d874f847248932b3d68b670aeb"}, {"url": "http://172.30.9.41:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e4b0564b769d49cc8ff4e6816cd4c6b4"}], "type": "volumev3", "id": "abc6df13affc40a8bc65a7288efb20cc", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "395768a63ef34428a927c2c4dbed5172"}, {"url": "http://172.30.9.41:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0cd4923f638445bad7e7d841aad8f08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe0f09e8ff94f42b6eb1e726980531f"}], "type": "compute", "id": "bbb5af1a85d8427b963e42b484cf37bc", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33dbcc15f60a4b0abfba7eda3c7c5426"}, {"url": "http://172.30.9.41:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2183ca0224342bc9530f98e457dcf08"}, {"url": "http://192.30.9.8:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b57befc6f5f949d3818b7c1d88241629"}], "type": "orchestration", "id": "bbbc9ddbdc2143f09706d87830b5e3ce", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e32628ce6ba04e8ea217e7e3620e6280"}, "audit_ids": ["OPOaPaAOS7utSyxi_ZewVQ"], "issued_at": "2018-09-03T09:53:17.000000Z"}} 2018-09-03 09:53:17,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:18,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:17 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-a45b13aa-d254-4ad8-b2f3-1a6b51924a78 x-compute-request-id: req-a45b13aa-d254-4ad8-b2f3-1a6b51924a78 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-03 09:53:18,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/os-aggregates used request id req-a45b13aa-d254-4ad8-b2f3-1a6b51924a78 2018-09-03 09:53:18,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.23397016525s 2018-09-03 09:53:18,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/os-aggregates used request id req-a45b13aa-d254-4ad8-b2f3-1a6b51924a78 2018-09-03 09:53:18,330 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-03 09:53:18,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 09:53:18,335 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 09:53:18 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.41: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.41:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-03 09:53:18,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 09:53:18,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:18,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-469f0de4-bca1-4604-b723-a237f1880ebf Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.41:5000/v3/domains/942112e3ca004e1cb717930ad0eaa081"}, "tags": [], "enabled": true, "id": "942112e3ca004e1cb717930ad0eaa081", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.41:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.41:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 09:53:18,494 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/domains used request id req-469f0de4-bca1-4604-b723-a237f1880ebf 2018-09-03 09:53:18,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.157878875732s 2018-09-03 09:53:18,494 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/domains used request id req-469f0de4-bca1-4604-b723-a237f1880ebf 2018-09-03 09:53:18,495 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'942112e3ca004e1cb717930ad0eaa081', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-03 09:53:18,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-03 09:53:18,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:18,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ac8fdd8-8f5e-4551-836a-573f536f8222 Content-Encoding: gzip Content-Length: 1952 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/028f2bfd619b42dc88af9a3f1b4cd205"}, "url": "http://172.30.9.41:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5ddc664b650647c7a3047074cf7e36d1", "id": "028f2bfd619b42dc88af9a3f1b4cd205"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/0928085495b34f9eb652aa488d782acd"}, "url": "http://12.0.0.33:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5ddc664b650647c7a3047074cf7e36d1", "id": "0928085495b34f9eb652aa488d782acd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/0d4aee1836464eceb7f3e617328f3323"}, "url": "http://12.0.0.33:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5ddc664b650647c7a3047074cf7e36d1", "id": "0d4aee1836464eceb7f3e617328f3323"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/0ebcc4afbd21459c948a4f4706c6b67e"}, "url": "http://172.30.9.41:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1176f00d4856412ba6aa72bbae43b481", "id": "0ebcc4afbd21459c948a4f4706c6b67e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/16e6b42be64e4f1389dd16d41026a640"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a209ef7f39164f69a595c6b427ada629", "id": "16e6b42be64e4f1389dd16d41026a640"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/1c0f9913012c47bcb1458135e31c26b7"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a51d8d575464422fa703d48727bcaab6", "id": "1c0f9913012c47bcb1458135e31c26b7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/33dbcc15f60a4b0abfba7eda3c7c5426"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bbbc9ddbdc2143f09706d87830b5e3ce", "id": "33dbcc15f60a4b0abfba7eda3c7c5426"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/353b06f79cf949a882356bfa12c293e7"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "32e06f5067da4588aa300af385ac21b9", "id": "353b06f79cf949a882356bfa12c293e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/365d98d1aa59411d9fe7d107b1f02ea3"}, "url": "http://192.30.9.8:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a209ef7f39164f69a595c6b427ada629", "id": "365d98d1aa59411d9fe7d107b1f02ea3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/395768a63ef34428a927c2c4dbed5172"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bbb5af1a85d8427b963e42b484cf37bc", "id": "395768a63ef34428a927c2c4dbed5172"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/53742e6fa00c4d0fb9901a3c3d644328"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8886ed94c4c94231b5ef942fc1719ec4", "id": "53742e6fa00c4d0fb9901a3c3d644328"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/5de9e821d1c94484958443ab7dc6e6ec"}, "url": "http://172.30.9.41:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "28540bece5f344d29832747a0350f2cd", "id": "5de9e821d1c94484958443ab7dc6e6ec"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/6682600e8d274db49e7bb2f973171dfc"}, "url": "http://172.30.9.41:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "07eef71233c0499180df250cc895f5f8", "id": "6682600e8d274db49e7bb2f973171dfc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/6762a2959bf24bc890b6717fcd1850d9"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "abc6df13affc40a8bc65a7288efb20cc", "id": "6762a2959bf24bc890b6717fcd1850d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/6d4317fb86d14b9182d1938349f50fc8"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "611ea86669f9443695a95651fed32911", "id": "6d4317fb86d14b9182d1938349f50fc8"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/72aeb6f7283f45fca85b5f00bdf4b5c7"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "518b84b9c57a433bbd6d56fa5bf21fd5", "id": "72aeb6f7283f45fca85b5f00bdf4b5c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/73ee22041efe4d708f284e288145b308"}, "url": "http://192.30.9.8:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1176f00d4856412ba6aa72bbae43b481", "id": "73ee22041efe4d708f284e288145b308"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/789fc428c50643fe889f121ca1283326"}, "url": "http://192.30.9.8:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8886ed94c4c94231b5ef942fc1719ec4", "id": "789fc428c50643fe889f121ca1283326"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/7eb25db9d7624de294fbbeaa7ea4ec89"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2f8b0c14df3c4e168aaa493e2116e45a", "id": "7eb25db9d7624de294fbbeaa7ea4ec89"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/8277e5464c7245f78624d95ccf828233"}, "url": "http://192.30.9.8:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "32e06f5067da4588aa300af385ac21b9", "id": "8277e5464c7245f78624d95ccf828233"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/88ee02d874f847248932b3d68b670aeb"}, "url": "http://192.30.9.8:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "abc6df13affc40a8bc65a7288efb20cc", "id": "88ee02d874f847248932b3d68b670aeb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/9159d36f05ce4fd084a924d9a36f3a29"}, "url": "http://192.30.9.8:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a51d8d575464422fa703d48727bcaab6", "id": "9159d36f05ce4fd084a924d9a36f3a29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/953d2a9dd85a488d87cdcb616479edc6"}, "url": "http://172.30.9.41:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a51d8d575464422fa703d48727bcaab6", "id": "953d2a9dd85a488d87cdcb616479edc6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/9b5695919df147cb834c25ae03a94a26"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "07eef71233c0499180df250cc895f5f8", "id": "9b5695919df147cb834c25ae03a94a26"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/9d3332e91ec044b29d3f8bd4ae6ecc36"}, "url": "http://192.30.9.8:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2f8b0c14df3c4e168aaa493e2116e45a", "id": "9d3332e91ec044b29d3f8bd4ae6ecc36"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/a0cd4923f638445bad7e7d841aad8f08"}, "url": "http://172.30.9.41:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bbb5af1a85d8427b963e42b484cf37bc", "id": "a0cd4923f638445bad7e7d841aad8f08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/a34e6c74834c4099bff062d9081385e4"}, "url": "http://192.30.9.8:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1176f00d4856412ba6aa72bbae43b481", "id": "a34e6c74834c4099bff062d9081385e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/aa567e9429184d5c9271c90e499bf04b"}, "url": "http://172.30.9.41:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "611ea86669f9443695a95651fed32911", "id": "aa567e9429184d5c9271c90e499bf04b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/b2183ca0224342bc9530f98e457dcf08"}, "url": "http://172.30.9.41:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "bbbc9ddbdc2143f09706d87830b5e3ce", "id": "b2183ca0224342bc9530f98e457dcf08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/b42dbc64a3304f1bb5dd9a7abe891461"}, "url": "http://192.30.9.8:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "07eef71233c0499180df250cc895f5f8", "id": "b42dbc64a3304f1bb5dd9a7abe891461"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/b57befc6f5f949d3818b7c1d88241629"}, "url": "http://192.30.9.8:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "bbbc9ddbdc2143f09706d87830b5e3ce", "id": "b57befc6f5f949d3818b7c1d88241629"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/ba8dd29b5fca4903b0f6cc10f1bd34a0"}, "url": "http://172.30.9.41:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "32e06f5067da4588aa300af385ac21b9", "id": "ba8dd29b5fca4903b0f6cc10f1bd34a0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/bfe0f09e8ff94f42b6eb1e726980531f"}, "url": "http://192.30.9.8:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "bbb5af1a85d8427b963e42b484cf37bc", "id": "bfe0f09e8ff94f42b6eb1e726980531f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/c38233fdb8004f7f82bf31882dfec45f"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "28540bece5f344d29832747a0350f2cd", "id": "c38233fdb8004f7f82bf31882dfec45f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/e4b0564b769d49cc8ff4e6816cd4c6b4"}, "url": "http://172.30.9.41:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "abc6df13affc40a8bc65a7288efb20cc", "id": "e4b0564b769d49cc8ff4e6816cd4c6b4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/e5ca3ef7cae34f67a838fb8892068e65"}, "url": "http://172.30.9.41:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8886ed94c4c94231b5ef942fc1719ec4", "id": "e5ca3ef7cae34f67a838fb8892068e65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/ebd9d22e4cd045fbb59233365e437515"}, "url": "http://172.30.9.41:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a209ef7f39164f69a595c6b427ada629", "id": "ebd9d22e4cd045fbb59233365e437515"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/eed0bb771aaa48b4aba1d353bbacecfe"}, "url": "http://192.30.9.8:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "611ea86669f9443695a95651fed32911", "id": "eed0bb771aaa48b4aba1d353bbacecfe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/eede0408a32d4e2c86c74197ffcc4d2e"}, "url": "http://172.30.9.41:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "518b84b9c57a433bbd6d56fa5bf21fd5", "id": "eede0408a32d4e2c86c74197ffcc4d2e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/f648692fe5f545a8b556be616b97ee00"}, "url": "http://192.30.9.8:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "518b84b9c57a433bbd6d56fa5bf21fd5", "id": "f648692fe5f545a8b556be616b97ee00"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/f6cc301b566e4bd893c76878bfd9b7c6"}, "url": "http://172.30.9.41:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2f8b0c14df3c4e168aaa493e2116e45a", "id": "f6cc301b566e4bd893c76878bfd9b7c6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.41:5000/v3/endpoints/fae4faef318a4788b248075ed8418768"}, "url": "http://192.30.9.8:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "28540bece5f344d29832747a0350f2cd", "id": "fae4faef318a4788b248075ed8418768"}], "links": {"self": "http://172.30.9.41:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-03 09:53:18,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/endpoints used request id req-6ac8fdd8-8f5e-4551-836a-573f536f8222 2018-09-03 09:53:18,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.186118841171s 2018-09-03 09:53:18,686 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/endpoints used request id req-6ac8fdd8-8f5e-4551-836a-573f536f8222 2018-09-03 09:53:18,693 - 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.41:5000/v3/endpoints/028f2bfd619b42dc88af9a3f1b4cd205'}, u'url': u'http://172.30.9.41:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5ddc664b650647c7a3047074cf7e36d1', u'id': u'028f2bfd619b42dc88af9a3f1b4cd205'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/0928085495b34f9eb652aa488d782acd'}, u'url': u'http://12.0.0.33:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5ddc664b650647c7a3047074cf7e36d1', u'id': u'0928085495b34f9eb652aa488d782acd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/0d4aee1836464eceb7f3e617328f3323'}, u'url': u'http://12.0.0.33:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5ddc664b650647c7a3047074cf7e36d1', u'id': u'0d4aee1836464eceb7f3e617328f3323'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/0ebcc4afbd21459c948a4f4706c6b67e'}, u'url': u'http://172.30.9.41:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1176f00d4856412ba6aa72bbae43b481', u'id': u'0ebcc4afbd21459c948a4f4706c6b67e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/16e6b42be64e4f1389dd16d41026a640'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a209ef7f39164f69a595c6b427ada629', u'id': u'16e6b42be64e4f1389dd16d41026a640'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/1c0f9913012c47bcb1458135e31c26b7'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a51d8d575464422fa703d48727bcaab6', u'id': u'1c0f9913012c47bcb1458135e31c26b7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/33dbcc15f60a4b0abfba7eda3c7c5426'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bbbc9ddbdc2143f09706d87830b5e3ce', u'id': u'33dbcc15f60a4b0abfba7eda3c7c5426'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/353b06f79cf949a882356bfa12c293e7'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'32e06f5067da4588aa300af385ac21b9', u'id': u'353b06f79cf949a882356bfa12c293e7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/365d98d1aa59411d9fe7d107b1f02ea3'}, u'url': u'http://192.30.9.8:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a209ef7f39164f69a595c6b427ada629', u'id': u'365d98d1aa59411d9fe7d107b1f02ea3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/395768a63ef34428a927c2c4dbed5172'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bbb5af1a85d8427b963e42b484cf37bc', u'id': u'395768a63ef34428a927c2c4dbed5172'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/53742e6fa00c4d0fb9901a3c3d644328'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8886ed94c4c94231b5ef942fc1719ec4', u'id': u'53742e6fa00c4d0fb9901a3c3d644328'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/5de9e821d1c94484958443ab7dc6e6ec'}, u'url': u'http://172.30.9.41:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'28540bece5f344d29832747a0350f2cd', u'id': u'5de9e821d1c94484958443ab7dc6e6ec'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/6682600e8d274db49e7bb2f973171dfc'}, u'url': u'http://172.30.9.41:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'07eef71233c0499180df250cc895f5f8', u'id': u'6682600e8d274db49e7bb2f973171dfc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/6762a2959bf24bc890b6717fcd1850d9'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'abc6df13affc40a8bc65a7288efb20cc', u'id': u'6762a2959bf24bc890b6717fcd1850d9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/6d4317fb86d14b9182d1938349f50fc8'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'611ea86669f9443695a95651fed32911', u'id': u'6d4317fb86d14b9182d1938349f50fc8'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/72aeb6f7283f45fca85b5f00bdf4b5c7'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'518b84b9c57a433bbd6d56fa5bf21fd5', u'id': u'72aeb6f7283f45fca85b5f00bdf4b5c7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/73ee22041efe4d708f284e288145b308'}, u'url': u'http://192.30.9.8:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1176f00d4856412ba6aa72bbae43b481', u'id': u'73ee22041efe4d708f284e288145b308'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/789fc428c50643fe889f121ca1283326'}, u'url': u'http://192.30.9.8:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8886ed94c4c94231b5ef942fc1719ec4', u'id': u'789fc428c50643fe889f121ca1283326'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/7eb25db9d7624de294fbbeaa7ea4ec89'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2f8b0c14df3c4e168aaa493e2116e45a', u'id': u'7eb25db9d7624de294fbbeaa7ea4ec89'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/8277e5464c7245f78624d95ccf828233'}, u'url': u'http://192.30.9.8:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'32e06f5067da4588aa300af385ac21b9', u'id': u'8277e5464c7245f78624d95ccf828233'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/88ee02d874f847248932b3d68b670aeb'}, u'url': u'http://192.30.9.8:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'abc6df13affc40a8bc65a7288efb20cc', u'id': u'88ee02d874f847248932b3d68b670aeb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/9159d36f05ce4fd084a924d9a36f3a29'}, u'url': u'http://192.30.9.8:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a51d8d575464422fa703d48727bcaab6', u'id': u'9159d36f05ce4fd084a924d9a36f3a29'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/953d2a9dd85a488d87cdcb616479edc6'}, u'url': u'http://172.30.9.41:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a51d8d575464422fa703d48727bcaab6', u'id': u'953d2a9dd85a488d87cdcb616479edc6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/9b5695919df147cb834c25ae03a94a26'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'07eef71233c0499180df250cc895f5f8', u'id': u'9b5695919df147cb834c25ae03a94a26'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/9d3332e91ec044b29d3f8bd4ae6ecc36'}, u'url': u'http://192.30.9.8:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2f8b0c14df3c4e168aaa493e2116e45a', u'id': u'9d3332e91ec044b29d3f8bd4ae6ecc36'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/a0cd4923f638445bad7e7d841aad8f08'}, u'url': u'http://172.30.9.41:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bbb5af1a85d8427b963e42b484cf37bc', u'id': u'a0cd4923f638445bad7e7d841aad8f08'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/a34e6c74834c4099bff062d9081385e4'}, u'url': u'http://192.30.9.8:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1176f00d4856412ba6aa72bbae43b481', u'id': u'a34e6c74834c4099bff062d9081385e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/aa567e9429184d5c9271c90e499bf04b'}, u'url': u'http://172.30.9.41:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'611ea86669f9443695a95651fed32911', u'id': u'aa567e9429184d5c9271c90e499bf04b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/b2183ca0224342bc9530f98e457dcf08'}, u'url': u'http://172.30.9.41:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'bbbc9ddbdc2143f09706d87830b5e3ce', u'id': u'b2183ca0224342bc9530f98e457dcf08'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/b42dbc64a3304f1bb5dd9a7abe891461'}, u'url': u'http://192.30.9.8:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'07eef71233c0499180df250cc895f5f8', u'id': u'b42dbc64a3304f1bb5dd9a7abe891461'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/b57befc6f5f949d3818b7c1d88241629'}, u'url': u'http://192.30.9.8:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'bbbc9ddbdc2143f09706d87830b5e3ce', u'id': u'b57befc6f5f949d3818b7c1d88241629'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/ba8dd29b5fca4903b0f6cc10f1bd34a0'}, u'url': u'http://172.30.9.41:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'32e06f5067da4588aa300af385ac21b9', u'id': u'ba8dd29b5fca4903b0f6cc10f1bd34a0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/bfe0f09e8ff94f42b6eb1e726980531f'}, u'url': u'http://192.30.9.8:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'bbb5af1a85d8427b963e42b484cf37bc', u'id': u'bfe0f09e8ff94f42b6eb1e726980531f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/c38233fdb8004f7f82bf31882dfec45f'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'28540bece5f344d29832747a0350f2cd', u'id': u'c38233fdb8004f7f82bf31882dfec45f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/e4b0564b769d49cc8ff4e6816cd4c6b4'}, u'url': u'http://172.30.9.41:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'abc6df13affc40a8bc65a7288efb20cc', u'id': u'e4b0564b769d49cc8ff4e6816cd4c6b4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/e5ca3ef7cae34f67a838fb8892068e65'}, u'url': u'http://172.30.9.41:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8886ed94c4c94231b5ef942fc1719ec4', u'id': u'e5ca3ef7cae34f67a838fb8892068e65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/ebd9d22e4cd045fbb59233365e437515'}, u'url': u'http://172.30.9.41:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a209ef7f39164f69a595c6b427ada629', u'id': u'ebd9d22e4cd045fbb59233365e437515'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/eed0bb771aaa48b4aba1d353bbacecfe'}, u'url': u'http://192.30.9.8:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'611ea86669f9443695a95651fed32911', u'id': u'eed0bb771aaa48b4aba1d353bbacecfe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/eede0408a32d4e2c86c74197ffcc4d2e'}, u'url': u'http://172.30.9.41:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'518b84b9c57a433bbd6d56fa5bf21fd5', u'id': u'eede0408a32d4e2c86c74197ffcc4d2e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/f648692fe5f545a8b556be616b97ee00'}, u'url': u'http://192.30.9.8:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'518b84b9c57a433bbd6d56fa5bf21fd5', u'id': u'f648692fe5f545a8b556be616b97ee00'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/f6cc301b566e4bd893c76878bfd9b7c6'}, u'url': u'http://172.30.9.41:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2f8b0c14df3c4e168aaa493e2116e45a', u'id': u'f6cc301b566e4bd893c76878bfd9b7c6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.41:5000/v3/endpoints/fae4faef318a4788b248075ed8418768'}, u'url': u'http://192.30.9.8:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'28540bece5f344d29832747a0350f2cd', u'id': u'fae4faef318a4788b248075ed8418768'})] 2018-09-03 09:53:18,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-03 09:53:18,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:18,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:18 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-8fafa2d0-8550-43c5-afcb-ea0bfd3c2340 x-compute-request-id: req-8fafa2d0-8550-43c5-afcb-ea0bfd3c2340 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-09-03 09:53:18,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/extensions used request id req-8fafa2d0-8550-43c5-afcb-ea0bfd3c2340 2018-09-03 09:53:18,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.110327959061s 2018-09-03 09:53:18,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/extensions used request id req-8fafa2d0-8550-43c5-afcb-ea0bfd3c2340 2018-09-03 09:53:18,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-03 09:53:18,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:20,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:18 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-f00388b9-bdea-4820-8f01-6b66def18725 x-compute-request-id: req-f00388b9-bdea-4820-8f01-6b66def18725 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-03 09:53:20,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/os-floating-ip-pools used request id req-f00388b9-bdea-4820-8f01-6b66def18725 2018-09-03 09:53:20,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.78357601166s 2018-09-03 09:53:20,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/os-floating-ip-pools used request id req-f00388b9-bdea-4820-8f01-6b66def18725 2018-09-03 09:53:20,606 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-03 09:53:20,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-03 09:53:20,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:21,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b2b03910-589c-4cbf-a87a-d3cc588aa01c Date: Mon, 03 Sep 2018 09:53:21 GMT RESP BODY: {"floatingips": []} 2018-09-03 09:53:21,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/floatingips.json used request id req-b2b03910-589c-4cbf-a87a-d3cc588aa01c 2018-09-03 09:53:21,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.929450035095s 2018-09-03 09:53:21,540 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/floatingips.json used request id req-b2b03910-589c-4cbf-a87a-d3cc588aa01c 2018-09-03 09:53:21,540 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-03 09:53:21,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-03 09:53:21,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:21,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:21 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-f4474b3d-cb63-433c-95e8-1ca592e2b1c5 x-compute-request-id: req-f4474b3d-cb63-433c-95e8-1ca592e2b1c5 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 8}, "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}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "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.5", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 5}]} 2018-09-03 09:53:21,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/os-hypervisors/detail used request id req-f4474b3d-cb63-433c-95e8-1ca592e2b1c5 2018-09-03 09:53:21,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0373289585114s 2018-09-03 09:53:21,579 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/os-hypervisors/detail used request id req-f4474b3d-cb63-433c-95e8-1ca592e2b1c5 2018-09-03 09:53:21,579 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-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': 8}, 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.5', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 11}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-09-03 09:53:21,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-03 09:53:21,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:21,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:21 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-6a4203bc-d610-4258-ac6a-2a178371bc40 x-compute-request-id: req-6a4203bc-d610-4258-ac6a-2a178371bc40 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-03 09:53:21,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/os-keypairs used request id req-6a4203bc-d610-4258-ac6a-2a178371bc40 2018-09-03 09:53:21,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.124083995819s 2018-09-03 09:53:21,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/os-keypairs used request id req-6a4203bc-d610-4258-ac6a-2a178371bc40 2018-09-03 09:53:21,704 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-03 09:53:21,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 09:53:21,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:22,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8eb62a01-2934-4a2c-88cc-21da137528f0 Date: Mon, 03 Sep 2018 09:53:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"18af5e47-72fb-46be-858f-9894c01554c6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"31194938c12c43e78995033a7d5a76ce","status":"ACTIVE","subnets":["1aa27d00-415f-4dd1-b6fd-99170278ebd7"],"description":"","tags":[],"updated_at":"2018-09-03T09:50:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:01Z","provider:network_type":"flat"}]} 2018-09-03 09:53:22,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-8eb62a01-2934-4a2c-88cc-21da137528f0 2018-09-03 09:53:22,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00085806847s 2018-09-03 09:53:22,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-8eb62a01-2934-4a2c-88cc-21da137528f0 2018-09-03 09:53:22,706 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'1aa27d00-415f-4dd1-b6fd-99170278ebd7'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-03T09:50:09Z', u'is_default': False, u'revision_number': 6, u'port_security_enabled': True, u'mtu': 1500, u'id': u'18af5e47-72fb-46be-858f-9894c01554c6', 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'31194938c12c43e78995033a7d5a76ce', u'created_at': u'2018-09-03T09:50:01Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'31194938c12c43e78995033a7d5a76ce'})] 2018-09-03 09:53:22,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-03 09:53:22,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:23,733 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-103c3050-cc54-4d51-802a-7e804a375318 Date: Mon, 03 Sep 2018 09:53:23 GMT RESP BODY: {"ports":[]} 2018-09-03 09:53:23,733 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/ports.json used request id req-103c3050-cc54-4d51-802a-7e804a375318 2018-09-03 09:53:23,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 1.02620697021s 2018-09-03 09:53:23,733 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/ports.json used request id req-103c3050-cc54-4d51-802a-7e804a375318 2018-09-03 09:53:23,734 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-03 09:53:23,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 09:53:23,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:23,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee2072d0-2d66-47b0-bbed-5c2e2d4cd03f Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "15ef7d25476c4cc09abec06e9aafb290"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/15ef7d25476c4cc09abec06e9aafb290/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "21b17ba37fd64b8b82c2237f7663b165"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/21b17ba37fd64b8b82c2237f7663b165/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "33095b5fc9284b6cb4588ed6f819eb9f"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/33095b5fc9284b6cb4588ed6f819eb9f/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "3528bd2bd86745db94d1acdb8794f15a"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/3528bd2bd86745db94d1acdb8794f15a/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "4a8e62da8414496a812e51bfee2ecc32"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/4a8e62da8414496a812e51bfee2ecc32/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "60c8907492bb458ea8f3de2f08e5951a"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/60c8907492bb458ea8f3de2f08e5951a/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "86f23db484ed40faa446b250ec4ba0a7"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/86f23db484ed40faa446b250ec4ba0a7/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "914e5cd6cd7b42faa1eb493ac862b42f"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/914e5cd6cd7b42faa1eb493ac862b42f/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "9c90b599aa6645b0acd9dc17175be667"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/9c90b599aa6645b0acd9dc17175be667/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "b46ac461c65642baa9a279e172d3ad8d"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/b46ac461c65642baa9a279e172d3ad8d/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "ad1ce8ac11894f4e89d22c89a0275018"}, "user": {"id": "d7800d32ef1a43f19419cc6a02847a5a"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/d7800d32ef1a43f19419cc6a02847a5a/roles/ad1ce8ac11894f4e89d22c89a0275018"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "d7800d32ef1a43f19419cc6a02847a5a"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/d7800d32ef1a43f19419cc6a02847a5a/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "31194938c12c43e78995033a7d5a76ce"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "d89c42f3b8b64b1a9da8e97d4d7bc891"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce/users/d89c42f3b8b64b1a9da8e97d4d7bc891/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"project": {"id": "98dea34606404199b4a4c5491829006e"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "e32628ce6ba04e8ea217e7e3620e6280"}, "links": {"assignment": "http://172.30.9.41:5000/v3/projects/98dea34606404199b4a4c5491829006e/users/e32628ce6ba04e8ea217e7e3620e6280/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"domain": {"id": "942112e3ca004e1cb717930ad0eaa081"}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "c18bc7e29d0543bfaaae085347cf389a"}, "links": {"assignment": "http://172.30.9.41:5000/v3/domains/942112e3ca004e1cb717930ad0eaa081/users/c18bc7e29d0543bfaaae085347cf389a/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}, {"scope": {"system": {"all": true}}, "role": {"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "user": {"id": "e32628ce6ba04e8ea217e7e3620e6280"}, "links": {"assignment": "http://172.30.9.41:5000/v3/system/users/e32628ce6ba04e8ea217e7e3620e6280/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}}], "links": {"self": "http://172.30.9.41:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-03 09:53:23,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/role_assignments used request id req-ee2072d0-2d66-47b0-bbed-5c2e2d4cd03f 2018-09-03 09:53:23,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.186310052872s 2018-09-03 09:53:23,923 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/role_assignments used request id req-ee2072d0-2d66-47b0-bbed-5c2e2d4cd03f 2018-09-03 09:53:23,926 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'15ef7d25476c4cc09abec06e9aafb290'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'21b17ba37fd64b8b82c2237f7663b165'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'33095b5fc9284b6cb4588ed6f819eb9f'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'3528bd2bd86745db94d1acdb8794f15a'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'4a8e62da8414496a812e51bfee2ecc32'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'60c8907492bb458ea8f3de2f08e5951a'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'86f23db484ed40faa446b250ec4ba0a7'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'914e5cd6cd7b42faa1eb493ac862b42f'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'9c90b599aa6645b0acd9dc17175be667'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'b46ac461c65642baa9a279e172d3ad8d'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'ad1ce8ac11894f4e89d22c89a0275018', 'user': u'd7800d32ef1a43f19419cc6a02847a5a'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'd7800d32ef1a43f19419cc6a02847a5a'}), Munch({'project': u'31194938c12c43e78995033a7d5a76ce', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'd89c42f3b8b64b1a9da8e97d4d7bc891'}), Munch({'project': u'98dea34606404199b4a4c5491829006e', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'e32628ce6ba04e8ea217e7e3620e6280'}), Munch({'domain': u'942112e3ca004e1cb717930ad0eaa081', 'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'c18bc7e29d0543bfaaae085347cf389a'}), Munch({'id': u'f6b8b8390f1b49c5adce0cd3fcb0f7ee', 'user': u'e32628ce6ba04e8ea217e7e3620e6280'})] 2018-09-03 09:53:23,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 09:53:23,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:24,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-802ffc59-d9b3-4e9d-8985-b0e95f8397c3 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.41:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3645836ecf2f4785b9fcb3ba2e83e8f2", "links": {"self": "http://172.30.9.41:5000/v3/roles/3645836ecf2f4785b9fcb3ba2e83e8f2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.41:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ad1ce8ac11894f4e89d22c89a0275018", "links": {"self": "http://172.30.9.41:5000/v3/roles/ad1ce8ac11894f4e89d22c89a0275018"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee", "links": {"self": "http://172.30.9.41:5000/v3/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "name": "admin"}, {"domain_id": null, "id": "fec76921bc0443b3a155870a86f063c7", "links": {"self": "http://172.30.9.41:5000/v3/roles/fec76921bc0443b3a155870a86f063c7"}, "name": "swiftoperator"}]} 2018-09-03 09:53:24,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/roles used request id req-802ffc59-d9b3-4e9d-8985-b0e95f8397c3 2018-09-03 09:53:24,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0912268161774s 2018-09-03 09:53:24,021 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/roles used request id req-802ffc59-d9b3-4e9d-8985-b0e95f8397c3 2018-09-03 09:53:24,022 - 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'3645836ecf2f4785b9fcb3ba2e83e8f2'}), 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'ResellerAdmin', 'id': u'ad1ce8ac11894f4e89d22c89a0275018'}), 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'f6b8b8390f1b49c5adce0cd3fcb0f7ee'}), 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'fec76921bc0443b3a155870a86f063c7'})] 2018-09-03 09:53:24,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 09:53:24,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:25,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-02f2fac9-896f-4f9e-8308-4f764e6f192a Date: Mon, 03 Sep 2018 09:53:25 GMT RESP BODY: {"routers": []} 2018-09-03 09:53:25,011 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-02f2fac9-896f-4f9e-8308-4f764e6f192a 2018-09-03 09:53:25,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.98783993721s 2018-09-03 09:53:25,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-02f2fac9-896f-4f9e-8308-4f764e6f192a 2018-09-03 09:53:25,012 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-03 09:53:25,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-03 09:53:25,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:25,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:25 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-51d911c7-9e3c-4034-bbc5-6ff713cb1713 x-compute-request-id: req-51d911c7-9e3c-4034-bbc5-6ff713cb1713 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-03 09:53:25,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/servers/detail used request id req-51d911c7-9e3c-4034-bbc5-6ff713cb1713 2018-09-03 09:53:25,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198462963104s 2018-09-03 09:53:25,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.41:8774/v2.1/servers/detail used request id req-51d911c7-9e3c-4034-bbc5-6ff713cb1713 2018-09-03 09:53:25,211 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-03 09:53:25,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-03 09:53:25,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 09:53:25,224 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 09:53:25 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.8:35357/v3/", "rel": "self"}]}, {"status": "deprecated", "updated": "2016-08-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.30.9.8:35357/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-03 09:53:25,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.8:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:25,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7b2eb68-db5f-488c-8893-51d0601b5761 Content-Encoding: gzip Content-Length: 859 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.8:35357/v3/services/07eef71233c0499180df250cc895f5f8"}, "enabled": true, "type": "image", "id": "07eef71233c0499180df250cc895f5f8", "name": "glance"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.8:35357/v3/services/1176f00d4856412ba6aa72bbae43b481"}, "enabled": true, "type": "identity", "id": "1176f00d4856412ba6aa72bbae43b481", "name": "keystone"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.8:35357/v3/services/28540bece5f344d29832747a0350f2cd"}, "enabled": true, "type": "volume", "id": "28540bece5f344d29832747a0350f2cd", "name": "cinder"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.8:35357/v3/services/2f8b0c14df3c4e168aaa493e2116e45a"}, "enabled": true, "type": "network", "id": "2f8b0c14df3c4e168aaa493e2116e45a", "name": "neutron"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.8:35357/v3/services/32e06f5067da4588aa300af385ac21b9"}, "enabled": true, "type": "metric", "id": "32e06f5067da4588aa300af385ac21b9", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.8:35357/v3/services/518b84b9c57a433bbd6d56fa5bf21fd5"}, "enabled": true, "type": "cloudformation", "id": "518b84b9c57a433bbd6d56fa5bf21fd5", "name": "heat-cfn"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.8:35357/v3/services/582e33fd779f40a98f58650b06159226"}, "enabled": true, "type": "metering", "id": "582e33fd779f40a98f58650b06159226", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.8:35357/v3/services/5ddc664b650647c7a3047074cf7e36d1"}, "enabled": true, "type": "object-store", "id": "5ddc664b650647c7a3047074cf7e36d1", "name": "swift"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.8:35357/v3/services/611ea86669f9443695a95651fed32911"}, "enabled": true, "type": "event", "id": "611ea86669f9443695a95651fed32911", "name": "panko"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.8:35357/v3/services/8886ed94c4c94231b5ef942fc1719ec4"}, "enabled": true, "type": "alarming", "id": "8886ed94c4c94231b5ef942fc1719ec4", "name": "aodh"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.8:35357/v3/services/a209ef7f39164f69a595c6b427ada629"}, "enabled": true, "type": "placement", "id": "a209ef7f39164f69a595c6b427ada629", "name": "placement"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.8:35357/v3/services/a51d8d575464422fa703d48727bcaab6"}, "enabled": true, "type": "volumev2", "id": "a51d8d575464422fa703d48727bcaab6", "name": "cinderv2"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.8:35357/v3/services/abc6df13affc40a8bc65a7288efb20cc"}, "enabled": true, "type": "volumev3", "id": "abc6df13affc40a8bc65a7288efb20cc", "name": "cinderv3"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.8:35357/v3/services/bbb5af1a85d8427b963e42b484cf37bc"}, "enabled": true, "type": "compute", "id": "bbb5af1a85d8427b963e42b484cf37bc", "name": "nova"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.8:35357/v3/services/bbbc9ddbdc2143f09706d87830b5e3ce"}, "enabled": true, "type": "orchestration", "id": "bbbc9ddbdc2143f09706d87830b5e3ce", "name": "heat"}], "links": {"self": "http://192.30.9.8:35357/v3/services", "previous": null, "next": null}} 2018-09-03 09:53:25,319 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-e7b2eb68-db5f-488c-8893-51d0601b5761 2018-09-03 09:53:25,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.104355096817s 2018-09-03 09:53:25,319 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.8:35357/v3/services used request id req-e7b2eb68-db5f-488c-8893-51d0601b5761 2018-09-03 09:53:25,324 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'07eef71233c0499180df250cc895f5f8', 'name': u'glance'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'1176f00d4856412ba6aa72bbae43b481', 'name': u'keystone'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'28540bece5f344d29832747a0350f2cd', 'name': u'cinder'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'2f8b0c14df3c4e168aaa493e2116e45a', 'name': u'neutron'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'32e06f5067da4588aa300af385ac21b9', 'name': u'gnocchi'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'518b84b9c57a433bbd6d56fa5bf21fd5', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'582e33fd779f40a98f58650b06159226', 'name': u'ceilometer'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'5ddc664b650647c7a3047074cf7e36d1', 'name': u'swift'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'611ea86669f9443695a95651fed32911', 'name': u'panko'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'8886ed94c4c94231b5ef942fc1719ec4', 'name': u'aodh'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'a209ef7f39164f69a595c6b427ada629', 'name': u'placement'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'a51d8d575464422fa703d48727bcaab6', 'name': u'cinderv2'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'abc6df13affc40a8bc65a7288efb20cc', 'name': u'cinderv3'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'bbb5af1a85d8427b963e42b484cf37bc', 'name': u'nova'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'bbbc9ddbdc2143f09706d87830b5e3ce', 'name': u'heat'})] 2018-09-03 09:53:25,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 09:53:25,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}335abf1d09fa4859cf92036376edbee9967af471" 2018-09-03 09:53:26,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-0b20f560-a534-4214-94c9-78a0af41dc81 Date: Mon, 03 Sep 2018 09:53:26 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18af5e47-72fb-46be-858f-9894c01554c6","tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:09Z","dns_nameservers":[],"updated_at":"2018-09-03T09:50:09Z","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":"31194938c12c43e78995033a7d5a76ce","id":"1aa27d00-415f-4dd1-b6fd-99170278ebd7","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-03 09:53:26,300 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-0b20f560-a534-4214-94c9-78a0af41dc81 2018-09-03 09:53:26,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.97461605072s 2018-09-03 09:53:26,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-0b20f560-a534-4214-94c9-78a0af41dc81 2018-09-03 09:53:26,301 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T09:50:09Z', 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'1aa27d00-415f-4dd1-b6fd-99170278ebd7', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'18af5e47-72fb-46be-858f-9894c01554c6', u'tenant_id': u'31194938c12c43e78995033a7d5a76ce', u'created_at': u'2018-09-03T09:50:09Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'31194938c12c43e78995033a7d5a76ce'})] 2018-09-03 09:53:26,422 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 09:53:26,422 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-03 09:53:26,479 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 09:53:26,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 09:53:26,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 09:53:26,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 09:53:26,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 09:53:26,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 09:53:26,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 09:53:26,661 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 09:53:26,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 09:53:26,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609031cf-2d0b-4226-9689-759ed75f3630 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.41:5000/v3/", "rel": "self"}]}} 2018-09-03 09:53:26,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.41:5000//v3 used request id req-609031cf-2d0b-4226-9689-759ed75f3630 2018-09-03 09:53:26,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.41:5000/v3/auth/tokens 2018-09-03 09:53:27,125 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee", "name": "admin"}], "expires_at": "2018-09-03T10:53:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98dea34606404199b4a4c5491829006e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.41:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6682600e8d274db49e7bb2f973171dfc"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b5695919df147cb834c25ae03a94a26"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b42dbc64a3304f1bb5dd9a7abe891461"}], "type": "image", "id": "07eef71233c0499180df250cc895f5f8", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.41:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ebcc4afbd21459c948a4f4706c6b67e"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73ee22041efe4d708f284e288145b308"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a34e6c74834c4099bff062d9081385e4"}], "type": "identity", "id": "1176f00d4856412ba6aa72bbae43b481", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.41:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5de9e821d1c94484958443ab7dc6e6ec"}, {"url": "http://192.30.9.8:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c38233fdb8004f7f82bf31882dfec45f"}, {"url": "http://192.30.9.8:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fae4faef318a4788b248075ed8418768"}], "type": "volume", "id": "28540bece5f344d29832747a0350f2cd", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7eb25db9d7624de294fbbeaa7ea4ec89"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d3332e91ec044b29d3f8bd4ae6ecc36"}, {"url": "http://172.30.9.41:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6cc301b566e4bd893c76878bfd9b7c6"}], "type": "network", "id": "2f8b0c14df3c4e168aaa493e2116e45a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "353b06f79cf949a882356bfa12c293e7"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8277e5464c7245f78624d95ccf828233"}, {"url": "http://172.30.9.41:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba8dd29b5fca4903b0f6cc10f1bd34a0"}], "type": "metric", "id": "32e06f5067da4588aa300af385ac21b9", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72aeb6f7283f45fca85b5f00bdf4b5c7"}, {"url": "http://172.30.9.41:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eede0408a32d4e2c86c74197ffcc4d2e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f648692fe5f545a8b556be616b97ee00"}], "type": "cloudformation", "id": "518b84b9c57a433bbd6d56fa5bf21fd5", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "582e33fd779f40a98f58650b06159226", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.41:8080/v1/AUTH_98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "028f2bfd619b42dc88af9a3f1b4cd205"}, {"url": "http://12.0.0.33:8080/v1/AUTH_98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0928085495b34f9eb652aa488d782acd"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d4aee1836464eceb7f3e617328f3323"}], "type": "object-store", "id": "5ddc664b650647c7a3047074cf7e36d1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d4317fb86d14b9182d1938349f50fc8"}, {"url": "http://172.30.9.41:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa567e9429184d5c9271c90e499bf04b"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eed0bb771aaa48b4aba1d353bbacecfe"}], "type": "event", "id": "611ea86669f9443695a95651fed32911", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53742e6fa00c4d0fb9901a3c3d644328"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "789fc428c50643fe889f121ca1283326"}, {"url": "http://172.30.9.41:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5ca3ef7cae34f67a838fb8892068e65"}], "type": "alarming", "id": "8886ed94c4c94231b5ef942fc1719ec4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16e6b42be64e4f1389dd16d41026a640"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "365d98d1aa59411d9fe7d107b1f02ea3"}, {"url": "http://172.30.9.41:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ebd9d22e4cd045fbb59233365e437515"}], "type": "placement", "id": "a209ef7f39164f69a595c6b427ada629", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0f9913012c47bcb1458135e31c26b7"}, {"url": "http://192.30.9.8:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9159d36f05ce4fd084a924d9a36f3a29"}, {"url": "http://172.30.9.41:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "953d2a9dd85a488d87cdcb616479edc6"}], "type": "volumev2", "id": "a51d8d575464422fa703d48727bcaab6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6762a2959bf24bc890b6717fcd1850d9"}, {"url": "http://192.30.9.8:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88ee02d874f847248932b3d68b670aeb"}, {"url": "http://172.30.9.41:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e4b0564b769d49cc8ff4e6816cd4c6b4"}], "type": "volumev3", "id": "abc6df13affc40a8bc65a7288efb20cc", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "395768a63ef34428a927c2c4dbed5172"}, {"url": "http://172.30.9.41:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0cd4923f638445bad7e7d841aad8f08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe0f09e8ff94f42b6eb1e726980531f"}], "type": "compute", "id": "bbb5af1a85d8427b963e42b484cf37bc", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33dbcc15f60a4b0abfba7eda3c7c5426"}, {"url": "http://172.30.9.41:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2183ca0224342bc9530f98e457dcf08"}, {"url": "http://192.30.9.8:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b57befc6f5f949d3818b7c1d88241629"}], "type": "orchestration", "id": "bbbc9ddbdc2143f09706d87830b5e3ce", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e32628ce6ba04e8ea217e7e3620e6280"}, "audit_ids": ["S0aY3PEITzSTJqT-OiIV1A"], "issued_at": "2018-09-03T09:53:27.000000Z"}} 2018-09-03 09:53:27,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 09:53:27,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.41: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}82929cd92307fbebdac17a8cc9f9fca3a9974425" 2018-09-03 09:53:28,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6f350db2-e574-464b-ba5b-9777495106f2 Date: Mon, 03 Sep 2018 09:53:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"18af5e47-72fb-46be-858f-9894c01554c6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"31194938c12c43e78995033a7d5a76ce","status":"ACTIVE","subnets":["1aa27d00-415f-4dd1-b6fd-99170278ebd7"],"description":"","tags":[],"updated_at":"2018-09-03T09:50:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:01Z","provider:network_type":"flat"}]} 2018-09-03 09:53:28,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6f350db2-e574-464b-ba5b-9777495106f2 2018-09-03 09:53:28,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.14030694962s 2018-09-03 09:53:28,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6f350db2-e574-464b-ba5b-9777495106f2 2018-09-03 09:53:28,269 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-03 09:53:28,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 09:53:28,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}82929cd92307fbebdac17a8cc9f9fca3a9974425" -d '{"network": {"name": "tenantnetwork1-net_f674e0eb-af5a-4337-ad70-aff9861e5949", "admin_state_up": true}}' 2018-09-03 09:53:29,788 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-a09a4fbf-c78d-4025-a295-0a3df42fcf0f Date: Mon, 03 Sep 2018 09:53:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fefc0dd0-3e69-4838-a470-739c4e777f7f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"98dea34606404199b4a4c5491829006e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T09:53:29Z","is_default":false,"provider:segmentation_id":14,"name":"tenantnetwork1-net_f674e0eb-af5a-4337-ad70-aff9861e5949","admin_state_up":true,"tenant_id":"98dea34606404199b4a4c5491829006e","created_at":"2018-09-03T09:53:29Z","mtu":1450}} 2018-09-03 09:53:29,789 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-a09a4fbf-c78d-4025-a295-0a3df42fcf0f 2018-09-03 09:53:29,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.51939511299s 2018-09-03 09:53:29,789 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-a09a4fbf-c78d-4025-a295-0a3df42fcf0f 2018-09-03 09:53:29,790 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-03T09:53:29Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'fefc0dd0-3e69-4838-a470-739c4e777f7f', u'provider:segmentation_id': 14, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_f674e0eb-af5a-4337-ad70-aff9861e5949', u'admin_state_up': True, u'tenant_id': u'98dea34606404199b4a4c5491829006e', u'created_at': u'2018-09-03T09:53:29Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'98dea34606404199b4a4c5491829006e'}) 2018-09-03 09:53:29,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 09:53:29,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}82929cd92307fbebdac17a8cc9f9fca3a9974425" 2018-09-03 09:53:30,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-8e8d61f8-2aff-411e-b18e-ed82a03ebdbd Date: Mon, 03 Sep 2018 09:53:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"18af5e47-72fb-46be-858f-9894c01554c6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"31194938c12c43e78995033a7d5a76ce","status":"ACTIVE","subnets":["1aa27d00-415f-4dd1-b6fd-99170278ebd7"],"description":"","tags":[],"updated_at":"2018-09-03T09:50:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:01Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"fefc0dd0-3e69-4838-a470-739c4e777f7f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"98dea34606404199b4a4c5491829006e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T09:53:29Z","provider:segmentation_id":14,"name":"tenantnetwork1-net_f674e0eb-af5a-4337-ad70-aff9861e5949","admin_state_up":true,"tenant_id":"98dea34606404199b4a4c5491829006e","created_at":"2018-09-03T09:53:29Z","provider:network_type":"vxlan"}]} 2018-09-03 09:53:30,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-8e8d61f8-2aff-411e-b18e-ed82a03ebdbd 2018-09-03 09:53:30,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.01239800453s 2018-09-03 09:53:30,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-8e8d61f8-2aff-411e-b18e-ed82a03ebdbd 2018-09-03 09:53:30,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 09:53:30,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}82929cd92307fbebdac17a8cc9f9fca3a9974425" -d '{"subnet": {"name": "tenantnetwork1-subnet_f674e0eb-af5a-4337-ad70-aff9861e5949", "enable_dhcp": true, "network_id": "fefc0dd0-3e69-4838-a470-739c4e777f7f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 09:53:31,513 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-da9969ca-aaf6-4be7-a8f4-6db2ccb397ec Date: Mon, 03 Sep 2018 09:53:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fefc0dd0-3e69-4838-a470-739c4e777f7f","tenant_id":"98dea34606404199b4a4c5491829006e","created_at":"2018-09-03T09:53:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T09:53:31Z","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":"98dea34606404199b4a4c5491829006e","id":"f07e3575-62f8-4383-8e3d-05a803ef3a4c","subnetpool_id":null,"name":"tenantnetwork1-subnet_f674e0eb-af5a-4337-ad70-aff9861e5949"}} 2018-09-03 09:53:31,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-da9969ca-aaf6-4be7-a8f4-6db2ccb397ec 2018-09-03 09:53:31,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.706480979919s 2018-09-03 09:53:31,514 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-da9969ca-aaf6-4be7-a8f4-6db2ccb397ec 2018-09-03 09:53:31,515 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T09:53:31Z', 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'f07e3575-62f8-4383-8e3d-05a803ef3a4c', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_f674e0eb-af5a-4337-ad70-aff9861e5949', u'enable_dhcp': True, u'network_id': u'fefc0dd0-3e69-4838-a470-739c4e777f7f', u'tenant_id': u'98dea34606404199b4a4c5491829006e', u'created_at': u'2018-09-03T09:53:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'98dea34606404199b4a4c5491829006e'}) 2018-09-03 09:53:31,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 09:53:31,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}82929cd92307fbebdac17a8cc9f9fca3a9974425" -d '{"router": {"external_gateway_info": {"network_id": "18af5e47-72fb-46be-858f-9894c01554c6"}, "name": "tenantnetwork1-router_f674e0eb-af5a-4337-ad70-aff9861e5949", "admin_state_up": true}}' 2018-09-03 09:53:33,103 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-cc1cc7d5-1919-4a8a-b8d5-fc36eb8fad8c Date: Mon, 03 Sep 2018 09:53:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18af5e47-72fb-46be-858f-9894c01554c6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1aa27d00-415f-4dd1-b6fd-99170278ebd7", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "98dea34606404199b4a4c5491829006e", "created_at": "2018-09-03T09:53:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T09:53:32Z", "revision_number": 2, "routes": [], "project_id": "98dea34606404199b4a4c5491829006e", "id": "5fad4643-89d2-49f5-95be-283caa8f77ef", "name": "tenantnetwork1-router_f674e0eb-af5a-4337-ad70-aff9861e5949"}} 2018-09-03 09:53:33,103 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-cc1cc7d5-1919-4a8a-b8d5-fc36eb8fad8c 2018-09-03 09:53:33,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.5875852108s 2018-09-03 09:53:33,103 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-cc1cc7d5-1919-4a8a-b8d5-fc36eb8fad8c 2018-09-03 09:53:33,104 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'18af5e47-72fb-46be-858f-9894c01554c6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1aa27d00-415f-4dd1-b6fd-99170278ebd7', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'98dea34606404199b4a4c5491829006e', u'created_at': u'2018-09-03T09:53:31Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-03T09:53:32Z', u'revision_number': 2, u'routes': [], u'project_id': u'98dea34606404199b4a4c5491829006e', u'id': u'5fad4643-89d2-49f5-95be-283caa8f77ef', u'name': u'tenantnetwork1-router_f674e0eb-af5a-4337-ad70-aff9861e5949'}) 2018-09-03 09:53:33,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 09:53:33,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.41:9696/v2.0/routers/5fad4643-89d2-49f5-95be-283caa8f77ef/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}82929cd92307fbebdac17a8cc9f9fca3a9974425" -d '{"subnet_id": "f07e3575-62f8-4383-8e3d-05a803ef3a4c"}' 2018-09-03 09:53:35,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f03b654a-3694-4e26-a24c-29ead10c1986 Date: Mon, 03 Sep 2018 09:53:35 GMT RESP BODY: {"network_id": "fefc0dd0-3e69-4838-a470-739c4e777f7f", "tenant_id": "98dea34606404199b4a4c5491829006e", "subnet_id": "f07e3575-62f8-4383-8e3d-05a803ef3a4c", "subnet_ids": ["f07e3575-62f8-4383-8e3d-05a803ef3a4c"], "port_id": "90c55b6d-1443-4ea0-be74-60d716ce93d3", "id": "5fad4643-89d2-49f5-95be-283caa8f77ef"} 2018-09-03 09:53:35,713 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/5fad4643-89d2-49f5-95be-283caa8f77ef/add_router_interface.json used request id req-f03b654a-3694-4e26-a24c-29ead10c1986 2018-09-03 09:53:35,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.60852599144s 2018-09-03 09:53:35,713 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/5fad4643-89d2-49f5-95be-283caa8f77ef/add_router_interface.json used request id req-f03b654a-3694-4e26-a24c-29ead10c1986 returning object 5fad4643-89d2-49f5-95be-283caa8f77ef 2018-09-03 09:53:35,818 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 09:53:35,818 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:07 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-03 09:53:35,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 09:53:35,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.41:9696/v2.0/routers/5fad4643-89d2-49f5-95be-283caa8f77ef/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}82929cd92307fbebdac17a8cc9f9fca3a9974425" -d '{"subnet_id": "f07e3575-62f8-4383-8e3d-05a803ef3a4c"}' 2018-09-03 09:53:38,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cfb72fca-0ba8-4e36-8c1b-a5f3559c7b40 Date: Mon, 03 Sep 2018 09:53:38 GMT RESP BODY: {"network_id": "fefc0dd0-3e69-4838-a470-739c4e777f7f", "tenant_id": "98dea34606404199b4a4c5491829006e", "subnet_id": "f07e3575-62f8-4383-8e3d-05a803ef3a4c", "subnet_ids": ["f07e3575-62f8-4383-8e3d-05a803ef3a4c"], "port_id": "90c55b6d-1443-4ea0-be74-60d716ce93d3", "id": "5fad4643-89d2-49f5-95be-283caa8f77ef"} 2018-09-03 09:53:38,262 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/5fad4643-89d2-49f5-95be-283caa8f77ef/remove_router_interface.json used request id req-cfb72fca-0ba8-4e36-8c1b-a5f3559c7b40 2018-09-03 09:53:38,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.4382379055s 2018-09-03 09:53:38,262 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/5fad4643-89d2-49f5-95be-283caa8f77ef/remove_router_interface.json used request id req-cfb72fca-0ba8-4e36-8c1b-a5f3559c7b40 returning object 5fad4643-89d2-49f5-95be-283caa8f77ef 2018-09-03 09:53:38,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 09:53:38,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}82929cd92307fbebdac17a8cc9f9fca3a9974425" 2018-09-03 09:53:39,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-52b0f9b2-1691-4ec0-85ce-1758cb6e18cf Date: Mon, 03 Sep 2018 09:53:39 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18af5e47-72fb-46be-858f-9894c01554c6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1aa27d00-415f-4dd1-b6fd-99170278ebd7", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "98dea34606404199b4a4c5491829006e", "created_at": "2018-09-03T09:53:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T09:53:37Z", "revision_number": 4, "routes": [], "project_id": "98dea34606404199b4a4c5491829006e", "id": "5fad4643-89d2-49f5-95be-283caa8f77ef", "name": "tenantnetwork1-router_f674e0eb-af5a-4337-ad70-aff9861e5949"}]} 2018-09-03 09:53:39,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-52b0f9b2-1691-4ec0-85ce-1758cb6e18cf 2018-09-03 09:53:39,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.941415071487s 2018-09-03 09:53:39,204 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-52b0f9b2-1691-4ec0-85ce-1758cb6e18cf 2018-09-03 09:53:39,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 09:53:39,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:9696/v2.0/routers/5fad4643-89d2-49f5-95be-283caa8f77ef.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}82929cd92307fbebdac17a8cc9f9fca3a9974425" 2018-09-03 09:53:41,449 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-56b3f6f7-9d3e-4002-8b12-4b2d48709876 Content-Length: 0 Date: Mon, 03 Sep 2018 09:53:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 09:53:41,449 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/routers/5fad4643-89d2-49f5-95be-283caa8f77ef.json used request id req-56b3f6f7-9d3e-4002-8b12-4b2d48709876 2018-09-03 09:53:41,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.24359798431s 2018-09-03 09:53:41,450 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/routers/5fad4643-89d2-49f5-95be-283caa8f77ef.json used request id req-56b3f6f7-9d3e-4002-8b12-4b2d48709876 2018-09-03 09:53:41,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 09:53:41,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}82929cd92307fbebdac17a8cc9f9fca3a9974425" 2018-09-03 09:53:42,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-429bbc9a-2662-40fb-9631-6890cc6ca764 Date: Mon, 03 Sep 2018 09:53:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18af5e47-72fb-46be-858f-9894c01554c6","tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:09Z","dns_nameservers":[],"updated_at":"2018-09-03T09:50:09Z","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":"31194938c12c43e78995033a7d5a76ce","id":"1aa27d00-415f-4dd1-b6fd-99170278ebd7","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fefc0dd0-3e69-4838-a470-739c4e777f7f","tenant_id":"98dea34606404199b4a4c5491829006e","created_at":"2018-09-03T09:53:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T09:53:31Z","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":"98dea34606404199b4a4c5491829006e","id":"f07e3575-62f8-4383-8e3d-05a803ef3a4c","subnetpool_id":null,"name":"tenantnetwork1-subnet_f674e0eb-af5a-4337-ad70-aff9861e5949"}]} 2018-09-03 09:53:42,362 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-429bbc9a-2662-40fb-9631-6890cc6ca764 2018-09-03 09:53:42,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.911672115326s 2018-09-03 09:53:42,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-429bbc9a-2662-40fb-9631-6890cc6ca764 2018-09-03 09:53:42,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 09:53:42,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:9696/v2.0/subnets/f07e3575-62f8-4383-8e3d-05a803ef3a4c.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}82929cd92307fbebdac17a8cc9f9fca3a9974425" 2018-09-03 09:53:44,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec5559e2-5329-431a-9162-7ebc9008d782 Date: Mon, 03 Sep 2018 09:53:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 09:53:44,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/subnets/f07e3575-62f8-4383-8e3d-05a803ef3a4c.json used request id req-ec5559e2-5329-431a-9162-7ebc9008d782 2018-09-03 09:53:44,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.29449605942s 2018-09-03 09:53:44,659 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/subnets/f07e3575-62f8-4383-8e3d-05a803ef3a4c.json used request id req-ec5559e2-5329-431a-9162-7ebc9008d782 2018-09-03 09:53:44,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 09:53:44,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}82929cd92307fbebdac17a8cc9f9fca3a9974425" 2018-09-03 09:53:44,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-f52a9931-1c1e-4610-b705-63120aac61a9 Date: Mon, 03 Sep 2018 09:53:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"18af5e47-72fb-46be-858f-9894c01554c6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"31194938c12c43e78995033a7d5a76ce","status":"ACTIVE","subnets":["1aa27d00-415f-4dd1-b6fd-99170278ebd7"],"description":"","tags":[],"updated_at":"2018-09-03T09:50:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:01Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"fefc0dd0-3e69-4838-a470-739c4e777f7f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"98dea34606404199b4a4c5491829006e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T09:53:44Z","provider:segmentation_id":14,"name":"tenantnetwork1-net_f674e0eb-af5a-4337-ad70-aff9861e5949","admin_state_up":true,"tenant_id":"98dea34606404199b4a4c5491829006e","created_at":"2018-09-03T09:53:29Z","provider:network_type":"vxlan"}]} 2018-09-03 09:53:44,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-f52a9931-1c1e-4610-b705-63120aac61a9 2018-09-03 09:53:44,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0990219116211s 2018-09-03 09:53:44,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-f52a9931-1c1e-4610-b705-63120aac61a9 2018-09-03 09:53:44,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 09:53:44,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:9696/v2.0/networks/fefc0dd0-3e69-4838-a470-739c4e777f7f.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}82929cd92307fbebdac17a8cc9f9fca3a9974425" 2018-09-03 09:53:46,253 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a08d7dcc-fb95-4f17-9a06-69a33d800369 Date: Mon, 03 Sep 2018 09:53:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 09:53:46,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/networks/fefc0dd0-3e69-4838-a470-739c4e777f7f.json used request id req-a08d7dcc-fb95-4f17-9a06-69a33d800369 2018-09-03 09:53:46,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.49357104301s 2018-09-03 09:53:46,254 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/networks/fefc0dd0-3e69-4838-a470-739c4e777f7f.json used request id req-a08d7dcc-fb95-4f17-9a06-69a33d800369 2018-09-03 09:53:46,304 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-03 09:53:46,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 09:53:46,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 09:53:46,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 09:53:46,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 09:53:46,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 09:53:46,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 09:53:46,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 09:53:46,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 09:53:46,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 09:53:46,344 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 09:53:46,345 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 09:53:46,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 09:53:46,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5537817-20f2-40c7-a586-436750cbbbbf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.41:5000/v3/", "rel": "self"}]}} 2018-09-03 09:53:46,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.41:5000//v3 used request id req-f5537817-20f2-40c7-a586-436750cbbbbf 2018-09-03 09:53:46,353 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.41:5000/v3/auth/tokens 2018-09-03 09:53:46,749 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee", "name": "admin"}], "expires_at": "2018-09-03T10:53:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98dea34606404199b4a4c5491829006e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.41:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6682600e8d274db49e7bb2f973171dfc"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b5695919df147cb834c25ae03a94a26"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b42dbc64a3304f1bb5dd9a7abe891461"}], "type": "image", "id": "07eef71233c0499180df250cc895f5f8", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.41:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ebcc4afbd21459c948a4f4706c6b67e"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73ee22041efe4d708f284e288145b308"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a34e6c74834c4099bff062d9081385e4"}], "type": "identity", "id": "1176f00d4856412ba6aa72bbae43b481", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.41:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5de9e821d1c94484958443ab7dc6e6ec"}, {"url": "http://192.30.9.8:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c38233fdb8004f7f82bf31882dfec45f"}, {"url": "http://192.30.9.8:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fae4faef318a4788b248075ed8418768"}], "type": "volume", "id": "28540bece5f344d29832747a0350f2cd", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7eb25db9d7624de294fbbeaa7ea4ec89"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d3332e91ec044b29d3f8bd4ae6ecc36"}, {"url": "http://172.30.9.41:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6cc301b566e4bd893c76878bfd9b7c6"}], "type": "network", "id": "2f8b0c14df3c4e168aaa493e2116e45a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "353b06f79cf949a882356bfa12c293e7"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8277e5464c7245f78624d95ccf828233"}, {"url": "http://172.30.9.41:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba8dd29b5fca4903b0f6cc10f1bd34a0"}], "type": "metric", "id": "32e06f5067da4588aa300af385ac21b9", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72aeb6f7283f45fca85b5f00bdf4b5c7"}, {"url": "http://172.30.9.41:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eede0408a32d4e2c86c74197ffcc4d2e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f648692fe5f545a8b556be616b97ee00"}], "type": "cloudformation", "id": "518b84b9c57a433bbd6d56fa5bf21fd5", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "582e33fd779f40a98f58650b06159226", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.41:8080/v1/AUTH_98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "028f2bfd619b42dc88af9a3f1b4cd205"}, {"url": "http://12.0.0.33:8080/v1/AUTH_98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0928085495b34f9eb652aa488d782acd"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d4aee1836464eceb7f3e617328f3323"}], "type": "object-store", "id": "5ddc664b650647c7a3047074cf7e36d1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d4317fb86d14b9182d1938349f50fc8"}, {"url": "http://172.30.9.41:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa567e9429184d5c9271c90e499bf04b"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eed0bb771aaa48b4aba1d353bbacecfe"}], "type": "event", "id": "611ea86669f9443695a95651fed32911", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53742e6fa00c4d0fb9901a3c3d644328"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "789fc428c50643fe889f121ca1283326"}, {"url": "http://172.30.9.41:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5ca3ef7cae34f67a838fb8892068e65"}], "type": "alarming", "id": "8886ed94c4c94231b5ef942fc1719ec4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16e6b42be64e4f1389dd16d41026a640"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "365d98d1aa59411d9fe7d107b1f02ea3"}, {"url": "http://172.30.9.41:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ebd9d22e4cd045fbb59233365e437515"}], "type": "placement", "id": "a209ef7f39164f69a595c6b427ada629", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0f9913012c47bcb1458135e31c26b7"}, {"url": "http://192.30.9.8:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9159d36f05ce4fd084a924d9a36f3a29"}, {"url": "http://172.30.9.41:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "953d2a9dd85a488d87cdcb616479edc6"}], "type": "volumev2", "id": "a51d8d575464422fa703d48727bcaab6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6762a2959bf24bc890b6717fcd1850d9"}, {"url": "http://192.30.9.8:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88ee02d874f847248932b3d68b670aeb"}, {"url": "http://172.30.9.41:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e4b0564b769d49cc8ff4e6816cd4c6b4"}], "type": "volumev3", "id": "abc6df13affc40a8bc65a7288efb20cc", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "395768a63ef34428a927c2c4dbed5172"}, {"url": "http://172.30.9.41:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0cd4923f638445bad7e7d841aad8f08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe0f09e8ff94f42b6eb1e726980531f"}], "type": "compute", "id": "bbb5af1a85d8427b963e42b484cf37bc", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33dbcc15f60a4b0abfba7eda3c7c5426"}, {"url": "http://172.30.9.41:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2183ca0224342bc9530f98e457dcf08"}, {"url": "http://192.30.9.8:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b57befc6f5f949d3818b7c1d88241629"}], "type": "orchestration", "id": "bbbc9ddbdc2143f09706d87830b5e3ce", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e32628ce6ba04e8ea217e7e3620e6280"}, "audit_ids": ["MUA45Ig7QMG3bmufZ_lD_Q"], "issued_at": "2018-09-03T09:53:46.000000Z"}} 2018-09-03 09:53:46,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 09:53:46,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:53:47,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bccab662-01c1-4763-ada0-7b32b165c873 Date: Mon, 03 Sep 2018 09:53:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"18af5e47-72fb-46be-858f-9894c01554c6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"31194938c12c43e78995033a7d5a76ce","status":"ACTIVE","subnets":["1aa27d00-415f-4dd1-b6fd-99170278ebd7"],"description":"","tags":[],"updated_at":"2018-09-03T09:50:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:01Z","provider:network_type":"flat"}]} 2018-09-03 09:53:47,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bccab662-01c1-4763-ada0-7b32b165c873 2018-09-03 09:53:47,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.334691047668s 2018-09-03 09:53:47,088 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bccab662-01c1-4763-ada0-7b32b165c873 2018-09-03 09:53:47,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 09:53:47,096 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 03 Sep 2018 09:53:47 GMT Server: Apache Vary: X-Auth-Token Content-Length: 597 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.41: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.41:5000/v2.0/", "rel": "self"}, {"href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}]}} 2018-09-03 09:53:47,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 09:53:47,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:53:47,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d774743-cbb4-4941-80ba-732470caede5 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.41:5000/v3/domains/942112e3ca004e1cb717930ad0eaa081"}, "tags": [], "enabled": true, "id": "942112e3ca004e1cb717930ad0eaa081", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.41:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.41:5000/v3/domains", "previous": null, "next": null}} 2018-09-03 09:53:47,271 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/domains used request id req-0d774743-cbb4-4941-80ba-732470caede5 2018-09-03 09:53:47,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.173421144485s 2018-09-03 09:53:47,271 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/domains used request id req-0d774743-cbb4-4941-80ba-732470caede5 2018-09-03 09:53:47,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-03 09:53:47,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_61a63b84-99e0-44b7-9241-866a51dfa71c"}}' 2018-09-03 09:53:47,454 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 09:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b144a05e-b5fa-4419-9c29-e6144ab1f0ba 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.41:5000/v3/projects/1086be04ceb2434e9bb8952b6cf30b74"}, "tags": [], "enabled": true, "id": "1086be04ceb2434e9bb8952b6cf30b74", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_61a63b84-99e0-44b7-9241-866a51dfa71c"}} 2018-09-03 09:53:47,454 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.41:5000/v3/projects used request id req-b144a05e-b5fa-4419-9c29-e6144ab1f0ba 2018-09-03 09:53:47,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.176630020142s 2018-09-03 09:53:47,455 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.41:5000/v3/projects used request id req-b144a05e-b5fa-4419-9c29-e6144ab1f0ba 2018-09-03 09:53:47,455 - 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'1086be04ceb2434e9bb8952b6cf30b74', '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_61a63b84-99e0-44b7-9241-866a51dfa71c'}) 2018-09-03 09:53:47,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-03 09:53:47,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "a4645416-12de-45ea-89d6-6b8190a22bcf", "email": null, "name": "tenantnetwork2-user_61a63b84-99e0-44b7-9241-866a51dfa71c"}}' 2018-09-03 09:53:47,878 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 09:53:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc4dd6b2-e207-4e87-adba-3d4045a71a86 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_61a63b84-99e0-44b7-9241-866a51dfa71c", "links": {"self": "http://172.30.9.41:5000/v3/users/efd3585d48444561a1e7f45d2bea4299"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "efd3585d48444561a1e7f45d2bea4299", "domain_id": "default", "password_expires_at": null}} 2018-09-03 09:53:47,878 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.41:5000/v3/users used request id req-bc4dd6b2-e207-4e87-adba-3d4045a71a86 2018-09-03 09:53:47,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.415771007538s 2018-09-03 09:53:47,878 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.41:5000/v3/users used request id req-bc4dd6b2-e207-4e87-adba-3d4045a71a86 2018-09-03 09:53:47,879 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'efd3585d48444561a1e7f45d2bea4299', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_61a63b84-99e0-44b7-9241-866a51dfa71c'}) 2018-09-03 09:53:47,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 09:53:47,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:53:47,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6713418b-1192-48b0-96aa-207298544856 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.41:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3645836ecf2f4785b9fcb3ba2e83e8f2", "links": {"self": "http://172.30.9.41:5000/v3/roles/3645836ecf2f4785b9fcb3ba2e83e8f2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.41:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ad1ce8ac11894f4e89d22c89a0275018", "links": {"self": "http://172.30.9.41:5000/v3/roles/ad1ce8ac11894f4e89d22c89a0275018"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee", "links": {"self": "http://172.30.9.41:5000/v3/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "name": "admin"}, {"domain_id": null, "id": "fec76921bc0443b3a155870a86f063c7", "links": {"self": "http://172.30.9.41:5000/v3/roles/fec76921bc0443b3a155870a86f063c7"}, "name": "swiftoperator"}]} 2018-09-03 09:53:47,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/roles used request id req-6713418b-1192-48b0-96aa-207298544856 2018-09-03 09:53:47,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109298944473s 2018-09-03 09:53:47,991 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/roles used request id req-6713418b-1192-48b0-96aa-207298544856 2018-09-03 09:53:47,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 09:53:47,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:53:48,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd3a9b73-d4d3-4362-a8aa-480d8796f7f0 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.41:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3645836ecf2f4785b9fcb3ba2e83e8f2", "links": {"self": "http://172.30.9.41:5000/v3/roles/3645836ecf2f4785b9fcb3ba2e83e8f2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.41:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ad1ce8ac11894f4e89d22c89a0275018", "links": {"self": "http://172.30.9.41:5000/v3/roles/ad1ce8ac11894f4e89d22c89a0275018"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee", "links": {"self": "http://172.30.9.41:5000/v3/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "name": "admin"}, {"domain_id": null, "id": "fec76921bc0443b3a155870a86f063c7", "links": {"self": "http://172.30.9.41:5000/v3/roles/fec76921bc0443b3a155870a86f063c7"}, "name": "swiftoperator"}]} 2018-09-03 09:53:48,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/roles used request id req-fd3a9b73-d4d3-4362-a8aa-480d8796f7f0 2018-09-03 09:53:48,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102062940598s 2018-09-03 09:53:48,097 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/roles used request id req-fd3a9b73-d4d3-4362-a8aa-480d8796f7f0 2018-09-03 09:53:48,099 - functest.core.tenantnetwork - INFO - Creating default role Member 2018-09-03 09:53:48,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-09-03 09:53:48,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" -d '{"role": {"name": "Member"}}' 2018-09-03 09:53:48,352 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 03 Sep 2018 09:53:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d3815da-4ceb-40c1-963e-bd11804dc491 Content-Length: 177 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "0954a6f54e2047bf9ec031f4d1ec7f0f", "links": {"self": "http://172.30.9.41:5000/v3/roles/0954a6f54e2047bf9ec031f4d1ec7f0f"}, "name": "Member"}} 2018-09-03 09:53:48,352 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.41:5000/v3/roles used request id req-4d3815da-4ceb-40c1-963e-bd11804dc491 2018-09-03 09:53:48,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.249830961227s 2018-09-03 09:53:48,353 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.41:5000/v3/roles used request id req-4d3815da-4ceb-40c1-963e-bd11804dc491 2018-09-03 09:53:48,353 - 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'0954a6f54e2047bf9ec031f4d1ec7f0f'}) 2018-09-03 09:53:48,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 09:53:48,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:53:48,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c54ed3ac-2b2d-4ffd-8876-5e30e0935d1a Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.41:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0954a6f54e2047bf9ec031f4d1ec7f0f", "links": {"self": "http://172.30.9.41:5000/v3/roles/0954a6f54e2047bf9ec031f4d1ec7f0f"}, "name": "Member"}, {"domain_id": null, "id": "3645836ecf2f4785b9fcb3ba2e83e8f2", "links": {"self": "http://172.30.9.41:5000/v3/roles/3645836ecf2f4785b9fcb3ba2e83e8f2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.41:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ad1ce8ac11894f4e89d22c89a0275018", "links": {"self": "http://172.30.9.41:5000/v3/roles/ad1ce8ac11894f4e89d22c89a0275018"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee", "links": {"self": "http://172.30.9.41:5000/v3/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "name": "admin"}, {"domain_id": null, "id": "fec76921bc0443b3a155870a86f063c7", "links": {"self": "http://172.30.9.41:5000/v3/roles/fec76921bc0443b3a155870a86f063c7"}, "name": "swiftoperator"}]} 2018-09-03 09:53:48,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/roles used request id req-c54ed3ac-2b2d-4ffd-8876-5e30e0935d1a 2018-09-03 09:53:48,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201906204224s 2018-09-03 09:53:48,559 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/roles used request id req-c54ed3ac-2b2d-4ffd-8876-5e30e0935d1a 2018-09-03 09:53:48,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-03 09:53:48,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:53:48,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0daac9a-e6fe-4bb8-a39e-288ab2ef9fbd Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.41:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-03 09:53:48,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/domains/default used request id req-b0daac9a-e6fe-4bb8-a39e-288ab2ef9fbd 2018-09-03 09:53:48,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.169288873672s 2018-09-03 09:53:48,733 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/domains/default used request id req-b0daac9a-e6fe-4bb8-a39e-288ab2ef9fbd 2018-09-03 09:53:48,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 09:53:48,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:53:48,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a43a88-94d1-46fd-8698-ff4251cc689a Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.41:5000/v3/users/15ef7d25476c4cc09abec06e9aafb290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ef7d25476c4cc09abec06e9aafb290", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.41:5000/v3/users/21b17ba37fd64b8b82c2237f7663b165"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21b17ba37fd64b8b82c2237f7663b165", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.41:5000/v3/users/33095b5fc9284b6cb4588ed6f819eb9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33095b5fc9284b6cb4588ed6f819eb9f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.41:5000/v3/users/3528bd2bd86745db94d1acdb8794f15a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3528bd2bd86745db94d1acdb8794f15a", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.41:5000/v3/users/4a8e62da8414496a812e51bfee2ecc32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8e62da8414496a812e51bfee2ecc32", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.41:5000/v3/users/60c8907492bb458ea8f3de2f08e5951a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "60c8907492bb458ea8f3de2f08e5951a", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.41:5000/v3/users/86f23db484ed40faa446b250ec4ba0a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "86f23db484ed40faa446b250ec4ba0a7", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.41:5000/v3/users/914e5cd6cd7b42faa1eb493ac862b42f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "914e5cd6cd7b42faa1eb493ac862b42f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.41:5000/v3/users/9c90b599aa6645b0acd9dc17175be667"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c90b599aa6645b0acd9dc17175be667", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.41:5000/v3/users/b46ac461c65642baa9a279e172d3ad8d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b46ac461c65642baa9a279e172d3ad8d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.41:5000/v3/users/c18bc7e29d0543bfaaae085347cf389a"}, "domain_id": "942112e3ca004e1cb717930ad0eaa081", "enabled": true, "options": {}, "id": "c18bc7e29d0543bfaaae085347cf389a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.41:5000/v3/users/d7800d32ef1a43f19419cc6a02847a5a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7800d32ef1a43f19419cc6a02847a5a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.41:5000/v3/users/d89c42f3b8b64b1a9da8e97d4d7bc891"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d89c42f3b8b64b1a9da8e97d4d7bc891", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.41:5000/v3/users/e32628ce6ba04e8ea217e7e3620e6280"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e32628ce6ba04e8ea217e7e3620e6280", "email": "admin@example.com", "password_expires_at": null}, {"name": "tenantnetwork2-user_61a63b84-99e0-44b7-9241-866a51dfa71c", "links": {"self": "http://172.30.9.41:5000/v3/users/efd3585d48444561a1e7f45d2bea4299"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "efd3585d48444561a1e7f45d2bea4299", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.41:5000/v3/users", "previous": null, "next": null}} 2018-09-03 09:53:48,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/users used request id req-16a43a88-94d1-46fd-8698-ff4251cc689a 2018-09-03 09:53:48,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205647945404s 2018-09-03 09:53:48,940 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/users used request id req-16a43a88-94d1-46fd-8698-ff4251cc689a 2018-09-03 09:53:48,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 09:53:48,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:53:49,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4d40bb8-860a-4ba3-9fbd-e521f1931e93 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.41:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.41:5000/v3/projects/1086be04ceb2434e9bb8952b6cf30b74"}, "tags": [], "enabled": true, "id": "1086be04ceb2434e9bb8952b6cf30b74", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_61a63b84-99e0-44b7-9241-866a51dfa71c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce"}, "tags": [], "enabled": true, "id": "31194938c12c43e78995033a7d5a76ce", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.41:5000/v3/projects/98dea34606404199b4a4c5491829006e"}, "tags": [], "enabled": true, "id": "98dea34606404199b4a4c5491829006e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-03 09:53:49,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/projects?domain_id=default used request id req-b4d40bb8-860a-4ba3-9fbd-e521f1931e93 2018-09-03 09:53:49,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100463867188s 2018-09-03 09:53:49,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/projects?domain_id=default used request id req-b4d40bb8-860a-4ba3-9fbd-e521f1931e93 2018-09-03 09:53:49,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-03 09:53:49,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.41:5000/v3/role_assignments?user.id=efd3585d48444561a1e7f45d2bea4299&role.id=0954a6f54e2047bf9ec031f4d1ec7f0f&scope.project.id=1086be04ceb2434e9bb8952b6cf30b74" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:53:49,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fc2a983-a53d-4f3d-847d-2e302e205d19 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.41:5000/v3/role_assignments?user.id=efd3585d48444561a1e7f45d2bea4299&role.id=0954a6f54e2047bf9ec031f4d1ec7f0f&scope.project.id=1086be04ceb2434e9bb8952b6cf30b74", "previous": null, "next": null}} 2018-09-03 09:53:49,227 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/role_assignments?user.id=efd3585d48444561a1e7f45d2bea4299&role.id=0954a6f54e2047bf9ec031f4d1ec7f0f&scope.project.id=1086be04ceb2434e9bb8952b6cf30b74 used request id req-4fc2a983-a53d-4f3d-847d-2e302e205d19 2018-09-03 09:53:49,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.166542053223s 2018-09-03 09:53:49,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/role_assignments?user.id=efd3585d48444561a1e7f45d2bea4299&role.id=0954a6f54e2047bf9ec031f4d1ec7f0f&scope.project.id=1086be04ceb2434e9bb8952b6cf30b74 used request id req-4fc2a983-a53d-4f3d-847d-2e302e205d19 2018-09-03 09:53:49,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-03 09:53:49,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.41:5000/v3/projects/1086be04ceb2434e9bb8952b6cf30b74/users/efd3585d48444561a1e7f45d2bea4299/roles/0954a6f54e2047bf9ec031f4d1ec7f0f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:53:49,497 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 09:53:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb15eaba-3d74-4d25-8a3c-1f32d68519c1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 09:53:49,498 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.41:5000/v3/projects/1086be04ceb2434e9bb8952b6cf30b74/users/efd3585d48444561a1e7f45d2bea4299/roles/0954a6f54e2047bf9ec031f4d1ec7f0f used request id req-eb15eaba-3d74-4d25-8a3c-1f32d68519c1 2018-09-03 09:53:49,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.26656794548s 2018-09-03 09:53:49,498 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.41:5000/v3/projects/1086be04ceb2434e9bb8952b6cf30b74/users/efd3585d48444561a1e7f45d2bea4299/roles/0954a6f54e2047bf9ec031f4d1ec7f0f used request id req-eb15eaba-3d74-4d25-8a3c-1f32d68519c1 2018-09-03 09:53:49,499 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_61a63b84-99e0-44b7-9241-866a51dfa71c', 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'1086be04ceb2434e9bb8952b6cf30b74', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'a4645416-12de-45ea-89d6-6b8190a22bcf', 'username': u'tenantnetwork2-user_61a63b84-99e0-44b7-9241-866a51dfa71c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.41:5000//v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-03 09:53:49,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 09:53:49,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 09:53:49,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 09:53:49,500 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 09:53:49,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 09:53:49,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 09:53:49,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 09:53:49,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 09:53:49,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 09:53:49,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 09:53:49,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 09:53:49,501 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 09:53:49,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 09:53:49,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 09:53:49,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 09:53:49,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 09:53:49,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 09:53:49,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 09:53:49,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 09:53:49,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 09:53:49,502 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 09:53:49,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 09:53:49,504 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_61a63b84-99e0-44b7-9241-866a51dfa71c', 'password': 'a4645416-12de-45ea-89d6-6b8190a22bcf', 'project_name': 'tenantnetwork2-project_61a63b84-99e0-44b7-9241-866a51dfa71c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.41:5000//v3', 'project_id': '1086be04ceb2434e9bb8952b6cf30b74', 'project_domain_name': 'Default'} 2018-09-03 09:53:49,504 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-03 09:53:49,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 09:53:49,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:53:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c22e8c52-4212-404c-a5db-59feaec6e76f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.41:5000/v3/", "rel": "self"}]}} 2018-09-03 09:53:49,513 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.41:5000//v3 used request id req-c22e8c52-4212-404c-a5db-59feaec6e76f 2018-09-03 09:53:49,513 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.41:5000/v3/auth/tokens 2018-09-03 09:53:49,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "0954a6f54e2047bf9ec031f4d1ec7f0f", "name": "Member"}], "expires_at": "2018-09-03T10:53:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1086be04ceb2434e9bb8952b6cf30b74", "name": "tenantnetwork2-project_61a63b84-99e0-44b7-9241-866a51dfa71c"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.41:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6682600e8d274db49e7bb2f973171dfc"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b5695919df147cb834c25ae03a94a26"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b42dbc64a3304f1bb5dd9a7abe891461"}], "type": "image", "id": "07eef71233c0499180df250cc895f5f8", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.41:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ebcc4afbd21459c948a4f4706c6b67e"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73ee22041efe4d708f284e288145b308"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a34e6c74834c4099bff062d9081385e4"}], "type": "identity", "id": "1176f00d4856412ba6aa72bbae43b481", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.41:8776/v1/1086be04ceb2434e9bb8952b6cf30b74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5de9e821d1c94484958443ab7dc6e6ec"}, {"url": "http://192.30.9.8:8776/v1/1086be04ceb2434e9bb8952b6cf30b74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c38233fdb8004f7f82bf31882dfec45f"}, {"url": "http://192.30.9.8:8776/v1/1086be04ceb2434e9bb8952b6cf30b74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fae4faef318a4788b248075ed8418768"}], "type": "volume", "id": "28540bece5f344d29832747a0350f2cd", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7eb25db9d7624de294fbbeaa7ea4ec89"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d3332e91ec044b29d3f8bd4ae6ecc36"}, {"url": "http://172.30.9.41:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6cc301b566e4bd893c76878bfd9b7c6"}], "type": "network", "id": "2f8b0c14df3c4e168aaa493e2116e45a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "353b06f79cf949a882356bfa12c293e7"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8277e5464c7245f78624d95ccf828233"}, {"url": "http://172.30.9.41:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba8dd29b5fca4903b0f6cc10f1bd34a0"}], "type": "metric", "id": "32e06f5067da4588aa300af385ac21b9", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72aeb6f7283f45fca85b5f00bdf4b5c7"}, {"url": "http://172.30.9.41:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eede0408a32d4e2c86c74197ffcc4d2e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f648692fe5f545a8b556be616b97ee00"}], "type": "cloudformation", "id": "518b84b9c57a433bbd6d56fa5bf21fd5", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "582e33fd779f40a98f58650b06159226", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.41:8080/v1/AUTH_1086be04ceb2434e9bb8952b6cf30b74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "028f2bfd619b42dc88af9a3f1b4cd205"}, {"url": "http://12.0.0.33:8080/v1/AUTH_1086be04ceb2434e9bb8952b6cf30b74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0928085495b34f9eb652aa488d782acd"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d4aee1836464eceb7f3e617328f3323"}], "type": "object-store", "id": "5ddc664b650647c7a3047074cf7e36d1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d4317fb86d14b9182d1938349f50fc8"}, {"url": "http://172.30.9.41:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa567e9429184d5c9271c90e499bf04b"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eed0bb771aaa48b4aba1d353bbacecfe"}], "type": "event", "id": "611ea86669f9443695a95651fed32911", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53742e6fa00c4d0fb9901a3c3d644328"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "789fc428c50643fe889f121ca1283326"}, {"url": "http://172.30.9.41:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5ca3ef7cae34f67a838fb8892068e65"}], "type": "alarming", "id": "8886ed94c4c94231b5ef942fc1719ec4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16e6b42be64e4f1389dd16d41026a640"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "365d98d1aa59411d9fe7d107b1f02ea3"}, {"url": "http://172.30.9.41:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ebd9d22e4cd045fbb59233365e437515"}], "type": "placement", "id": "a209ef7f39164f69a595c6b427ada629", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/1086be04ceb2434e9bb8952b6cf30b74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0f9913012c47bcb1458135e31c26b7"}, {"url": "http://192.30.9.8:8776/v2/1086be04ceb2434e9bb8952b6cf30b74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9159d36f05ce4fd084a924d9a36f3a29"}, {"url": "http://172.30.9.41:8776/v2/1086be04ceb2434e9bb8952b6cf30b74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "953d2a9dd85a488d87cdcb616479edc6"}], "type": "volumev2", "id": "a51d8d575464422fa703d48727bcaab6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/1086be04ceb2434e9bb8952b6cf30b74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6762a2959bf24bc890b6717fcd1850d9"}, {"url": "http://192.30.9.8:8776/v3/1086be04ceb2434e9bb8952b6cf30b74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88ee02d874f847248932b3d68b670aeb"}, {"url": "http://172.30.9.41:8776/v3/1086be04ceb2434e9bb8952b6cf30b74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e4b0564b769d49cc8ff4e6816cd4c6b4"}], "type": "volumev3", "id": "abc6df13affc40a8bc65a7288efb20cc", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "395768a63ef34428a927c2c4dbed5172"}, {"url": "http://172.30.9.41:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0cd4923f638445bad7e7d841aad8f08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe0f09e8ff94f42b6eb1e726980531f"}], "type": "compute", "id": "bbb5af1a85d8427b963e42b484cf37bc", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/1086be04ceb2434e9bb8952b6cf30b74", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33dbcc15f60a4b0abfba7eda3c7c5426"}, {"url": "http://172.30.9.41:8004/v1/1086be04ceb2434e9bb8952b6cf30b74", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2183ca0224342bc9530f98e457dcf08"}, {"url": "http://192.30.9.8:8004/v1/1086be04ceb2434e9bb8952b6cf30b74", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b57befc6f5f949d3818b7c1d88241629"}], "type": "orchestration", "id": "bbbc9ddbdc2143f09706d87830b5e3ce", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_61a63b84-99e0-44b7-9241-866a51dfa71c", "id": "efd3585d48444561a1e7f45d2bea4299"}, "audit_ids": ["s0pQTJlGTXubmQ__reCtaw"], "issued_at": "2018-09-03T09:53:49.000000Z"}} 2018-09-03 09:53:49,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 09:53:49,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}074555eca0ae200e794b6da9b6779bd0703e2ea2" -d '{"network": {"name": "tenantnetwork2-net_61a63b84-99e0-44b7-9241-866a51dfa71c", "admin_state_up": true}}' 2018-09-03 09:53:50,543 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-65a345bf-2513-408a-b306-4ba6c98524b8 Date: Mon, 03 Sep 2018 09:53:50 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1086be04ceb2434e9bb8952b6cf30b74","created_at":"2018-09-03T09:53:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-03T09:53:50Z","admin_state_up":true,"revision_number":2,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1086be04ceb2434e9bb8952b6cf30b74","id":"9530c386-122b-40d0-8fa1-285983dd7bf1","name":"tenantnetwork2-net_61a63b84-99e0-44b7-9241-866a51dfa71c"}} 2018-09-03 09:53:50,543 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-65a345bf-2513-408a-b306-4ba6c98524b8 2018-09-03 09:53:50,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.637590169907s 2018-09-03 09:53:50,543 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-65a345bf-2513-408a-b306-4ba6c98524b8 2018-09-03 09:53:50,544 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T09:53:50Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'9530c386-122b-40d0-8fa1-285983dd7bf1', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_61a63b84-99e0-44b7-9241-866a51dfa71c', u'admin_state_up': True, u'tenant_id': u'1086be04ceb2434e9bb8952b6cf30b74', u'created_at': u'2018-09-03T09:53:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1086be04ceb2434e9bb8952b6cf30b74'}) 2018-09-03 09:53:50,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 09:53:50,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}074555eca0ae200e794b6da9b6779bd0703e2ea2" 2018-09-03 09:53:50,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-a96625b6-9bbf-4664-9b69-3c9ade6f2c65 Date: Mon, 03 Sep 2018 09:53:50 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1aa27d00-415f-4dd1-b6fd-99170278ebd7"],"updated_at":"2018-09-03T09:50:09Z","tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:01Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"31194938c12c43e78995033a7d5a76ce","id":"18af5e47-72fb-46be-858f-9894c01554c6","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-03T09:53:50Z","tenant_id":"1086be04ceb2434e9bb8952b6cf30b74","created_at":"2018-09-03T09:53:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1086be04ceb2434e9bb8952b6cf30b74","id":"9530c386-122b-40d0-8fa1-285983dd7bf1","name":"tenantnetwork2-net_61a63b84-99e0-44b7-9241-866a51dfa71c"}]} 2018-09-03 09:53:50,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-a96625b6-9bbf-4664-9b69-3c9ade6f2c65 2018-09-03 09:53:50,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.264023065567s 2018-09-03 09:53:50,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-a96625b6-9bbf-4664-9b69-3c9ade6f2c65 2018-09-03 09:53:50,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 09:53:50,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}074555eca0ae200e794b6da9b6779bd0703e2ea2" -d '{"subnet": {"name": "tenantnetwork2-subnet_61a63b84-99e0-44b7-9241-866a51dfa71c", "enable_dhcp": true, "network_id": "9530c386-122b-40d0-8fa1-285983dd7bf1", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 09:53:51,723 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a740803a-6a91-4871-a68e-c843a266f73f Date: Mon, 03 Sep 2018 09:53:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9530c386-122b-40d0-8fa1-285983dd7bf1","tenant_id":"1086be04ceb2434e9bb8952b6cf30b74","created_at":"2018-09-03T09:53:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T09:53:51Z","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":"1086be04ceb2434e9bb8952b6cf30b74","id":"4f76623a-1491-4dbf-a9e2-82039d086ed3","subnetpool_id":null,"name":"tenantnetwork2-subnet_61a63b84-99e0-44b7-9241-866a51dfa71c"}} 2018-09-03 09:53:51,723 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-a740803a-6a91-4871-a68e-c843a266f73f 2018-09-03 09:53:51,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.912843942642s 2018-09-03 09:53:51,724 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-a740803a-6a91-4871-a68e-c843a266f73f 2018-09-03 09:53:51,724 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T09:53:51Z', 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'4f76623a-1491-4dbf-a9e2-82039d086ed3', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_61a63b84-99e0-44b7-9241-866a51dfa71c', u'enable_dhcp': True, u'network_id': u'9530c386-122b-40d0-8fa1-285983dd7bf1', u'tenant_id': u'1086be04ceb2434e9bb8952b6cf30b74', u'created_at': u'2018-09-03T09:53:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1086be04ceb2434e9bb8952b6cf30b74'}) 2018-09-03 09:53:51,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 09:53:51,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}074555eca0ae200e794b6da9b6779bd0703e2ea2" -d '{"router": {"external_gateway_info": {"network_id": "18af5e47-72fb-46be-858f-9894c01554c6"}, "name": "tenantnetwork2-router_61a63b84-99e0-44b7-9241-866a51dfa71c", "admin_state_up": true}}' 2018-09-03 09:53:53,814 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-84bc2116-8e7c-46ac-8e83-1413daf8da1b Date: Mon, 03 Sep 2018 09:53:53 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18af5e47-72fb-46be-858f-9894c01554c6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1aa27d00-415f-4dd1-b6fd-99170278ebd7", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "1086be04ceb2434e9bb8952b6cf30b74", "created_at": "2018-09-03T09:53:52Z", "admin_state_up": true, "updated_at": "2018-09-03T09:53:53Z", "revision_number": 2, "routes": [], "project_id": "1086be04ceb2434e9bb8952b6cf30b74", "id": "16a0c3a8-3a43-4901-81cb-a26dff129b36", "name": "tenantnetwork2-router_61a63b84-99e0-44b7-9241-866a51dfa71c"}} 2018-09-03 09:53:53,814 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-84bc2116-8e7c-46ac-8e83-1413daf8da1b 2018-09-03 09:53:53,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.08972978592s 2018-09-03 09:53:53,815 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-84bc2116-8e7c-46ac-8e83-1413daf8da1b 2018-09-03 09:53:53,815 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'18af5e47-72fb-46be-858f-9894c01554c6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1aa27d00-415f-4dd1-b6fd-99170278ebd7', u'ip_address': u'172.30.9.216'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1086be04ceb2434e9bb8952b6cf30b74', u'created_at': u'2018-09-03T09:53:52Z', u'admin_state_up': True, u'updated_at': u'2018-09-03T09:53:53Z', u'revision_number': 2, u'routes': [], u'project_id': u'1086be04ceb2434e9bb8952b6cf30b74', u'id': u'16a0c3a8-3a43-4901-81cb-a26dff129b36', u'name': u'tenantnetwork2-router_61a63b84-99e0-44b7-9241-866a51dfa71c'}) 2018-09-03 09:53:53,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 09:53:53,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.41:9696/v2.0/routers/16a0c3a8-3a43-4901-81cb-a26dff129b36/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}074555eca0ae200e794b6da9b6779bd0703e2ea2" -d '{"subnet_id": "4f76623a-1491-4dbf-a9e2-82039d086ed3"}' 2018-09-03 09:53:56,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8df68447-f27a-469a-918c-387cd3f65e76 Date: Mon, 03 Sep 2018 09:53:56 GMT RESP BODY: {"network_id": "9530c386-122b-40d0-8fa1-285983dd7bf1", "tenant_id": "1086be04ceb2434e9bb8952b6cf30b74", "subnet_id": "4f76623a-1491-4dbf-a9e2-82039d086ed3", "subnet_ids": ["4f76623a-1491-4dbf-a9e2-82039d086ed3"], "port_id": "3477b80d-657d-4a01-9934-8d6ff9aa2655", "id": "16a0c3a8-3a43-4901-81cb-a26dff129b36"} 2018-09-03 09:53:56,848 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/16a0c3a8-3a43-4901-81cb-a26dff129b36/add_router_interface.json used request id req-8df68447-f27a-469a-918c-387cd3f65e76 2018-09-03 09:53:56,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.03211212158s 2018-09-03 09:53:56,848 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/16a0c3a8-3a43-4901-81cb-a26dff129b36/add_router_interface.json used request id req-8df68447-f27a-469a-918c-387cd3f65e76 returning object 16a0c3a8-3a43-4901-81cb-a26dff129b36 2018-09-03 09:53:56,961 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 09:53:56,961 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:07 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-03 09:53:56,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 09:53:56,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.41:9696/v2.0/routers/16a0c3a8-3a43-4901-81cb-a26dff129b36/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}074555eca0ae200e794b6da9b6779bd0703e2ea2" -d '{"subnet_id": "4f76623a-1491-4dbf-a9e2-82039d086ed3"}' 2018-09-03 09:53:59,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-723938de-fd39-4fef-8f64-438e1977e098 Date: Mon, 03 Sep 2018 09:53:59 GMT RESP BODY: {"network_id": "9530c386-122b-40d0-8fa1-285983dd7bf1", "tenant_id": "1086be04ceb2434e9bb8952b6cf30b74", "subnet_id": "4f76623a-1491-4dbf-a9e2-82039d086ed3", "subnet_ids": ["4f76623a-1491-4dbf-a9e2-82039d086ed3"], "port_id": "3477b80d-657d-4a01-9934-8d6ff9aa2655", "id": "16a0c3a8-3a43-4901-81cb-a26dff129b36"} 2018-09-03 09:53:59,332 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/16a0c3a8-3a43-4901-81cb-a26dff129b36/remove_router_interface.json used request id req-723938de-fd39-4fef-8f64-438e1977e098 2018-09-03 09:53:59,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.36598014832s 2018-09-03 09:53:59,333 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/16a0c3a8-3a43-4901-81cb-a26dff129b36/remove_router_interface.json used request id req-723938de-fd39-4fef-8f64-438e1977e098 returning object 16a0c3a8-3a43-4901-81cb-a26dff129b36 2018-09-03 09:53:59,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 09:53:59,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}074555eca0ae200e794b6da9b6779bd0703e2ea2" 2018-09-03 09:53:59,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8e725b00-d765-4c27-a918-93ff47c854d1 Date: Mon, 03 Sep 2018 09:53:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18af5e47-72fb-46be-858f-9894c01554c6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1aa27d00-415f-4dd1-b6fd-99170278ebd7", "ip_address": "172.30.9.216"}]}, "description": "", "tags": [], "tenant_id": "1086be04ceb2434e9bb8952b6cf30b74", "created_at": "2018-09-03T09:53:52Z", "admin_state_up": true, "updated_at": "2018-09-03T09:53:58Z", "revision_number": 4, "routes": [], "project_id": "1086be04ceb2434e9bb8952b6cf30b74", "id": "16a0c3a8-3a43-4901-81cb-a26dff129b36", "name": "tenantnetwork2-router_61a63b84-99e0-44b7-9241-866a51dfa71c"}]} 2018-09-03 09:53:59,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-8e725b00-d765-4c27-a918-93ff47c854d1 2018-09-03 09:53:59,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.285537958145s 2018-09-03 09:53:59,619 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-8e725b00-d765-4c27-a918-93ff47c854d1 2018-09-03 09:53:59,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 09:53:59,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:9696/v2.0/routers/16a0c3a8-3a43-4901-81cb-a26dff129b36.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}074555eca0ae200e794b6da9b6779bd0703e2ea2" 2018-09-03 09:54:01,148 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a64fa906-3b34-4278-b1aa-312b365a3537 Content-Length: 0 Date: Mon, 03 Sep 2018 09:54:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 09:54:01,148 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/routers/16a0c3a8-3a43-4901-81cb-a26dff129b36.json used request id req-a64fa906-3b34-4278-b1aa-312b365a3537 2018-09-03 09:54:01,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.52782797813s 2018-09-03 09:54:01,149 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/routers/16a0c3a8-3a43-4901-81cb-a26dff129b36.json used request id req-a64fa906-3b34-4278-b1aa-312b365a3537 2018-09-03 09:54:01,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 09:54:01,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}074555eca0ae200e794b6da9b6779bd0703e2ea2" 2018-09-03 09:54:01,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-593ab1e1-e67e-45c7-a331-380cf423e5fe Date: Mon, 03 Sep 2018 09:54:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9530c386-122b-40d0-8fa1-285983dd7bf1","tenant_id":"1086be04ceb2434e9bb8952b6cf30b74","created_at":"2018-09-03T09:53:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T09:53:51Z","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":"1086be04ceb2434e9bb8952b6cf30b74","id":"4f76623a-1491-4dbf-a9e2-82039d086ed3","subnetpool_id":null,"name":"tenantnetwork2-subnet_61a63b84-99e0-44b7-9241-866a51dfa71c"}]} 2018-09-03 09:54:01,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-593ab1e1-e67e-45c7-a331-380cf423e5fe 2018-09-03 09:54:01,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.208209037781s 2018-09-03 09:54:01,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-593ab1e1-e67e-45c7-a331-380cf423e5fe 2018-09-03 09:54:01,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 09:54:01,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:9696/v2.0/subnets/4f76623a-1491-4dbf-a9e2-82039d086ed3.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}074555eca0ae200e794b6da9b6779bd0703e2ea2" 2018-09-03 09:54:03,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8dde09de-c265-46b3-a3d4-38660da7e6ab Date: Mon, 03 Sep 2018 09:54:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 09:54:03,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/subnets/4f76623a-1491-4dbf-a9e2-82039d086ed3.json used request id req-8dde09de-c265-46b3-a3d4-38660da7e6ab 2018-09-03 09:54:03,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.54665994644s 2018-09-03 09:54:03,906 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/subnets/4f76623a-1491-4dbf-a9e2-82039d086ed3.json used request id req-8dde09de-c265-46b3-a3d4-38660da7e6ab 2018-09-03 09:54:03,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 09:54:03,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}074555eca0ae200e794b6da9b6779bd0703e2ea2" 2018-09-03 09:54:04,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-46bf5316-a9fd-422d-ad90-0e411330c822 Date: Mon, 03 Sep 2018 09:54:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["1aa27d00-415f-4dd1-b6fd-99170278ebd7"],"updated_at":"2018-09-03T09:50:09Z","tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:01Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":6,"admin_state_up":true,"shared":false,"project_id":"31194938c12c43e78995033a7d5a76ce","id":"18af5e47-72fb-46be-858f-9894c01554c6","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-03T09:54:03Z","tenant_id":"1086be04ceb2434e9bb8952b6cf30b74","created_at":"2018-09-03T09:53:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":4,"admin_state_up":true,"shared":false,"project_id":"1086be04ceb2434e9bb8952b6cf30b74","id":"9530c386-122b-40d0-8fa1-285983dd7bf1","name":"tenantnetwork2-net_61a63b84-99e0-44b7-9241-866a51dfa71c"}]} 2018-09-03 09:54:04,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-46bf5316-a9fd-422d-ad90-0e411330c822 2018-09-03 09:54:04,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0968840122223s 2018-09-03 09:54:04,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-46bf5316-a9fd-422d-ad90-0e411330c822 2018-09-03 09:54:04,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 09:54:04,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:9696/v2.0/networks/9530c386-122b-40d0-8fa1-285983dd7bf1.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}074555eca0ae200e794b6da9b6779bd0703e2ea2" 2018-09-03 09:54:06,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7a7e6dc9-2478-4494-b698-857b3330cc0f Date: Mon, 03 Sep 2018 09:54:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 09:54:06,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/networks/9530c386-122b-40d0-8fa1-285983dd7bf1.json used request id req-7a7e6dc9-2478-4494-b698-857b3330cc0f 2018-09-03 09:54:06,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.41884207726s 2018-09-03 09:54:06,424 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/networks/9530c386-122b-40d0-8fa1-285983dd7bf1.json used request id req-7a7e6dc9-2478-4494-b698-857b3330cc0f 2018-09-03 09:54:06,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 09:54:06,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:54:06,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6cc3ea7-8d2e-4288-b78a-adc94208b99f Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.41:5000/v3/users/15ef7d25476c4cc09abec06e9aafb290"}, "domain_id": "default", "enabled": true, "options": {}, "id": "15ef7d25476c4cc09abec06e9aafb290", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.41:5000/v3/users/21b17ba37fd64b8b82c2237f7663b165"}, "domain_id": "default", "enabled": true, "options": {}, "id": "21b17ba37fd64b8b82c2237f7663b165", "email": "aodh@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.41:5000/v3/users/33095b5fc9284b6cb4588ed6f819eb9f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "33095b5fc9284b6cb4588ed6f819eb9f", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.41:5000/v3/users/3528bd2bd86745db94d1acdb8794f15a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3528bd2bd86745db94d1acdb8794f15a", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.41:5000/v3/users/4a8e62da8414496a812e51bfee2ecc32"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a8e62da8414496a812e51bfee2ecc32", "email": "placement@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.41:5000/v3/users/60c8907492bb458ea8f3de2f08e5951a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "60c8907492bb458ea8f3de2f08e5951a", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.41:5000/v3/users/86f23db484ed40faa446b250ec4ba0a7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "86f23db484ed40faa446b250ec4ba0a7", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.41:5000/v3/users/914e5cd6cd7b42faa1eb493ac862b42f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "914e5cd6cd7b42faa1eb493ac862b42f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.41:5000/v3/users/9c90b599aa6645b0acd9dc17175be667"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9c90b599aa6645b0acd9dc17175be667", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.41:5000/v3/users/b46ac461c65642baa9a279e172d3ad8d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b46ac461c65642baa9a279e172d3ad8d", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.41:5000/v3/users/c18bc7e29d0543bfaaae085347cf389a"}, "domain_id": "942112e3ca004e1cb717930ad0eaa081", "enabled": true, "options": {}, "id": "c18bc7e29d0543bfaaae085347cf389a", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.41:5000/v3/users/d7800d32ef1a43f19419cc6a02847a5a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7800d32ef1a43f19419cc6a02847a5a", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.41:5000/v3/users/d89c42f3b8b64b1a9da8e97d4d7bc891"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d89c42f3b8b64b1a9da8e97d4d7bc891", "email": "glance@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.41:5000/v3/users/e32628ce6ba04e8ea217e7e3620e6280"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e32628ce6ba04e8ea217e7e3620e6280", "email": "admin@example.com", "password_expires_at": null}, {"name": "tenantnetwork2-user_61a63b84-99e0-44b7-9241-866a51dfa71c", "links": {"self": "http://172.30.9.41:5000/v3/users/efd3585d48444561a1e7f45d2bea4299"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "efd3585d48444561a1e7f45d2bea4299", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.41:5000/v3/users", "previous": null, "next": null}} 2018-09-03 09:54:06,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/users used request id req-d6cc3ea7-8d2e-4288-b78a-adc94208b99f 2018-09-03 09:54:06,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116976976395s 2018-09-03 09:54:06,542 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/users used request id req-d6cc3ea7-8d2e-4288-b78a-adc94208b99f 2018-09-03 09:54:06,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-03 09:54:06,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41:5000/v3/users/efd3585d48444561a1e7f45d2bea4299 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:54:06,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:54:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b795442-1aeb-43e7-98b3-329b72d62730 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_61a63b84-99e0-44b7-9241-866a51dfa71c", "links": {"self": "http://172.30.9.41:5000/v3/users/efd3585d48444561a1e7f45d2bea4299"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "efd3585d48444561a1e7f45d2bea4299", "description": null}} 2018-09-03 09:54:06,662 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/users/efd3585d48444561a1e7f45d2bea4299 used request id req-6b795442-1aeb-43e7-98b3-329b72d62730 2018-09-03 09:54:06,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.1138651371s 2018-09-03 09:54:06,662 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/users/efd3585d48444561a1e7f45d2bea4299 used request id req-6b795442-1aeb-43e7-98b3-329b72d62730 2018-09-03 09:54:06,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-03 09:54:06,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:5000/v3/users/efd3585d48444561a1e7f45d2bea4299 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:54:07,106 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 09:54:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-deccc7a9-c35b-4eae-b97c-a926220b3bab Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 09:54:07,106 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.41:5000/v3/users/efd3585d48444561a1e7f45d2bea4299 used request id req-deccc7a9-c35b-4eae-b97c-a926220b3bab 2018-09-03 09:54:07,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.443471908569s 2018-09-03 09:54:07,107 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.41:5000/v3/users/efd3585d48444561a1e7f45d2bea4299 used request id req-deccc7a9-c35b-4eae-b97c-a926220b3bab 2018-09-03 09:54:07,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-03 09:54:07,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:54:07,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-278e81fd-639d-436a-b683-71c0719ab4aa Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.41:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.41:5000/v3/projects/1086be04ceb2434e9bb8952b6cf30b74"}, "tags": [], "enabled": true, "id": "1086be04ceb2434e9bb8952b6cf30b74", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_61a63b84-99e0-44b7-9241-866a51dfa71c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.41:5000/v3/projects/31194938c12c43e78995033a7d5a76ce"}, "tags": [], "enabled": true, "id": "31194938c12c43e78995033a7d5a76ce", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.41:5000/v3/projects/98dea34606404199b4a4c5491829006e"}, "tags": [], "enabled": true, "id": "98dea34606404199b4a4c5491829006e", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-09-03 09:54:07,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/projects used request id req-278e81fd-639d-436a-b683-71c0719ab4aa 2018-09-03 09:54:07,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0922319889069s 2018-09-03 09:54:07,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/projects used request id req-278e81fd-639d-436a-b683-71c0719ab4aa 2018-09-03 09:54:07,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-03 09:54:07,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:5000/v3/projects/1086be04ceb2434e9bb8952b6cf30b74 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:54:07,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 09:54:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b007b59-8bb9-4f0c-8cf7-40dba807a7c5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 09:54:07,449 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.41:5000/v3/projects/1086be04ceb2434e9bb8952b6cf30b74 used request id req-7b007b59-8bb9-4f0c-8cf7-40dba807a7c5 2018-09-03 09:54:07,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.239192008972s 2018-09-03 09:54:07,449 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.41:5000/v3/projects/1086be04ceb2434e9bb8952b6cf30b74 used request id req-7b007b59-8bb9-4f0c-8cf7-40dba807a7c5 2018-09-03 09:54:07,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-03 09:54:07,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:54:07,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db8d76a0-4416-4cf9-8515-9f8c7c0b393b Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.41:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "0954a6f54e2047bf9ec031f4d1ec7f0f", "links": {"self": "http://172.30.9.41:5000/v3/roles/0954a6f54e2047bf9ec031f4d1ec7f0f"}, "name": "Member"}, {"domain_id": null, "id": "3645836ecf2f4785b9fcb3ba2e83e8f2", "links": {"self": "http://172.30.9.41:5000/v3/roles/3645836ecf2f4785b9fcb3ba2e83e8f2"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.41:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ad1ce8ac11894f4e89d22c89a0275018", "links": {"self": "http://172.30.9.41:5000/v3/roles/ad1ce8ac11894f4e89d22c89a0275018"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee", "links": {"self": "http://172.30.9.41:5000/v3/roles/f6b8b8390f1b49c5adce0cd3fcb0f7ee"}, "name": "admin"}, {"domain_id": null, "id": "fec76921bc0443b3a155870a86f063c7", "links": {"self": "http://172.30.9.41:5000/v3/roles/fec76921bc0443b3a155870a86f063c7"}, "name": "swiftoperator"}]} 2018-09-03 09:54:07,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/roles used request id req-db8d76a0-4416-4cf9-8515-9f8c7c0b393b 2018-09-03 09:54:07,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0931060314178s 2018-09-03 09:54:07,546 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.41:5000/v3/roles used request id req-db8d76a0-4416-4cf9-8515-9f8c7c0b393b 2018-09-03 09:54:07,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-09-03 09:54:07,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:5000/v3/roles/0954a6f54e2047bf9ec031f4d1ec7f0f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87690be21d5cb644a95012b4e10a0fe16ca9f687" 2018-09-03 09:54:07,724 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 03 Sep 2018 09:54:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d7d2a69-68a3-45b6-b03f-d7ed15b04204 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-03 09:54:07,725 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.41:5000/v3/roles/0954a6f54e2047bf9ec031f4d1ec7f0f used request id req-5d7d2a69-68a3-45b6-b03f-d7ed15b04204 2018-09-03 09:54:07,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.173192024231s 2018-09-03 09:54:07,725 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.41:5000/v3/roles/0954a6f54e2047bf9ec031f4d1ec7f0f used request id req-5d7d2a69-68a3-45b6-b03f-d7ed15b04204 2018-09-03 09:54:07,778 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-03 09:54:07,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-03 09:54:07,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-03 09:54:07,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-03 09:54:07,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-03 09:54:07,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-03 09:54:07,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-03 09:54:07,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-03 09:54:07,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41:5000//v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 09:54:07,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 03 Sep 2018 09:54:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d7bfaf0-7653-484c-9262-2072c040d3ed Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.41:5000/v3/", "rel": "self"}]}} 2018-09-03 09:54:07,854 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.41:5000//v3 used request id req-6d7bfaf0-7653-484c-9262-2072c040d3ed 2018-09-03 09:54:07,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.41:5000/v3/auth/tokens 2018-09-03 09:54:08,245 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f6b8b8390f1b49c5adce0cd3fcb0f7ee", "name": "admin"}], "expires_at": "2018-09-03T10:54:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98dea34606404199b4a4c5491829006e", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.41:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6682600e8d274db49e7bb2f973171dfc"}, {"url": "http://192.30.9.8:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b5695919df147cb834c25ae03a94a26"}, {"url": "http://192.30.9.8:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b42dbc64a3304f1bb5dd9a7abe891461"}], "type": "image", "id": "07eef71233c0499180df250cc895f5f8", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.41:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0ebcc4afbd21459c948a4f4706c6b67e"}, {"url": "http://192.30.9.8:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73ee22041efe4d708f284e288145b308"}, {"url": "http://192.30.9.8:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a34e6c74834c4099bff062d9081385e4"}], "type": "identity", "id": "1176f00d4856412ba6aa72bbae43b481", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.41:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5de9e821d1c94484958443ab7dc6e6ec"}, {"url": "http://192.30.9.8:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c38233fdb8004f7f82bf31882dfec45f"}, {"url": "http://192.30.9.8:8776/v1/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fae4faef318a4788b248075ed8418768"}], "type": "volume", "id": "28540bece5f344d29832747a0350f2cd", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.8:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7eb25db9d7624de294fbbeaa7ea4ec89"}, {"url": "http://192.30.9.8:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9d3332e91ec044b29d3f8bd4ae6ecc36"}, {"url": "http://172.30.9.41:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f6cc301b566e4bd893c76878bfd9b7c6"}], "type": "network", "id": "2f8b0c14df3c4e168aaa493e2116e45a", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.8:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "353b06f79cf949a882356bfa12c293e7"}, {"url": "http://192.30.9.8:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8277e5464c7245f78624d95ccf828233"}, {"url": "http://172.30.9.41:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba8dd29b5fca4903b0f6cc10f1bd34a0"}], "type": "metric", "id": "32e06f5067da4588aa300af385ac21b9", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.8:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "72aeb6f7283f45fca85b5f00bdf4b5c7"}, {"url": "http://172.30.9.41:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "eede0408a32d4e2c86c74197ffcc4d2e"}, {"url": "http://192.30.9.8:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f648692fe5f545a8b556be616b97ee00"}], "type": "cloudformation", "id": "518b84b9c57a433bbd6d56fa5bf21fd5", "name": "heat-cfn"}, {"endpoints": [], "type": "metering", "id": "582e33fd779f40a98f58650b06159226", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.41:8080/v1/AUTH_98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "028f2bfd619b42dc88af9a3f1b4cd205"}, {"url": "http://12.0.0.33:8080/v1/AUTH_98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0928085495b34f9eb652aa488d782acd"}, {"url": "http://12.0.0.33:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d4aee1836464eceb7f3e617328f3323"}], "type": "object-store", "id": "5ddc664b650647c7a3047074cf7e36d1", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.8:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6d4317fb86d14b9182d1938349f50fc8"}, {"url": "http://172.30.9.41:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "aa567e9429184d5c9271c90e499bf04b"}, {"url": "http://192.30.9.8:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "eed0bb771aaa48b4aba1d353bbacecfe"}], "type": "event", "id": "611ea86669f9443695a95651fed32911", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.8:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "53742e6fa00c4d0fb9901a3c3d644328"}, {"url": "http://192.30.9.8:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "789fc428c50643fe889f121ca1283326"}, {"url": "http://172.30.9.41:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e5ca3ef7cae34f67a838fb8892068e65"}], "type": "alarming", "id": "8886ed94c4c94231b5ef942fc1719ec4", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.8:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "16e6b42be64e4f1389dd16d41026a640"}, {"url": "http://192.30.9.8:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "365d98d1aa59411d9fe7d107b1f02ea3"}, {"url": "http://172.30.9.41:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ebd9d22e4cd045fbb59233365e437515"}], "type": "placement", "id": "a209ef7f39164f69a595c6b427ada629", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c0f9913012c47bcb1458135e31c26b7"}, {"url": "http://192.30.9.8:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9159d36f05ce4fd084a924d9a36f3a29"}, {"url": "http://172.30.9.41:8776/v2/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "953d2a9dd85a488d87cdcb616479edc6"}], "type": "volumev2", "id": "a51d8d575464422fa703d48727bcaab6", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.8:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6762a2959bf24bc890b6717fcd1850d9"}, {"url": "http://192.30.9.8:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "88ee02d874f847248932b3d68b670aeb"}, {"url": "http://172.30.9.41:8776/v3/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e4b0564b769d49cc8ff4e6816cd4c6b4"}], "type": "volumev3", "id": "abc6df13affc40a8bc65a7288efb20cc", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.8:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "395768a63ef34428a927c2c4dbed5172"}, {"url": "http://172.30.9.41:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a0cd4923f638445bad7e7d841aad8f08"}, {"url": "http://192.30.9.8:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bfe0f09e8ff94f42b6eb1e726980531f"}], "type": "compute", "id": "bbb5af1a85d8427b963e42b484cf37bc", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.8:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "33dbcc15f60a4b0abfba7eda3c7c5426"}, {"url": "http://172.30.9.41:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2183ca0224342bc9530f98e457dcf08"}, {"url": "http://192.30.9.8:8004/v1/98dea34606404199b4a4c5491829006e", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b57befc6f5f949d3818b7c1d88241629"}], "type": "orchestration", "id": "bbbc9ddbdc2143f09706d87830b5e3ce", "name": "heat"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "e32628ce6ba04e8ea217e7e3620e6280"}, "audit_ids": ["mqlAyp1ZRJCbTXjVkYVXhw"], "issued_at": "2018-09-03T09:54:08.000000Z"}} 2018-09-03 09:54:08,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 09:54:08,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.41: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}b5a69dadcac8d7f8d24482c01ccf432111071105" 2018-09-03 09:54:08,594 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c5a6f17f-0335-4a81-ad59-a216729b6784 Date: Mon, 03 Sep 2018 09:54:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"18af5e47-72fb-46be-858f-9894c01554c6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"31194938c12c43e78995033a7d5a76ce","status":"ACTIVE","subnets":["1aa27d00-415f-4dd1-b6fd-99170278ebd7"],"description":"","tags":[],"updated_at":"2018-09-03T09:50:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:01Z","provider:network_type":"flat"}]} 2018-09-03 09:54:08,595 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c5a6f17f-0335-4a81-ad59-a216729b6784 2018-09-03 09:54:08,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346148967743s 2018-09-03 09:54:08,595 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c5a6f17f-0335-4a81-ad59-a216729b6784 2018-09-03 09:54:08,596 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-03 09:54:08,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-03 09:54:08,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}b5a69dadcac8d7f8d24482c01ccf432111071105" -d '{"network": {"name": "vmready1-net_ab42b18a-aa5e-444e-a37c-e14db6c10388", "admin_state_up": true}}' 2018-09-03 09:54:09,818 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-08e8aefb-197c-47e9-bea1-912fb20ae250 Date: Mon, 03 Sep 2018 09:54:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"350a8455-6417-4632-85dc-57642b047975","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"98dea34606404199b4a4c5491829006e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T09:54:09Z","is_default":false,"provider:segmentation_id":67,"name":"vmready1-net_ab42b18a-aa5e-444e-a37c-e14db6c10388","admin_state_up":true,"tenant_id":"98dea34606404199b4a4c5491829006e","created_at":"2018-09-03T09:54:09Z","mtu":1450}} 2018-09-03 09:54:09,818 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-08e8aefb-197c-47e9-bea1-912fb20ae250 2018-09-03 09:54:09,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.22244095802s 2018-09-03 09:54:09,819 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-08e8aefb-197c-47e9-bea1-912fb20ae250 2018-09-03 09:54:09,819 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-03T09:54:09Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'350a8455-6417-4632-85dc-57642b047975', u'provider:segmentation_id': 67, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_ab42b18a-aa5e-444e-a37c-e14db6c10388', u'admin_state_up': True, u'tenant_id': u'98dea34606404199b4a4c5491829006e', u'created_at': u'2018-09-03T09:54:09Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'98dea34606404199b4a4c5491829006e'}) 2018-09-03 09:54:09,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 09:54:09,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}b5a69dadcac8d7f8d24482c01ccf432111071105" 2018-09-03 09:54:10,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-a6f4b1ea-164b-400c-95b2-c47088c72dec Date: Mon, 03 Sep 2018 09:54:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"18af5e47-72fb-46be-858f-9894c01554c6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"31194938c12c43e78995033a7d5a76ce","status":"ACTIVE","subnets":["1aa27d00-415f-4dd1-b6fd-99170278ebd7"],"description":"","tags":[],"updated_at":"2018-09-03T09:50:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:01Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"350a8455-6417-4632-85dc-57642b047975","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"98dea34606404199b4a4c5491829006e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T09:54:09Z","provider:segmentation_id":67,"name":"vmready1-net_ab42b18a-aa5e-444e-a37c-e14db6c10388","admin_state_up":true,"tenant_id":"98dea34606404199b4a4c5491829006e","created_at":"2018-09-03T09:54:09Z","provider:network_type":"vxlan"}]} 2018-09-03 09:54:10,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-a6f4b1ea-164b-400c-95b2-c47088c72dec 2018-09-03 09:54:10,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.325985908508s 2018-09-03 09:54:10,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-a6f4b1ea-164b-400c-95b2-c47088c72dec 2018-09-03 09:54:10,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-03 09:54:10,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}b5a69dadcac8d7f8d24482c01ccf432111071105" -d '{"subnet": {"name": "vmready1-subnet_ab42b18a-aa5e-444e-a37c-e14db6c10388", "enable_dhcp": true, "network_id": "350a8455-6417-4632-85dc-57642b047975", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-03 09:54:10,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-268c75b9-81b9-407e-9718-f41bf729b707 Date: Mon, 03 Sep 2018 09:54:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"350a8455-6417-4632-85dc-57642b047975","tenant_id":"98dea34606404199b4a4c5491829006e","created_at":"2018-09-03T09:54:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T09:54:10Z","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":"98dea34606404199b4a4c5491829006e","id":"fc15c55c-e9a5-420e-b9f9-3d0c83888222","subnetpool_id":null,"name":"vmready1-subnet_ab42b18a-aa5e-444e-a37c-e14db6c10388"}} 2018-09-03 09:54:10,615 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-268c75b9-81b9-407e-9718-f41bf729b707 2018-09-03 09:54:10,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.466857910156s 2018-09-03 09:54:10,615 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-268c75b9-81b9-407e-9718-f41bf729b707 2018-09-03 09:54:10,616 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-03T09:54:10Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'fc15c55c-e9a5-420e-b9f9-3d0c83888222', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_ab42b18a-aa5e-444e-a37c-e14db6c10388', u'enable_dhcp': True, u'network_id': u'350a8455-6417-4632-85dc-57642b047975', u'tenant_id': u'98dea34606404199b4a4c5491829006e', u'created_at': u'2018-09-03T09:54:10Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'98dea34606404199b4a4c5491829006e'}) 2018-09-03 09:54:10,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-03 09:54:10,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}b5a69dadcac8d7f8d24482c01ccf432111071105" -d '{"router": {"external_gateway_info": {"network_id": "18af5e47-72fb-46be-858f-9894c01554c6"}, "name": "vmready1-router_ab42b18a-aa5e-444e-a37c-e14db6c10388", "admin_state_up": true}}' 2018-09-03 09:54:12,856 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-a0001625-ef44-4813-86fc-50260c08a82e Date: Mon, 03 Sep 2018 09:54:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "18af5e47-72fb-46be-858f-9894c01554c6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1aa27d00-415f-4dd1-b6fd-99170278ebd7", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "98dea34606404199b4a4c5491829006e", "created_at": "2018-09-03T09:54:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T09:54:12Z", "revision_number": 2, "routes": [], "project_id": "98dea34606404199b4a4c5491829006e", "id": "abe9e170-1832-40c0-834b-08c977454664", "name": "vmready1-router_ab42b18a-aa5e-444e-a37c-e14db6c10388"}} 2018-09-03 09:54:12,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-a0001625-ef44-4813-86fc-50260c08a82e 2018-09-03 09:54:12,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.24025988579s 2018-09-03 09:54:12,857 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-a0001625-ef44-4813-86fc-50260c08a82e 2018-09-03 09:54:12,858 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'18af5e47-72fb-46be-858f-9894c01554c6', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'1aa27d00-415f-4dd1-b6fd-99170278ebd7', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'98dea34606404199b4a4c5491829006e', u'created_at': u'2018-09-03T09:54:11Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-03T09:54:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'98dea34606404199b4a4c5491829006e', u'id': u'abe9e170-1832-40c0-834b-08c977454664', u'name': u'vmready1-router_ab42b18a-aa5e-444e-a37c-e14db6c10388'}) 2018-09-03 09:54:12,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-03 09:54:12,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.41:9696/v2.0/routers/abe9e170-1832-40c0-834b-08c977454664/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}b5a69dadcac8d7f8d24482c01ccf432111071105" -d '{"subnet_id": "fc15c55c-e9a5-420e-b9f9-3d0c83888222"}' 2018-09-03 09:54:14,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3a54de70-5079-465f-89e9-34b5a28ef16c Date: Mon, 03 Sep 2018 09:54:14 GMT RESP BODY: {"network_id": "350a8455-6417-4632-85dc-57642b047975", "tenant_id": "98dea34606404199b4a4c5491829006e", "subnet_id": "fc15c55c-e9a5-420e-b9f9-3d0c83888222", "subnet_ids": ["fc15c55c-e9a5-420e-b9f9-3d0c83888222"], "port_id": "d6e86041-59d8-409d-97b7-b32043f42031", "id": "abe9e170-1832-40c0-834b-08c977454664"} 2018-09-03 09:54:14,749 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/abe9e170-1832-40c0-834b-08c977454664/add_router_interface.json used request id req-3a54de70-5079-465f-89e9-34b5a28ef16c 2018-09-03 09:54:14,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.89057898521s 2018-09-03 09:54:14,749 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/abe9e170-1832-40c0-834b-08c977454664/add_router_interface.json used request id req-3a54de70-5079-465f-89e9-34b5a28ef16c returning object abe9e170-1832-40c0-834b-08c977454664 2018-09-03 09:54:14,749 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-03 09:54:14,876 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-03 09:54:14,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-03 09:54:14,883 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Mon, 03 Sep 2018 09:54:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.41:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.41:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.41:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.41:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.41:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.41:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.41:9292/v2/", "rel": "self"}]}]} 2018-09-03 09:54:14,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-03 09:54:14,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}b5a69dadcac8d7f8d24482c01ccf432111071105" 2018-09-03 09:54:15,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b239fa12-be70-4029-bd67-21904c761de0 Date: Mon, 03 Sep 2018 09:54:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-03 09:54:15,552 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.41:9292/v2/images used request id req-b239fa12-be70-4029-bd67-21904c761de0 2018-09-03 09:54:15,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.66691493988s 2018-09-03 09:54:15,552 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.41:9292/v2/images used request id req-b239fa12-be70-4029-bd67-21904c761de0 2018-09-03 09:54:15,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-03 09:54:15,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.41: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}b5a69dadcac8d7f8d24482c01ccf432111071105" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_ab42b18a-aa5e-444e-a37c-e14db6c10388", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_ab42b18a-aa5e-444e-a37c-e14db6c10388"}' 2018-09-03 09:54:16,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.41:9292/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5b015c26-a875-47bd-96db-c55e00136b52 Date: Mon, 03 Sep 2018 09:54:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6/file", "owner": "98dea34606404199b4a4c5491829006e", "id": "4937a0fd-b9ab-41e0-83e4-bf55030e52e6", "size": null, "self": "/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-09-03T09:54:16Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_ab42b18a-aa5e-444e-a37c-e14db6c10388", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_ab42b18a-aa5e-444e-a37c-e14db6c10388", "checksum": null, "created_at": "2018-09-03T09:54:16Z", "protected": false} 2018-09-03 09:54:16,355 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.41:9292/v2/images used request id req-5b015c26-a875-47bd-96db-c55e00136b52 2018-09-03 09:54:16,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.795441865921s 2018-09-03 09:54:16,355 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.41:9292/v2/images used request id req-5b015c26-a875-47bd-96db-c55e00136b52 returning object 4937a0fd-b9ab-41e0-83e4-bf55030e52e6 2018-09-03 09:54:16,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-03 09:54:16,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.41:9292/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6/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}b5a69dadcac8d7f8d24482c01ccf432111071105" -d '' 2018-09-03 09:56:16,405 - shade - DEBUG - Unable to establish connection to http://172.30.9.41:9292/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6/file: ('Connection aborted.', error(32, 'Broken pipe')) 2018-09-03 09:56:16,405 - shade - DEBUG - Connection failure on envvars:regionOne for image.PUT.images.file after 120.048804998 seconds, retrying 2018-09-03 09:56:16,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.41:9292/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6/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}b5a69dadcac8d7f8d24482c01ccf432111071105" -d '' 2018-09-03 09:56:17,130 - keystoneauth.session - DEBUG - RESP: [409] Content-Length: 180 Content-Type: text/html; charset=UTF-8 X-Openstack-Request-Id: req-d44ed51e-76ec-43ed-aff2-29555ccf2d86 Date: Mon, 03 Sep 2018 09:56:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 09:56:17,131 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.41:9292/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6/file used request id req-d44ed51e-76ec-43ed-aff2-29555ccf2d86 2018-09-03 09:56:17,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 120.774646997s 2018-09-03 09:56:17,131 - shade - DEBUG - Deleting failed upload of image vmready1-img_ab42b18a-aa5e-444e-a37c-e14db6c10388 2018-09-03 09:56:17,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-03 09:56:17,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:9292/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}b5a69dadcac8d7f8d24482c01ccf432111071105" 2018-09-03 09:56:17,938 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1205737-6abe-48fa-b0aa-5e4bd69215dc Date: Mon, 03 Sep 2018 09:56:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-03 09:56:17,939 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.41:9292/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6 used request id req-c1205737-6abe-48fa-b0aa-5e4bd69215dc 2018-09-03 09:56:17,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.807162046432s 2018-09-03 09:56:17,939 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.41:9292/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6 used request id req-c1205737-6abe-48fa-b0aa-5e4bd69215dc 2018-09-03 09:56:17,939 - 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.41:9292/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6/file Conflict 2018-09-03 09:56:17,946 - 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.41:9292/v2/images/4937a0fd-b9ab-41e0-83e4-bf55030e52e6/file Conflict 2018-09-03 09:56:18,057 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-03 09:56:18,057 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 02:09 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-03 09:56:18,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-03 09:56:18,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.41:9696/v2.0/routers/abe9e170-1832-40c0-834b-08c977454664/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}b5a69dadcac8d7f8d24482c01ccf432111071105" -d '{"subnet_id": "fc15c55c-e9a5-420e-b9f9-3d0c83888222"}' 2018-09-03 09:56:20,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9f2ee6c6-0de0-4b23-9782-f780d4563bc4 Date: Mon, 03 Sep 2018 09:56:20 GMT RESP BODY: {"network_id": "350a8455-6417-4632-85dc-57642b047975", "tenant_id": "98dea34606404199b4a4c5491829006e", "subnet_id": "fc15c55c-e9a5-420e-b9f9-3d0c83888222", "subnet_ids": ["fc15c55c-e9a5-420e-b9f9-3d0c83888222"], "port_id": "d6e86041-59d8-409d-97b7-b32043f42031", "id": "abe9e170-1832-40c0-834b-08c977454664"} 2018-09-03 09:56:20,271 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/abe9e170-1832-40c0-834b-08c977454664/remove_router_interface.json used request id req-9f2ee6c6-0de0-4b23-9782-f780d4563bc4 2018-09-03 09:56:20,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.2091691494s 2018-09-03 09:56:20,272 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.41:9696/v2.0/routers/abe9e170-1832-40c0-834b-08c977454664/remove_router_interface.json used request id req-9f2ee6c6-0de0-4b23-9782-f780d4563bc4 returning object abe9e170-1832-40c0-834b-08c977454664 2018-09-03 09:56:20,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-03 09:56:20,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}b5a69dadcac8d7f8d24482c01ccf432111071105" 2018-09-03 09:56:21,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-f5a0b332-0fc1-4709-9f2a-6770b2f22666 Date: Mon, 03 Sep 2018 09:56:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "18af5e47-72fb-46be-858f-9894c01554c6", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "1aa27d00-415f-4dd1-b6fd-99170278ebd7", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "98dea34606404199b4a4c5491829006e", "created_at": "2018-09-03T09:54:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-03T09:56:19Z", "revision_number": 4, "routes": [], "project_id": "98dea34606404199b4a4c5491829006e", "id": "abe9e170-1832-40c0-834b-08c977454664", "name": "vmready1-router_ab42b18a-aa5e-444e-a37c-e14db6c10388"}]} 2018-09-03 09:56:21,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-f5a0b332-0fc1-4709-9f2a-6770b2f22666 2018-09-03 09:56:21,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.05640697479s 2018-09-03 09:56:21,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/routers.json used request id req-f5a0b332-0fc1-4709-9f2a-6770b2f22666 2018-09-03 09:56:21,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-03 09:56:21,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:9696/v2.0/routers/abe9e170-1832-40c0-834b-08c977454664.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}b5a69dadcac8d7f8d24482c01ccf432111071105" 2018-09-03 09:56:22,776 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-baf06a63-d12a-40ca-99ef-0c4ac115c894 Content-Length: 0 Date: Mon, 03 Sep 2018 09:56:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 09:56:22,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/routers/abe9e170-1832-40c0-834b-08c977454664.json used request id req-baf06a63-d12a-40ca-99ef-0c4ac115c894 2018-09-03 09:56:22,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.44660997391s 2018-09-03 09:56:22,777 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/routers/abe9e170-1832-40c0-834b-08c977454664.json used request id req-baf06a63-d12a-40ca-99ef-0c4ac115c894 2018-09-03 09:56:22,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-03 09:56:22,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}b5a69dadcac8d7f8d24482c01ccf432111071105" 2018-09-03 09:56:23,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-47dc7e59-7489-4b56-9061-0b962ebda094 Date: Mon, 03 Sep 2018 09:56:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"18af5e47-72fb-46be-858f-9894c01554c6","tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:09Z","dns_nameservers":[],"updated_at":"2018-09-03T09:50:09Z","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":"31194938c12c43e78995033a7d5a76ce","id":"1aa27d00-415f-4dd1-b6fd-99170278ebd7","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"350a8455-6417-4632-85dc-57642b047975","tenant_id":"98dea34606404199b4a4c5491829006e","created_at":"2018-09-03T09:54:10Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-03T09:54:10Z","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":"98dea34606404199b4a4c5491829006e","id":"fc15c55c-e9a5-420e-b9f9-3d0c83888222","subnetpool_id":null,"name":"vmready1-subnet_ab42b18a-aa5e-444e-a37c-e14db6c10388"}]} 2018-09-03 09:56:23,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-47dc7e59-7489-4b56-9061-0b962ebda094 2018-09-03 09:56:23,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.883246183395s 2018-09-03 09:56:23,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/subnets.json used request id req-47dc7e59-7489-4b56-9061-0b962ebda094 2018-09-03 09:56:23,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-03 09:56:23,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:9696/v2.0/subnets/fc15c55c-e9a5-420e-b9f9-3d0c83888222.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}b5a69dadcac8d7f8d24482c01ccf432111071105" 2018-09-03 09:56:26,767 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2c1c913-42b4-4cf5-a8c9-99d0cbb7a467 Date: Mon, 03 Sep 2018 09:56:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 09:56:26,767 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/subnets/fc15c55c-e9a5-420e-b9f9-3d0c83888222.json used request id req-e2c1c913-42b4-4cf5-a8c9-99d0cbb7a467 2018-09-03 09:56:26,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.10424900055s 2018-09-03 09:56:26,767 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/subnets/fc15c55c-e9a5-420e-b9f9-3d0c83888222.json used request id req-e2c1c913-42b4-4cf5-a8c9-99d0cbb7a467 2018-09-03 09:56:26,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-03 09:56:26,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.41: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}b5a69dadcac8d7f8d24482c01ccf432111071105" 2018-09-03 09:56:27,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-313b1873-bfd0-463d-9730-3f5f46c05144 Date: Mon, 03 Sep 2018 09:56:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":6,"port_security_enabled":true,"mtu":1500,"id":"18af5e47-72fb-46be-858f-9894c01554c6","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"31194938c12c43e78995033a7d5a76ce","status":"ACTIVE","subnets":["1aa27d00-415f-4dd1-b6fd-99170278ebd7"],"description":"","tags":[],"updated_at":"2018-09-03T09:50:09Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"31194938c12c43e78995033a7d5a76ce","created_at":"2018-09-03T09:50:01Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"350a8455-6417-4632-85dc-57642b047975","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"98dea34606404199b4a4c5491829006e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-03T09:56:26Z","provider:segmentation_id":67,"name":"vmready1-net_ab42b18a-aa5e-444e-a37c-e14db6c10388","admin_state_up":true,"tenant_id":"98dea34606404199b4a4c5491829006e","created_at":"2018-09-03T09:54:09Z","provider:network_type":"vxlan"}]} 2018-09-03 09:56:27,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-313b1873-bfd0-463d-9730-3f5f46c05144 2018-09-03 09:56:27,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.265883922577s 2018-09-03 09:56:27,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.41:9696/v2.0/networks.json used request id req-313b1873-bfd0-463d-9730-3f5f46c05144 2018-09-03 09:56:27,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-03 09:56:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.41:9696/v2.0/networks/350a8455-6417-4632-85dc-57642b047975.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}b5a69dadcac8d7f8d24482c01ccf432111071105" 2018-09-03 09:56:28,696 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dcc687fb-eda8-4ec6-85ad-e05b80b6e543 Date: Mon, 03 Sep 2018 09:56:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-03 09:56:28,696 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/networks/350a8455-6417-4632-85dc-57642b047975.json used request id req-dcc687fb-eda8-4ec6-85ad-e05b80b6e543 2018-09-03 09:56:28,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.66065001488s 2018-09-03 09:56:28,696 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.41:9696/v2.0/networks/350a8455-6417-4632-85dc-57642b047975.json used request id req-dcc687fb-eda8-4ec6-85ad-e05b80b6e543 2018-09-03 09:56:28,696 - xtesting.ci.run_tests - ERROR - The test case 'vmready1' failed. 2018-09-03 09:56:28,697 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | tenantnetwork1 | functest | healthcheck | 00:07 | PASS | | tenantnetwork2 | functest | healthcheck | 00:07 | PASS | | vmready1 | functest | healthcheck | 02:09 | 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-09-03 09:56:28,710 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR